Amrutha
Amrutha

Reputation: 51

How to install jboss-eap-6.1.0.GA

I install jdk1.8.0 and i set the environment variable JAVA-HOME and PATH

I download the jboss-eap-6.1.0.GA(AS 7.2.Final)

I set environment variable JBOSS-HOME.

i located jboss-eap-6.1 in 'D' drive so i set JBOSS-HOME=D:\jboss-eap-6.1.

After all these run standalone.bat file. but i'm not able to install jboss server.

it gives a black screen and giving like

JBoss EAP 6.1.0.GA(AS 7.2.0.Final-read hat-8) starting. ..

After 1 hr also it giving like this only.

Not able to start the Jboss server

please give me a Solution for this.

Thank you

Upvotes: 0

Views: 4558

Answers (1)

Alexis Hassler
Alexis Hassler

Reputation: 751

According to RedHat's "Supported Configurations" document, Java 8 isn't supported.

There are some plans to add support of Java 8 to a 6.3.x or 6.4 version. (see https://developer.jboss.org/message/906154)

Upvotes: 1

Related Questions