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

ArkMQ Operator 1.2.9 fails to reconcile the ActiveMQArtemisAddress CRs on Apache ActiveMQ Artemis version is 2.39.0 #1082

Closed
brusdev opened this issue Jan 21, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@brusdev
Copy link
Contributor

brusdev commented Jan 21, 2025

Describe the bug
The manager of the ArkMQ Operator 1.2.9 fails to reconcile the ActiveMQArtemisAddress CRs on Apache ActiveMQ Artemis version is 2.39.0 and logs the following error:

ERROR ActiveMQArtemisAddressReconciler Error creating ActiveMQArtemisAddress {"address": "myAddress4", "error": "invalid character '<' looking for beginning of value"}
github.com/go-logr/logr.Logger.Error
 /opt/app-root/src/go/pkg/mod/github.com/go-logr/[email protected]/logr.go:299
github.com/arkmq-org/activemq-artemis-operator/controllers.createAddressResource
 /opt/app-root/src/controllers/activemqartemisaddress_controller.go:253
github.com/arkmq-org/activemq-artemis-operator/controllers.(*ActiveMQArtemisAddressReconciler).createQueue
 /opt/app-root/src/controllers/activemqartemisaddress_controller.go:213
github.com/arkmq-org/activemq-artemis-operator/controllers.(*ActiveMQArtemisAddressReconciler).Reconcile
 /opt/app-root/src/controllers/activemqartemisaddress_controller.go:134
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile
 /opt/app-root/src/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:119
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
 /opt/app-root/src/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:316
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
 /opt/app-root/src/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:266
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
 /opt/app-root/src/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:227

Tip

Vote this issue reacting with 👍 or 👎

@brusdev brusdev added the bug Something isn't working label Jan 21, 2025
brusdev added a commit to brusdev/activemq-artemis-operator that referenced this issue Jan 21, 2025
Since Apache ActiveMQ Artemis 2.39.0 the chat " in the path of the
jolokia requests cause: Error 400 Suspicious Path Character,
Illegal Path Character
brusdev added a commit to brusdev/activemq-artemis-operator that referenced this issue Jan 21, 2025
Since Apache ActiveMQ Artemis 2.39.0 the char " in the path of the
jolokia requests cause: Error 400 Suspicious Path Character,
Illegal Path Character
brusdev added a commit that referenced this issue Jan 21, 2025
Since Apache ActiveMQ Artemis 2.39.0 the char " in the path of the
jolokia requests cause: Error 400 Suspicious Path Character,
Illegal Path Character
@brusdev
Copy link
Contributor Author

brusdev commented Jan 22, 2025

Resolved by e4ee903

@brusdev brusdev closed this as completed Jan 22, 2025
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
None yet
Development

No branches or pull requests

1 participant