[JBoss JIRA] (JBIDE-20764) Create Server Adapter for OpenShift 3 applications
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20764?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-20764:
--------------------------------
Release Notes Text: (was: JBoss Tools allows you look at the log and the environment variables of a given OpenShift application. You may also configure the forwarded ports within a wizard dedicated to this task. Until Beta3 you'd had to go to the OpenShift Explorer to find these actions. Since CR1 you'll now also find them in the server adapter. )
> Create Server Adapter for OpenShift 3 applications
> --------------------------------------------------
>
> Key: JBIDE-20764
> URL: https://issues.jboss.org/browse/JBIDE-20764
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Reporter: Fred Bricon
> Priority: Critical
> Labels: new_and_noteworthy
>
> get the actions available on nodes in openshift explorer such as Show console, Show Environment and port forwarding should be available on the openshift server adapter too so you dont necessarily have to jump between the various views to work with openshift apps.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 7 months
[JBoss JIRA] (JBIDE-20764) Create Server Adapter for OpenShift 3 applications
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20764?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-20764:
--------------------------------
Description: get the actions available on OpenShift 3 resources in openshift explorer such as Show console, Show Environment and port forwarding should be available on the openshift server adapter too so you dont necessarily have to jump between the various views to work with openshift apps. (was: get the actions available on nodes in openshift explorer such as Show console, Show Environment and port forwarding should be available on the openshift server adapter too so you dont necessarily have to jump between the various views to work with openshift apps.)
> Create Server Adapter for OpenShift 3 applications
> --------------------------------------------------
>
> Key: JBIDE-20764
> URL: https://issues.jboss.org/browse/JBIDE-20764
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Reporter: Fred Bricon
> Priority: Critical
> Labels: new_and_noteworthy
>
> get the actions available on OpenShift 3 resources in openshift explorer such as Show console, Show Environment and port forwarding should be available on the openshift server adapter too so you dont necessarily have to jump between the various views to work with openshift apps.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 7 months
[JBoss JIRA] (JBIDE-20764) Create Server Adapter for OpenShift 3 applications
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-20764:
-----------------------------------
Summary: Create Server Adapter for OpenShift 3 applications
Key: JBIDE-20764
URL: https://issues.jboss.org/browse/JBIDE-20764
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Priority: Critical
get the actions available on nodes in openshift explorer such as Show console, Show Environment and port forwarding should be available on the openshift server adapter too so you dont necessarily have to jump between the various views to work with openshift apps.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 7 months
[JBoss JIRA] (JBIDE-20763) Provide 'oc' binaries per platform
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-20763:
-----------------------------------
Summary: Provide 'oc' binaries per platform
Key: JBIDE-20763
URL: https://issues.jboss.org/browse/JBIDE-20763
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.3.0.CR1
Reporter: Fred Bricon
Instead of forcing the user to search, download and install the 'oc' library manually before being able to use port forwarding or log streaming, the platform-related binary could be installed automatically.
Possible implementation:
- define the oc binary URLs in stacks.yaml
- on openshift 3 plugin startup, check if oc binary is set in preferences
- if not set trigger background job to d/l oc binary matching current platform, and update preferences, else, do nothing.
[~maxandersen] does it correspond to what you had in mind?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 7 months
[JBoss JIRA] (JBIDE-20754) org.jboss.tools.jmx.local.ProcessInformationStore doesn't handle spaces in the java.home path - part 2
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20754?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-20754:
-------------------------------------
The previous issue fixed the fact that for earlier java versions, jps was available. So the previous fix basically fixes java 7 and earlier.
> org.jboss.tools.jmx.local.ProcessInformationStore doesn't handle spaces in the java.home path - part 2
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20754
> URL: https://issues.jboss.org/browse/JBIDE-20754
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.3.0.Beta2
> Environment: Windows 7 x64, Eclipse Mars (4.5.0), Java 1.8.0u51
> Reporter: Daniel Atallah
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.3.1.Final
>
>
> org.jboss.tools.jmx.local.ProcessInformationStore.loadProcessStore:97 should either use the Runtime.getRuntime().exec(String[]) method to deal with Java installation locations containing spaces.
> In my case the {{java.home}} system property points to {{"C:\Program Files\Java\jdk1.8.0_51"}}, which I think would be pretty normal on Windows.
> {noformat}
> java.io.IOException: Cannot run program "C:\Program": CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
> at java.lang.Runtime.exec(Runtime.java:620)
> at java.lang.Runtime.exec(Runtime.java:450)
> at java.lang.Runtime.exec(Runtime.java:347)
> at org.jboss.tools.jmx.local.ProcessInformationStore.loadProcessStore(ProcessInformationStore.java:97)
> at org.jboss.tools.jmx.local.ProcessInformationStore.refreshProcessInformationStore(ProcessInformationStore.java:64)
> at org.jboss.tools.jmx.local.ProcessInformationStore$1.run(ProcessInformationStore.java:135)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessImpl.create(Native Method)
> at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
> at java.lang.ProcessImpl.start(ProcessImpl.java:137)
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
> ... 7 more
> {noformat}
> I'm note sure what the impact is - I don't necessarily notice anything not working.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 7 months
[JBoss JIRA] (JBIDE-20753) Text flickering when selecting server types in New Server wizard
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20753?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-20753:
-------------------------------------
Can you clarify:
Is the symptom that the next / finish is flickering? Or that the 'runtime environment' combo appears and disappears? If it's the runtime environment combo box, I can't imagine it being caused by the recent changes I've made to check performFinish. This could also be caused by the recent changes to new server wizard that allow remote update sites to be included in the same dialog... this was not present in the past and is the most likely change.
> Text flickering when selecting server types in New Server wizard
> ----------------------------------------------------------------
>
> Key: JBIDE-20753
> URL: https://issues.jboss.org/browse/JBIDE-20753
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.CR1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Labels: regression
> Fix For: 4.3.1.Final
>
>
> When you open the New Server wizard and select a server type, There will be some elements rendered for a fraction of a second. It's Server Runtime Environment and a dropdown menu - it will disappear again, but it's not nice to see something quickly appear and disappear again. You can keep selecting server types and it will keep happening. All of this is on the first page of the dialog.
> I checked and this did not happen in Beta2.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 7 months