1
resposta

ERRO AO INICIAR O PROJETO - Disconnected from the target VM, address: '127.0.0.1:59533', transport: 'socket'

Ola Pessoal.

Estou com um problema, criei um novo projeto para comecar do zero e ao iniciar estou recebendo esta mensagem de erro e o projeto nao sobe. Alguem tem alguma ideia?

Disconnected from the target VM, address: '127.0.0.1:59533', transport: 'socket'

Olha o log. . __ _ __ _ _ /\ / _'_ _ _ _()_ _ __ _ \ \ \ ( ( )___ | ' | '| | ' / ` | \ \ \ \/ ___)| |)| | | | | || (| | ) ) ) ) ' |__| .|| ||_| |_, | / / / / =========||==============|__/=//// :: Spring Boot :: (v3.0.1)

2023-01-11T19:02:41.848Z INFO 2840 --- [ main] b.c.t.t.t.TesteApiRestApplicationTests : Starting TesteApiRestApplicationTests using Java 17.0.5 with PID 2840 (started by rodri in C:\Users\rodri\OneDrive\Documentos\Projetos Java\testeAPIRest) 2023-01-11T19:02:41.852Z INFO 2840 --- [ main] b.c.t.t.t.TesteApiRestApplicationTests : No active profile set, falling back to 1 default profile: "default" 2023-01-11T19:02:44.695Z INFO 2840 --- [ main] b.c.t.t.t.TesteApiRestApplicationTests : Started TesteApiRestApplicationTests in 3.475 seconds (process running for 5.83) Disconnected from the target VM, address: '127.0.0.1:49820', transport: 'socket'

Process finished with exit code 0

1 resposta

Oi Rodrigo!

Pelo log parece que vocÊ está tentando executar uma classe de testes automatizados chamada TesteApiRestApplicationTests ao invés da classe main do projeto. Confira isso.