0
Error:
java.util.Nosuchelementexception: No Child 'Runtime-name' exists
I would like some advice on this message that is emerging in my application... the error is above.
0
Error:
java.util.Nosuchelementexception: No Child 'Runtime-name' exists
I would like some advice on this message that is emerging in my application... the error is above.
Browser other questions tagged java jboss
You are not signed in. Login or sign up in order to post.
At first you are scanning a tree of something and searching for a child that does not exist at the current node, puts your code and the line that is in trouble.
– Ricardo
Welcome to Stack Overflow! For the community to help you, it’s important to explain your problem in detail. I suggest I read the articles: Tour and how to ask a question.
– Thiago Luiz Domacoski
It is that this project I am working on is from the internship I am doing here in the company ... and this program has : Framework Demoiselle and Primeface.... When I put to run in jboss these log’s all aew error 404, and the message in the logs --- >> ERROR [org.jboss.as.controller.management-Operation] (management-Handler-thread - 4) JBAS014612: Operation ("deploy") failed - address: ([("Deployment" => "Denunciasfinal.War")])
– Ricardo Mendes
I found my friends the problem of not running the application... It was a problem in jboss the directory that it was installed did not exist type: C:/Demoiselle/so-and-so... I created a new folder downloaded the jboss inside it and in the eclise I threw the application inside the jboss and put to wheel !!! I was quite happy !!
– Ricardo Mendes