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

level=error errorpingingoracle:="missing port in address" #417

Open
1 of 2 tasks
pratikpm10 opened this issue Feb 19, 2024 · 9 comments
Open
1 of 2 tasks

level=error errorpingingoracle:="missing port in address" #417

pratikpm10 opened this issue Feb 19, 2024 · 9 comments

Comments

@pratikpm10
Copy link

pratikpm10 commented Feb 19, 2024

I'm submitting a ...

  • bug report
  • feature request

What is the current behavior?

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

What is the expected behavior?

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

Version: X.Y.Z

@pratikpm10
Copy link
Author

Getting this error - level=error errorpingingoracle:="missing port in address"

@pratikpm10
Copy link
Author

We are getting error while starting the oracle exporter via the pipeline- Below is the error details

[itmsys02@clrv0000286405 oracledb_exporter]$ /opt/oracledb_exporter/oracledb_exporter --web.listen-address=:10071 --web.config.file=/opt/oracledb_exporter/tls_config.yml --default.metrics /opt/oracledb_exporter/config.yml
ts=2024-02-19T10:45:00.921Z caller=collector.go:262 level=error errorpingingoracle:="missing port in address"
ts=2024-02-19T10:45:00.921Z caller=main.go:89 level=info msg="Starting oracledb_exporter" version="(version=, branch=, revision=3416bc8d2c11f352b4555a8205dc960cf46033c4-modified)"

@saurabh-m-w
Copy link

Hi @pratikpm10 did you found any solution or workaround, I am also facing same issue observed it is on RHEL8 OS only in my case, which Linux version you are running this?
I have added comment here as well comment And dup issues #371 #363 #345

@stef609
Copy link

stef609 commented Mar 7, 2024

Hello, I face same error, also on a RHEL 8 server. Did you find any solution for it?

@saurabh-m-w
Copy link

No, I didn't found any soution for it yet

@anch665
Copy link

anch665 commented Apr 9, 2024

@stef609 @saurabh-m-w

change % to %%
exaple password: 12@34
encoded passwod 12%%4034, where % - escape and %40 - code @

https://askubuntu.com/questions/1028898/systemd-service-startup-script-worked-in-16-04-but-throws-an-error-in-18-04

@Cuijian66
Copy link

I encountered the same problem errorpingingoracle:="missing port in address" Is there any solution?

@amunoz-vendavo
Copy link

Same problem here on AlmaLinux8 after upgrading to v0.6.0. Had to revert back to 0.4.4.

@rizkyyud
Copy link

rizkyyud commented Sep 2, 2024

using this format:
export DATA_SOURCE_NAME=oracle://user:password@IP_address:port/service

and run:
./oracledb_exporter --web.listen-address=":9161"

its work in v0.6.0 and linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants