Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Administration and Registration Service not starting #1144

Open
Phil91 opened this issue Nov 12, 2024 · 1 comment · Fixed by #1145
Open

Administration and Registration Service not starting #1144

Phil91 opened this issue Nov 12, 2024 · 1 comment · Fixed by #1145
Assignees
Labels
bug Something isn't working

Comments

@Phil91
Copy link
Member

Phil91 commented Nov 12, 2024

Current Behavior

When trying to start the administration service the application fails during the startup process

Expected Behavior

The administration service should start up without any errors

Steps To Reproduce

Checkout the code and try to startup the administration service.

Additional information

The error occurs due to a missing registration for IIdentityProviderProvisioningService

This bug was introduced with #1010

@Phil91 Phil91 added the bug Something isn't working label Nov 12, 2024
@github-project-automation github-project-automation bot moved this to NEW USER REQUEST in Portal Nov 12, 2024
@Phil91 Phil91 moved this from NEW USER REQUEST to IN PROGRESS in Portal Nov 12, 2024
@Phil91 Phil91 added this to the Release 2.3.0 (24.12) milestone Nov 12, 2024
@Phil91 Phil91 self-assigned this Nov 12, 2024
Phil91 added a commit that referenced this issue Nov 12, 2024
@ntruchsess ntruchsess linked a pull request Nov 12, 2024 that will close this issue
8 tasks
@evegufy
Copy link
Contributor

evegufy commented Nov 12, 2024

@Phil91 I still see the same issue for the registration service:

{"Timestamp":"2024-11-12T19:27:21.0447568+00:00","Level":"Fatal","MessageTemplate":"Start failed due to unhandled exception","RenderedMessage":"Start failed due to unhandled exception","Exception":"System.AggregateException: Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Org.Eclipse.TractusX.Portal.Backend.Registration.Service.BusinessLogic.IRegistrationBusinessLogic Lifetime: Transient ImplementationType: Org.Eclipse.TractusX.Portal.Backend.Registration.Service.BusinessLogic.RegistrationBusinessLogic': Unable to resolve service for type 'Org.Eclipse.TractusX.Portal.Backend.Provisioning.Library.Service.IIdentityProviderProvisioningService' while attempting to activate 'Org.Eclipse.TractusX.Portal.Backend.Registration.Service.BusinessLogic.RegistrationBusinessLogic'.) ...

@evegufy evegufy changed the title Administration Service not starting Administration and Registration Service not starting Nov 12, 2024
Phil91 added a commit that referenced this issue Nov 13, 2024
Phil91 added a commit that referenced this issue Nov 13, 2024
@Phil91 Phil91 moved this from IN PROGRESS to IN REVIEW in Portal Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: IN REVIEW
Development

Successfully merging a pull request may close this issue.

2 participants