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

OpenTelemetry throws error "otel_stopInteraction: result code: 25" #360

Open
royteeuwen opened this issue Jan 18, 2024 · 2 comments
Open
Labels
bug Something isn't working Webserver This represents the otel-webserver-module in the instrumentation directory

Comments

@royteeuwen
Copy link

Describe your environment
Redhat 7.9, Apache 2.4

Steps to reproduce
I have installed the OpenTelemetry Apache module by following the guide and by triggering the install.sh for creating the log4cxx xml. When creating a request to httpd2.4 the following errors are thrown:

[Thu Jan 18 14:55:23.015917 2024] [otel_apache:error] [pid 1633:tid 140562954786560] mod_opentelemetry_webserver_sdk: initialize_opentelemetry: config retrieved from process memory pool
[Thu Jan 18 14:55:23.015955 2024] [otel_apache:error] [pid 1633:tid 140562954786560] mod_opentelemetry_webserver_sdk: otel_hook_header_parser_begin: dev:demo-dispatcher:server1.be.srv.dev.sys
[Thu Jan 18 14:55:23.016045 2024] [otel_apache:error] [pid 1633:tid 140562954786560] mod_opentelemetry_webserver_sdk: otel_hook_header_parser_begin: request begin successful
[Thu Jan 18 14:55:23.016158 2024] [otel_apache:error] [pid 1633:tid 140562954786560] mod_opentelemetry_webserver_sdk: otel_stopInteraction: result code: 25
[Thu Jan 18 14:55:23.016210 2024] [otel_apache:error] [pid 1633:tid 140562954786560] mod_opentelemetry_webserver_sdk: otel_payload_decorator: correlation information : "tracestate" : ""
[Thu Jan 18 14:55:23.016218 2024] [otel_apache:error] [pid 1633:tid 140562954786560] mod_opentelemetry_webserver_sdk: otel_payload_decorator: correlation information : "traceparent" : "00-0423becfe0f47d783410b20e013ad9aa-03005d060532c582-01"
[Thu Jan 18 14:55:23.016222 2024] [otel_apache:error] [pid 1633:tid 140562954786560] mod_opentelemetry_webserver_sdk: mod_proxy.c: interaction begin successful
[Thu Jan 18 14:55:23.018579 2024] [otel_apache:error] [pid 1633:tid 140562954786560] mod_opentelemetry_webserver_sdk: otel_stopInteraction: result code: 25
[Thu Jan 18 14:55:23.018639 2024] [otel_apache:error] [pid 1633:tid 140562954786560] mod_opentelemetry_webserver_sdk: otel_payload_decorator: correlation information : "tracestate" : ""
[Thu Jan 18 14:55:23.018652 2024] [otel_apache:error] [pid 1633:tid 140562954786560] mod_opentelemetry_webserver_sdk: otel_payload_decorator: correlation information : "traceparent" : "00-0423becfe0f47d783410b20e013ad9aa-96d3629028c462d8-01"
[Thu Jan 18 14:55:23.018657 2024] [otel_apache:error] [pid 1633:tid 140562954786560] mod_opentelemetry_webserver_sdk: disp_apache2.c: interaction begin successful

What is the expected behavior?
I would expect that a trace is passed to the otel endpoint

What is the actual behavior?
Nothing reaches the otel endpoint

@royteeuwen royteeuwen added the bug Something isn't working label Jan 18, 2024
@royteeuwen
Copy link
Author

I have tried again using the OOTB apache_centos7 image that is built in this project, giving the same result, namely a result code 25

Can anyone clarify what this result code 25 is? Maybe it's a configuration setting?

@gofrolist
Copy link

I have the same error
mod_opentelemetry_webserver_sdk: otel_stopInteraction: result code: 25

@DebajitDas DebajitDas added the Webserver This represents the otel-webserver-module in the instrumentation directory label Mar 14, 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 Webserver This represents the otel-webserver-module in the instrumentation directory
Projects
None yet
Development

No branches or pull requests

3 participants