2
respostas

Problemas na hora de testar as filas no console do wildfly

Bom dia, estava finalizando a aula de Criando producer, quando fui ver as filas no console do wildfly abservei este erro no: Last Operation failed , e nos details : No failure-description provided.

depois disso eu nao consegui mais fazer um GET com o SOAP UI, mesmo pelo eclipse o servidor subir sem apresentar erros, tanto na aba console quanto na aba problems do eclipse.

tentei fazer o deploy do war de forma manual, mas ele da erro de dependencias, depois eu apaguei o server do eclipse e tentei fazer novamente, mas agora ele nao aparece mais nada para eu dar um add e colocar o projeto nos server.

nao sei oq fazer neste ponto, alguem ja viu isso ?

segue os ultimos logs do wildfly da pasta do standalone:

2022-03-19 13:19:21,307 WARNING [org.jgroups.conf.XmlConfigurator] (ServerService Thread Pool -- 88) version is missing in the configuration file 2022-03-19 13:19:21,311 WARNING [org.jgroups.conf.XmlConfigurator] (ServerService Thread Pool -- 88) version is missing in the configuration file 2022-03-19 13:19:21,312 WARNING [org.jgroups.conf.XmlConfigurator] (ServerService Thread Pool -- 88) version is missing in the configuration file 2022-03-19 13:19:21,314 WARNING [org.jgroups.conf.XmlConfigurator] (ServerService Thread Pool -- 88) version is missing in the configuration file 2022-03-19 13:19:21,316 WARNING [org.jgroups.conf.XmlConfigurator] (ServerService Thread Pool -- 88) version is missing in the configuration file 2022-03-19 13:19:21,318 WARNING [org.jgroups.conf.XmlConfigurator] (ServerService Thread Pool -- 88) version is missing in the configuration file 2022-03-19 13:19:21,613 ERROR [org.jboss.as.controller.management-operation] (External Management Request Threads -- 2) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "agendamento-email-0.0.1-SNAPSHOT.war")]) - failure description: { "WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jms.queue.EmailQueue"], "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module."agendamento-email-0.0.1-SNAPSHOT"."agendamento-email-0.0.1-SNAPSHOT".env."br.com.alura.job.AgendamentoEmailJob".queue is missing [jboss.naming.context.java.jms.queue.EmailQueue]"] } 2022-03-19 13:19:21,614 ERROR [org.jboss.as.server] (External Management Request Threads -- 2) WFLYSRV0021: Deploy of deployment "agendamento-email-0.0.1-SNAPSHOT.war" was rolled back with the following failure message: { "WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jms.queue.EmailQueue"], "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module."agendamento-email-0.0.1-SNAPSHOT"."agendamento-email-0.0.1-SNAPSHOT".env."br.com.alura.job.AgendamentoEmailJob".queue is missing [jboss.naming.context.java.jms.queue.EmailQueue]"] } 2022-03-19 13:19:21,620 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 88) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'agendamento-email-0.0.1-SNAPSHOT.war#AgendamentoEmailDS' 2022-03-19 13:19:21,622 INFO [org.hibernate.orm.beans] (ServerService Thread Pool -- 88) HHH10005004: Stopping BeanContainer : org.hibernate.resource.beans.container.internal.CdiBeanContainerExtendedAccessImpl@1e64f30 2022-03-19 13:19:21,628 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 88) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'agendamento-email-0.0.1-SNAPSHOT.war#AgendamentoEmailDS' 2022-03-19 13:19:21,654 INFO [org.infinispan.manager.DefaultCacheManager] (MSC service thread 1-8) Stopping cache manager null on null 2022-03-19 13:19:21,669 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment agendamento-email-0.0.1-SNAPSHOT.war (runtime-name: agendamento-email-0.0.1-SNAPSHOT.war) in 54ms 2022-03-19 13:25:53,144 INFO [org.jboss.as.repository] (ServerService Thread Pool -- 90) WFLYDR0009: Content C:\Workspace eclipse estudo\wildfly-20.0.1.Final\wildfly-20.0.1.Final\standalone\data\content\db\1fd9a524cdf63000e74df7c26b0c95f9ff3555 is obsolete and will be removed 2022-03-19 13:25:53,150 INFO [org.jboss.as.repository] (ServerService Thread Pool -- 90) WFLYDR0002: Content removed from location C:\Workspace eclipse estudo\wildfly-20.0.1.Final\wildfly-20.0.1.Final\standalone\data\content\db\1fd9a524cdf63000e74df7c26b0c95f9ff3555\content

2 respostas

Flavio, realmente muito estranho, antes deste ocorrido, a aplicação funcionava normalmente?

funcionava igual no video, estava fazendo todos os passo identicos.