- ABP Framework version: v4.4.2
- UI type: MVC
- DB provider: EF Core / MongoDB
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
We are trying to run the Micro Services based solution in Dockers, to start with we just tried with internal gateway. By adding the docker related files using Visual Studio and some help from other support tickets like https://support.abp.io/QA/Questions/69/#answer-d8bebebb-b714-3c1e-7fcb-39f437bc8ba3
Still it is not working. It is still checking for AB licence code, we are running in release mode and set the environment as Production
and set the environment as Production
Still checking for licence.
Our gole to deploy the solution in dockers for product and use the dockers for local development as well , so please try to provide some inputs accordingly.
27 Answer(s)
-
0
-
0
-
0
HI
Can you write some code in
Program
class to confirm the environment? -
0
HI
Can you write some code in
Program
class to confirm the environment?Sure will do and let u know
-
0
@maliming we modified program.cs
FYI: our docker-compose.override.yml
Environment is coming as production only
Log:
Environment is : Production
[07:42:29 INF] Starting Exceego.EHSWatch.AppV3.InternalGateway. [07:42:34 WRN] Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed. [07:42:34 INF] User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest. [07:42:34 INF] Creating key {6c3d7fff-34d3-4188-9d62-7a2ae3a36859} with creation date 2021-09-15 07:42:34Z, activation date 2021-09-15 07:42:34Z, and expiration date 2021-12-14 07:42:34Z. [07:42:34 WRN] No XML encryptor configured. Key {6c3d7fff-34d3-4188-9d62-7a2ae3a36859} may be persisted to storage in unencrypted form. [07:42:34 INF] Writing data to file '/root/.aspnet/DataProtection-Keys/key-6c3d7fff-34d3-4188-9d62-7a2ae3a36859.xml'. [07:42:34 INF] Loaded ABP modules: [07:42:34 INF] - Exceego.EHSWatch.AppV3.InternalGateway.AppV3InternalGatewayModule ..... [07:42:34 INF] - Exceego.EHSWatch.AppV3.UserTaskService.UserTaskServiceHttpApiModule [07:42:34 ERR] ABP-LIC-0008 - License check failed for 'Volo.Saas.Tenant.HttpApi-v4.4.0.0'. You need to log in using the command `abp login <username>`. For more information, contact to license@abp.io. [07:42:34 INF] Application is shutting down... [07:42:35 INF] Initialized all ABP modules.
-
0
hi Are you publish your project in RELEASE mode?
-
0
hi Are you publish your project in RELEASE mode?
yes in release mode only...
-
0
-
0
Only the following cases enforces license check
- Debugger attached
- ASPNETCORE_ENVIRONMENT =
Development
I see that you already updated your ASPNETCORE Environment variable. There's only 1 possibility left, you are attached a debugger to the project. Are you running the container from Visual Studio with debugger attached? To check this add the following command to your Program
Console.WriteLine("DebuggerAttached: " + System.Diagnostics.Debugger.IsAttached);
Did you add the
Volo.Saas
module with source-code? If yes, did you compile it in debug mode? -
0
Only the following cases enforces license check
- Debugger attached
- ASPNETCORE_ENVIRONMENT =
Development
I see that you already updated your ASPNETCORE Environment variable. There's only 1 possibility left, you are attached a debugger to the project. Are you running the container from Visual Studio with debugger attached? To check this add the following command to your Program
Console.WriteLine("DebuggerAttached: " + System.Diagnostics.Debugger.IsAttached);
Did you add the
Volo.Saas
module with source-code? If yes, did you compile it in debug mode?Hi, it is coming as debugger attached?
What might be the cause? we havent had any debuggers or mapping for debuggers?
-
0
hi
Can you share the steps(screenshots) of how you run the container?
-
0
hi
Can you share the steps(screenshots) of how you run the container?
To start with I am trying to run the internalgateway , for that Adding the diocker file to Project
Docker file will be created
Now add Container Orchestrator support
docker compose will be created
open docker-compose.override.yml and change the ASPNETCORE_ENVIRONMENT to "Production"
updated the program.cs to get further info
click on dockercompose to run the solution in docker
you can see the application in docker
Log:
The Environment is :Production Mode=Release [03:34:09 INF] Starting Exceego.EHSWatch.AppV3.InternalGateway. [03:34:12 WRN] Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed. [03:34:12 INF] User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest. [03:34:12 INF] Creating key {04418a65-c934-47bb-ac1d-748d68b6e9e3} with creation date 2021-09-16 03:34:12Z, activation date 2021-09-16 03:34:12Z, and expiration date 2021-12-15 03:34:12Z. [03:34:12 WRN] No XML encryptor configured. Key {04418a65-c934-47bb-ac1d-748d68b6e9e3} may be persisted to storage in unencrypted form. [03:34:12 INF] Writing data to file '/root/.aspnet/DataProtection-Keys/key-04418a65-c934-47bb-ac1d-748d68b6e9e3.xml'. [03:34:12 INF] Loaded ABP modules: [03:34:12 INF] - Exceego.EHSWatch.AppV3.InternalGateway.AppV3InternalGatewayModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.Shared.Hosting.Gateways.AppV3SharedHostingGatewaysModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.Shared.Hosting.AspNetCore.AppV3SharedHostingAspNetCoreModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.Shared.Hosting.AppV3SharedHostingModule [03:34:12 INF] - Volo.Abp.Autofac.AbpAutofacModule [03:34:12 INF] - Volo.Abp.Castle.AbpCastleCoreModule [03:34:12 INF] - Volo.Abp.Data.AbpDataModule [03:34:12 INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule [03:34:12 INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule [03:34:12 INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule [03:34:12 INF] - Volo.Abp.Uow.AbpUnitOfWorkModule [03:34:12 INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule [03:34:12 INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule [03:34:12 INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule [03:34:12 INF] - Volo.Abp.Security.AbpSecurityModule [03:34:12 INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule [03:34:12 INF] - Volo.Abp.Auditing.AbpAuditingModule [03:34:12 INF] - Volo.Abp.Json.AbpJsonModule [03:34:12 INF] - Volo.Abp.Timing.AbpTimingModule [03:34:12 INF] - Volo.Abp.Localization.AbpLocalizationModule [03:34:12 INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule [03:34:12 INF] - Volo.Abp.Settings.AbpSettingsModule [03:34:12 INF] - Volo.Abp.Threading.AbpThreadingModule [03:34:12 INF] - Volo.Abp.Http.AbpHttpModule [03:34:12 INF] - Volo.Abp.Http.AbpHttpAbstractionsModule [03:34:12 INF] - Volo.Abp.Minify.AbpMinifyModule [03:34:12 INF] - Volo.Abp.Authorization.AbpAuthorizationModule [03:34:12 INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule [03:34:12 INF] - Volo.Abp.Validation.AbpValidationModule [03:34:12 INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule [03:34:12 INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule [03:34:12 INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule [03:34:12 INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule [03:34:12 INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule [03:34:12 INF] - Volo.Abp.Application.AbpDddApplicationContractsModule [03:34:12 INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule [03:34:12 INF] - Volo.Abp.UI.AbpUiModule [03:34:12 INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule [03:34:12 INF] - Volo.Abp.Application.AbpDddApplicationModule [03:34:12 INF] - Volo.Abp.Domain.AbpDddDomainModule [03:34:12 INF] - Volo.Abp.EventBus.AbpEventBusModule [03:34:12 INF] - Volo.Abp.Guids.AbpGuidsModule [03:34:12 INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule [03:34:12 INF] - Volo.Abp.Specifications.AbpSpecificationsModule [03:34:12 INF] - Volo.Abp.Features.AbpFeaturesModule [03:34:12 INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule [03:34:12 INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule [03:34:12 INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule [03:34:12 INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule [03:34:12 INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule [03:34:12 INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule [03:34:12 INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule [03:34:12 INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule [03:34:12 INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.ProductService.ProductServiceHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.ProductService.ProductServiceApplicationContractsModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.ProductService.ProductServiceDomainSharedModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.IdentityService.IdentityServiceHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.IdentityService.IdentityServiceApplicationContractsModule [03:34:12 INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule [03:34:12 INF] - Volo.Abp.Identity.AbpIdentityProDomainSharedModule [03:34:12 INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule [03:34:12 INF] - Volo.Abp.Users.AbpUsersDomainSharedModule [03:34:12 INF] - Volo.Abp.Users.AbpUsersAbstractionModule [03:34:12 INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule [03:34:12 INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule [03:34:12 INF] - Volo.Abp.IdentityServer.AbpIdentityServerApplicationContractsModule [03:34:12 INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule [03:34:12 INF] - Volo.Abp.Account.AbpAccountAdminApplicationContractsModule [03:34:12 INF] - Volo.Abp.Account.AbpAccountSharedApplicationContractsModule [03:34:12 INF] - Volo.Abp.Ldap.AbpLdapModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.IdentityService.IdentityServiceDomainSharedModule [03:34:12 INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule [03:34:12 INF] - Volo.Abp.IdentityServer.AbpIdentityServerHttpApiModule [03:34:12 INF] - Volo.Abp.Account.AbpAccountAdminHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.SaasService.SaasServiceHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.SaasService.SaasServiceApplicationContractsModule [03:34:12 INF] - Volo.Saas.Tenant.SaasTenantApplicationContractsModule [03:34:12 INF] - Volo.Saas.SaasDomainSharedModule [03:34:12 INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule [03:34:12 INF] - Volo.Payment.AbpPaymentDomainSharedModule [03:34:12 INF] - Volo.Saas.Host.SaasHostApplicationContractsModule [03:34:12 INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule [03:34:12 INF] - Volo.Payment.AbpPaymentApplicationContractsModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.SaasService.SaasServiceDomainSharedModule [03:34:12 INF] - Volo.Saas.Host.SaasHostHttpApiModule [03:34:12 INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule [03:34:12 INF] - Volo.Payment.AbpPaymentHttpApiModule [03:34:12 INF] - Volo.Saas.Tenant.SaasTenantHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.AdministrationService.AdministrationServiceHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.AdministrationService.AdministrationServiceApplicationContractsModule [03:34:12 INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule [03:34:12 INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule [03:34:12 INF] - Volo.Abp.AuditLogging.AbpAuditLoggingApplicationContractsModule [03:34:12 INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule [03:34:12 INF] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementApplicationContractsModule [03:34:12 INF] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainSharedModule [03:34:12 INF] - Volo.Abp.LanguageManagement.LanguageManagementApplicationContractsModule [03:34:12 INF] - Volo.Abp.LanguageManagement.LanguageManagementDomainSharedModule [03:34:12 INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementApplicationContractsModule [03:34:12 INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainSharedModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.AdministrationService.AdministrationServiceDomainSharedModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.ObservationsService.ObservationsServiceApplicationContractsModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.ObservationsService.ObservationsServiceDomainSharedModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.UserTaskService.UserTaskServiceApplicationContractsModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.UserTaskService.UserTaskServiceDomainSharedModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.IncidentService.IncidentServiceApplicationContractsModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.IncidentService.IncidentServiceDomainSharedModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.ActionService.ActionServiceApplicationContractsModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.ActionService.ActionServiceDomainSharedModule [03:34:12 INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule [03:34:12 INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule [03:34:12 INF] - Volo.Abp.AuditLogging.AbpAuditLoggingHttpApiModule [03:34:12 INF] - Volo.Abp.LeptonTheme.LeptonThemeManagementHttpApiModule [03:34:12 INF] - Volo.Abp.LanguageManagement.LanguageManagementHttpApiModule [03:34:12 INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.EmployeeService.EmployeeServiceHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.EmployeeService.EmployeeServiceApplicationContractsModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.EmployeeService.EmployeeServiceDomainSharedModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.BbsService.BbsServiceHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.BbsService.BbsServiceApplicationContractsModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.BbsService.BbsServiceDomainSharedModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.IncidentService.IncidentServiceHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.AttachmentService.AttachmentServiceHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.AttachmentService.AttachmentServiceApplicationContractsModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.AttachmentService.AttachmentServiceDomainSharedModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.ObservationsService.ObservationsServiceHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.ActionService.ActionServiceHttpApiModule [03:34:12 INF] - Exceego.EHSWatch.AppV3.UserTaskService.UserTaskServiceHttpApiModule [03:34:13 ERR] ABP-LIC-0008 - License check failed for 'Volo.Abp.AuditLogging.HttpApi-v4.4.0.0'. You need to log in using the command
abp login <username>
. For more information, contact to license@abp.io. [03:34:13 INF] Application is shutting down... [03:34:13 INF] Initialized all ABP modules. -
0
HI
Can you try to
StartWithoutDebugging
instead ofStartDebugging
?https://docs.microsoft.com/en-us/visualstudio/containers/launch-profiles?view=vs-2019#create-a-launch-profile-that-uses-a-docker-compose-profile
-
0
HI
Can you try to
StartWithoutDebugging
instead ofStartDebugging
?https://docs.microsoft.com/en-us/visualstudio/containers/launch-profiles?view=vs-2019#create-a-launch-profile-that-uses-a-docker-compose-profile
In Fact I already tried
With this Even logs are not genereated + application also not working.
Let me know if you would like to have a screen share.
-
0
hi
Can you try another solution?
https://gist.github.com/ebicoglu/f7cd77069fa053cbe9cf9e9ffcc2f2d2
-
0
I tried but not able to make it running? can you share the abp-docker-yaml mentioned in https://gist.github.com/ebicoglu/f7cd77069fa053cbe9cf9e9ffcc2f2d2
-
0
-
0
I tried thsi as well, but no luck. Please find my updated docker file and let us know anything else also need to be done
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base WORKDIR /app EXPOSE 80 EXPOSE 443 FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build ENV DOTNET_USE_POLLING_FILE_WATCHER 1 WORKDIR /src #COPY ["nuget.config", "."] RUN dotnet tool install -g dotnet-serve ENV PATH="${PATH}:/root/.dotnet/tools" RUN dotnet tool install --global Volo.Abp.Cli RUN abp login "USERNAME" -p "PASSWORD" COPY ["gateways/internal/src/Exceego.EHSWatch.AppV3.InternalGateway/Exceego.EHSWatch.AppV3.InternalGateway.csproj", "gateways/internal/src/Exceego.EHSWatch.AppV3.InternalGateway/"] COPY ["shared/Exceego.EHSWatch.AppV3.Shared.Hosting.Gateways/Exceego.EHSWatch.AppV3.Shared.Hosting.Gateways.csproj", "shared/Exceego.EHSWatch.AppV3.Shared.Hosting.Gateways/"] COPY ["shared/Exceego.EHSWatch.AppV3.Shared.Hosting.AspNetCore/Exceego.EHSWatch.AppV3.Shared.Hosting.AspNetCore.csproj", "shared/Exceego.EHSWatch.AppV3.Shared.Hosting.AspNetCore/"] COPY ["shared/Exceego.EHSWatch.AppV3.Shared.Hosting/Exceego.EHSWatch.AppV3.Shared.Hosting.csproj", "shared/Exceego.EHSWatch.AppV3.Shared.Hosting/"] RUN dotnet restore "gateways/internal/src/Exceego.EHSWatch.AppV3.InternalGateway/Exceego.EHSWatch.AppV3.InternalGateway.csproj" COPY . . WORKDIR "/src/gateways/internal/src/Exceego.EHSWatch.AppV3.InternalGateway" RUN dotnet build "Exceego.EHSWatch.AppV3.InternalGateway.csproj" -c Release -o /app/build FROM build AS publish RUN dotnet publish "Exceego.EHSWatch.AppV3.InternalGateway.csproj" -c Release -o /app/publish FROM base AS final WORKDIR /app COPY --from=publish /app/publish . ENTRYPOINT ["dotnet", "Exceego.EHSWatch.AppV3.InternalGateway.dll"]
-
0
hi
What's the output or logs?
-
0
Nothing changes same as earlier, I am suspecting that dotnet tools are not getting avavaible to install the CLI (not sure)
The Environment is :Production Mode=Release [14:09:23 INF] Starting Exceego.EHSWatch.AppV3.InternalGateway. [14:09:27 WRN] Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed. [14:09:27 INF] User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest. [14:09:27 INF] Creating key {cf3fff7c-26a2-4289-9efd-57fecf967bcb} with creation date 2021-09-16 14:09:27Z, activation date 2021-09-16 14:09:27Z, and expiration date 2021-12-15 14:09:27Z. [14:09:27 WRN] No XML encryptor configured. Key {cf3fff7c-26a2-4289-9efd-57fecf967bcb} may be persisted to storage in unencrypted form. [14:09:27 INF] Writing data to file '/root/.aspnet/DataProtection-Keys/key-cf3fff7c-26a2-4289-9efd-57fecf967bcb.xml'. [14:09:27 INF] Loaded ABP modules: [14:09:27 INF] - Exceego.EHSWatch.AppV3.InternalGateway.AppV3InternalGatewayModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.Shared.Hosting.Gateways.AppV3SharedHostingGatewaysModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.Shared.Hosting.AspNetCore.AppV3SharedHostingAspNetCoreModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.Shared.Hosting.AppV3SharedHostingModule [14:09:27 INF] - Volo.Abp.Autofac.AbpAutofacModule [14:09:27 INF] - Volo.Abp.Castle.AbpCastleCoreModule [14:09:27 INF] - Volo.Abp.Data.AbpDataModule [14:09:27 INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule [14:09:27 INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule [14:09:27 INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule [14:09:27 INF] - Volo.Abp.Uow.AbpUnitOfWorkModule [14:09:27 INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule [14:09:27 INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule [14:09:27 INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule [14:09:27 INF] - Volo.Abp.Security.AbpSecurityModule [14:09:27 INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule [14:09:27 INF] - Volo.Abp.Auditing.AbpAuditingModule [14:09:27 INF] - Volo.Abp.Json.AbpJsonModule [14:09:27 INF] - Volo.Abp.Timing.AbpTimingModule [14:09:27 INF] - Volo.Abp.Localization.AbpLocalizationModule [14:09:27 INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule [14:09:27 INF] - Volo.Abp.Settings.AbpSettingsModule [14:09:27 INF] - Volo.Abp.Threading.AbpThreadingModule [14:09:27 INF] - Volo.Abp.Http.AbpHttpModule [14:09:27 INF] - Volo.Abp.Http.AbpHttpAbstractionsModule [14:09:27 INF] - Volo.Abp.Minify.AbpMinifyModule [14:09:27 INF] - Volo.Abp.Authorization.AbpAuthorizationModule [14:09:27 INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule [14:09:27 INF] - Volo.Abp.Validation.AbpValidationModule [14:09:27 INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule [14:09:27 INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule [14:09:27 INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule [14:09:27 INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule [14:09:27 INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule [14:09:27 INF] - Volo.Abp.Application.AbpDddApplicationContractsModule [14:09:27 INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule [14:09:27 INF] - Volo.Abp.UI.AbpUiModule [14:09:27 INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule [14:09:27 INF] - Volo.Abp.Application.AbpDddApplicationModule [14:09:27 INF] - Volo.Abp.Domain.AbpDddDomainModule [14:09:27 INF] - Volo.Abp.EventBus.AbpEventBusModule [14:09:27 INF] - Volo.Abp.Guids.AbpGuidsModule [14:09:27 INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule [14:09:27 INF] - Volo.Abp.Specifications.AbpSpecificationsModule [14:09:27 INF] - Volo.Abp.Features.AbpFeaturesModule [14:09:27 INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule [14:09:27 INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule [14:09:27 INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule [14:09:27 INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule [14:09:27 INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule [14:09:27 INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule [14:09:27 INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule [14:09:27 INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule [14:09:27 INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.ProductService.ProductServiceHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.ProductService.ProductServiceApplicationContractsModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.ProductService.ProductServiceDomainSharedModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.IdentityService.IdentityServiceHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.IdentityService.IdentityServiceApplicationContractsModule [14:09:27 INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule [14:09:27 INF] - Volo.Abp.Identity.AbpIdentityProDomainSharedModule [14:09:27 INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule [14:09:27 INF] - Volo.Abp.Users.AbpUsersDomainSharedModule [14:09:27 INF] - Volo.Abp.Users.AbpUsersAbstractionModule [14:09:27 INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule [14:09:27 INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule [14:09:27 INF] - Volo.Abp.IdentityServer.AbpIdentityServerApplicationContractsModule [14:09:27 INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule [14:09:27 INF] - Volo.Abp.Account.AbpAccountAdminApplicationContractsModule [14:09:27 INF] - Volo.Abp.Account.AbpAccountSharedApplicationContractsModule [14:09:27 INF] - Volo.Abp.Ldap.AbpLdapModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.IdentityService.IdentityServiceDomainSharedModule [14:09:27 INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule [14:09:27 INF] - Volo.Abp.IdentityServer.AbpIdentityServerHttpApiModule [14:09:27 INF] - Volo.Abp.Account.AbpAccountAdminHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.SaasService.SaasServiceHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.SaasService.SaasServiceApplicationContractsModule [14:09:27 INF] - Volo.Saas.Tenant.SaasTenantApplicationContractsModule [14:09:27 INF] - Volo.Saas.SaasDomainSharedModule [14:09:27 INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule [14:09:27 INF] - Volo.Payment.AbpPaymentDomainSharedModule [14:09:27 INF] - Volo.Saas.Host.SaasHostApplicationContractsModule [14:09:27 INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule [14:09:27 INF] - Volo.Payment.AbpPaymentApplicationContractsModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.SaasService.SaasServiceDomainSharedModule [14:09:27 INF] - Volo.Saas.Host.SaasHostHttpApiModule [14:09:27 INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule [14:09:27 INF] - Volo.Payment.AbpPaymentHttpApiModule [14:09:27 INF] - Volo.Saas.Tenant.SaasTenantHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.AdministrationService.AdministrationServiceHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.AdministrationService.AdministrationServiceApplicationContractsModule [14:09:27 INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule [14:09:27 INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule [14:09:27 INF] - Volo.Abp.AuditLogging.AbpAuditLoggingApplicationContractsModule [14:09:27 INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule [14:09:27 INF] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementApplicationContractsModule [14:09:27 INF] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainSharedModule [14:09:27 INF] - Volo.Abp.LanguageManagement.LanguageManagementApplicationContractsModule [14:09:27 INF] - Volo.Abp.LanguageManagement.LanguageManagementDomainSharedModule [14:09:27 INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementApplicationContractsModule [14:09:27 INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainSharedModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.AdministrationService.AdministrationServiceDomainSharedModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.ObservationsService.ObservationsServiceApplicationContractsModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.ObservationsService.ObservationsServiceDomainSharedModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.UserTaskService.UserTaskServiceApplicationContractsModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.UserTaskService.UserTaskServiceDomainSharedModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.IncidentService.IncidentServiceApplicationContractsModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.IncidentService.IncidentServiceDomainSharedModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.ActionService.ActionServiceApplicationContractsModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.ActionService.ActionServiceDomainSharedModule [14:09:27 INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule [14:09:27 INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule [14:09:27 INF] - Volo.Abp.AuditLogging.AbpAuditLoggingHttpApiModule [14:09:27 INF] - Volo.Abp.LeptonTheme.LeptonThemeManagementHttpApiModule [14:09:27 INF] - Volo.Abp.LanguageManagement.LanguageManagementHttpApiModule [14:09:27 INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.EmployeeService.EmployeeServiceHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.EmployeeService.EmployeeServiceApplicationContractsModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.EmployeeService.EmployeeServiceDomainSharedModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.BbsService.BbsServiceHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.BbsService.BbsServiceApplicationContractsModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.BbsService.BbsServiceDomainSharedModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.IncidentService.IncidentServiceHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.AttachmentService.AttachmentServiceHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.AttachmentService.AttachmentServiceApplicationContractsModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.AttachmentService.AttachmentServiceDomainSharedModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.ObservationsService.ObservationsServiceHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.ActionService.ActionServiceHttpApiModule [14:09:27 INF] - Exceego.EHSWatch.AppV3.UserTaskService.UserTaskServiceHttpApiModule [14:09:28 ERR] ABP-LIC-0008 - License check failed for 'Volo.Abp.LeptonTheme.Management.HttpApi-v4.4.0.0'. You need to log in using the command `abp login <username>`. For more information, contact to license@abp.io. [14:09:28 INF] Application is shutting down... [14:09:29 INF] Initialized all ABP modules. [14:09:29 FTL] Unable to start Kestrel. System.Threading.Tasks.TaskCanceledException: A task was canceled. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
-
0
hi
Let me check it remotely.
https://zoom.us/j/92212294885?pwd=VFFCK2xUWmMzQkxMZm5WdXpkNlg2UT09
-
0
-
0
hi
https://zoom.us/j/96165526440?pwd=My96L3FQcmRLM01IMU5hM0Rmb3NIQT09
-
0
Will connect in 5-10 mins.
-
0
I am there in the meeting room