[JBoss JIRA] (JBIDE-22545) Application Wizard: Default values in template parameters table are in italics
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22545?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-22545:
-----------------------------------------------
[~fbricon], please take a look at the pull request.
> Application Wizard: Default values in template parameters table are in italics
> ------------------------------------------------------------------------------
>
> Key: JBIDE-22545
> URL: https://issues.jboss.org/browse/JBIDE-22545
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Labels: application_wizard, openshift_v3
>
> In New OpenShift Application wizard on Template Parameters wizard page there is a table containing template parameters key:value pairs. Default values are in italic, but they are not supposed to be. Once user change default value to something different and then reset the value, it gets normal (not italic).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-9442) Investigate possibility for remote debug launch of app servers
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-9442?page=com.atlassian.jira.plugin... ]
Rob Stryker commented on JBIDE-9442:
------------------------------------
Ok... I found the string (which I probably should have searched for earlier). It's in the method where we no longer hard-code localhost, but I didn't update the error message string.
{code}
debugUtils.setupRemoteDebuggerLaunchConfiguration(workingCopy, null, localDebugPort, server.getHost());
debuggerLaunchConfig = workingCopy.doSave();
boolean launched = false;
try {
ret = debuggerLaunchConfig.launch("debug", new NullProgressMonitor());
launched = true;
} catch (Exception e) {
e.printStackTrace();
}
if (!launched){
throw toCoreException("Unable to start a remote debugger to localhost:"+localDebugPort);
}
{code}
I can improve the error messaging here to also include the root exception (which we seem to just print out and ignore). This may help us discover what else is wrong.
Question: if you go set up a "remote java application" launch configuration manually, can you seriously just use host "marvin" ? I'm able to get a raw remote java app launch config to fail if I don't have a project path added... but I'm not able to replicate when running against a remote jboss / wf / eap...
> Investigate possibility for remote debug launch of app servers
> --------------------------------------------------------------
>
> Key: JBIDE-9442
> URL: https://issues.jboss.org/browse/JBIDE-9442
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Labels: new_and_noteworthy
> Fix For: 4.4.0.Alpha2, 4.4.0.Final
>
>
> When launching a remote server on a remote host, we do not currently connect a remote debugger. It'd be nice if we also connected a remote debugger if possible.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-9442) Investigate possibility for remote debug launch of app servers
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-9442?page=com.atlassian.jira.plugin... ]
Rob Stryker commented on JBIDE-9442:
------------------------------------
I'm not able to replicate this at all. I'm using a remote server as well (oxbeef.net) and the only workflow error I've managed to get it to come up with is very specific and pretty much unrelated.
The only error I can replicate is:
1) Do not start remote server
2) Configure rse server adapter to not launch
3) Make sure 'attach debugger' etc is checked with proper port
4) launch in debug mode
5) server adapter starts polling for server
6) Go start the remote server properly using -debug flags etc
7) Server is discovered as up, but no remote debugger is attached.
Other than that, I am unable to replicate what you're seeing. I know I *was* able to replicate it at some point and I know I fixed it.
> Investigate possibility for remote debug launch of app servers
> --------------------------------------------------------------
>
> Key: JBIDE-9442
> URL: https://issues.jboss.org/browse/JBIDE-9442
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Labels: new_and_noteworthy
> Fix For: 4.4.0.Alpha2, 4.4.0.Final
>
>
> When launching a remote server on a remote host, we do not currently connect a remote debugger. It'd be nice if we also connected a remote debugger if possible.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months