A conflict InfluxDB - server

When I open a Tomcat form, I will not be able to start Influxd, I do not know if it is due to a port conflict.Can Can someone tell me why?

When I open a Tomcat form,

What are you doing for that step? I’m not familiar with Tomcat, so I’m not
completely certain what “opening a form” means.

I will not be able to start Influxd,

Why not? What happens when you try? How are you starting it?

I do not know if it is due to a port conflict.

“netstat -lptn” will tell you which applications are listening on which ports.

Can Can someone tell me why?

Can you give us some more details, such as:

  1. What operating system and version are you running this on?

  2. Which version of InfluxDB are you using?

  3. Which port are you expecting InfluxDB to be listening on?

  4. What are you using to talk to InfluxDB which can confirm whether it’s
    working?

  5. What port number/s are you expecting Tomcat to be listening on?

  6. Any other similar information which might help us to understand your setup?

Regards,

Antony.

1 Like

Thank you for your reply. The problem has been solved.It is a port conflict between the two programs, I changed the port so that I can open influxDB.

Regards,
GengMaoheng.