Showing posts with label Server. Show all posts
Showing posts with label Server. Show all posts

Jboss hanging up in the startup ???

If you are working with Jboss 7.x and it hanging up in the startup, have no worries. You have a solution.

Reason for this is Jboss 7.x doesn't work with JDK 8.




Yeah its true. I normally work on linux and I have faced the same issue in Jboss 7.0 and 7.1.1 final.
Its a normal problem for windows users as well.
Read this https://developer.jboss.org/message/808212?_sscc=t

You can do 2 thing now.

  1. Downgrade your JDK to 7 or 6 if you really want to keep JBoss 7.x AS.
  2. Keep your JDK same. Upgrade your AS to wildfly. It's the new Jboss.
Share: