3
respostas

Erro ao rodar o comando java -jar instalura.jar

Olá pessoal, tudo bem? Eu baixei o arquivo no git instalura.jar. Coloquei numa pasta e rodei o comando --> java -jar instalura.jar . Porém, o seguinte erro apareceu. Alguem pode me ajudar???

Sun Sep 08 19:35:13 BRT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2019-09-08 19:35:13.474 ERROR 8473 --- [           main] o.a.tomcat.jdbc.pool.ConnectionPool      : Unable to create initial connections of pool.
3 respostas

Marcos, boa tarde!

Qual versão MySQL que você está usando? Nós recomendamos a versão 5.7

Você pode verificar a versão abrindo seu terminal e rodando mysql -v

[sudo] senha para felipe: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 7
Server version: 5.7.27-0ubuntu0.18.04.1 (Ubuntu) <---VERSÃO

Espero ter ajudado e bons estudos!

Mesmo atualizando a versao do mysql o erro persiste.

Mon Sep 09 22:19:40 BRT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2019-09-09 22:19:40.998 ERROR 16695 --- [           main] o.a.tomcat.jdbc.pool.ConnectionPool      : Unable to create initial connections of pool.

Marcos, boa tarde!

Eu fiz uma correção no código fonte do jar, tente usar esse .jar

https://drive.google.com/open?id=1nTAbs3oyukUkn_4iTNOIeQjICTil-R3n

java -jar -Dspring.datasource.password=SUA-SENHA -Dspring.datasource.username=SEU-USUARIO instalura.jar

Coloque no comando acima sua senha e seu usuário

Espero ter ajuadado e bons estudos!