[JBoss JIRA] (JBIDE-23150) Properties: wont show OpenShift properties if stacked in same container as OpenShift explorer
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23150?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-23150.
---------------------------------
Closing as not a bug.
> Properties: wont show OpenShift properties if stacked in same container as OpenShift explorer
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-23150
> URL: https://issues.jboss.org/browse/JBIDE-23150
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.Final
> Reporter: Andre Dietisheim
> Assignee: Dmitrii Bocharov
> Labels: properties
> Fix For: 4.4.2.AM2
>
> Attachments: openshift-explorer-and-properties-both-stacked.png, properties-empty.png
>
>
> If you have the OpenShift explorer and the Properties view both stacked in the same view like it is shown in the following screenshot:
> !openshift-explorer-and-properties-both-stacked.png!
> and you start up Eclipse with the Properties view visible (not OpenShift explorer) you wont be able to ever see any property of any OpenShift resource. The properties view always stays empty.
> steps to reproduce:
> # ASSERT: have Properties view and OpenShift explorer (stacked) in the same visual container
> # ASSERT: make sure any view (but OpenShift explorer) is visible when you start Eclipse
> # EXEC: make Properties view visible
> # EXEC: make OpenShift explorer visible. Select an entry
> # EXEC: switch back to Properties view
> Result:
> Properties view stays empty. You can switch back and forth, you wont get any content in the properties view.
> !properties-empty.png!
> Only moving Properties view to a different (visual) container helps.
> the steps simply show a reliable way to reproduce it. I think there are more cases where this happens. Root cause could be in platform, not sure though.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-20634) Property gear_profile not added to POST when creating an app using Openshift plugin
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20634?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-20634.
---------------------------------
> Property gear_profile not added to POST when creating an app using Openshift plugin
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-20634
> URL: https://issues.jboss.org/browse/JBIDE-20634
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.3.Final
> Environment: Using Openshift Enterprise v2 and JBDS 8.1.0
> Reporter: Samuel Tauil
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: JSON, gear, openshift_v2
> Fix For: 4.4.2.AM2
>
>
> When creating a new application using the Openshift plugin and selecting a different gear profile to create the app seems the attribute gear_profile wasn't added properly to the POST http made in the broker. Checking the the same procedure but using the web console the attribute was added properly. This behavior, when creating thru JBDS, forces the app to be created in a different node that was chosen by the user since the attribute is not added to the post JSON.
> This request was generated from JBDS:
> 2015-09-08 17:31:33.396 [INFO ] Started POST "/broker/rest/domain/domain1210/applications?include=cartridges" for 108.212.65.14 at 2015-09-08 17:31:33 -0400 (pid:12413)
> 2015-09-08 17:31:33.400 [INFO ] Processing by ApplicationsController#create as JSON (pid:12413)
> 2015-09-08 17:31:33.400 [INFO ] Parameters: {"name"=>"nanfusecoursetest2", "cartridges"=>[{"name"=>"fuse-1.0.0"}], "include"=>"cartridges", "domain_id"=>"domain1210"} (pid:12413)
> 2015-09-08 17:34:33.950 [INFO ] Started GET "/broker/rest/domain/domain1210" for 108.212.65.14 at 2015-09-08 17:34:33 -0400 (pid:12439)
> 2015-09-08 17:34:33.966 [INFO ] Processing by DomainsController#show as JSON (pid:12439)
> 2015-09-08 17:34:33.966 [INFO ] Parameters: {"id"=>"domain1210"} (pid:12439)
> 2015-09-08 17:34:33.999 [INFO ] Completed 200 OK in 32ms (Views: 6.8ms) (pid:12439)
> This one was generated by the broker web console:
> 2015-09-08 17:22:34.777 [INFO ] Started POST "/broker/rest/domain/domain1210/applications.json" for 127.0.0.1 at 2015-09-08 17:22:34 -0400 (pid:12413)
> 2015-09-08 17:22:34.783 [INFO ] Processing by ApplicationsController#create as JSON (pid:12413)
> 2015-09-08 17:22:34.783 [INFO ] Parameters: {"cartridges"=>["fuse-1.0.0"], "domain_id"=>"domain1210", "gear_profile"=>"fuse_medium", "initial_git_branch"=>"", "initial_git_url"=>"", "name"=>"nanfusecoursetest1"} (pid:12413)
> 2015-09-08 17:24:53.751 [INFO ] Completed 201 Created in 138967ms (Views: 10.9ms) (pid:12413)
> 2015-09-08 17:24:56.599 [INFO ] Started GET "/broker/rest/application/55ef519a7577e6d79a000027.json" for 127.0.0.1 at 2015-09-08 17:24:56 -0400 (pid:12413)
> 2015-09-08 17:24:56.609 [INFO ] Processing by ApplicationsController#show as JSON (pid:12413)
> 2015-09-08 17:24:56.612 [INFO ] Parameters: {"id"=>"55ef519a7577e6d79a000027"} (pid:12413)
> 2015-09-08 17:24:56.679 [INFO ] Completed 200 OK in 66ms (Views: 2.3ms) (pid:12413)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBTIS-906) Detect and throw a known issue for SWITCHYARD-2882
by Tomáš Sedmík (JIRA)
[ https://issues.jboss.org/browse/JBTIS-906?page=com.atlassian.jira.plugin.... ]
Tomáš Sedmík closed JBTIS-906.
------------------------------
Resolution: Done
PR was pushed to master
> Detect and throw a known issue for SWITCHYARD-2882
> --------------------------------------------------
>
> Key: JBTIS-906
> URL: https://issues.jboss.org/browse/JBTIS-906
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: QE, switchyard
> Affects Versions: 4.3.1.Final
> Reporter: Andrej Podhradsky
> Assignee: Andrej Podhradsky
>
> Detect and throw a known issue for SWITCHYARD-2882 in ProjectExplorerProjectCreationTest so that we can avoid errors such as
> *Error Message*
> The following errors occured during creating SY project:
> Referenced file contains errors (jar:file:/home/jbossqa/workspace/jbdsis9x.test.switchyard/jdk/oraclejdk1.8/label/RHEL7/jbds-installer/jbdsis-9.nightly/target/jbdevstudio/studio/plugins/org.switchyard.tools.xsd_2.1.0.CI-v20160915-2107-B33.jar!/schema/sca-binding-ws-1.1-cd04-rev2.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
> *Stacktrace*
> {code}
> java.lang.AssertionError: The following errors occured during creating SY project:
> Referenced file contains errors (jar:file:/home/jbossqa/workspace/jbdsis9x.test.switchyard/jdk/oraclejdk1.8/label/RHEL7/jbds-installer/jbdsis-9.nightly/target/jbdevstudio/studio/plugins/org.switchyard.tools.xsd_2.1.0.CI-v20160915-2107-B33.jar!/schema/sca-binding-ws-1.1-cd04-rev2.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
> at org.junit.Assert.fail(Assert.java:88)
> at org.jboss.tools.switchyard.ui.bot.test.ProjectExplorerProjectCreationTest.createProjectWithComponentsTest(ProjectExplorerProjectCreationTest.java:279)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4102) Headless installation doesn't generate InstallConfigRecord.xml
by Lukáš Valach (JIRA)
Lukáš Valach created JBDS-4102:
----------------------------------
Summary: Headless installation doesn't generate InstallConfigRecord.xml
Key: JBDS-4102
URL: https://issues.jboss.org/browse/JBDS-4102
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: installer
Affects Versions: 10.1.0.AM2
Environment: Fedora 24, openjdk 1.8.0_102
Reporter: Lukáš Valach
Attachments: InstallConfigRecord_missing-terminal.png
The installer should create InstallConfigRecord.xml in target folder, it works fine when I install devstudio in standard way (using GUI), but when I use headless installation the installer doesn't create InstallConfigRecord.xml in target folder.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4075) Installer produces invalid install config xml
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4075?page=com.atlassian.jira.plugin.... ]
Lukáš Valach commented on JBDS-4075:
------------------------------------
Verified in 10.2.0.AM2 (devstudio-10.2.0.AM2-v20161009-2259-B6180-installer-eap.jar).
> Installer produces invalid install config xml
> ---------------------------------------------
>
> Key: JBDS-4075
> URL: https://issues.jboss.org/browse/JBDS-4075
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 10.2.0.AM1
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Priority: Critical
> Fix For: 10.2.0.AM2
>
> Attachments: InstallConfigRecord.xml
>
>
> The InstallConfigRecord.xml file produced by devstudio installer cannot be used in headless installation. Instead it produces the following error:
> {noformat}
> [ Starting automated installation ]
> [INFO] Selected JVM Information
> [INFO] Location : /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.102-1.b14.fc24.x86_64
> [INFO] Vendor : Oracle Corporation
> [INFO] Version : 1.8.0_102
> [INFO] Arch : 64-bit
> java.lang.NullPointerException
> java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:459)
> at java.util.Properties.setProperty(Properties.java:166)
> at com.izforge.izpack.installer.AutomatedInstallData.setVariable(Unknown Source)
> at com.jboss.devstudio.core.installer.InstallAdditionalRuntimesPanelAutomationHelper.runAutomated(InstallAdditionalRuntimesPanelAutomationHelper.java:38)
> at com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
> at com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
> at com.izforge.izpack.installer.Installer.main(Unknown Source)
> [ Automated installation FAILED! ]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4075) Installer produces invalid install config xml
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4075?page=com.atlassian.jira.plugin.... ]
Lukáš Valach closed JBDS-4075.
------------------------------
> Installer produces invalid install config xml
> ---------------------------------------------
>
> Key: JBDS-4075
> URL: https://issues.jboss.org/browse/JBDS-4075
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 10.2.0.AM1
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Priority: Critical
> Fix For: 10.2.0.AM2
>
> Attachments: InstallConfigRecord.xml
>
>
> The InstallConfigRecord.xml file produced by devstudio installer cannot be used in headless installation. Instead it produces the following error:
> {noformat}
> [ Starting automated installation ]
> [INFO] Selected JVM Information
> [INFO] Location : /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.102-1.b14.fc24.x86_64
> [INFO] Vendor : Oracle Corporation
> [INFO] Version : 1.8.0_102
> [INFO] Arch : 64-bit
> java.lang.NullPointerException
> java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:459)
> at java.util.Properties.setProperty(Properties.java:166)
> at com.izforge.izpack.installer.AutomatedInstallData.setVariable(Unknown Source)
> at com.jboss.devstudio.core.installer.InstallAdditionalRuntimesPanelAutomationHelper.runAutomated(InstallAdditionalRuntimesPanelAutomationHelper.java:38)
> at com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
> at com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
> at com.izforge.izpack.installer.Installer.main(Unknown Source)
> [ Automated installation FAILED! ]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23306) Provide increased "Details" panel size
by Aurélien Pupier (JIRA)
Aurélien Pupier created JBIDE-23306:
---------------------------------------
Summary: Provide increased "Details" panel size
Key: JBIDE-23306
URL: https://issues.jboss.org/browse/JBIDE-23306
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.4.1.Final
Reporter: Aurélien Pupier
Currently, it provides a 2 lines and half visibility.
2 things:
- perhaps we can add enough space for mor elines, 4?
- if we can avoid to cut the 3rd line (not sure that it is easy as it might be dependent on font?)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4101) Enable sha check from file/URL in online installer
by Jan Richter (JIRA)
Jan Richter created JBDS-4101:
---------------------------------
Summary: Enable sha check from file/URL in online installer
Key: JBDS-4101
URL: https://issues.jboss.org/browse/JBDS-4101
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Feature Request
Components: platform-installer
Affects Versions: 10.2.0.AM2
Reporter: Jan Richter
In between releases the installer uses nightly builds of Devstudio and its sha is downloaded from the updatesite. The check in online installer is not prepared for that and ends up comparing the computed sha to the URL that points to installer.sha
Proposal: Add some code to handle sha in other form than just plain text so online installer can be run from master.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months