mirror of https://github.com/abpframework/abp.git
308 changed files with 1178 additions and 369 deletions
@ -1,4 +0,0 @@ |
|||
@page |
|||
@model MyCompanyName.MyModuleName.DemoApp.Pages.IndexModel |
|||
<h3>Welcome to the MyModuleName demo application.</h3> |
|||
<a href="/Account/Login">Login</a> |
|||
@ -1,5 +0,0 @@ |
|||
{ |
|||
"ConnectionStrings": { |
|||
"Default": "Server=localhost;Database=MyModuleNameDemoApp;Trusted_Connection=True;MultipleActiveResultSets=true" |
|||
} |
|||
} |
|||
@ -0,0 +1,809 @@ |
|||
2018-07-14 23:19:44.193 +03:00 [INF] Starting web host. |
|||
2018-07-14 23:19:46.433 +03:00 [INF] User profile is available. Using 'C:\Users\halil\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. |
|||
2018-07-14 23:19:46.540 +03:00 [INF] Loaded modules: |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameDomainSharedModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Data.AbpDataModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Timing.AbpTimingModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Json.AbpJsonModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Security.AbpSecurityModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Threading.AbpThreadingModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Settings.AbpSettingsModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyAbstractionsModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Guids.AbpGuidsModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Validation.AbpValidationModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameApplicationContractsModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Http.AbpHttpModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.UI.AbpUiModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameHttpApiModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameWebModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameDomainModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameApplicationModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.EntityFrameworkCore.MyProjectNameEntityFrameworkCoreModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule |
|||
2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Caching.AbpCachingModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.PermissionManagement.Web.AbpPermissionManagementWebModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.Web.AbpIdentityWebModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.AbpAspNetCoreMvcUiBasicThemeModule |
|||
2018-07-14 23:19:46.541 +03:00 [INF] - MyCompanyName.MyProjectName.DemoApp.DemoAppModule |
|||
2018-07-14 23:19:46.603 +03:00 [DBG] No class found with auto mapping attributes. |
|||
2018-07-14 23:19:58.047 +03:00 [FTL] Application startup exception |
|||
Autofac.Core.DependencyResolutionException: An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = IdentityDataSeeder (ReflectionActivator), Services = [Volo.Abp.Identity.IIdentityDataSeeder], Lifetime = Autofac.Core.Lifetime.CurrentScopeLifetime, Sharing = None, Ownership = OwnedByLifetimeScope ---> An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = IdentityUserManager (ReflectionActivator), Services = [Volo.Abp.Identity.IdentityUserManager], Lifetime = Autofac.Core.Lifetime.CurrentScopeLifetime, Sharing = None, Ownership = OwnedByLifetimeScope ---> An exception was thrown while invoking the constructor 'Void .ctor(Volo.Abp.Identity.IdentityUserStore, Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Identity.IdentityOptions], Microsoft.AspNetCore.Identity.IPasswordHasher`1[Volo.Abp.Identity.IdentityUser], System.Collections.Generic.IEnumerable`1[Microsoft.AspNetCore.Identity.IUserValidator`1[Volo.Abp.Identity.IdentityUser]], System.Collections.Generic.IEnumerable`1[Microsoft.AspNetCore.Identity.IPasswordValidator`1[Volo.Abp.Identity.IdentityUser]], Microsoft.AspNetCore.Identity.ILookupNormalizer, Microsoft.AspNetCore.Identity.IdentityErrorDescriber, System.IServiceProvider, Microsoft.Extensions.Logging.ILogger`1[Volo.Abp.Identity.IdentityUserManager], Volo.Abp.Threading.ICancellationTokenProvider)' on type 'IdentityUserManager'. ---> Cannot open database "MyProjectNameDemoApp" requested by the login. The login failed. |
|||
Login failed for user 'MicrosoftAccount\halilibrahimkalkan@outlook.com'. (See inner exception for details.) (See inner exception for details.) (See inner exception for details.) ---> Autofac.Core.DependencyResolutionException: An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = IdentityUserManager (ReflectionActivator), Services = [Volo.Abp.Identity.IdentityUserManager], Lifetime = Autofac.Core.Lifetime.CurrentScopeLifetime, Sharing = None, Ownership = OwnedByLifetimeScope ---> An exception was thrown while invoking the constructor 'Void .ctor(Volo.Abp.Identity.IdentityUserStore, Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Identity.IdentityOptions], Microsoft.AspNetCore.Identity.IPasswordHasher`1[Volo.Abp.Identity.IdentityUser], System.Collections.Generic.IEnumerable`1[Microsoft.AspNetCore.Identity.IUserValidator`1[Volo.Abp.Identity.IdentityUser]], System.Collections.Generic.IEnumerable`1[Microsoft.AspNetCore.Identity.IPasswordValidator`1[Volo.Abp.Identity.IdentityUser]], Microsoft.AspNetCore.Identity.ILookupNormalizer, Microsoft.AspNetCore.Identity.IdentityErrorDescriber, System.IServiceProvider, Microsoft.Extensions.Logging.ILogger`1[Volo.Abp.Identity.IdentityUserManager], Volo.Abp.Threading.ICancellationTokenProvider)' on type 'IdentityUserManager'. ---> Cannot open database "MyProjectNameDemoApp" requested by the login. The login failed. |
|||
Login failed for user 'MicrosoftAccount\halilibrahimkalkan@outlook.com'. (See inner exception for details.) (See inner exception for details.) ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Volo.Abp.Identity.IdentityUserStore, Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Identity.IdentityOptions], Microsoft.AspNetCore.Identity.IPasswordHasher`1[Volo.Abp.Identity.IdentityUser], System.Collections.Generic.IEnumerable`1[Microsoft.AspNetCore.Identity.IUserValidator`1[Volo.Abp.Identity.IdentityUser]], System.Collections.Generic.IEnumerable`1[Microsoft.AspNetCore.Identity.IPasswordValidator`1[Volo.Abp.Identity.IdentityUser]], Microsoft.AspNetCore.Identity.ILookupNormalizer, Microsoft.AspNetCore.Identity.IdentityErrorDescriber, System.IServiceProvider, Microsoft.Extensions.Logging.ILogger`1[Volo.Abp.Identity.IdentityUserManager], Volo.Abp.Threading.ICancellationTokenProvider)' on type 'IdentityUserManager'. ---> Cannot open database "MyProjectNameDemoApp" requested by the login. The login failed. |
|||
Login failed for user 'MicrosoftAccount\halilibrahimkalkan@outlook.com'. (See inner exception for details.) ---> System.Data.SqlClient.SqlException: Cannot open database "MyProjectNameDemoApp" requested by the login. The login failed. |
|||
Login failed for user 'MicrosoftAccount\halilibrahimkalkan@outlook.com'. |
|||
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling) |
|||
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) |
|||
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) |
|||
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) |
|||
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) |
|||
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) |
|||
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) |
|||
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) |
|||
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
|||
at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) |
|||
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) |
|||
at System.Data.SqlClient.SqlConnection.Open() |
|||
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected) |
|||
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected) |
|||
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransaction(IsolationLevel isolationLevel) |
|||
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransaction() |
|||
at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.BeginTransaction() |
|||
at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextWithTransaction(IUnitOfWork unitOfWork) in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Uow\EntityFrameworkCore\UnitOfWorkDbContextProvider.cs:line 83 |
|||
at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContext(IUnitOfWork unitOfWork) in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Uow\EntityFrameworkCore\UnitOfWorkDbContextProvider.cs:line 69 |
|||
at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContext(IUnitOfWork unitOfWork, String connectionStringName, String connectionString) in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Uow\EntityFrameworkCore\UnitOfWorkDbContextProvider.cs:line 54 |
|||
at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.<>c__DisplayClass3_0.<GetDbContext>b__0() in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Uow\EntityFrameworkCore\UnitOfWorkDbContextProvider.cs:line 42 |
|||
at System.Collections.Generic.AbpDictionaryExtensions.<>c__DisplayClass6_0`2.<GetOrAdd>b__0(TKey k) in D:\Github\abp\framework\src\Volo.Abp.Core\System\Collections\Generic\AbpDictionaryExtensions.cs:line 115 |
|||
at System.Collections.Generic.AbpDictionaryExtensions.GetOrAdd[TKey,TValue](IDictionary`2 dictionary, TKey key, Func`2 factory) in D:\Github\abp\framework\src\Volo.Abp.Core\System\Collections\Generic\AbpDictionaryExtensions.cs:line 101 |
|||
at System.Collections.Generic.AbpDictionaryExtensions.GetOrAdd[TKey,TValue](IDictionary`2 dictionary, TKey key, Func`1 factory) in D:\Github\abp\framework\src\Volo.Abp.Core\System\Collections\Generic\AbpDictionaryExtensions.cs:line 115 |
|||
at Volo.Abp.Uow.UnitOfWork.GetOrAddDatabaseApi(String key, Func`1 factory) in D:\Github\abp\framework\src\Volo.Abp.Uow\Volo\Abp\Uow\UnitOfWork.cs:line 184 |
|||
at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.GetDbContext() in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Uow\EntityFrameworkCore\UnitOfWorkDbContextProvider.cs:line 40 |
|||
at Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository`2.get_DbContext() in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Domain\Repositories\EntityFrameworkCore\EfCoreRepository.cs:line 24 |
|||
at Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository`2.get_DbSet() in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Domain\Repositories\EntityFrameworkCore\EfCoreRepository.cs:line 20 |
|||
at Volo.Abp.SettingManagement.EntityFrameworkCore.EfCoreSettingRepository.FindAsync(String name, String providerName, String providerKey) in D:\Github\abp\modules\setting-management\src\Volo.Abp.SettingManagement.EntityFrameworkCore\Volo\Abp\SettingManagement\EntityFrameworkCore\EfCoreSettingRepository.cs:line 20 |
|||
at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) in D:\Github\abp\framework\src\Volo.Abp.Uow\Volo\Abp\Uow\UnitOfWorkInterceptor.cs:line 46 |
|||
at Volo.Abp.Threading.InternalAsyncHelper.AwaitTaskWithPreActionAndPostActionAndFinallyAndGetResult[T](Func`1 actualReturnValue, Func`1 preAction, Func`1 postAction, Action`1 finalAction) in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\Threading\InternalAsyncHelper.cs:line 149 |
|||
at Volo.Abp.SettingManagement.SettingStore.GetOrNullAsync(String name, String providerName, String providerKey) in D:\Github\abp\modules\setting-management\src\Volo.Abp.SettingManagement.Domain\Volo\Abp\SettingManagement\SettingStore.cs:line 23 |
|||
at Volo.Abp.Settings.SettingManager.GetOrNullInternalAsync(String name, String providerName, String providerKey, Boolean fallback) in D:\Github\abp\framework\src\Volo.Abp.Settings\Volo\Abp\Settings\SettingManager.cs:line 69 |
|||
at Volo.Abp.Settings.SettingManagerExtensions.GetAsync[T](ISettingManager settingManager, String name, T defaultValue) in D:\Github\abp\framework\src\Volo.Abp.Settings\Volo\Abp\Settings\SettingManagerExtensions.cs:line 27 |
|||
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](Task`1 task) |
|||
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() |
|||
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) |
|||
--- End of stack trace from previous location where exception was thrown --- |
|||
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot) |
|||
--- End of stack trace from previous location where exception was thrown --- |
|||
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](Task`1 task) |
|||
at Nito.AsyncEx.AsyncContext.Run[TResult](Func`1 action) |
|||
at Volo.Abp.Threading.AsyncHelper.RunSync[TResult](Func`1 func) in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\Threading\AsyncHelper.cs:line 60 |
|||
at Volo.Abp.Settings.SettingManagerSyncExtensions.Get[T](ISettingManager settingManager, String name, T defaultValue) in D:\Github\abp\framework\src\Volo.Abp.Settings\Volo\Abp\Settings\SettingManagerSyncExtensions.cs:line 26 |
|||
at Volo.Abp.Identity.AbpIdentityOptionsFactory.SetPasswordOptions(IdentityOptions options) in D:\Github\abp\modules\identity\src\Volo.Abp.Identity.Domain\Volo\Abp\Identity\AbpIdentityOptionsFactory.cs:line 38 |
|||
at Volo.Abp.Identity.AbpIdentityOptionsFactory.Create(String name) in D:\Github\abp\modules\identity\src\Volo.Abp.Identity.Domain\Volo\Abp\Identity\AbpIdentityOptionsFactory.cs:line 31 |
|||
at Microsoft.Extensions.Options.OptionsManager`1.<>c__DisplayClass5_0.<Get>b__0() |
|||
at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) |
|||
at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) |
|||
at System.Lazy`1.CreateValue() |
|||
at Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(String name, Func`1 createOptions) |
|||
at Microsoft.Extensions.Options.OptionsManager`1.Get(String name) |
|||
at Microsoft.Extensions.Options.OptionsManager`1.get_Value() |
|||
at Microsoft.AspNetCore.Identity.UserManager`1..ctor(IUserStore`1 store, IOptions`1 optionsAccessor, IPasswordHasher`1 passwordHasher, IEnumerable`1 userValidators, IEnumerable`1 passwordValidators, ILookupNormalizer keyNormalizer, IdentityErrorDescriber errors, IServiceProvider services, ILogger`1 logger) |
|||
at Volo.Abp.Identity.IdentityUserManager..ctor(IdentityUserStore store, IOptions`1 optionsAccessor, IPasswordHasher`1 passwordHasher, IEnumerable`1 userValidators, IEnumerable`1 passwordValidators, ILookupNormalizer keyNormalizer, IdentityErrorDescriber errors, IServiceProvider services, ILogger`1 logger, ICancellationTokenProvider cancellationTokenProvider) in D:\Github\abp\modules\identity\src\Volo.Abp.Identity.Domain\Volo\Abp\Identity\IdentityUserManager.cs:line 32 |
|||
at lambda_method(Closure , Object[] ) |
|||
at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() |
|||
--- End of inner exception stack trace --- |
|||
at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() |
|||
at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) |
|||
at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) |
|||
--- End of inner exception stack trace --- |
|||
at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) |
|||
at Autofac.Core.Resolving.InstanceLookup.Execute() |
|||
at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) |
|||
at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() |
|||
at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) |
|||
at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) |
|||
--- End of inner exception stack trace --- |
|||
at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) |
|||
at Autofac.Core.Resolving.InstanceLookup.Execute() |
|||
at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) |
|||
at Autofac.Core.Resolving.ResolveOperation.Execute(IComponentRegistration registration, IEnumerable`1 parameters) |
|||
at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance) |
|||
at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters) |
|||
at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetRequiredService(Type serviceType) in D:\Github\abp\framework\src\Volo.Abp.Autofac\Autofac\Extensions\DependencyInjection\AutofacServiceProvider.cs:line 69 |
|||
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType) |
|||
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider) |
|||
at MyCompanyName.MyProjectName.DemoApp.DemoAppModule.<>c__DisplayClass1_0.<<OnApplicationInitialization>b__2>d.MoveNext() in D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\DemoAppModule.cs:line 141 |
|||
--- End of stack trace from previous location where exception was thrown --- |
|||
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task) |
|||
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) |
|||
--- End of stack trace from previous location where exception was thrown --- |
|||
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot) |
|||
--- End of stack trace from previous location where exception was thrown --- |
|||
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task) |
|||
at Nito.AsyncEx.AsyncContext.Run(Func`1 action) |
|||
at Volo.Abp.Threading.AsyncHelper.RunSync(Func`1 action) in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\Threading\AsyncHelper.cs:line 69 |
|||
at MyCompanyName.MyProjectName.DemoApp.DemoAppModule.OnApplicationInitialization(ApplicationInitializationContext context) in D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\DemoAppModule.cs:line 139 |
|||
at Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributer.Initialize(ApplicationInitializationContext context, IAbpModule module) in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\Modularity\DefaultModuleLifecycleContributer.cs:line 7 |
|||
at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\Modularity\ModuleManager.cs:line 41 |
|||
at Volo.Abp.AbpApplicationBase.InitializeModules() in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\AbpApplicationBase.cs:line 69 |
|||
at Volo.Abp.AbpApplicationWithExternalServiceProvider.Initialize(IServiceProvider serviceProvider) in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\AbpApplicationWithExternalServiceProvider.cs:line 27 |
|||
at Microsoft.AspNetCore.Builder.AbpApplicationBuilderExtensions.InitializeApplication(IApplicationBuilder app) in D:\Github\abp\framework\src\Volo.Abp.AspNetCore\Microsoft\AspNetCore\Builder\AbpApplicationBuilderExtensions.cs:line 18 |
|||
at MyCompanyName.MyProjectName.DemoApp.Startup.Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory) in D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\Startup.cs:line 34 |
|||
--- End of stack trace from previous location where exception was thrown --- |
|||
at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure(IApplicationBuilder app) |
|||
at Microsoft.AspNetCore.Server.IISIntegration.IISSetupFilter.<>c__DisplayClass4_0.<Configure>b__0(IApplicationBuilder app) |
|||
at Microsoft.AspNetCore.Hosting.Internal.AutoRequestServicesStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder builder) |
|||
at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication() |
|||
2018-07-14 23:19:58.310 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/ |
|||
2018-07-14 23:19:58.391 +03:00 [INF] Request finished in 82.6666ms 500 text/html; charset=utf-8 |
|||
2018-07-14 23:19:58.489 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/favicon.ico |
|||
2018-07-14 23:19:58.489 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/favicon.ico |
|||
2018-07-14 23:19:58.490 +03:00 [ERR] Connection id "0HLF9OSLPU7A4", Request id "0HLF9OSLPU7A4:00000002": An unhandled exception was thrown by the application. |
|||
System.ArgumentOutOfRangeException: Index and count must refer to a location within the buffer. |
|||
Parameter name: chars |
|||
at System.Text.EncoderNLS.GetBytes(Char[] chars, Int32 charIndex, Int32 charCount, Byte[] bytes, Int32 byteIndex, Boolean flush) |
|||
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) |
|||
at System.IO.StreamWriter.Write(String value) |
|||
at Microsoft.AspNetCore.Hosting.Views.ErrorPage.ExecuteAsync() |
|||
at Microsoft.Extensions.RazorViews.BaseView.ExecuteAsync(HttpContext context) |
|||
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) |
|||
2018-07-14 23:19:58.490 +03:00 [ERR] Connection id "0HLF9OSLPU7A5", Request id "0HLF9OSLPU7A5:00000001": An unhandled exception was thrown by the application. |
|||
System.ArgumentOutOfRangeException: Index and count must refer to a location within the buffer. |
|||
Parameter name: chars |
|||
at System.Text.EncoderNLS.GetBytes(Char[] chars, Int32 charIndex, Int32 charCount, Byte[] bytes, Int32 byteIndex, Boolean flush) |
|||
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) |
|||
at System.IO.StreamWriter.Write(String value) |
|||
at Microsoft.AspNetCore.Hosting.Views.ErrorPage.ExecuteAsync() |
|||
at Microsoft.Extensions.RazorViews.BaseView.ExecuteAsync(HttpContext context) |
|||
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) |
|||
2018-07-14 23:19:58.496 +03:00 [INF] Request finished in 7.0896ms 500 |
|||
2018-07-14 23:19:58.496 +03:00 [INF] Request finished in 7.3028ms 500 |
|||
2018-07-14 23:20:49.975 +03:00 [INF] Starting web host. |
|||
2018-07-14 23:20:51.244 +03:00 [INF] User profile is available. Using 'C:\Users\halil\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. |
|||
2018-07-14 23:20:51.331 +03:00 [INF] Loaded modules: |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameDomainSharedModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Data.AbpDataModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Timing.AbpTimingModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Json.AbpJsonModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Security.AbpSecurityModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Threading.AbpThreadingModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Settings.AbpSettingsModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyAbstractionsModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Guids.AbpGuidsModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Validation.AbpValidationModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameApplicationContractsModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Http.AbpHttpModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.UI.AbpUiModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameHttpApiModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameWebModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameDomainModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameApplicationModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.EntityFrameworkCore.MyProjectNameEntityFrameworkCoreModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Caching.AbpCachingModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule |
|||
2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule |
|||
2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule |
|||
2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule |
|||
2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule |
|||
2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.PermissionManagement.Web.AbpPermissionManagementWebModule |
|||
2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.Identity.Web.AbpIdentityWebModule |
|||
2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule |
|||
2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule |
|||
2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule |
|||
2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule |
|||
2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.AbpAspNetCoreMvcUiBasicThemeModule |
|||
2018-07-14 23:20:51.333 +03:00 [INF] - MyCompanyName.MyProjectName.DemoApp.DemoAppModule |
|||
2018-07-14 23:20:51.403 +03:00 [DBG] No class found with auto mapping attributes. |
|||
2018-07-14 23:20:52.620 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:52.645 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:52.660 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:52.668 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:52.670 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:52.672 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:52.674 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:52.677 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:52.680 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:52.683 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:52.685 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:53.152 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:53.227 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:53.304 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:53.307 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:53.456 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:53.476 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:53.481 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:53.487 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:53.488 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:53.488 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:53.488 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:20:53.511 +03:00 [INF] Initialized all modules. |
|||
2018-07-14 23:20:53.846 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/ |
|||
2018-07-14 23:20:55.978 +03:00 [INF] Route matched with {page = "/Index", area = "", action = "", controller = ""}. Executing action /Index |
|||
2018-07-14 23:20:55.993 +03:00 [INF] Executing handler method OnGet with arguments (null) - ModelState is "Valid" |
|||
2018-07-14 23:20:56.611 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 10.24 ms. |
|||
2018-07-14 23:20:57.442 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:20:57.443 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:20:58.170 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 4.27 ms. |
|||
2018-07-14 23:20:58.191 +03:00 [INF] Executed action /Index in 2210.4970000000003ms |
|||
2018-07-14 23:20:58.200 +03:00 [INF] Request finished in 4357.0415ms 200 text/html; charset=utf-8 |
|||
2018-07-14 23:20:58.233 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/bootstrap/css/bootstrap.css?_v=636671959611746358 |
|||
2018-07-14 23:20:58.233 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/font-awesome/css/font-awesome.css?_v=636671959611876361 |
|||
2018-07-14 23:20:58.236 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/toastr/toastr.min.css?_v=636671959613317027 |
|||
2018-07-14 23:20:58.239 +03:00 [INF] Sending file. Request path: '/libs/font-awesome/css/font-awesome.css'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\font-awesome\css\font-awesome.css' |
|||
2018-07-14 23:20:58.239 +03:00 [INF] Request finished in 6.366ms 200 text/css |
|||
2018-07-14 23:20:58.254 +03:00 [INF] Sending file. Request path: '/libs/toastr/toastr.min.css'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\toastr\toastr.min.css' |
|||
2018-07-14 23:20:58.259 +03:00 [INF] Sending file. Request path: '/libs/bootstrap/css/bootstrap.css'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\bootstrap\css\bootstrap.css' |
|||
2018-07-14 23:20:58.259 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/datatables.net-bs4/css/dataTables.bootstrap4.css?_v=636671959611786359 |
|||
2018-07-14 23:20:58.259 +03:00 [INF] Sending file. Request path: '/libs/datatables.net-bs4/css/dataTables.bootstrap4.css'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\datatables.net-bs4\css\dataTables.bootstrap4.css' |
|||
2018-07-14 23:20:58.260 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/select2/css/select2.min.css?_v=636671959612386685 |
|||
2018-07-14 23:20:58.263 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/themes/basic/layout.css?_v=636669739623573365 |
|||
2018-07-14 23:20:58.264 +03:00 [INF] Sending file. Request path: '/libs/select2/css/select2.min.css'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\select2\css\select2.min.css' |
|||
2018-07-14 23:20:58.264 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/core/abp.js?_v=636671959611696374 |
|||
2018-07-14 23:20:58.266 +03:00 [INF] Sending file. Request path: '/themes/basic/layout.css'. Physical path: '/wwwroot/themes/basic/layout.css' |
|||
2018-07-14 23:20:58.266 +03:00 [INF] Request finished in 3.8384ms 200 text/css |
|||
2018-07-14 23:20:58.266 +03:00 [INF] Request finished in 6.0624ms 200 text/css |
|||
2018-07-14 23:20:58.266 +03:00 [INF] Request finished in 33.0281ms 200 text/css |
|||
2018-07-14 23:20:58.266 +03:00 [INF] Request finished in 7.482ms 200 text/css |
|||
2018-07-14 23:20:58.266 +03:00 [INF] Request finished in 29.924ms 200 text/css |
|||
2018-07-14 23:20:58.266 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-styles.css?_v=636669739615723359 |
|||
2018-07-14 23:20:58.266 +03:00 [INF] Sending file. Request path: '/libs/abp/core/abp.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\abp\core\abp.js' |
|||
2018-07-14 23:20:58.267 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-styles.css'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/datatables/datatables-styles.css' |
|||
2018-07-14 23:20:58.268 +03:00 [INF] Request finished in 2.1436ms 200 text/css |
|||
2018-07-14 23:20:58.269 +03:00 [INF] Request finished in 4.1528ms 200 application/javascript |
|||
2018-07-14 23:20:58.275 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/jquery/jquery.js?_v=636671959612346720 |
|||
2018-07-14 23:20:58.277 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/jquery/abp.jquery.js?_v=636671959611717310 |
|||
2018-07-14 23:20:58.277 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/lodash/lodash.min.js?_v=636671959612367080 |
|||
2018-07-14 23:20:58.278 +03:00 [INF] Sending file. Request path: '/libs/abp/jquery/abp.jquery.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\abp\jquery\abp.jquery.js' |
|||
2018-07-14 23:20:58.278 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/bootstrap/js/bootstrap.bundle.js?_v=636671959611776354 |
|||
2018-07-14 23:20:58.278 +03:00 [INF] Request finished in 0.8262ms 200 application/javascript |
|||
2018-07-14 23:20:58.278 +03:00 [INF] Sending file. Request path: '/libs/lodash/lodash.min.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\lodash\lodash.min.js' |
|||
2018-07-14 23:20:58.278 +03:00 [INF] Request finished in 0.81ms 200 application/javascript |
|||
2018-07-14 23:20:58.278 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/jquery-validation/jquery.validate.js?_v=636671959612066779 |
|||
2018-07-14 23:20:58.281 +03:00 [INF] Sending file. Request path: '/libs/jquery-validation/jquery.validate.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\jquery-validation\jquery.validate.js' |
|||
2018-07-14 23:20:58.281 +03:00 [INF] Request finished in 3.081ms 200 application/javascript |
|||
2018-07-14 23:20:58.284 +03:00 [INF] Sending file. Request path: '/libs/bootstrap/js/bootstrap.bundle.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\bootstrap\js\bootstrap.bundle.js' |
|||
2018-07-14 23:20:58.284 +03:00 [INF] Sending file. Request path: '/libs/jquery/jquery.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\jquery\jquery.js' |
|||
2018-07-14 23:20:58.284 +03:00 [INF] Request finished in 6.1564ms 200 application/javascript |
|||
2018-07-14 23:20:58.284 +03:00 [INF] Request finished in 8.5817ms 200 application/javascript |
|||
2018-07-14 23:20:58.293 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js?_v=636671959612046750 |
|||
2018-07-14 23:20:58.297 +03:00 [INF] Sending file. Request path: '/libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\jquery-validation-unobtrusive\jquery.validate.unobtrusive.js' |
|||
2018-07-14 23:20:58.298 +03:00 [INF] Request finished in 4.9018ms 200 application/javascript |
|||
2018-07-14 23:20:58.300 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/jquery-form/jquery.form.min.js?_v=636671959612026381 |
|||
2018-07-14 23:20:58.302 +03:00 [INF] Sending file. Request path: '/libs/jquery-form/jquery.form.min.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\jquery-form\jquery.form.min.js' |
|||
2018-07-14 23:20:58.302 +03:00 [INF] Request finished in 1.3659ms 200 application/javascript |
|||
2018-07-14 23:20:58.311 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/datatables.net/js/jquery.dataTables.js?_v=636671959611856350 |
|||
2018-07-14 23:20:58.313 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/select2/js/select2.min.js?_v=636671959612856711 |
|||
2018-07-14 23:20:58.317 +03:00 [INF] Sending file. Request path: '/libs/select2/js/select2.min.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\select2\js\select2.min.js' |
|||
2018-07-14 23:20:58.317 +03:00 [INF] Request finished in 4.3056ms 200 application/javascript |
|||
2018-07-14 23:20:58.317 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/datatables.net-bs4/js/dataTables.bootstrap4.js?_v=636671959611796361 |
|||
2018-07-14 23:20:58.318 +03:00 [INF] Sending file. Request path: '/libs/datatables.net-bs4/js/dataTables.bootstrap4.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\datatables.net-bs4\js\dataTables.bootstrap4.js' |
|||
2018-07-14 23:20:58.318 +03:00 [INF] Request finished in 0.7619ms 200 application/javascript |
|||
2018-07-14 23:20:58.324 +03:00 [INF] Sending file. Request path: '/libs/datatables.net/js/jquery.dataTables.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\datatables.net\js\jquery.dataTables.js' |
|||
2018-07-14 23:20:58.324 +03:00 [INF] Request finished in 13.6174ms 200 application/javascript |
|||
2018-07-14 23:20:58.327 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/sweetalert/sweetalert.min.js?_v=636671959612866706 |
|||
2018-07-14 23:20:58.328 +03:00 [INF] Sending file. Request path: '/libs/sweetalert/sweetalert.min.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\sweetalert\sweetalert.min.js' |
|||
2018-07-14 23:20:58.328 +03:00 [INF] Request finished in 2.792ms 200 application/javascript |
|||
2018-07-14 23:20:58.330 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/toastr/toastr.min.js?_v=636671959613317027 |
|||
2018-07-14 23:20:58.331 +03:00 [INF] Sending file. Request path: '/libs/toastr/toastr.min.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\toastr\toastr.min.js' |
|||
2018-07-14 23:20:58.331 +03:00 [INF] Request finished in 1.756ms 200 application/javascript |
|||
2018-07-14 23:20:58.340 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/timeago/jquery.timeago.js?_v=636671959612876704 |
|||
2018-07-14 23:20:58.341 +03:00 [INF] Sending file. Request path: '/libs/timeago/jquery.timeago.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\timeago\jquery.timeago.js' |
|||
2018-07-14 23:20:58.341 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js?_v=636669739615723359 |
|||
2018-07-14 23:20:58.342 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/jquery/jquery-extensions.js' |
|||
2018-07-14 23:20:58.341 +03:00 [INF] Request finished in 1.934ms 200 application/javascript |
|||
2018-07-14 23:20:58.342 +03:00 [INF] Request finished in 0.9986ms 200 application/javascript |
|||
2018-07-14 23:20:58.351 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery-form/jquery-form-extensions.js?_v=636669739615723359 |
|||
2018-07-14 23:20:58.352 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery-form/jquery-form-extensions.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/jquery_form/jquery-form-extensions.js' |
|||
2018-07-14 23:20:58.353 +03:00 [INF] Request finished in 1.3984ms 200 application/javascript |
|||
2018-07-14 23:20:58.353 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.js?_v=636669739615723359 |
|||
2018-07-14 23:20:58.353 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js?_v=636669739615723359 |
|||
2018-07-14 23:20:58.354 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/bootstrap/dom-event-handlers.js' |
|||
2018-07-14 23:20:58.354 +03:00 [INF] Request finished in 1.6251ms 200 application/javascript |
|||
2018-07-14 23:20:58.358 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/datatables/datatables-extensions.js' |
|||
2018-07-14 23:20:58.359 +03:00 [INF] Request finished in 4.7728ms 200 application/javascript |
|||
2018-07-14 23:20:58.368 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/modal-manager.js?_v=636669739615723359 |
|||
2018-07-14 23:20:58.368 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/toastr/abp-toastr.js?_v=636669739615723359 |
|||
2018-07-14 23:20:58.368 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/sweetalert/abp-sweetalert.js?_v=636669739615723359 |
|||
2018-07-14 23:20:58.368 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/modal-manager.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/bootstrap/modal-manager.js' |
|||
2018-07-14 23:20:58.368 +03:00 [INF] Request finished in 0.624ms 200 application/javascript |
|||
2018-07-14 23:20:58.368 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/toastr/abp-toastr.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/toastr/abp-toastr.js' |
|||
2018-07-14 23:20:58.369 +03:00 [INF] Request finished in 0.5637ms 200 application/javascript |
|||
2018-07-14 23:20:58.369 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/sweetalert/abp-sweetalert.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/sweetalert/abp-sweetalert.js' |
|||
2018-07-14 23:20:58.369 +03:00 [INF] Request finished in 0.4854ms 200 application/javascript |
|||
2018-07-14 23:20:58.373 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ApplicationConfigurationScript |
|||
2018-07-14 23:20:58.375 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ServiceProxyScript |
|||
2018-07-14 23:20:58.405 +03:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) |
|||
2018-07-14 23:20:58.425 +03:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) |
|||
2018-07-14 23:20:58.451 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid" |
|||
2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:20:58.465 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:20:58.474 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) with arguments (["Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel"]) - Validation state: "Valid" |
|||
2018-07-14 23:20:58.493 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 38.3893ms. |
|||
2018-07-14 23:20:58.501 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'. |
|||
2018-07-14 23:20:58.501 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 96.518200000000007ms |
|||
2018-07-14 23:20:58.501 +03:00 [INF] Request finished in 128.2348ms 200 text/plain; charset=utf-8 |
|||
2018-07-14 23:20:58.544 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 69.821ms. |
|||
2018-07-14 23:20:58.545 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'. |
|||
2018-07-14 23:20:58.545 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 119.2475ms |
|||
2018-07-14 23:20:58.545 +03:00 [INF] Request finished in 169.5927ms 200 text/plain; charset=utf-8 |
|||
2018-07-14 23:21:00.354 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Account/Login |
|||
2018-07-14 23:21:00.889 +03:00 [INF] Route matched with {page = "/Account/Login", area = "", action = "", controller = ""}. Executing action /Account/Login |
|||
2018-07-14 23:21:00.900 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:00.902 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:00.904 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:00.906 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:00.907 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:00.909 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:00.911 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:00.913 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:00.916 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:00.918 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:00.920 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:00.937 +03:00 [INF] Executing handler method OnGetAsync with arguments (null) - ModelState is "Valid" |
|||
2018-07-14 23:21:01.017 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:01.325 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.36 ms. |
|||
2018-07-14 23:21:01.331 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:21:01.331 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:21:01.343 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.94 ms. |
|||
2018-07-14 23:21:01.359 +03:00 [INF] Executed action /Account/Login in 470.26930000000004ms |
|||
2018-07-14 23:21:01.371 +03:00 [INF] Request finished in 1016.6073ms 200 text/html; charset=utf-8 |
|||
2018-07-14 23:21:01.444 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ApplicationConfigurationScript |
|||
2018-07-14 23:21:01.445 +03:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) |
|||
2018-07-14 23:21:01.446 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ServiceProxyScript |
|||
2018-07-14 23:21:01.446 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid" |
|||
2018-07-14 23:21:01.446 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:21:01.446 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:21:01.446 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:21:01.447 +03:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) |
|||
2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed. |
|||
2018-07-14 23:21:01.448 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) with arguments (["Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel"]) - Validation state: "Valid" |
|||
2018-07-14 23:21:01.448 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 2.4707000000000003ms. |
|||
2018-07-14 23:21:01.449 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'. |
|||
2018-07-14 23:21:01.449 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.2262ms. |
|||
2018-07-14 23:21:01.449 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 4.0746ms |
|||
2018-07-14 23:21:01.449 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'. |
|||
2018-07-14 23:21:01.449 +03:00 [INF] Request finished in 5.3076ms 200 text/plain; charset=utf-8 |
|||
2018-07-14 23:21:01.449 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 2.1628000000000003ms |
|||
2018-07-14 23:21:01.449 +03:00 [INF] Request finished in 3.3952ms 200 text/plain; charset=utf-8 |
|||
2018-07-14 23:21:06.679 +03:00 [INF] Request starting HTTP/1.1 POST http://localhost:57891/Account/Login application/x-www-form-urlencoded 263 |
|||
2018-07-14 23:21:06.690 +03:00 [INF] Route matched with {page = "/Account/Login", area = "", action = "", controller = ""}. Executing action /Account/Login |
|||
2018-07-14 23:21:06.716 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:06.719 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:06.721 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:06.722 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:06.724 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:06.726 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:06.727 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:06.732 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:06.734 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:06.736 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:06.737 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:06.747 +03:00 [INF] Executing handler method OnPostAsync with arguments (null) - ModelState is "Valid" |
|||
2018-07-14 23:21:06.884 +03:00 [INF] AuthenticationScheme: Identity.Application signed in. |
|||
2018-07-14 23:21:06.890 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:06.901 +03:00 [INF] Executing RedirectResult, redirecting to /. |
|||
2018-07-14 23:21:06.901 +03:00 [INF] Executed action /Account/Login in 210.89540000000002ms |
|||
2018-07-14 23:21:06.907 +03:00 [INF] AUDIT LOG: [302: POST ] /Account/Login |
|||
- UserId : |
|||
- ClientIpAddress : ::1 |
|||
- ExecutionDuration : 213 |
|||
|
|||
2018-07-14 23:21:06.909 +03:00 [INF] Request finished in 229.424ms 302 |
|||
2018-07-14 23:21:06.918 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/ |
|||
2018-07-14 23:21:06.924 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.925 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.927 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.929 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.931 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.933 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.934 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.936 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.938 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.939 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.941 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.947 +03:00 [INF] Route matched with {page = "/Index", area = "", action = "", controller = ""}. Executing action /Index |
|||
2018-07-14 23:21:06.947 +03:00 [INF] Executing handler method OnGet with arguments (null) - ModelState is "Valid" |
|||
2018-07-14 23:21:06.948 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.34 ms. |
|||
2018-07-14 23:21:06.979 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.990 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:06.994 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:06.998 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.000 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.000 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:07.205 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.85 ms. |
|||
2018-07-14 23:21:07.207 +03:00 [INF] Executed action /Index in 260.68350000000004ms |
|||
2018-07-14 23:21:07.207 +03:00 [INF] Request finished in 289.2507ms 200 text/html; charset=utf-8 |
|||
2018-07-14 23:21:07.314 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ApplicationConfigurationScript |
|||
2018-07-14 23:21:07.316 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ServiceProxyScript |
|||
2018-07-14 23:21:07.318 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.321 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.324 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.325 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.326 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.327 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.331 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.332 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.334 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.334 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.337 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.337 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.339 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.339 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.341 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.342 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.343 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.343 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.346 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.346 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.349 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.349 +03:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) |
|||
2018-07-14 23:21:07.349 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid" |
|||
2018-07-14 23:21:07.351 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.352 +03:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) |
|||
2018-07-14 23:21:07.353 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) with arguments (["Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel"]) - Validation state: "Valid" |
|||
2018-07-14 23:21:07.353 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.0882ms. |
|||
2018-07-14 23:21:07.353 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'. |
|||
2018-07-14 23:21:07.353 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 0.776ms |
|||
2018-07-14 23:21:07.353 +03:00 [INF] Request finished in 37.0006ms 200 text/plain; charset=utf-8 |
|||
2018-07-14 23:21:07.363 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:07.369 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:07.371 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:07.374 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:07.376 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:07.376 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:07.380 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:07.383 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:07.385 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:07.387 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:07.391 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 41.202000000000005ms. |
|||
2018-07-14 23:21:07.394 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:07.398 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'. |
|||
2018-07-14 23:21:07.398 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 49.1524ms |
|||
2018-07-14 23:21:07.398 +03:00 [INF] Request finished in 83.7088ms 200 text/plain; charset=utf-8 |
|||
2018-07-14 23:21:10.318 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Identity/Users |
|||
2018-07-14 23:21:10.321 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.323 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.325 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.327 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.329 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.332 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.334 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.336 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.337 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.339 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.341 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.592 +03:00 [INF] Route matched with {page = "/Identity/Users/Index", area = "", action = "", controller = ""}. Executing action /Identity/Users/Index |
|||
2018-07-14 23:21:10.599 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.600 +03:00 [INF] Executing handler method OnGet with arguments (null) - ModelState is "Valid" |
|||
2018-07-14 23:21:10.617 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.642 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.33 ms. |
|||
2018-07-14 23:21:10.643 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.644 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.646 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.84 ms. |
|||
2018-07-14 23:21:10.656 +03:00 [DBG] Added bundle 'Volo.Abp.Identity.Web.Pages.Identity.Users.IndexModel' to the page in 1.57 ms. |
|||
2018-07-14 23:21:10.656 +03:00 [INF] Executed action /Identity/Users/Index in 64.0766ms |
|||
2018-07-14 23:21:10.656 +03:00 [INF] Request finished in 338.159ms 200 text/html; charset=utf-8 |
|||
2018-07-14 23:21:10.751 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ApplicationConfigurationScript |
|||
2018-07-14 23:21:10.753 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ServiceProxyScript |
|||
2018-07-14 23:21:10.756 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/pages/abp-permission-management/permission-management-modal.js?_v=636664807430920263 |
|||
2018-07-14 23:21:10.757 +03:00 [INF] Sending file. Request path: '/pages/abp-permission-management/permission-management-modal.js'. Physical path: '/wwwroot/pages/abp_permission_management/permission-management-modal.js' |
|||
2018-07-14 23:21:10.757 +03:00 [INF] Request finished in 0.7202ms 200 application/javascript |
|||
2018-07-14 23:21:10.757 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.758 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/pages/identity/users/index.js?_v=636668072717634823 |
|||
2018-07-14 23:21:10.759 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.759 +03:00 [INF] Sending file. Request path: '/pages/identity/users/index.js'. Physical path: '/wwwroot/pages/identity/users/index.js' |
|||
2018-07-14 23:21:10.760 +03:00 [INF] Request finished in 1.2427ms 200 application/javascript |
|||
2018-07-14 23:21:10.761 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.762 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 |
|||
2018-07-14 23:21:10.765 +03:00 [INF] Sending file. Request path: '/libs/font-awesome/fonts/fontawesome-webfont.woff2'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\font-awesome\fonts\fontawesome-webfont.woff2' |
|||
2018-07-14 23:21:10.765 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.765 +03:00 [INF] Request finished in 2.94ms 200 font/woff2 |
|||
2018-07-14 23:21:10.766 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.768 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.768 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.771 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.771 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.774 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.774 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.777 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.778 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.781 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.783 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.785 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.787 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.789 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.790 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.792 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.794 +03:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) |
|||
2018-07-14 23:21:10.794 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.795 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid" |
|||
2018-07-14 23:21:10.796 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.796 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.797 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.797 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.797 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.798 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.798 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.799 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.799 +03:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) |
|||
2018-07-14 23:21:10.799 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.800 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.800 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) with arguments (["Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel"]) - Validation state: "Valid" |
|||
2018-07-14 23:21:10.800 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.1379ms. |
|||
2018-07-14 23:21:10.801 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'. |
|||
2018-07-14 23:21:10.801 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:10.801 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 1.8322ms |
|||
2018-07-14 23:21:10.801 +03:00 [INF] Request finished in 48.2557ms 200 text/plain; charset=utf-8 |
|||
2018-07-14 23:21:10.803 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 7.9905000000000008ms. |
|||
2018-07-14 23:21:10.803 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'. |
|||
2018-07-14 23:21:10.803 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 9.2423ms |
|||
2018-07-14 23:21:10.804 +03:00 [INF] Request finished in 52.2752ms 200 text/plain; charset=utf-8 |
|||
2018-07-14 23:21:10.979 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/api/identity/identityUser application/json |
|||
2018-07-14 23:21:10.982 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.984 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.987 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.989 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.991 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.994 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:10.997 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:11.000 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:11.004 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:11.007 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:11.012 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:11.018 +03:00 [INF] Route matched with {area = "identity", controller = "User", action = "GetListAsync", page = ""}. Executing action Volo.Abp.Identity.IdentityUserController.GetListAsync (Volo.Abp.Identity.HttpApi) |
|||
2018-07-14 23:21:11.046 +03:00 [INF] Executing action method Volo.Abp.Identity.IdentityUserController.GetListAsync (Volo.Abp.Identity.HttpApi) with arguments (["Volo.Abp.Identity.GetIdentityUsersInput"]) - Validation state: "Valid" |
|||
2018-07-14 23:21:11.074 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:11.494 +03:00 [INF] Executed action method Volo.Abp.Identity.IdentityUserController.GetListAsync (Volo.Abp.Identity.HttpApi), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 447.6773ms. |
|||
2018-07-14 23:21:11.494 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:11.494 +03:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=0.3.7.0, Culture=neutral, PublicKeyToken=null]]'. |
|||
2018-07-14 23:21:11.504 +03:00 [INF] Executed action Volo.Abp.Identity.IdentityUserController.GetListAsync (Volo.Abp.Identity.HttpApi) in 485.1238ms |
|||
2018-07-14 23:21:11.504 +03:00 [INF] Request finished in 524.7994ms 200 application/json; charset=utf-8 |
|||
2018-07-14 23:21:12.318 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Identity/Roles |
|||
2018-07-14 23:21:12.320 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.322 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.323 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.324 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.326 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.328 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.330 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.332 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.333 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.335 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.337 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.562 +03:00 [INF] Route matched with {page = "/Identity/Roles/Index", area = "", action = "", controller = ""}. Executing action /Identity/Roles/Index |
|||
2018-07-14 23:21:12.563 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.563 +03:00 [INF] Executing handler method OnGet with arguments (null) - ModelState is "Valid" |
|||
2018-07-14 23:21:12.584 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.36 ms. |
|||
2018-07-14 23:21:12.584 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.585 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.587 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 1.28 ms. |
|||
2018-07-14 23:21:12.591 +03:00 [DBG] Added bundle 'Volo.Abp.Identity.Web.Pages.Identity.Roles.IndexModel' to the page in 0.26 ms. |
|||
2018-07-14 23:21:12.591 +03:00 [INF] Executed action /Identity/Roles/Index in 28.9452ms |
|||
2018-07-14 23:21:12.591 +03:00 [INF] Request finished in 273.3614ms 200 text/html; charset=utf-8 |
|||
2018-07-14 23:21:12.681 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ApplicationConfigurationScript |
|||
2018-07-14 23:21:12.682 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ServiceProxyScript |
|||
2018-07-14 23:21:12.686 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.686 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.687 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/pages/identity/roles/index.js?_v=636668072717634823 |
|||
2018-07-14 23:21:12.687 +03:00 [INF] Sending file. Request path: '/pages/identity/roles/index.js'. Physical path: '/wwwroot/pages/identity/roles/index.js' |
|||
2018-07-14 23:21:12.687 +03:00 [INF] Request finished in 0.5833ms 200 application/javascript |
|||
2018-07-14 23:21:12.688 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.688 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.691 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.691 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.693 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.693 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.696 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.696 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.698 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.698 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.700 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.700 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.702 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.702 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.704 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.704 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.706 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.706 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.708 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.708 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.710 +03:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) |
|||
2018-07-14 23:21:12.710 +03:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) |
|||
2018-07-14 23:21:12.711 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) with arguments (["Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel"]) - Validation state: "Valid" |
|||
2018-07-14 23:21:12.711 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid" |
|||
2018-07-14 23:21:12.711 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.0886ms. |
|||
2018-07-14 23:21:12.711 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'. |
|||
2018-07-14 23:21:12.712 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 1.1097000000000001ms |
|||
2018-07-14 23:21:12.712 +03:00 [INF] Request finished in 29.5453ms 200 text/plain; charset=utf-8 |
|||
2018-07-14 23:21:12.712 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.713 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.713 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.714 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.714 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.715 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.715 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.715 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.716 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.716 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.717 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 5.6885ms. |
|||
2018-07-14 23:21:12.717 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'. |
|||
2018-07-14 23:21:12.717 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 6.8571ms |
|||
2018-07-14 23:21:12.717 +03:00 [INF] Request finished in 36.5299ms 200 text/plain; charset=utf-8 |
|||
2018-07-14 23:21:12.789 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/api/identity/identityRole application/json |
|||
2018-07-14 23:21:12.792 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.795 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.797 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.799 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.801 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.803 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.806 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.808 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.810 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.812 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.816 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.822 +03:00 [INF] Route matched with {area = "identity", controller = "Role", action = "GetListAsync", page = ""}. Executing action Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi) |
|||
2018-07-14 23:21:12.835 +03:00 [INF] Executing action method Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi) with arguments (["Volo.Abp.Identity.GetIdentityRolesInput"]) - Validation state: "Valid" |
|||
2018-07-14 23:21:12.838 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:12.872 +03:00 [INF] Executed action method Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 36.9161ms. |
|||
2018-07-14 23:21:12.872 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:12.872 +03:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=0.3.7.0, Culture=neutral, PublicKeyToken=null]]'. |
|||
2018-07-14 23:21:12.877 +03:00 [INF] Executed action Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi) in 55.515100000000004ms |
|||
2018-07-14 23:21:12.878 +03:00 [INF] Request finished in 88.832ms 200 application/json; charset=utf-8 |
|||
2018-07-14 23:21:14.370 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Identity/Roles/CreateModal |
|||
2018-07-14 23:21:14.373 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:14.375 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:14.379 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:14.382 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:14.384 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:14.385 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:14.387 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:14.389 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:14.391 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:14.392 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:14.396 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:14.649 +03:00 [INF] Route matched with {page = "/Identity/Roles/CreateModal", area = "", action = "", controller = ""}. Executing action /Identity/Roles/CreateModal |
|||
2018-07-14 23:21:14.650 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:14.685 +03:00 [INF] Executed action /Identity/Roles/CreateModal in 35.794000000000004ms |
|||
2018-07-14 23:21:14.685 +03:00 [INF] Request finished in 314.8805ms 200 text/html; charset=utf-8 |
|||
2018-07-14 23:21:15.593 +03:00 [INF] Request starting HTTP/1.1 POST http://localhost:57891/Identity/Roles/CreateModal application/x-www-form-urlencoded; charset=UTF-8 239 |
|||
2018-07-14 23:21:15.598 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.600 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.601 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.603 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.604 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.606 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.608 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.610 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.614 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.615 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.617 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.618 +03:00 [INF] Route matched with {page = "/Identity/Roles/CreateModal", area = "", action = "", controller = ""}. Executing action /Identity/Roles/CreateModal |
|||
2018-07-14 23:21:15.618 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:15.623 +03:00 [INF] Executing handler method OnPostAsync with arguments (null) - ModelState is "Valid" |
|||
2018-07-14 23:21:15.636 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:15.636 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:15.646 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:15.646 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:15.647 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:15.650 +03:00 [DBG] Added 0 entity changes to the current audit log |
|||
2018-07-14 23:21:15.653 +03:00 [INF] Executing HttpStatusCodeResult, setting HTTP status code 204 |
|||
2018-07-14 23:21:15.654 +03:00 [INF] Executed action /Identity/Roles/CreateModal in 35.606500000000004ms |
|||
2018-07-14 23:21:15.654 +03:00 [INF] AUDIT LOG: [204: POST ] /Identity/Roles/CreateModal |
|||
- UserId : 006a2809-6b47-16da-05f7-39e7aca0e063 |
|||
- ClientIpAddress : ::1 |
|||
- ExecutionDuration : 36 |
|||
- Actions: |
|||
- Volo.Abp.Identity.IdentityRoleAppService.CreateAsync (15 ms.) |
|||
{"input":{"name":"123"}} |
|||
|
|||
2018-07-14 23:21:15.654 +03:00 [INF] Request finished in 61.5757ms 204 |
|||
2018-07-14 23:21:15.666 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/api/identity/identityRole application/json |
|||
2018-07-14 23:21:15.669 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.672 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.674 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.676 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.680 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.682 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.684 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.685 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.687 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.688 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.690 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.691 +03:00 [INF] Route matched with {area = "identity", controller = "Role", action = "GetListAsync", page = ""}. Executing action Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi) |
|||
2018-07-14 23:21:15.694 +03:00 [INF] Executing action method Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi) with arguments (["Volo.Abp.Identity.GetIdentityRolesInput"]) - Validation state: "Valid" |
|||
2018-07-14 23:21:15.695 +03:00 [INF] Authorization was successful. |
|||
2018-07-14 23:21:15.698 +03:00 [INF] Executed action method Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 4.5124ms. |
|||
2018-07-14 23:21:15.698 +03:00 [WRN] AuditingManager?.Current is null! |
|||
2018-07-14 23:21:15.699 +03:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=0.3.7.0, Culture=neutral, PublicKeyToken=null]]'. |
|||
2018-07-14 23:21:15.699 +03:00 [INF] Executed action Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi) in 7.2488ms |
|||
2018-07-14 23:21:15.699 +03:00 [INF] Request finished in 32.9387ms 200 application/json; charset=utf-8 |
|||
@ -1,7 +1,7 @@ |
|||
using System; |
|||
using Microsoft.EntityFrameworkCore.Migrations; |
|||
|
|||
namespace MyCompanyName.MyModuleName.DemoApp.Migrations |
|||
namespace MyCompanyName.MyProjectName.DemoApp.Migrations |
|||
{ |
|||
public partial class Initial : Migration |
|||
{ |
|||
@ -0,0 +1,4 @@ |
|||
@page |
|||
@model MyCompanyName.MyProjectName.DemoApp.Pages.IndexModel |
|||
<h3>Welcome to the MyProjectName demo application.</h3> |
|||
<a href="/Account/Login">Login</a> |
|||
@ -0,0 +1,5 @@ |
|||
{ |
|||
"ConnectionStrings": { |
|||
"Default": "Server=localhost;Database=MyProjectNameDemoApp;Trusted_Connection=True;MultipleActiveResultSets=true" |
|||
} |
|||
} |
|||
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue