[JBoss JIRA] (JBIDE-21606) Consider using java 8 for EAP 6.4 by default
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21606?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-21606.
---------------------------------
Resolution: Partially Completed
> Consider using java 8 for EAP 6.4 by default
> --------------------------------------------
>
> Key: JBIDE-21606
> URL: https://issues.jboss.org/browse/JBIDE-21606
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.1.Beta2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.4.1.AM2
>
>
> Here's the problem that I just hit:
> I added EAP 6.4 to JBDS 9.1 using runtime detection. Then I created the html5 project from JBoss Central using the EAP 6.4 server as target runtime.
> Then on the project, I just Run -> Run on Server.
> The server started, but deployment failed on Unsupported version: 51.0
> Which is a bit strange, because the server was running with java 6. But anyhow. It seems the quictstart requires java 1.8 now. But default, EAP 6 will be set up to use java 6.
> So ideally EAP 6.4 would use java 8 if present. But I know we discussed similar things in the past and there didn't seem to be any way to make something like this happen. But I just wanted to present this use case and perhaps there is some possibility?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-21606) Consider using java 8 for EAP 6.4 by default
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21606?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21606:
-------------------------------------
After reviewing the redhat access document, it's clear that creating a separate runtime type for eap6.4 is unfeasible. The common intended JRE for EAP 6.1+ is basically java7. All are guarenteed to work for java7, so I'll bump the default for all EAP 6.1+ to use java7 by default.
But making java 8 the default for these types is simply not feasible because the default execution environment is set before the user gets a chance to set the runtime home directory. So we really have no ability to figure this out in advance.
On the other hand, once the user types in a home directory, I think it'd be a bit jarring if we started changing the selected execution environment based on what was typed in the runtime home directory field.
So... I'm closing this as partially complete. It's not the best result but it's what we can do.
> Consider using java 8 for EAP 6.4 by default
> --------------------------------------------
>
> Key: JBIDE-21606
> URL: https://issues.jboss.org/browse/JBIDE-21606
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.1.Beta2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.4.1.AM2
>
>
> Here's the problem that I just hit:
> I added EAP 6.4 to JBDS 9.1 using runtime detection. Then I created the html5 project from JBoss Central using the EAP 6.4 server as target runtime.
> Then on the project, I just Run -> Run on Server.
> The server started, but deployment failed on Unsupported version: 51.0
> Which is a bit strange, because the server was running with java 6. But anyhow. It seems the quictstart requires java 1.8 now. But default, EAP 6 will be set up to use java 6.
> So ideally EAP 6.4 would use java 8 if present. But I know we discussed similar things in the past and there didn't seem to be any way to make something like this happen. But I just wanted to present this use case and perhaps there is some possibility?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-21606) Consider using java 8 for EAP 6.4 by default
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21606?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-21606:
--------------------------------
Fix Version/s: 4.4.1.AM2
(was: 4.4.x)
> Consider using java 8 for EAP 6.4 by default
> --------------------------------------------
>
> Key: JBIDE-21606
> URL: https://issues.jboss.org/browse/JBIDE-21606
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.1.Beta2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.4.1.AM2
>
>
> Here's the problem that I just hit:
> I added EAP 6.4 to JBDS 9.1 using runtime detection. Then I created the html5 project from JBoss Central using the EAP 6.4 server as target runtime.
> Then on the project, I just Run -> Run on Server.
> The server started, but deployment failed on Unsupported version: 51.0
> Which is a bit strange, because the server was running with java 6. But anyhow. It seems the quictstart requires java 1.8 now. But default, EAP 6 will be set up to use java 6.
> So ideally EAP 6.4 would use java 8 if present. But I know we discussed similar things in the past and there didn't seem to be any way to make something like this happen. But I just wanted to present this use case and perhaps there is some possibility?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-17181) Unhandled loop exception in JMX view using wf8, expose management port
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17181?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-17181:
-------------------------------------
[~mmalina] Is this still replicatable??
> Unhandled loop exception in JMX view using wf8, expose management port
> ----------------------------------------------------------------------
>
> Key: JBIDE-17181
> URL: https://issues.jboss.org/browse/JBIDE-17181
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.4.1.AM2
>
>
> I was verifying JBIDE-13445. So I set up a remote WildFly 8.0 server using the non-management profile.
> Then I wanted to expose management port to test that a custom deployment scanner is actually added.
> And once I started the server, I either got plenty of Unhandled loop exceptions, or in another instance JBDS went mad and stopped responding, eating 100 % of CPU.
> It turns out that this probably happens when the credentials in server editor are wrong. You are asked for the correct ones on server start, but at that point it's too late to prevent the exceptions.
> Note that this applies to both WF 8 and EAP 6.2
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-17181) Unhandled loop exception in JMX view using wf8, expose management port
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17181?page=com.atlassian.jira.plugi... ]
Rob Stryker reassigned JBIDE-17181:
-----------------------------------
Assignee: Martin Malina (was: Rob Stryker)
> Unhandled loop exception in JMX view using wf8, expose management port
> ----------------------------------------------------------------------
>
> Key: JBIDE-17181
> URL: https://issues.jboss.org/browse/JBIDE-17181
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta1
> Reporter: Martin Malina
> Assignee: Martin Malina
> Fix For: 4.4.1.AM2
>
>
> I was verifying JBIDE-13445. So I set up a remote WildFly 8.0 server using the non-management profile.
> Then I wanted to expose management port to test that a custom deployment scanner is actually added.
> And once I started the server, I either got plenty of Unhandled loop exceptions, or in another instance JBDS went mad and stopped responding, eating 100 % of CPU.
> It turns out that this probably happens when the credentials in server editor are wrong. You are asked for the correct ones on server start, but at that point it's too late to prevent the exceptions.
> Note that this applies to both WF 8 and EAP 6.2
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-17181) Unhandled loop exception in JMX view using wf8, expose management port
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17181?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-17181:
--------------------------------
Fix Version/s: 4.4.1.AM2
(was: 4.2.x)
> Unhandled loop exception in JMX view using wf8, expose management port
> ----------------------------------------------------------------------
>
> Key: JBIDE-17181
> URL: https://issues.jboss.org/browse/JBIDE-17181
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta1
> Reporter: Martin Malina
> Assignee: Martin Malina
> Fix For: 4.4.1.AM2
>
>
> I was verifying JBIDE-13445. So I set up a remote WildFly 8.0 server using the non-management profile.
> Then I wanted to expose management port to test that a custom deployment scanner is actually added.
> And once I started the server, I either got plenty of Unhandled loop exceptions, or in another instance JBDS went mad and stopped responding, eating 100 % of CPU.
> It turns out that this probably happens when the credentials in server editor are wrong. You are asked for the correct ones on server start, but at that point it's too late to prevent the exceptions.
> Note that this applies to both WF 8 and EAP 6.2
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months