[JBoss JIRA] (JBIDE-19410) earlyaccess still not failing gracefully
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19410?page=com.atlassian.jira.plugi... ]
Fred Bricon reassigned JBIDE-19410:
-----------------------------------
Assignee: Mickael Istria
> earlyaccess still not failing gracefully
> ----------------------------------------
>
> Key: JBIDE-19410
> URL: https://issues.jboss.org/browse/JBIDE-19410
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Mickael Istria
>
> start jboss tools in PDE and earlyaccess will pop up with error dialog that it had an error because it could not install things (which is expected when running in PDE)
> start jboss tools without network access and I sometime see it pop up - can't reprouce that consistently.
> but in short - seems like earlyaccess continues to want to tell users that something is wrong with early access even when it is not enabled but nor should it even if enabled. Show such error on the earlyaccess page rather than a blocking dialog.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19411) early access install has no cancel button for p2 remediation
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-19411:
-------------------------------------------
Summary: early access install has no cancel button for p2 remediation
Key: JBIDE-19411
URL: https://issues.jboss.org/browse/JBIDE-19411
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Reporter: Max Rydahl Andersen
installing angularjs from earlyaccess from nightly build currently results in p2 remediation - which then just blocks all UI and cannot be cancelled.
normal p2 remediation UI can be cancelled.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19410) earlyaccess still not failing gracefully
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-19410:
-------------------------------------------
Summary: earlyaccess still not failing gracefully
Key: JBIDE-19410
URL: https://issues.jboss.org/browse/JBIDE-19410
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Reporter: Max Rydahl Andersen
start jboss tools in PDE and earlyaccess will pop up with error dialog that it had an error because it could not install things (which is expected when running in PDE)
start jboss tools without network access and I sometime see it pop up - can't reprouce that consistently.
but in short - seems like earlyaccess continues to want to tell users that something is wrong with early access even when it is not enabled but nor should it even if enabled. Show such error on the earlyaccess page rather than a blocking dialog.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19409) bug in auto-detecting -Xrunjdwp flags in running jvms
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19409?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-19409:
--------------------------------
Fix Version/s: 4.2.3.CR1
4.3.0.Alpha2
> bug in auto-detecting -Xrunjdwp flags in running jvms
> -----------------------------------------------------
>
> Key: JBIDE-19409
> URL: https://issues.jboss.org/browse/JBIDE-19409
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.2.3.CR1
> Reporter: Rob Stryker
> Fix For: 4.2.3.CR1, 4.3.0.Alpha2
>
>
> Current code in org.jboss.tools.common.jdt.debug.VmModel assumes the debug args start with -Xrunjdwp:transport when really it can start with
> -Xrunjdwp:transport=dt_socket,server=y,address=4000,suspend=n
> -Xrunjdwp:address=4000,server=y,transport=dt_socket,suspend=n
> -Xrunjdwp:server=y,address=4000,transport=dt_socket,suspend=n
> -Xrunjdwp:suspend=n,address=4000,server=y,transport=dt_socket
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19409) bug in auto-detecting -Xrunjdwp flags in running jvms
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19409?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-19409:
--------------------------------
Workaround Description:
Make sure your main class has
-Xrunjdwp:transport=dt_socket,server=y,address=4000,suspend=n
In other words, make sure the first runjdwp flag is transport, not server, address, or suspend.
> bug in auto-detecting -Xrunjdwp flags in running jvms
> -----------------------------------------------------
>
> Key: JBIDE-19409
> URL: https://issues.jboss.org/browse/JBIDE-19409
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.2.3.CR1
> Reporter: Rob Stryker
>
> Current code in org.jboss.tools.common.jdt.debug.VmModel assumes the debug args start with -Xrunjdwp:transport when really it can start with
> -Xrunjdwp:transport=dt_socket,server=y,address=4000,suspend=n
> -Xrunjdwp:address=4000,server=y,transport=dt_socket,suspend=n
> -Xrunjdwp:server=y,address=4000,transport=dt_socket,suspend=n
> -Xrunjdwp:suspend=n,address=4000,server=y,transport=dt_socket
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19409) bug in auto-detecting -Xrunjdwp flags in running jvms
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-19409:
-----------------------------------
Summary: bug in auto-detecting -Xrunjdwp flags in running jvms
Key: JBIDE-19409
URL: https://issues.jboss.org/browse/JBIDE-19409
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 4.2.3.CR1
Reporter: Rob Stryker
Current code in org.jboss.tools.common.jdt.debug.VmModel assumes the debug args start with -Xrunjdwp:transport when really it can start with
-Xrunjdwp:transport=dt_socket,server=y,address=4000,suspend=n
-Xrunjdwp:address=4000,server=y,transport=dt_socket,suspend=n
-Xrunjdwp:server=y,address=4000,transport=dt_socket,suspend=n
-Xrunjdwp:suspend=n,address=4000,server=y,transport=dt_socket
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month