Solucionado (ver solução)
Solucionado
(ver solução)
2
respostas

Erro ao executar o lojaweb com jetty

Pessoal da esse erro quando executo o mvn jetty:run, tentei as soluções dos outros tópicos mas mesmo assim não sai do lugar!

[INFO] jetty-9.3.7.v20160115
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.jetty.util.BufferUtil (file:/C:/Users/Diego/.m2/repository/org/eclipse/jetty/jetty-util/9.3.7.v20160115/jetty-util-9.3.7.v20160115.jar) to field java.nio.MappedByteBuffer.fd
WARNING: Please consider reporting this to the maintainers of org.eclipse.jetty.util.BufferUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Started o.e.j.m.p.JettyWebAppContext@543d5863{/,file:///C:/Users/Diego/eclipse-workspace/lojaweb/src/main/webapp/,AVAILABLE}{file:///C:/Users/Diego/eclipse-workspace/lojaweb/src/main/webapp/}
[INFO] Jetty server exiting.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  55.113 s
[INFO] Finished at: 2019-03-30T18:16:46-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.3.7.v20160115:run (default-cli) on project lojaweb: Failure: Address already in use: bind -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

C:\Users\Diego\eclipse-workspace\lojaweb>
2 respostas
solução!

Como na deu de deletar o tópico encontrei a solução! o caminho foi rever os videos, estava ''escrevendo'' o plugin do jetty errado! porem continuo com problema, mas com outro topico onde onde pedia pra trocar a porta deu certo!

só queria agradecer os professores moderadores! e todos aqui, muito bacana os cursos! porem terei que voltar em todos pelo menos umas 2 3 vezes para realmente entrar no sangue hahaha

<plugins>( esquecia disso)
            <plugin>
                <groupId>org.eclipse.jetty</groupId>
                <artifactId>jetty-maven-plugin</artifactId>
                <version>9.3.7.v20160115</version>
            </plugin>
        </plugins>( esquecia disso)

Opa Diego!

Irei fechar o tópico então blz?

E pode voltar! Estamos aqui para te ajudar!

Abs, bons estudos! ^^