Error while binding on 0.0.0.0/0.0.0.0:5263

Olá,

Quando o inicio o openfire.exe para dar inicio ao serviço, acontece esse erro:

Error while binding on 0.0.0.0/0.0.0.0:5263

Porém consigo enviar mensagens normalmente, o que pode ser?

Segue log completo:

Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
Openfire 4.6.4 [15/09/2021 07:30:04]
Successfully loaded plugin 'admin'.
Successfully loaded plugin 'bookmarks'.
Successfully loaded plugin 'dbaccess'.
Successfully loaded plugin 'httpfileupload'.
set 15, 2021 7:30:14 AM com.sun.jersey.api.core.PackagesResourceConfig init
INFORMAÇÕES: Scanning for root resource and provider classes in the packages:
  org.jivesoftware.openfire.plugin
set 15, 2021 7:30:15 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFORMAÇÕES: Initiating Jersey application, version 'Jersey: 1.19.4 05/24/2017 03:46 PM'
Successfully loaded plugin 'monitoring'.
Successfully loaded plugin 'pushnotification'.
Successfully loaded plugin 'search'.
set 15, 2021 7:30:30 AM com.sun.jersey.api.core.PackagesResourceConfig init
INFORMAÇÕES: Scanning for root resource and provider classes in the packages:
  org.jivesoftware.openfire.plugin
Successfully loaded plugin 'userservice'.
Successfully loaded plugin 'broadcast'.
Successfully loaded plugin 'clientcontrol'.
Successfully loaded plugin 'certificatemanager'.
Finished processing all plugins.
Error starting 5222: Error while binding on 0.0.0.0/0.0.0.0:5222
original message : Address already in use: bind
Error starting 5223: Error while binding on 0.0.0.0/0.0.0.0:5223
original message : Address already in use: bind
Error starting 5269: Address already in use: JVM_Bind
Retrying to start 5269 after a delay of PT2S
Error starting 5269: Address already in use: JVM_Bind
Error starting 5270: Address already in use: JVM_Bind
Retrying to start 5270 after a delay of PT2S
Error starting 5270: Address already in use: JVM_Bind
Error starting 5275: Error while binding on 0.0.0.0/0.0.0.0:5275
original message : Address already in use: bind
Error starting 5276: Error while binding on 0.0.0.0/0.0.0.0:5276
original message : Address already in use: bind
Error starting 5262: Error while binding on 0.0.0.0/0.0.0.0:5262
original message : Address already in use: bind
Error starting 5263: Error while binding on 0.0.0.0/0.0.0.0:5263
original message : Address already in use: bind

It looks like Openfire is running two times on this server. This typically happens when Openfire is started as a service, but also manually.

1 Like

Hello,

I was really testing it and saw that I was using the Openfire service and also the program at the same time. I thought they were both supposed to be connected…

I stopped the service and am using only openfire.exe and openfired.exe now.

Thank you for your help! :slight_smile:

1 Like