Why does the jboss server crash and not run with the standalone.bat command?

Asked

Viewed 185 times

2

I am trying to configure Jboss and I have already researched in several places my problem. But I still can’t solve it. I changed the default http port in the file jboss\standalone\configuration\standalone.xml as follows <socket-binding name="http" port="8089"/>. That’s because my Oracle Speed runs on port 8080. I set the environment variable JAVA_HOME: C:\Program Files\Java\jdk1.8.0_121 and I am using windows 7 32 bits. When I run the command standalone.bat the execution is as follows:

inserir a descrição da imagem aqui and does not continue execution so I can’t run the server in the browser with http://localhos:8089. Can someone tell me how to fix it?

  • 1

    Apparently older versions of Jboss do not get along very well with Java 8. In this case you can try using a Java JDK 1.7 or upgrade and use a version of Wildfly. For more information, you can check this link

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.