2025-12-05 00:30:52.861 +00:00 [INF] Request starting HTTP/1.1 GET http://dprreviewapi.icodex.in/robots.txt - null null 2025-12-05 00:30:52.962 +00:00 [INF] Request finished HTTP/1.1 GET http://dprreviewapi.icodex.in/robots.txt - 404 0 null 101.3888ms 2025-12-05 00:30:52.962 +00:00 [INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://dprreviewapi.icodex.in/robots.txt, Response status code: 404 2025-12-05 09:59:02.415 +00:00 [INF] Request starting HTTP/1.1 GET http://dprreviewapi.icodex.in/ - null null 2025-12-05 09:59:02.415 +00:00 [INF] Request finished HTTP/1.1 GET http://dprreviewapi.icodex.in/ - 404 0 null 0.3342ms 2025-12-05 09:59:02.415 +00:00 [INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://dprreviewapi.icodex.in/, Response status code: 404 2025-12-05 10:32:31.370 +00:00 [INF] Request starting HTTP/1.1 GET http://dprreviewapi.icodex.in/api/publication/GetPercentage?UserId=41 - null null 2025-12-05 10:32:31.427 +00:00 [INF] Request starting HTTP/1.1 GET http://dprreviewapi.icodex.in/api/Registration/GetbasucUserInfo?EmailId=santosh.devkate@icodexsolutions.com - null null 2025-12-05 10:32:32.427 +00:00 [INF] Request starting HTTP/1.1 GET http://dprreviewapi.icodex.in/api/Registration/Get?EmailId=santosh.devkate@icodexsolutions.com - null null 2025-12-05 10:32:33.587 +00:00 [INF] Request starting HTTP/1.1 GET http://dprreviewapi.icodex.in/api/Registration/GetOrcid?UserId=41 - null null 2025-12-05 10:32:34.293 +00:00 [INF] CORS policy execution successful. 2025-12-05 10:32:34.338 +00:00 [INF] CORS policy execution successful. 2025-12-05 10:32:34.338 +00:00 [INF] CORS policy execution successful. 2025-12-05 10:32:34.338 +00:00 [INF] CORS policy execution successful. 2025-12-05 10:32:34.948 +00:00 [INF] Executing endpoint 'Icodex.Peerreview.Myprofile.Controllers.RegistrationController.GetUserById (Icodex.Peerreview.Myprofile)' 2025-12-05 10:32:34.950 +00:00 [INF] Executing endpoint 'Icodex.Peerreview.Myprofile.Controllers.publicationController.GetPercentage (Icodex.Peerreview.Myprofile)' 2025-12-05 10:32:34.950 +00:00 [INF] Executing endpoint 'Icodex.Peerreview.Myprofile.Controllers.RegistrationController.Getorcid (Icodex.Peerreview.Myprofile)' 2025-12-05 10:32:34.950 +00:00 [INF] Executing endpoint 'Icodex.Peerreview.Myprofile.Controllers.RegistrationController.GetBAsicUser (Icodex.Peerreview.Myprofile)' 2025-12-05 10:32:41.240 +00:00 [INF] Route matched with {action = "GetBAsicUser", controller = "Registration"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetBAsicUser(System.String) on controller Icodex.Peerreview.Myprofile.Controllers.RegistrationController (Icodex.Peerreview.Myprofile). 2025-12-05 10:32:41.240 +00:00 [INF] Route matched with {action = "GetUserById", controller = "Registration"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetUserById(System.String) on controller Icodex.Peerreview.Myprofile.Controllers.RegistrationController (Icodex.Peerreview.Myprofile). 2025-12-05 10:32:41.240 +00:00 [INF] Route matched with {action = "GetPercentage", controller = "publication"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetPercentage(Int32) on controller Icodex.Peerreview.Myprofile.Controllers.publicationController (Icodex.Peerreview.Myprofile). 2025-12-05 10:32:41.239 +00:00 [INF] Route matched with {action = "Getorcid", controller = "Registration"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Getorcid(Int32) on controller Icodex.Peerreview.Myprofile.Controllers.RegistrationController (Icodex.Peerreview.Myprofile). 2025-12-05 10:32:49.205 +00:00 [INF] Executed action Icodex.Peerreview.Myprofile.Controllers.RegistrationController.Getorcid (Icodex.Peerreview.Myprofile) in 7961.5933ms 2025-12-05 10:32:49.207 +00:00 [INF] Executed endpoint 'Icodex.Peerreview.Myprofile.Controllers.RegistrationController.Getorcid (Icodex.Peerreview.Myprofile)' 2025-12-05 10:32:49.266 +00:00 [ERR] Connection id "0HNH6O31TBBTM", Request id "0HNH6O31TBBTM:00000001": An unhandled exception was thrown by the application. System.IndexOutOfRangeException: DOI at Microsoft.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) at Microsoft.Data.SqlClient.SqlDataReader.GetOrdinal(String name) at Microsoft.Data.SqlClient.SqlDataReader.get_Item(String name) at Icodex.PeerReview.Myprofile.Infrastructurres.Repository.RegistrationRepository.Getorcid(Int32 UserId) in C:\Users\Administrator\agent\_work\100\s\Icodex.Peerreview.Myprofile1\Icodex.PeerReview.Myprofile.Appliccation\Repository\RegistrationRepository.cs:line 420 at Icodex.PeerReview.Myprofile.Application.Services.Registration.Getorcid(Int32 UserId) in C:\Users\Administrator\agent\_work\100\s\Icodex.Peerreview.Myprofile1\Icodex.PeerReview.Myprofile.Infrastructure\Services\Registration.cs:line 44 at lambda_method5(Closure, Object, Object[]) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|7_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) 2025-12-05 10:32:49.266 +00:00 [INF] Executing OkObjectResult, writing value of type 'Icodex.PeerReview.Myprofile.Domain.Model.DtoRegistration+BasicUserInfo'. 2025-12-05 10:32:49.294 +00:00 [INF] Executing OkObjectResult, writing value of type 'Icodex.PeerReview.Myprofile.Domain.Model.DtoPercentage'. 2025-12-05 10:32:49.755 +00:00 [INF] Request finished HTTP/1.1 GET http://dprreviewapi.icodex.in/api/Registration/GetOrcid?UserId=41 - 500 0 null 16167.8257ms 2025-12-05 10:32:49.294 +00:00 [INF] Executing OkObjectResult, writing value of type 'Icodex.PeerReview.Myprofile.Domain.Model.DtoRegistration+UserInfo'. 2025-12-05 10:32:50.438 +00:00 [INF] Executed action Icodex.Peerreview.Myprofile.Controllers.publicationController.GetPercentage (Icodex.Peerreview.Myprofile) in 9197.733ms 2025-12-05 10:32:50.438 +00:00 [INF] Executed endpoint 'Icodex.Peerreview.Myprofile.Controllers.publicationController.GetPercentage (Icodex.Peerreview.Myprofile)' 2025-12-05 10:32:50.439 +00:00 [INF] Executed action Icodex.Peerreview.Myprofile.Controllers.RegistrationController.GetUserById (Icodex.Peerreview.Myprofile) in 9198.7063ms 2025-12-05 10:32:50.439 +00:00 [INF] Executed endpoint 'Icodex.Peerreview.Myprofile.Controllers.RegistrationController.GetUserById (Icodex.Peerreview.Myprofile)' 2025-12-05 10:32:50.439 +00:00 [INF] Request finished HTTP/1.1 GET http://dprreviewapi.icodex.in/api/publication/GetPercentage?UserId=41 - 200 null application/json; charset=utf-8 19068.1687ms 2025-12-05 10:32:50.439 +00:00 [INF] Request finished HTTP/1.1 GET http://dprreviewapi.icodex.in/api/Registration/Get?EmailId=santosh.devkate@icodexsolutions.com - 200 null application/json; charset=utf-8 18011.6844ms 2025-12-05 10:32:50.447 +00:00 [INF] Executed action Icodex.Peerreview.Myprofile.Controllers.RegistrationController.GetBAsicUser (Icodex.Peerreview.Myprofile) in 9206.8016ms 2025-12-05 10:32:50.447 +00:00 [INF] Executed endpoint 'Icodex.Peerreview.Myprofile.Controllers.RegistrationController.GetBAsicUser (Icodex.Peerreview.Myprofile)' 2025-12-05 10:32:50.447 +00:00 [INF] Request finished HTTP/1.1 GET http://dprreviewapi.icodex.in/api/Registration/GetbasucUserInfo?EmailId=santosh.devkate@icodexsolutions.com - 200 null application/json; charset=utf-8 19020.4127ms 2025-12-05 10:32:50.589 +00:00 [INF] Request starting HTTP/1.1 GET http://dprreviewapi.icodex.in/api/publication/GetPercentage?UserId=11 - null null 2025-12-05 10:32:50.593 +00:00 [INF] CORS policy execution successful. 2025-12-05 10:32:50.593 +00:00 [INF] Request starting HTTP/1.1 GET http://dprreviewapi.icodex.in/api/GetOrcidName/GetName?ORCID=0000-0001-6539-2904 - null null 2025-12-05 10:32:50.593 +00:00 [INF] Executing endpoint 'Icodex.Peerreview.Myprofile.Controllers.publicationController.GetPercentage (Icodex.Peerreview.Myprofile)' 2025-12-05 10:32:50.599 +00:00 [INF] Route matched with {action = "GetPercentage", controller = "publication"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetPercentage(Int32) on controller Icodex.Peerreview.Myprofile.Controllers.publicationController (Icodex.Peerreview.Myprofile). 2025-12-05 10:32:50.606 +00:00 [INF] Executing OkObjectResult, writing value of type 'Icodex.PeerReview.Myprofile.Domain.Model.DtoPercentage'. 2025-12-05 10:32:50.606 +00:00 [INF] Executed action Icodex.Peerreview.Myprofile.Controllers.publicationController.GetPercentage (Icodex.Peerreview.Myprofile) in 7.2159ms 2025-12-05 10:32:50.607 +00:00 [INF] Executed endpoint 'Icodex.Peerreview.Myprofile.Controllers.publicationController.GetPercentage (Icodex.Peerreview.Myprofile)' 2025-12-05 10:32:50.607 +00:00 [INF] Request finished HTTP/1.1 GET http://dprreviewapi.icodex.in/api/publication/GetPercentage?UserId=11 - 200 null application/json; charset=utf-8 17.3739ms 2025-12-05 10:32:50.617 +00:00 [INF] CORS policy execution successful. 2025-12-05 10:32:50.618 +00:00 [INF] Request finished HTTP/1.1 GET http://dprreviewapi.icodex.in/api/GetOrcidName/GetName?ORCID=0000-0001-6539-2904 - 404 0 null 24.0883ms 2025-12-05 10:32:50.618 +00:00 [INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://dprreviewapi.icodex.in/api/GetOrcidName/GetName, Response status code: 404 2025-12-05 17:15:21.386 +00:00 [INF] Request starting HTTP/1.1 GET http://dprreviewapi.icodex.in/ - null null 2025-12-05 17:15:21.387 +00:00 [INF] Request finished HTTP/1.1 GET http://dprreviewapi.icodex.in/ - 404 0 null 0.927ms 2025-12-05 17:15:21.387 +00:00 [INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://dprreviewapi.icodex.in/, Response status code: 404 2025-12-05 22:30:15.634 +00:00 [INF] Request starting HTTP/1.1 GET http://dprreviewapi.icodex.in/ - null null 2025-12-05 22:30:15.635 +00:00 [INF] Request finished HTTP/1.1 GET http://dprreviewapi.icodex.in/ - 404 0 null 1.0005ms 2025-12-05 22:30:15.635 +00:00 [INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://dprreviewapi.icodex.in/, Response status code: 404