Base solution for your next web application

Activities of "geckotechnical"

Hi,

I'm trying to start the Angular2 UI project and get the following error:

npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! node v6.11.1
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the abp-zero-template package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs abp-zero-template
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls abp-zero-template
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\j.olesker\Desktop\PL\Toolbox\Client\Client\npm-debug.log

And the debug log looks like this:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]~prestart: [email protected]
6 silly lifecycle [email protected]~prestart: no script for prestart, continuing
7 info lifecycle [email protected]~start: [email protected]
8 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]~start: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Users\j.olesker\Desktop\PL\Toolbox\Client\Client\node_modules\.bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Users\j.olesker\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\;C:\Program Files\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\dotnet\;C:\Users\j.olesker\AppData\Local\Programs\Git\cmd;C:\Program Files\Dell\Dell Data Protection\Drivers\TSS\bin\;C:\Program Files\nodejs\;C:\Program Files (x86)\Google\Chrome\Application;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Skype\Phone\;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Users\j.olesker\AppData\Local\Programs\Git\cmd;C:\Users\j.olesker\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\j.olesker\AppData\Roaming\npm
10 verbose lifecycle [email protected]~start: CWD: C:\Users\j.olesker\Desktop\PL\Toolbox\Client\Client
11 silly lifecycle [email protected]~start: Args: [ '/d /s /c',
11 silly lifecycle   'ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201' ]
12 silly lifecycle [email protected]~start: Returned: code: 1  signal: null
13 info lifecycle [email protected]~start: Failed to exec start script
14 verbose stack Error: [email protected] start: `ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201`
14 verbose stack Exit status 1
14 verbose stack     at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:891:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid [email protected]
16 verbose cwd C:\Users\j.olesker\Desktop\PL\Toolbox\Client\Client
17 error Windows_NT 10.0.14393
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
19 error node v6.11.1
20 error npm  v3.10.10
21 error code ELIFECYCLE
22 error [email protected] start: `ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201`
22 error Exit status 1
23 error Failed at the [email protected] start script 'ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the abp-zero-template package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs abp-zero-template
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls abp-zero-template
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

I've tried deleting the node modules and reinstalling but have had no success.

Thanks in advance for any help offered.

Hi,

Would someone be able to assist with this, please, I'm still not sure on how to accomplish custom session properties with the Angular 2/.NET Core project

Thanks

Hi,

Thanks for the reply

Apologies I should have mentioned it was the Angular 2 and .NET Core project, I don't have that controller in the server project.

This is what I was using in another project that was .NET MVC 5.x, if possible I'd like for it to be achieved in a similar fashion:

public string UserToken
        {
            get
            {
                ClaimsPrincipal claimsPrincipal = Thread.CurrentPrincipal as ClaimsPrincipal;
                if (claimsPrincipal == null)
                {
                    return null;
                }

                ClaimsIdentity identity = claimsPrincipal.Identities.First();
                if (identity == null)
                {
                    return null;
                }

                Claim tokenClaim = identity.Claims.FirstOrDefault(c => c.Type == "User_Token");
                if (tokenClaim == null || string.IsNullOrEmpty(tokenClaim.Value))
                {
                    return null;
                }

                return tokenClaim.Value;
            }
            set
            {
                ClaimsPrincipal claimsPrincipal = Thread.CurrentPrincipal as ClaimsPrincipal;
                var identity = claimsPrincipal.Identities.First();

                Claim tokenClaim = identity.Claims.FirstOrDefault(c => c.Type == "User_Token");

                if (tokenClaim != null)
                {
                    identity.RemoveClaim(tokenClaim);
                }

                identity.AddClaim(new Claim("User_Token", value));
                var authenticationManager = HttpContext.Current.GetOwinContext().Authentication;
                authenticationManager.SignOut(DefaultAuthenticationTypes.ApplicationCookie);
                authenticationManager.SignIn(new AuthenticationProperties { IsPersistent = true }, identity);
            }
        }

Thanks

Hi,

I am adding custom properties to a session with the process outlined on this page: <a class="postlink" href="https://gist.github.com/hikalkan/67469e05475c2d18cb88">https://gist.github.com/hikalkan/67469e05475c2d18cb88</a>, this worked fine on an .NET MVC 5.x project, however implementing it in the same fashion on a .NET Core project causes a null reference error with HttpContext when adding a new cookie to the authentication manager.

Is there another way of achieving custom session properties with the new .NET Core project? I need to be able to add them in the overridden TryAuthenticateAsync method in a custom authentication layer.

Thanks

Hi,

Apologies, I wasn't aware there was a log file available Output in the log file is as follows:

DEBUG 2017-01-18 14:44:33,091 [1    ] Abp.Modules.AbpModuleManager             - Loading Abp modules...
DEBUG 2017-01-18 14:44:33,409 [1    ] Abp.Modules.AbpModuleManager             - Found 17 ABP modules in total.
DEBUG 2017-01-18 14:44:33,420 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: ParkLeisure.Web.Startup.ParkLeisureWebHostModule, ParkLeisure.Web.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,424 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: ParkLeisure.Web.ParkLeisureWebCoreModule, ParkLeisure.Web.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,425 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: ParkLeisure.ParkLeisureApplicationModule, ParkLeisure.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,425 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: ParkLeisure.ParkLeisureCoreModule, ParkLeisure.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,425 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Zero.AbpZeroCoreModule, Abp.Zero, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,425 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.AbpKernelModule, Abp, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,426 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Zero.Ldap.AbpZeroLdapModule, Abp.Zero.Ldap, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,426 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.AutoMapper.AbpAutoMapperModule, Abp.AutoMapper, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,427 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: ParkLeisure.EntityFramework.ParkLeisureEntityFrameworkModule, ParkLeisure.EntityFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,427 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Zero.EntityFramework.AbpZeroEntityFrameworkModule, Abp.Zero.EntityFramework, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,428 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.EntityFramework.AbpEntityFrameworkModule, Abp.EntityFramework, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,428 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.AspNetCore.AbpAspNetCoreModule, Abp.AspNetCore, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,429 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Web.AbpWebCommonModule, Abp.Web.Common, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,430 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Zero.AspNetCore.AbpZeroAspNetCoreModule, Abp.Zero.AspNetCore, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,430 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Web.SignalR.AbpWebSignalRModule, Abp.Web.SignalR, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,430 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Runtime.Caching.Redis.AbpRedisCacheModule, Abp.RedisCache, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,431 [1    ] Abp.Modules.AbpModuleManager             - Loaded module: Abp.Hangfire.AbpHangfireModule, Abp.HangFire, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:33,436 [1    ] Abp.Modules.AbpModuleManager             - 17 modules loaded.
DEBUG 2017-01-18 14:44:33,953 [1    ] o.Configuration.LanguageManagementConfig - Converted Abp (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource
DEBUG 2017-01-18 14:44:33,953 [1    ] o.Configuration.LanguageManagementConfig - Converted AbpZero (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource
DEBUG 2017-01-18 14:44:33,953 [1    ] o.Configuration.LanguageManagementConfig - Converted ParkLeisure (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource
DEBUG 2017-01-18 14:44:33,953 [1    ] o.Configuration.LanguageManagementConfig - Converted AbpWeb (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource
DEBUG 2017-01-18 14:44:34,976 [1    ] EntityFramework.AbpEntityFrameworkModule - Registering DbContext: ParkLeisure.EntityFramework.ParkLeisureDbContext, ParkLeisure.EntityFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
DEBUG 2017-01-18 14:44:36,033 [1    ] Abp.Localization.LocalizationManager     - Initializing 4 localization sources.
DEBUG 2017-01-18 14:44:36,042 [1    ] Abp.Localization.LocalizationManager     - Initialized localization source: Abp
DEBUG 2017-01-18 14:44:36,050 [1    ] Abp.Localization.LocalizationManager     - Initialized localization source: AbpZero
DEBUG 2017-01-18 14:44:36,058 [1    ] Abp.Localization.LocalizationManager     - Initialized localization source: ParkLeisure
DEBUG 2017-01-18 14:44:36,058 [1    ] Abp.Localization.LocalizationManager     - Initialized localization source: AbpWeb
DEBUG 2017-01-18 14:44:36,162 [1    ] Abp.BackgroundJobs.BackgroundJobManager  - Start background worker: Abp.BackgroundJobs.BackgroundJobManager
DEBUG 2017-01-18 14:44:36,233 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - Found 28 classes define auto mapping attributes
DEBUG 2017-01-18 14:44:36,233 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Web.Models.TokenAuth.ExternalLoginProviderInfoModel
DEBUG 2017-01-18 14:44:36,237 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Sessions.Dto.TenantLoginInfoDto
DEBUG 2017-01-18 14:44:36,237 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Sessions.Dto.UserLoginInfoDto
DEBUG 2017-01-18 14:44:36,238 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Organizations.Dto.OrganizationUnitDto
DEBUG 2017-01-18 14:44:36,238 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Organizations.Dto.OrganizationUnitUserListDto
DEBUG 2017-01-18 14:44:36,238 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Notifications.Dto.NotificationSubscriptionWithDisplayNameDto
DEBUG 2017-01-18 14:44:36,238 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.MultiTenancy.Dto.TenantEditDto
DEBUG 2017-01-18 14:44:36,238 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.MultiTenancy.Dto.TenantListDto
DEBUG 2017-01-18 14:44:36,238 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Localization.Dto.ApplicationLanguageEditDto
DEBUG 2017-01-18 14:44:36,238 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Localization.Dto.ApplicationLanguageListDto
DEBUG 2017-01-18 14:44:36,238 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Friendships.Dto.FriendDto
DEBUG 2017-01-18 14:44:36,238 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Editions.Dto.EditionEditDto
DEBUG 2017-01-18 14:44:36,238 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Editions.Dto.EditionListDto
DEBUG 2017-01-18 14:44:36,238 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Editions.Dto.FlatFeatureDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Chat.Dto.ChatMessageDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Chat.Dto.ChatUserDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Chat.Dto.ChatUserWithMessagesDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Authorization.Users.Profile.Dto.CurrentUserProfileEditDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Authorization.Users.Dto.UserListDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Authorization.Users.Dto.UserLoginAttemptDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Authorization.Roles.Dto.RoleEditDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Authorization.Roles.Dto.RoleListDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Authorization.Permissions.Dto.FlatPermissionDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Authorization.Permissions.Dto.FlatPermissionWithLevelDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Authorization.Accounts.Dto.CurrentTenantInfoDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Auditing.Dto.AuditLogListDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Authorization.Users.Dto.UserListDto+UserListRoleDto
DEBUG 2017-01-18 14:44:36,239 [1    ] Abp.AutoMapper.AbpAutoMapperModule       - ParkLeisure.Friendships.Cache.FriendCacheItem
INFO  2017-01-18 14:44:37,637 [1    ] pendencyInjection.DataProtectionServices - User profile is available. Using 'C:\Users\samc\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
DEBUG 2017-01-18 14:44:40,368 [1    ] soft.AspNetCore.Hosting.Internal.WebHost - Hosting starting
DEBUG 2017-01-18 14:44:40,548 [1    ] soft.AspNetCore.Hosting.Internal.WebHost - Hosting started
DEBUG 2017-01-18 14:44:40,704 [libuv] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL1VM24BPDM6" started.
DEBUG 2017-01-18 14:44:40,705 [libuv] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL1VM24BPDM5" started.
INFO  2017-01-18 14:44:40,832 [9    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/  
INFO  2017-01-18 14:44:40,833 [4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 DEBUG http://localhost:22742/  0
DEBUG 2017-01-18 14:44:40,959 [4    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL1VM24BPDM6" completed keep alive response.
INFO  2017-01-18 14:44:40,972 [4    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 151.5702ms 200 
DEBUG 2017-01-18 14:44:41,009 [9    ] NetCore.StaticFiles.StaticFileMiddleware - The request path / does not match a supported file type
ERROR 2017-01-18 14:44:41,290 [9    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL1VM24BPDM5": An unhandled exception was thrown by the application.
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeAssembly.get_DefinedTypes()
   at Microsoft.AspNetCore.Mvc.Controllers.ControllerFeatureProvider.PopulateFeature(IEnumerable`1 parts, ControllerFeature feature)
   at Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager.PopulateFeature[TFeature](TFeature feature)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionDescriptorProvider.GetControllerTypes()
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionDescriptorProvider.BuildModel()
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionDescriptorProvider.GetDescriptors()
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionDescriptorProvider.OnProvidersExecuting(ActionDescriptorProviderContext context)
   at Microsoft.AspNetCore.Mvc.Internal.ActionDescriptorCollectionProvider.GetCollection()
   at Microsoft.AspNetCore.Mvc.Internal.ActionDescriptorCollectionProvider.get_ActionDescriptors()
   at Microsoft.AspNetCore.Mvc.Internal.AttributeRoute.GetTreeRouter()
   at Microsoft.AspNetCore.Mvc.Internal.AttributeRoute.RouteAsync(RouteContext context)
   at Microsoft.AspNetCore.Routing.RouteCollection.&lt;RouteAsync&gt;d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Builder.RouterMiddleware.&lt;Invoke&gt;d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Owin.Mapping.MapMiddleware.&lt;Invoke&gt;d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Owin.WebSocketAcceptAdapter.&lt;&gt;c__DisplayClass6_0.&lt;&lt;AdaptWebSockets&gt;b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.&lt;Invoke&gt;d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
   at ParkLeisure.Web.MultiTenancy.TenantIdAccessorApplicationBuilderExtensions.&lt;&gt;c.&lt;&lt;UseTenantIdAccessorInitialization&gt;b__0_0>d.MoveNext() in C:\Development\ParkLeisure\Server\src\ParkLeisure.Web.Core\MultiTenancy\TenantIdAccessorApplicationBuilderExtensions.cs:line 20
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.&lt;Invoke&gt;d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.&lt;Invoke&gt;d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.&lt;Invoke&gt;d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.&lt;Invoke&gt;d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.<RequestProcessingAsync>d__2.MoveNext()
DEBUG 2017-01-18 14:44:41,300 [9    ] Microsoft.AspNetCore.Server.Kestrel      - Connection id "0HL1VM24BPDM5" completed keep alive response.
INFO  2017-01-18 14:44:41,300 [9    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 491.2847ms 500

Thanks

Edit: Found the problem, there was a missing reference. I never realised because there were no errors during build

Hi,

I am using an external API with this project and so have created a new application service to handle the client calls that need to be made to the external API. When running the project and the Swagger UI page opens it is blank with a 500 Internal Server Error on the request in the network tab of browser dev tools.

The code I am using is as follows (areas omitted as it is a private API), the code works in isolation, and also worked on an old version of ASP.NET Zero with ASP.NET MVC and Angular 1.

public async Task<string> GetDocumentPreview(GetDocumentPreviewInput input)
        {
            using (HttpClient client = this.GetClient(input.Token))
            {
                var response = await client.GetAsync(string.Format("api/previews/{0}/page/{1}", input.Id, input.PageNumber));

                //var response = new HttpResponseMessage(System.Net.HttpStatusCode.OK);

                if (response.IsSuccessStatusCode)
                {
                    //Omitted
                }
                else if (response.StatusCode == System.Net.HttpStatusCode.Forbidden)
                {
                    //Omitted
                }
                else
                {
                    //Omitted
                }
            }
        }

        private HttpClient GetClient(string token)
        {
            HttpClient client = new HttpClient();
            client.BaseAddress = new Uri("Omitted");
            client.DefaultRequestHeaders.Accept.Clear();
            client.DefaultRequestHeaders.Accept.Add(new System.Net.Http.Headers.MediaTypeWithQualityHeaderValue("application/json"));
            if (token == null)
            {
                throw new UserFriendlyException("Error when authenticating request!", "Authorisation token was null, please sign in again or contact support");
            }
            client.DefaultRequestHeaders.Add("Token", token);

            return client;
        }

I have noticed that if I create a new HttpResponseMessage manually the Swagger UI works fine, but when obtaining the HttpResponseMessage from .NET's HttpClient.GetAsync method the error is occuring.

Can Swagger not handle generating the available API methods if there is an external call with HttpClient? If so is there any way to have the call in place and still have the project run correctly as I cannot run the refresh.bat in the client with Swagger broken.

Any help is appreciated

Thanks

Hi,

I have just created an ASP.NET Core and Angular 2 project and am trying to launch it for the first time. I have the .NET Core project working fine, but when I try and launch the Angular 2 UI project I get the following error:

C:\Development\ParkLeisure\Client>npm start

> [email protected] start C:\Development\ParkLeisure\Client
> ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201

Tried to find bootstrap code, but could not. Specify either statically analyzable bootstrap code or pass in an entryModule to the plugins options.
Error: Tried to find bootstrap code, but could not. Specify either statically analyzable bootstrap code or pass in an entryModule to the plugins options.
    at Object.resolveEntryModuleFromMain (C:\Development\ParkLeisure\Client\node_modules\@ngtools\webpack\src\entry_resolver.js:121:15)
    at AotPlugin._setupOptions (C:\Development\ParkLeisure\Client\node_modules\@ngtools\webpack\src\plugin.js:158:54)
    at new AotPlugin (C:\Development\ParkLeisure\Client\node_modules\@ngtools\webpack\src\plugin.js:17:14)
    at Object.exports.getWebpackNonAotConfigPartial (C:\Development\ParkLeisure\Client\node_modules\angular-cli\models\webpack-build-typescript.js:25:13)
    at new NgCliWebpackConfig (C:\Development\ParkLeisure\Client\node_modules\angular-cli\models\webpack-config.js:38:46)
    at Class.run (C:\Development\ParkLeisure\Client\node_modules\angular-cli\tasks\serve-webpack.js:23:22)
    at C:\Development\ParkLeisure\Client\node_modules\angular-cli\commands\serve.run.js:37:22
    at process._tickCallback (internal/process/next_tick.js:103:7)

npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! node v7.4.0
npm ERR! npm  v4.0.5
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the abp-zero-template package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs abp-zero-template
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls abp-zero-template
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Development\ParkLeisure\Client\npm-debug.log

npm-debug.log is as follows:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]~prestart: [email protected]
6 silly lifecycle [email protected]~prestart: no script for prestart, continuing
7 info lifecycle [email protected]~start: [email protected]
8 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]~start: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Development\ParkLeisure\Client\node_modules\.bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft Emulator Manager\1.0\;E:\Program Files (x86)\Brackets\command;E:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\nodejs\;C:\Ruby23\bin;C:\Users\samc\AppData\Local\Programs\Python\Python35\Scripts\;C:\Users\samc\AppData\Local\Programs\Python\Python35\;C:\Users\samc\AppData\Local\Microsoft\WindowsApps;;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\samc\AppData\Roaming\npm
10 verbose lifecycle [email protected]~start: CWD: C:\Development\ParkLeisure\Client
11 silly lifecycle [email protected]~start: Args: [ '/d /s /c',
11 silly lifecycle   'ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201' ]
12 silly lifecycle [email protected]~start: Returned: code: 1  signal: null
13 info lifecycle [email protected]~start: Failed to exec start script
14 verbose stack Error: [email protected] start: `ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201`
14 verbose stack Exit status 1
14 verbose stack     at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:279:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:885:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid [email protected]
16 verbose cwd C:\Development\ParkLeisure\Client
17 error Windows_NT 10.0.14393
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
19 error node v7.4.0
20 error npm  v4.0.5
21 error code ELIFECYCLE
22 error [email protected] start: `ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201`
22 error Exit status 1
23 error Failed at the [email protected] start script 'ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the abp-zero-template package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     ng serve --host 0.0.0.0 --port 4200 --live-reload-port 4201
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs abp-zero-template
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls abp-zero-template
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

I have tried npm install again, as well as deleting node modules and then reinstalling, but always get the same error. I have noticed a warning message after it has installed packages:

npm WARN [email protected] requires a peer of webpack@^2.1.0-beta.19 but none was installed.

I tried installing that package version, but went round in a circle as different packages required peers of different versions and it seemingly overwrote each version every time I installed one.

Any help is appreciated.

Thanks

Working now Thanks very much

Hi,

I am trying to enable external authentication at the login screen following the documentation written: here

I have created a class inheriting DefaultExternalAuthenticationSource

public class GeckoAuthenticate : DefaultExternalAuthenticationSource<Tenant, User>
    {
        public override string Name
        {
            get
            {
                return "GeckoAPI";
            }
        }

        public override async Task<bool> TryAuthenticateAsync(string userNameOrEmailAddress, string plainPassword, Tenant tenant)
        {
            //Authenication
        }
    }

and then added

Configuration.Modules.Zero().UserManagement.ExternalAuthenticationSources.Add<GeckoAuthenticate>();

into the PreInitalize of the module, but when attempting to log in I get an exception

Castle.MicroKernel.ComponentNotFoundException: No component for supporting the service TaxwiseTest.GeckoServices.GeckoAuthenticate was found
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve(Type service)
   at Abp.Dependency.IocManager.Resolve(Type type) in D:\Halil\GitHub\aspnetboilerplate\src\Abp\Dependency\IocManager.cs:line 194
   at Abp.Dependency.IocResolverExtensions.ResolveAsDisposable[T](IIocResolver iocResolver, Type type) in D:\Halil\GitHub\aspnetboilerplate\src\Abp\Dependency\IocResolverExtensions.cs:line 32
   at Abp.Authorization.Users.AbpUserManager`3.&lt;TryLoginFromExternalAuthenticationSources&gt;d__60.MoveNext() in D:\Halil\GitHub\module-zero\src\Abp.Zero\Authorization\Users\AbpUserManager.cs:line 499

I'm guessing this means I have missed something somewhere, but I don't know where Any help would be appreciated

Thanks

Showing 1 to 9 of 9 entries