Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Address already in use: JVM_Bind:8080

If you are receiving this error Se você está recebendo a mensagem de erro no console do 2C "Address already in use: JVM_Bind" it may be caused by another process using the same port Carol Connect is configured to use.Let's start verifying the ports defined in the , isso pode estar sendo causado por outro processo usando a mesma porta de rede que a Carol Connect está configurada para usar.

Inicie a análise verificando a porta definida no arquivo "app.config.yml" file:

applicationConnectors: - type: http port: 8880 adminConnectors: - type: http port: 8881

mceclip1.pngImage Added

No exemplo são usadas as portas 8880 e 8881. A porta do "adminConnectors" pode ser alterada sem nenhum impacto. Já a porta definida para o "applicationConnectors" vai alterar a URL usada para acessar a In the example, it is using the ports 8880 and 8881. The port "adminConnectors" can be changed without any impact. The port defined in "applicationConnectors" will change the URL that you access Carol Connect.

🚧

After changing the file "app.config.yml" you need to restart it

After updating the config file, you need to restart the Carol Connect to make sure the configuration will be considered.

Another important validation is the command "netstat". This command shows the ports In use, so you can identify the other process using the port configured in Carol Connect.

...