Base solution for your next web application

Activities of "bcaa4567"

I found out what the problem is. I need to copy the JwtBearer setting from host to public project. I ran into next problem.

...idateAntiforgeryTokenAuthorizationFilter - Antiforgery token validation failed. The required antiforgery header value "Public-X-XSRF-TOKEN" is not present.

Hi all,

I was trying to use the web.public project to host the Angular 4 SPA and ran into a few issues. The template I downloaded was ASPNet Core & Angular 4.4.0.

First problem was that I encountered the following error in the log file when I tried to login:

...
Service 'xxxx.Web.Authentication.JwtBearer.TokenAuthConfiguration' which was not registered.

Castle.MicroKernel.Handlers.HandlerException: Can't create component 'xxx.Web.Controllers.TokenAuthController' as it has dependencies to be satisfied.

...

So I added the following line in the startup.cs:

app.ApplicationServices.GetRequiredService<TokenAuthConfiguration>();

The error message changed to:

Castle.MicroKernel.ComponentNotFoundException: No component for supporting the service xxx.Web.Authentication.JwtBearer.TokenAuthConfiguration was found

I am not sure how to proceed. What do I miss?

Thank you in advance!

derek

it worked using the first approach. Thanks!

Hi

I am wondering what is the best way to show a menu for all tenants but the host. Thanks!

derek

got it. I forget to add the child entity in the DbContext. Hope it helps other person as well.

Hi all,

I am getting the following when I am trying to run my own unit test.

I have been able to run all the other unit tests that come with the project. It just failed to run for my own.

I had checked the following:

  1. my xxxAppService class is public in the Application project
  2. all my entities declarations are public in the Core project.
  3. I can run update-database to create tables in the SQL database.
  4. I can see my service in the swagger. But not able to call it, it display internal server error. and it won't even hit the break point in the service constructor. ( I guess it has the same error as the unit test)

I run out of idea to try. Anything will help!

thanks!

derek


xxxAppService' is waiting for the following dependencies:

  • Service 'Abp.Domain.Repositories.IRepository`1[[xxx.xxx.Area, xxx.Core, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null]]' which was not registered. ....

It worked after I set the migrator project as the startup project and run the migrator on a empty database.

It will not work if your database already initialized without running the seed methods or initialize the database with the Update-Database command.

I am getting the following error when run the xxx.web.public project.

It happens to freshly downloaded template after successfully run the Update-Database command.

The project type is ASPNET CORE/ANGULAR v4.3.1 with DOTNET Framework.


An unhandled exception occurred while processing the request.

AbpException: No language defined in this application. Abp.Localization.LanguageManager.GetCurrentLanguage()

Stack Query Cookies Headers AbpException: No language defined in this application. Abp.Localization.LanguageManager.GetCurrentLanguage() Abp.Localization.LanguageManager.get_CurrentLanguage() Rms.Web.Public.Views.Shared.Components.Header.HeaderViewComponent+<InvokeAsync>d__9.MoveNext() in HeaderViewComponent.cs + var headerModel = new HeaderViewModel System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker+<InvokeAsyncCore>d__6.MoveNext() System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

................

Here is the log file, I could not find any error. (I removed the time stamp, because it is too long for the post).

Thanks!

[1    ] Abp.Modules.AbpModuleManager             - Loading Abp modules...
[1    ] Abp.Modules.AbpModuleManager             - Found 18 ABP modules in total.
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: myapp.Web.Startup.CrmWebHostModule, myapp.Web.Host, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: myapp.Web.CrmWebCoreModule, myapp.Web.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: myapp.CrmApplicationModule, myapp.Application, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: myapp.CrmCoreModule, myapp.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Zero.AbpZeroCoreModule, Abp.ZeroCore, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Zero.AbpZeroCommonModule, Abp.Zero.Common, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.AbpKernelModule, Abp, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Zero.Ldap.AbpZeroLdapModule, Abp.Zero.Ldap, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.AutoMapper.AbpAutoMapperModule, Abp.AutoMapper, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.MailKit.AbpMailKitModule, Abp.MailKit, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: myapp.EntityFrameworkCore.CrmEntityFrameworkCoreModule, myapp.EntityFrameworkCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Zero.EntityFrameworkCore.AbpZeroCoreEntityFrameworkCoreModule, Abp.ZeroCore.EntityFrameworkCore, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule, Abp.EntityFrameworkCore, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.AspNetCore.AbpAspNetCoreModule, Abp.AspNetCore, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Web.AbpWebCommonModule, Abp.Web.Common, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Web.SignalR.AbpWebSignalRModule, Abp.Web.SignalR, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Runtime.Caching.Redis.AbpRedisCacheModule, Abp.RedisCache, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Hangfire.AbpHangfireAspNetCoreModule, Abp.HangFire.AspNetCore, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Modules.AbpModuleManager             - 18 modules loaded.
[1    ] o.Configuration.LanguageManagementConfig - Converted Abp (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource
[1    ] o.Configuration.LanguageManagementConfig - Converted AbpZero (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource
[1    ] o.Configuration.LanguageManagementConfig - Converted Crm (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource
[1    ] o.Configuration.LanguageManagementConfig - Converted AbpWeb (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource
[1    ] ameworkCore.AbpEntityFrameworkCoreModule - Registering DbContext: myapp.EntityFrameworkCore.CrmDbContext, myapp.EntityFrameworkCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null
[1    ] Abp.Localization.LocalizationManager     - Initializing 4 localization sources.
[1    ] Abp.Localization.LocalizationManager     - Initialized localization source: Abp
[1    ] Abp.Localization.LocalizationManager     - Initialized localization source: AbpZero
[1    ] Abp.Localization.LocalizationManager     - Initialized localization source: Crm
[1    ] Abp.Localization.LocalizationManager     - Initialized localization source: AbpWeb
[1    ] Abp.BackgroundJobs.BackgroundJobManager  - Start background worker: Abp.BackgroundJobs.BackgroundJobManager
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - Found 28 classes define auto mapping attributes
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Web.Models.TokenAuth.ExternalLoginProviderInfoModel
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Sessions.Dto.TenantLoginInfoDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Sessions.Dto.UserLoginInfoDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Organizations.Dto.OrganizationUnitDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Organizations.Dto.OrganizationUnitUserListDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Notifications.Dto.NotificationSubscriptionWithDisplayNameDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.MultiTenancy.Dto.TenantEditDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.MultiTenancy.Dto.TenantListDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Localization.Dto.ApplicationLanguageEditDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Localization.Dto.ApplicationLanguageListDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Friendships.Dto.FriendDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Editions.Dto.EditionEditDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Editions.Dto.EditionListDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Editions.Dto.FlatFeatureDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Chat.Dto.ChatMessageDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Chat.Dto.ChatUserDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Chat.Dto.ChatUserWithMessagesDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Authorization.Users.Profile.Dto.CurrentUserProfileEditDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Authorization.Users.Dto.UserListDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Authorization.Users.Dto.UserLoginAttemptDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Authorization.Roles.Dto.RoleEditDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Authorization.Roles.Dto.RoleListDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Authorization.Permissions.Dto.FlatPermissionDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Authorization.Permissions.Dto.FlatPermissionWithLevelDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Authorization.Accounts.Dto.CurrentTenantInfoDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Auditing.Dto.AuditLogListDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Authorization.Users.Dto.UserListDto+UserListRoleDto
[1    ] Abp.AutoMapper.AbpAutoMapperModule       - myapp.Friendships.Cache.FriendCacheItem
[1    ] pendencyInjection.DataProtectionServices - User profile is available. Using 'C:\Users\xxx\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
[1    ] soft.AspNetCore.Hosting.Internal.WebHost - Hosting starting
[1    ] soft.AspNetCore.Hosting.Internal.WebHost - Hosting started
[libuv] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EK" started.
[libuv] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EJ" started.
[3    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/  
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 DEBUG http://localhost:22742/  0
[4    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EJ" completed keep alive response.
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 80.5727ms 200 
[3    ] NetCore.StaticFiles.StaticFileMiddleware - The request path / does not match a supported file type
[3    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[3    ] ore.Mvc.Internal.ControllerActionInvoker - Executing action myapp.Web.Controllers.HomeController.Index (myapp.Web.Host)
[3    ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method myapp.Web.Controllers.HomeController.Index (myapp.Web.Host) with arguments ((null)) - ModelState is Valid
[3    ] ore.Mvc.Internal.ControllerActionInvoker - Executed action method myapp.Web.Controllers.HomeController.Index (myapp.Web.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult.
[3    ] Core.Mvc.Internal.RedirectResultExecutor - Executing RedirectResult, redirecting to /swagger.
[3    ] ore.Mvc.Internal.ControllerActionInvoker - Executed action myapp.Web.Controllers.HomeController.Index (myapp.Web.Host) in 96.8956ms
[3    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EK" completed keep alive response.
[3    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1078.5799ms 302 
[13   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/  
[13   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/ does not match a supported file type
[13   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[13   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[13   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[13   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[13   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[13   ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/index.html'. Physical path: 'N/A'
[13   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EJ" completed keep alive response.
[13   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 30.2829ms 200 text/html
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/css/typography.css  
[libuv] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EL" started.
[14   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/css/reset.css  
[4    ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/css/typography.css does not match an existing file
[libuv] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EM" started.
[13   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/object-assign-pollyfill.js  
[4    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[4    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[4    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[4    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[13   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/object-assign-pollyfill.js does not match an existing file
[4    ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[13   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[13   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[13   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[13   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[13   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[14   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/css/reset.css does not match an existing file
[12   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/css/screen.css  
[14   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[12   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/css/screen.css does not match an existing file
[14   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[12   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[14   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[12   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[12   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[12   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[12   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[14   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[14   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[13   ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/object-assign-pollyfill.js was not modified
[14   ] NetCore.StaticFiles.StaticFileMiddleware - The file /css/reset.css was not modified
[12   ] NetCore.StaticFiles.StaticFileMiddleware - The file /css/screen.css was not modified
[libuv] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EN" started.
[4    ] NetCore.StaticFiles.StaticFileMiddleware - The file /css/typography.css was not modified
[3    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/jquery-1.8.0.min.js  
[3    ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/jquery-1.8.0.min.js does not match an existing file
[3    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[3    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[3    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[3    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[3    ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[3    ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/jquery-1.8.0.min.js was not modified
[libuv] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EO" started.
[10   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/jquery.slideto.min.js  
[13   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/object-assign-pollyfill.js
[14   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /css/reset.css
[12   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /css/screen.css
[10   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/jquery.slideto.min.js does not match an existing file
[12   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EM" completed keep alive response.
[12   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 4.4172ms 304 text/css
[10   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[10   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[14   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EJ" completed keep alive response.
[14   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 12.232ms 304 text/css
[13   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EL" completed keep alive response.
[13   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 12.0034ms 304 application/javascript
[10   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[4    ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /css/typography.css
[10   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[10   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[4    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EK" completed keep alive response.
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 14.8121ms 304 text/css
[10   ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/jquery.slideto.min.js was not modified
[10   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/jquery.slideto.min.js
[10   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EO" completed keep alive response.
[10   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 7.8695ms 304 application/javascript
[3    ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/jquery-1.8.0.min.js
[12   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/lodash.min.js  
[13   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/jquery.wiggle.min.js  
[13   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/jquery.wiggle.min.js does not match an existing file
[12   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/lodash.min.js does not match an existing file
[13   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[12   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[13   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[12   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[13   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[12   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[12   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[12   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[12   ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/lodash.min.js was not modified
[12   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/lodash.min.js
[12   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EK" completed keep alive response.
[12   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1.4827ms 304 application/javascript
[13   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[13   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[13   ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/jquery.wiggle.min.js was not modified
[13   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/jquery.wiggle.min.js
[13   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EJ" completed keep alive response.
[13   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1.6233ms 304 application/javascript
[9    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/jquery.ba-bbq.min.js  
[9    ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/jquery.ba-bbq.min.js does not match an existing file
[9    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[9    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[9    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[9    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[9    ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[9    ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/jquery.ba-bbq.min.js was not modified
[9    ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/jquery.ba-bbq.min.js
[9    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EL" completed keep alive response.
[9    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1.1777ms 304 application/javascript
[14   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/handlebars-4.0.5.js  
[14   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/handlebars-4.0.5.js does not match an existing file
[14   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[14   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[14   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[14   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[14   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[14   ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/handlebars-4.0.5.js was not modified
[14   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/handlebars-4.0.5.js
[14   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EM" completed keep alive response.
[14   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 9.8221ms 304 application/javascript
[11   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/backbone-min.js  
[11   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/backbone-min.js does not match an existing file
[11   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[11   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[11   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[11   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[11   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[11   ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/backbone-min.js was not modified
[11   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/backbone-min.js
[11   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EO" completed keep alive response.
[11   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1.0331ms 304 application/javascript
[3    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EN" completed keep alive response.
[3    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 40.2618ms 304 application/javascript
[13   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/highlight.9.1.0.pack_extended.js  
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/highlight.9.1.0.pack.js  
[11   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/swagger-ui.min.js  
[11   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/swagger-ui.min.js does not match an existing file
[13   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/highlight.9.1.0.pack_extended.js does not match an existing file
[11   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[11   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[11   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[11   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[11   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[13   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[4    ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/highlight.9.1.0.pack.js does not match an existing file
[13   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[13   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[13   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[4    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[4    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[4    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[4    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[4    ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[11   ] NetCore.StaticFiles.StaticFileMiddleware - The file /swagger-ui.min.js was not modified
[11   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /swagger-ui.min.js
[4    ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/highlight.9.1.0.pack.js was not modified
[4    ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/highlight.9.1.0.pack.js
[11   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EO" completed keep alive response.
[11   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1.0867ms 304 application/javascript
[4    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EK" completed keep alive response.
[13   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[13   ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/highlight.9.1.0.pack_extended.js was not modified
[13   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/highlight.9.1.0.pack_extended.js
[13   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EJ" completed keep alive response.
[13   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 2.3434ms 304 application/javascript
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1.7122ms 304 application/javascript
[9    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/marked.js  
[9    ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/marked.js does not match an existing file
[9    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[9    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[9    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[9    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[9    ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[9    ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/marked.js was not modified
[9    ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/marked.js
[9    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EL" completed keep alive response.
[9    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.8692ms 304 application/javascript
[14   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/jsoneditor.min.js  
[14   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/jsoneditor.min.js does not match an existing file
[14   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[14   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[14   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[14   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[14   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[14   ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/jsoneditor.min.js was not modified
[14   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/jsoneditor.min.js
[14   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EM" completed keep alive response.
[14   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1.146ms 304 application/javascript
[3    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/lib/swagger-oauth.js  
[3    ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/lib/swagger-oauth.js does not match an existing file
[3    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[3    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[3    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[3    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[3    ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[3    ] NetCore.StaticFiles.StaticFileMiddleware - The file /lib/swagger-oauth.js was not modified
[3    ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /lib/swagger-oauth.js
[3    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EN" completed keep alive response.
[3    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 3.5232ms 304 application/javascript
[12   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/images/logo_small.png  
[12   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/images/logo_small.png does not match an existing file
[12   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[12   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[12   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[12   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[12   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[12   ] NetCore.StaticFiles.StaticFileMiddleware - The file /images/logo_small.png was not modified
[12   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /images/logo_small.png
[12   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EO" completed keep alive response.
[12   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1.1925ms 304 image/png
[11   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/css/print.css  
[11   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/css/print.css does not match an existing file
[11   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[11   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[11   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[11   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[11   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[11   ] NetCore.StaticFiles.StaticFileMiddleware - The file /css/print.css was not modified
[11   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /css/print.css
[11   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EK" completed keep alive response.
[11   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.8205ms 304 text/css
[3    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/v1/swagger.json  
[3    ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/v1/swagger.json does not match an existing file
[3    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[3    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[3    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[3    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[3    ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[13   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/swagger/images/favicon-16x16.png  
[13   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /swagger/images/favicon-16x16.png does not match an existing file
[13   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[13   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[13   ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[13   ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[13   ] soft.AspNetCore.Builder.RouterMiddleware - Request did not match any routes.
[13   ] NetCore.StaticFiles.StaticFileMiddleware - The file /images/favicon-16x16.png was not modified
[13   ] NetCore.StaticFiles.StaticFileMiddleware - Handled. Status code: 304 File: /images/favicon-16x16.png
[13   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EL" completed keep alive response.
[13   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.9148ms 304 image/png
[3    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EJ" completed keep alive response.
[3    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 528.2437ms 200 application/json
[10   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS http://localhost:22742/AbpUserConfiguration/GetAll  
[10   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EM" completed keep alive response.
[10   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 17.3415ms 204 
[3    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/AbpUserConfiguration/GetAll application/json 
[3    ] entication.JwtBearer.JwtBearerMiddleware - Successfully validated the token.
[3    ] entication.JwtBearer.JwtBearerMiddleware - HttpContext.User merged via AutomaticAuthentication from authenticationScheme: Bearer.
[3    ] NetCore.StaticFiles.StaticFileMiddleware - The request path /AbpUserConfiguration/GetAll does not match a supported file type
[3    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'defaultWithArea' and template '{area}/{controller=Home}/{action=Index}/{id?}'.
[3    ] .AspNetCore.Mvc.Internal.MvcRouteHandler - No actions matched the current request
[3    ] Microsoft.AspNetCore.Routing.RouteBase   - Request successfully matched the route with name 'default' and template '{controller=Home}/{action=Index}/{id?}'.
[3    ] ore.Mvc.Internal.ControllerActionInvoker - Executing action Abp.AspNetCore.Mvc.Controllers.AbpUserConfigurationController.GetAll (Abp.AspNetCore)
[3    ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method Abp.AspNetCore.Mvc.Controllers.AbpUserConfigurationController.GetAll (Abp.AspNetCore) with arguments ((null)) - ModelState is Valid
[20   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action method Abp.AspNetCore.Mvc.Controllers.AbpUserConfigurationController.GetAll (Abp.AspNetCore), returned result Microsoft.AspNetCore.Mvc.JsonResult.
[11   ] matters.Json.Internal.JsonResultExecutor - Executing JsonResult, writing value Abp.Web.Models.AjaxResponse.
[11   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action Abp.AspNetCore.Mvc.Controllers.AbpUserConfigurationController.GetAll (Abp.AspNetCore) in 1092.7338ms
[11   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EN" completed keep alive response.
[11   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1165.6101ms 200 application/json; charset=utf-8
[11   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS http://localhost:22742/api/services/app/Session/GetCurrentLoginInformations  
[11   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EO" completed keep alive response.
[11   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.3392ms 204 
[10   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/api/services/app/Session/GetCurrentLoginInformations application/json; charset=UTF-8 
[10   ] entication.JwtBearer.JwtBearerMiddleware - Successfully validated the token.
[10   ] entication.JwtBearer.JwtBearerMiddleware - HttpContext.User merged via AutomaticAuthentication from authenticationScheme: Bearer.
[10   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /api/services/app/Session/GetCurrentLoginInformations does not match a supported file type
[10   ] osoft.AspNetCore.Routing.Tree.TreeRouter - Request successfully matched the route with name '(null)' and template 'api/services/app/Session/GetCurrentLoginInformations'.
[10   ] ore.Mvc.Internal.ControllerActionInvoker - Executing action myapp.Sessions.SessionAppService.GetCurrentLoginInformations (myapp.Application)
[10   ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method myapp.Sessions.SessionAppService.GetCurrentLoginInformations (myapp.Application) with arguments ((null)) - ModelState is Valid
[10   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action method myapp.Sessions.SessionAppService.GetCurrentLoginInformations (myapp.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult.
[10   ] etCore.Mvc.Internal.ObjectResultExecutor - Could not find an output formatter based on content negotiation. Accepted types were (application/json; charset=UTF-8)
[10   ] etCore.Mvc.Internal.ObjectResultExecutor - Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter' and content type 'application/json' to write the response.
[10   ] etCore.Mvc.Internal.ObjectResultExecutor - Executing ObjectResult, writing value Microsoft.AspNetCore.Mvc.ControllerContext.
[10   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action myapp.Sessions.SessionAppService.GetCurrentLoginInformations (myapp.Application) in 1193.3979ms
[10   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EK" completed keep alive response.
[10   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1211.7558ms 200 application/json; charset=utf-8
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS http://localhost:22742/api/services/app/Profile/GetProfilePicture  
[4    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EL" completed keep alive response.
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.3683ms 204 
[10   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS http://localhost:22742/api/services/app/UserLink/GetRecentlyUsedLinkedUsers  
[10   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EJ" completed keep alive response.
[10   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.258ms 204 
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS http://localhost:22742/api/services/app/Profile/GetProfilePicture  
[4    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EM" completed keep alive response.
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.2514ms 204 
[10   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS http://localhost:22742/api/services/app/Profile/GetFriendProfilePictureById?  
[10   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EN" completed keep alive response.
[10   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 4.6179ms 204 
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS http://localhost:22742/api/services/app/Notification/GetUserNotifications?MaxResultCount=3&  
[4    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EO" completed keep alive response.
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 2.0013ms 204 
[9    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS http://localhost:22742/api/services/app/TenantDashboard/GetMemberActivity  
[9    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EK" completed keep alive response.
[9    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.2996ms 204 
[3    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/api/services/app/Profile/GetProfilePicture application/json; charset=UTF-8 
[3    ] entication.JwtBearer.JwtBearerMiddleware - Successfully validated the token.
[3    ] entication.JwtBearer.JwtBearerMiddleware - HttpContext.User merged via AutomaticAuthentication from authenticationScheme: Bearer.
[3    ] NetCore.StaticFiles.StaticFileMiddleware - The request path /api/services/app/Profile/GetProfilePicture does not match a supported file type
[3    ] osoft.AspNetCore.Routing.Tree.TreeRouter - Request successfully matched the route with name '(null)' and template 'api/services/app/Profile/GetProfilePicture'.
[11   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/api/services/app/UserLink/GetRecentlyUsedLinkedUsers application/json; charset=UTF-8 
[11   ] entication.JwtBearer.JwtBearerMiddleware - Successfully validated the token.
[11   ] entication.JwtBearer.JwtBearerMiddleware - HttpContext.User merged via AutomaticAuthentication from authenticationScheme: Bearer.
[11   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /api/services/app/UserLink/GetRecentlyUsedLinkedUsers does not match a supported file type
[11   ] osoft.AspNetCore.Routing.Tree.TreeRouter - Request successfully matched the route with name '(null)' and template 'api/services/app/UserLink/GetRecentlyUsedLinkedUsers'.
[3    ] ore.Mvc.Internal.ControllerActionInvoker - Executing action myapp.Authorization.Users.Profile.ProfileAppService.GetProfilePicture (myapp.Application)
[11   ] ore.Mvc.Internal.ControllerActionInvoker - Executing action myapp.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers (myapp.Application)
[4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/api/services/app/Profile/GetFriendProfilePictureById? application/json; charset=UTF-8 
[4    ] entication.JwtBearer.JwtBearerMiddleware - Successfully validated the token.
[4    ] entication.JwtBearer.JwtBearerMiddleware - HttpContext.User merged via AutomaticAuthentication from authenticationScheme: Bearer.
[4    ] NetCore.StaticFiles.StaticFileMiddleware - The request path /api/services/app/Profile/GetFriendProfilePictureById does not match a supported file type
[10   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/api/services/app/Notification/GetUserNotifications?MaxResultCount=3& application/json; charset=UTF-8 
[10   ] entication.JwtBearer.JwtBearerMiddleware - Successfully validated the token.
[10   ] entication.JwtBearer.JwtBearerMiddleware - HttpContext.User merged via AutomaticAuthentication from authenticationScheme: Bearer.
[10   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /api/services/app/Notification/GetUserNotifications does not match a supported file type
[10   ] osoft.AspNetCore.Routing.Tree.TreeRouter - Request successfully matched the route with name '(null)' and template 'api/services/app/Notification/GetUserNotifications'.
[4    ] osoft.AspNetCore.Routing.Tree.TreeRouter - Request successfully matched the route with name '(null)' and template 'api/services/app/Profile/GetFriendProfilePictureById'.
[20   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/api/services/app/TenantDashboard/GetMemberActivity application/json; charset=UTF-8 
[20   ] entication.JwtBearer.JwtBearerMiddleware - Successfully validated the token.
[20   ] entication.JwtBearer.JwtBearerMiddleware - HttpContext.User merged via AutomaticAuthentication from authenticationScheme: Bearer.
[20   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /api/services/app/TenantDashboard/GetMemberActivity does not match a supported file type
[20   ] osoft.AspNetCore.Routing.Tree.TreeRouter - Request successfully matched the route with name '(null)' and template 'api/services/app/TenantDashboard/GetMemberActivity'.
[20   ] ore.Mvc.Internal.ControllerActionInvoker - Executing action myapp.Tenants.Dashboard.TenantDashboardAppService.GetMemberActivity (myapp.Application)
[4    ] ore.Mvc.Internal.ControllerActionInvoker - Executing action myapp.Authorization.Users.Profile.ProfileAppService.GetFriendProfilePictureById (myapp.Application)
[10   ] ore.Mvc.Internal.ControllerActionInvoker - Executing action myapp.Notifications.NotificationAppService.GetUserNotifications (myapp.Application)
[3    ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method myapp.Authorization.Users.Profile.ProfileAppService.GetProfilePicture (myapp.Application) with arguments ((null)) - ModelState is Valid
[11   ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method myapp.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers (myapp.Application) with arguments ((null)) - ModelState is Valid
[20   ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method myapp.Tenants.Dashboard.TenantDashboardAppService.GetMemberActivity (myapp.Application) with arguments ((null)) - ModelState is Valid
[20   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action method myapp.Tenants.Dashboard.TenantDashboardAppService.GetMemberActivity (myapp.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult.
[12   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action method myapp.Authorization.Users.Profile.ProfileAppService.GetProfilePicture (myapp.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult.
[9    ] etCore.Mvc.Internal.ObjectResultExecutor - Could not find an output formatter based on content negotiation. Accepted types were (application/json; charset=UTF-8)
[9    ] etCore.Mvc.Internal.ObjectResultExecutor - Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter' and content type 'application/json' to write the response.
[9    ] etCore.Mvc.Internal.ObjectResultExecutor - Executing ObjectResult, writing value Microsoft.AspNetCore.Mvc.ControllerContext.
[12   ] etCore.Mvc.Internal.ObjectResultExecutor - Could not find an output formatter based on content negotiation. Accepted types were (application/json; charset=UTF-8)
[12   ] etCore.Mvc.Internal.ObjectResultExecutor - Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter' and content type 'application/json' to write the response.
[12   ] etCore.Mvc.Internal.ObjectResultExecutor - Executing ObjectResult, writing value Microsoft.AspNetCore.Mvc.ControllerContext.
[12   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action myapp.Authorization.Users.Profile.ProfileAppService.GetProfilePicture (myapp.Application) in 722.5919ms
[12   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EL" completed keep alive response.
[12   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 731.2605ms 200 application/json; charset=utf-8
[9    ] ore.Mvc.Internal.ControllerActionInvoker - Executed action myapp.Tenants.Dashboard.TenantDashboardAppService.GetMemberActivity (myapp.Application) in 217.893ms
[9    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EO" completed keep alive response.
[9    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 697.4247ms 200 application/json; charset=utf-8
[12   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/api/services/app/Profile/GetProfilePicture application/json; charset=UTF-8 
[12   ] entication.JwtBearer.JwtBearerMiddleware - Successfully validated the token.
[12   ] entication.JwtBearer.JwtBearerMiddleware - HttpContext.User merged via AutomaticAuthentication from authenticationScheme: Bearer.
[12   ] NetCore.StaticFiles.StaticFileMiddleware - The request path /api/services/app/Profile/GetProfilePicture does not match a supported file type
[12   ] osoft.AspNetCore.Routing.Tree.TreeRouter - Request successfully matched the route with name '(null)' and template 'api/services/app/Profile/GetProfilePicture'.
[12   ] ore.Mvc.Internal.ControllerActionInvoker - Executing action myapp.Authorization.Users.Profile.ProfileAppService.GetProfilePicture (myapp.Application)
[12   ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method myapp.Authorization.Users.Profile.ProfileAppService.GetProfilePicture (myapp.Application) with arguments ((null)) - ModelState is Valid
[12   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action method myapp.Authorization.Users.Profile.ProfileAppService.GetProfilePicture (myapp.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult.
[12   ] etCore.Mvc.Internal.ObjectResultExecutor - Could not find an output formatter based on content negotiation. Accepted types were (application/json; charset=UTF-8)
[12   ] etCore.Mvc.Internal.ObjectResultExecutor - Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter' and content type 'application/json' to write the response.
[12   ] etCore.Mvc.Internal.ObjectResultExecutor - Executing ObjectResult, writing value Microsoft.AspNetCore.Mvc.ControllerContext.
[12   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action myapp.Authorization.Users.Profile.ProfileAppService.GetProfilePicture (myapp.Application) in 19.7317ms
[12   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EK" completed keep alive response.
[12   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 29.697ms 200 application/json; charset=utf-8
[10   ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method myapp.Notifications.NotificationAppService.GetUserNotifications (myapp.Application) with arguments (myapp.Notifications.Dto.GetUserNotificationsInput) - ModelState is Valid
[4    ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method myapp.Authorization.Users.Profile.ProfileAppService.GetFriendProfilePictureById (myapp.Application) with arguments (myapp.Authorization.Users.Profile.Dto.GetFriendProfilePictureByIdInput) - ModelState is Valid
[4    ] ore.Mvc.Internal.ControllerActionInvoker - Executed action method myapp.Authorization.Users.Profile.ProfileAppService.GetFriendProfilePictureById (myapp.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult.
[20   ] etCore.Mvc.Internal.ObjectResultExecutor - Could not find an output formatter based on content negotiation. Accepted types were (application/json; charset=UTF-8)
[20   ] etCore.Mvc.Internal.ObjectResultExecutor - Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter' and content type 'application/json' to write the response.
[20   ] etCore.Mvc.Internal.ObjectResultExecutor - Executing ObjectResult, writing value Microsoft.AspNetCore.Mvc.ControllerContext.
[20   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action myapp.Authorization.Users.Profile.ProfileAppService.GetFriendProfilePictureById (myapp.Application) in 347.4759ms
[20   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EM" completed keep alive response.
[20   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 841.0163ms 200 application/json; charset=utf-8
[20   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action method myapp.Notifications.NotificationAppService.GetUserNotifications (myapp.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult.
[20   ] etCore.Mvc.Internal.ObjectResultExecutor - Could not find an output formatter based on content negotiation. Accepted types were (application/json; charset=UTF-8)
[20   ] etCore.Mvc.Internal.ObjectResultExecutor - Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter' and content type 'application/json' to write the response.
[20   ] etCore.Mvc.Internal.ObjectResultExecutor - Executing ObjectResult, writing value Microsoft.AspNetCore.Mvc.ControllerContext.
[20   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action myapp.Notifications.NotificationAppService.GetUserNotifications (myapp.Application) in 561.773ms
[20   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EN" completed keep alive response.
[20   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1056.2483ms 200 application/json; charset=utf-8
[13   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action method myapp.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers (myapp.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult.
[13   ] etCore.Mvc.Internal.ObjectResultExecutor - Could not find an output formatter based on content negotiation. Accepted types were (application/json; charset=UTF-8)
[13   ] etCore.Mvc.Internal.ObjectResultExecutor - Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter' and content type 'application/json' to write the response.
[13   ] etCore.Mvc.Internal.ObjectResultExecutor - Executing ObjectResult, writing value Microsoft.AspNetCore.Mvc.ControllerContext.
[13   ] ore.Mvc.Internal.ControllerActionInvoker - Executed action myapp.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers (myapp.Application) in 2213.3144ms
[13   ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL5CV6AFH3EJ" completed keep alive response.
[13   ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 2219.641ms 200 application/json; charset=utf-8

Hi all,

I downloaded the ASPNET Zero for .NET Core Angular 4.0.0, NET Framework 4.6.1. And could not get the signalR working.

I was getting 400 bad request for the HTTP GET <a class="postlink" href="http://localhost:22742/signalr/hubs?=1496705236059">http://localhost:22742/signalr/hubs?=1496705236059</a> request.

I am wondering if that is expected, if so how to fix it.

Thanks!

derek

Showing 1 to 10 of 11 entries