[jbosstools-issues] [JBoss JIRA] (JBIDE-18457) EAP 6.1 fails to start on Windows 7 - prefer most closely matched java if strict-compatible is unavailable

Martin Malina (JIRA) issues at jboss.org
Wed Oct 15 09:58:38 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-18457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Malina closed JBIDE-18457.
---------------------------------


So the fix that Rob committed here is really a very very specific use case:
1) a user has an eap using java 6 as exedcution env
2) user has no java6 in workspace
3) user has java7 and java8 as installed jre's
4) neither the java7 nor java8 are workspace default
5) neither the java7 nor java8 are default for the java6 exec-env

You always have a default, so the only way all of the conditions can be met is if you have java 5 or java 4 jre defined. So it's very close to no fix at all :)

In other words, it's still up to the user to make sure that the right jdk is being used - the best way is to select a specific jre instead of the pre-defined exec env.

> EAP 6.1 fails to start on Windows 7 - prefer most closely matched java if strict-compatible is unavailable
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-18457
>                 URL: https://issues.jboss.org/browse/JBIDE-18457
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.2.0.CR1
>            Reporter: Martin Malina
>            Assignee: Rob Stryker
>              Labels: respin-a
>             Fix For: 4.2.0.CR2
>
>
> This is followup of Brian's comments in JBIDE-16066 where he couldn't get EAP 6.1 to start on Windows 7. I tried the same and get the same result. Everything works fine on my mac.
> 1. Start JBDS 8.0.0.CR1
> 2. Download EAP 6.1 via runtime detection
> 3. Start the server
> In my case, at first I got "Starting jboss-eap-6.1: (0 %)" in the status bar and nothing else for like 5 minutes, then the server console showed up and showed:
> {code}
> 15:28:51,082 INFO  [org.jboss.modules] (main) JBoss Modules version 1.2.0.Final-redhat-1
> 15:28:51,704 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA-redhat-1
> 15:28:51,824 INFO  [org.jboss.as] (MSC service thread 1-1) JBAS015899: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) starting
> {code}
> And with this the status bar changed to 100 % and the progress view shows:
> Preparing launch deletage.
> It's been like this at least 5 minutes now. The server is not started.
> I checked with Brian and he just didn't witness the first part where there was no console, but he did get what I got after 5 minutes - his server was stuck and would never really start.
> ATM I only tried this the one way - EAP 6.1 downloaded via runtime detection.
> In my case I have Oracle jdk 1.8, in Brian's case it was 1.7, so it doesn't seem to matter.
> Right now I haven't tried other server versions.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list