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

[HTTP]Notification of 500 error after flow install (NTLM) #258

Open
Hooghof opened this issue Jul 22, 2024 · 1 comment
Open

[HTTP]Notification of 500 error after flow install (NTLM) #258

Hooghof opened this issue Jul 22, 2024 · 1 comment
Assignees
Labels
accepted bug Something isn't working
Milestone

Comments

@Hooghof
Copy link

Hooghof commented Jul 22, 2024

Test case
Instance: next
Tenant: Regression tests
Flow: HttpNTLM

After a flow install this notification is displayed: Failed to install flow, for more detail please see the [Install logs page]

Install Log:

Name HttpComponent
Flow type Default flow
Message Failed to create route ID_669e484abaaec900140000c9-439b4434-6ea3-4c1b-9872-8e043eeb66d5 at: >>> step -> [[SetHeader[CamelHttpMethod, constant{GET}], SetHeader[user-agent, constant{Dovetail/4.17.0-SNAPSHOT}], SetProperty[useCustomDateHeader, constant{false}], To[bean:ntlmProcessor], To[https://next.dovetail.world/test/inbound_http/regressiontests/HttpCatchCalls?transferException=true&cookieStore=#flowCookieStore&headerFilterStrategy=#CustomHttpHeaderFilterStrategy&authMethod=NTLM&authUsername=xxxxxx&authPassword=xxxxxx&authDomain=RAW(domainBordeaux)&authHost=RAW()&throwExceptionOnFailure=false&sslContextParameters=#sslContext&maxTotalConnections=20&connectionsPerRoute=2&connectTimeout=180000&soTimeout=180000&lazyStartProducer=true], RemoveHeaders[CamelHttpMethod], RemoveHeaders[user-agent], To[direct:ID_669e484abaaec900140000c9_test_439b4434-6ea3-4c1b-9872-8e043eeb66d5]]] <<< in route: Route(ID_669e484abaaec900140000c9-439b4434-6ea3-4c1b-9872-8e... because of Failed to resolve endpoint: bean://ntlmProcessor due to: No bean could be found in the registry for: ntlmProcessor
@Hooghof Hooghof added the bug Something isn't working label Jul 22, 2024
@Hooghof Hooghof added this to the 5.0.0 milestone Jul 22, 2024
@brunovg
Copy link
Collaborator

brunovg commented Jul 22, 2024

Basically it cannot find the NTLMProcessor that was added on Karaf (Camel2), to correct the following issue:
https://dovetailworld.atlassian.net/jira/servicedesk/projects/DOV/queues/custom/20/DOV-1510

For now, this will be also removed from the frontend.
In the feature, we need to test this with the customer.

@brunovg brunovg self-assigned this Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants