[JBoss JIRA] (JBIDE-25596) Wrong Git repo used when creating OpenShift application
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25596?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-25596:
-------------------------------
Fix Version/s: 4.5.3.AM1
(was: 4.5.x)
> Wrong Git repo used when creating OpenShift application
> -------------------------------------------------------
>
> Key: JBIDE-25596
> URL: https://issues.jboss.org/browse/JBIDE-25596
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Jeff MAURY
> Assignee: Dmitrii Bocharov
> Labels: openshift
> Fix For: 4.5.3.AM1
>
>
> When creating an OpenShift application from a local Eclipse project, the Git repo URL is wrongly extracted.
> I have clone a project so I have two remotes in my Git config: upstream and orign. I have created a branch and pushed to origin.
> When the OpenShift application is created, the Git repo URL is upstream and the Git ref is the newly created branch. Thus this is invalid as the newly created branch does not exists on upstream and I would expect the Git repo URL to be origin
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25596) Wrong Git repo used when creating OpenShift application
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25596?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-25596:
-------------------------------
Sprint: devex #144 January 2018
> Wrong Git repo used when creating OpenShift application
> -------------------------------------------------------
>
> Key: JBIDE-25596
> URL: https://issues.jboss.org/browse/JBIDE-25596
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Jeff MAURY
> Assignee: Dmitrii Bocharov
> Labels: openshift
> Fix For: 4.5.3.AM1
>
>
> When creating an OpenShift application from a local Eclipse project, the Git repo URL is wrongly extracted.
> I have clone a project so I have two remotes in my Git config: upstream and orign. I have created a branch and pushed to origin.
> When the OpenShift application is created, the Git repo URL is upstream and the Git ref is the newly created branch. Thus this is invalid as the newly created branch does not exists on upstream and I would expect the Git repo URL to be origin
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25603) IOException below OCBinaryVersionValidator.getVersion (thrown in UNIXProcess.forkAndExec)
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25603?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-25603:
-------------------------------
Sprint: devex #144 January 2018
> IOException below OCBinaryVersionValidator.getVersion (thrown in UNIXProcess.forkAndExec)
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-25603
> URL: https://issues.jboss.org/browse/JBIDE-25603
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Rob Stryker
> Fix For: 4.5.3.AM1
>
>
> The following problem was reported via the automated error reporting:
> Message: Cannot run program "/": error=13, Permission denied
> {noformat}
> java.io.IOException: error=13, Permission denied
> at java.lang.UNIXProcess.forkAndExec(UNIXProcess.java:-2)
> at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
> at java.lang.ProcessImpl.start(ProcessImpl.java:134)
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
> at org.jboss.tools.openshift.internal.core.preferences.OCBinaryVersionValidator.getVersion(OCBinaryVersionValidator.java:77)
> at org.jboss.tools.openshift.internal.ui.wizard.connection.AdvancedConnectionEditor$OCVersionUIJob.run(AdvancedConnectionEditor.java:244)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> {noformat}
> Bundles:
> | org.eclipse.core.jobs | 3.9.0.v20170322-0013 | 3.9.1.v20170714-0547 |
> | org.jboss.tools.openshift.core | 3.4.0.v20170731-2244 | 3.4.1.v20171025-1008 |
> | org.jboss.tools.openshift.ui | 3.4.0.v20170802-1433 | 3.4.1.v20171025-1219 |
> Operating Systems:
> | Linux | 4.11.11.fc26 | 4.11.11.fc26 |
> | MacOSX | 10.13.2 | 10.13.2 |
> The above information is a snapshot of the collected data. Visit [this page|https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59885106e4b007...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25602) NullPointerException in RegistryProviderModel.getRegistryURL
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25602?page=com.atlassian.jira.plugi... ]
Jeff MAURY reassigned JBIDE-25602:
----------------------------------
Assignee: Rob Stryker
> NullPointerException in RegistryProviderModel.getRegistryURL
> ------------------------------------------------------------
>
> Key: JBIDE-25602
> URL: https://issues.jboss.org/browse/JBIDE-25602
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Rob Stryker
> Fix For: 4.5.3.AM1
>
>
> The following problem was reported via the automated error reporting:
> Message: Unhandled event loop exception
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.openshift.core.connection.registry.RegistryProviderModel.getRegistryURL(RegistryProviderModel.java:37)
> at org.jboss.tools.openshift.internal.ui.wizard.connection.AdvancedConnectionEditor.discoverRegistryPressed(AdvancedConnectionEditor.java:302)
> at org.jboss.tools.openshift.internal.ui.wizard.connection.AdvancedConnectionEditor.access$2(AdvancedConnectionEditor.java:300)
> at org.jboss.tools.openshift.internal.ui.wizard.connection.AdvancedConnectionEditor$1$1.widgetSelected(AdvancedConnectionEditor.java:128)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> {noformat}
> Bundles:
> | org.eclipse.swt | 3.106.0.v20170608-0516 | 3.106.1.v20170926-0519 |
> | org.jboss.tools.openshift.core | 3.4.1.v20171025-1008 | 3.4.2.v20171115-1821 |
> | org.jboss.tools.openshift.ui | 3.4.1.v20171025-1219 | 3.4.2.v20171115-1650 |
> Operating Systems:
> | Linux | 4.10.0 | 4.10.0 |
> | MacOSX | 10.13.1 | 10.13.2 |
> | Windows | 6.2.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a2a4339e4b037...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25602) NullPointerException in RegistryProviderModel.getRegistryURL
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25602?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-25602:
-------------------------------
Fix Version/s: 4.5.3.AM1
(was: 4.5.x)
> NullPointerException in RegistryProviderModel.getRegistryURL
> ------------------------------------------------------------
>
> Key: JBIDE-25602
> URL: https://issues.jboss.org/browse/JBIDE-25602
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Rob Stryker
> Fix For: 4.5.3.AM1
>
>
> The following problem was reported via the automated error reporting:
> Message: Unhandled event loop exception
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.openshift.core.connection.registry.RegistryProviderModel.getRegistryURL(RegistryProviderModel.java:37)
> at org.jboss.tools.openshift.internal.ui.wizard.connection.AdvancedConnectionEditor.discoverRegistryPressed(AdvancedConnectionEditor.java:302)
> at org.jboss.tools.openshift.internal.ui.wizard.connection.AdvancedConnectionEditor.access$2(AdvancedConnectionEditor.java:300)
> at org.jboss.tools.openshift.internal.ui.wizard.connection.AdvancedConnectionEditor$1$1.widgetSelected(AdvancedConnectionEditor.java:128)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> {noformat}
> Bundles:
> | org.eclipse.swt | 3.106.0.v20170608-0516 | 3.106.1.v20170926-0519 |
> | org.jboss.tools.openshift.core | 3.4.1.v20171025-1008 | 3.4.2.v20171115-1821 |
> | org.jboss.tools.openshift.ui | 3.4.1.v20171025-1219 | 3.4.2.v20171115-1650 |
> Operating Systems:
> | Linux | 4.10.0 | 4.10.0 |
> | MacOSX | 10.13.1 | 10.13.2 |
> | Windows | 6.2.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a2a4339e4b037...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25609) Properties: certain tabs are missing icons
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25609?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-25609:
-------------------------------
Fix Version/s: 4.5.3.AM1
(was: 4.5.x)
> Properties: certain tabs are missing icons
> ------------------------------------------
>
> Key: JBIDE-25609
> URL: https://issues.jboss.org/browse/JBIDE-25609
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Andre Dietisheim
> Priority: Minor
> Labels: properties
> Fix For: 4.5.x
>
> Attachments: image-2018-01-23-10-16-06-140.png, image-2018-01-23-10-17-20-304.png, screenshot-2.png
>
>
> The tabs in the properties view for OpenShift feature an icon and an explanatory label.
> !screenshot-2.png!
> Some of the tabs are missing their icon:
> * Build Configs
> !image-2018-01-23-10-16-06-140.png!
> (icon exists in org.jboss.tools.openshift.ui/icons: !image-2018-01-23-10-17-20-304.png!)
> * Deployments (icon missing?)
> * Deployment Configs (icon missing?)
> * Events (icon missing?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25609) Properties: certain tabs are missing icons
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25609?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-25609:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.3.AM1)
> Properties: certain tabs are missing icons
> ------------------------------------------
>
> Key: JBIDE-25609
> URL: https://issues.jboss.org/browse/JBIDE-25609
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Andre Dietisheim
> Priority: Minor
> Labels: properties
> Fix For: 4.5.x
>
> Attachments: image-2018-01-23-10-16-06-140.png, image-2018-01-23-10-17-20-304.png, screenshot-2.png
>
>
> The tabs in the properties view for OpenShift feature an icon and an explanatory label.
> !screenshot-2.png!
> Some of the tabs are missing their icon:
> * Build Configs
> !image-2018-01-23-10-16-06-140.png!
> (icon exists in org.jboss.tools.openshift.ui/icons: !image-2018-01-23-10-17-20-304.png!)
> * Deployments (icon missing?)
> * Deployment Configs (icon missing?)
> * Events (icon missing?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25603) IOException below OCBinaryVersionValidator.getVersion (thrown in UNIXProcess.forkAndExec)
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25603?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-25603:
-------------------------------
Fix Version/s: 4.5.3.AM1
(was: 4.5.x)
> IOException below OCBinaryVersionValidator.getVersion (thrown in UNIXProcess.forkAndExec)
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-25603
> URL: https://issues.jboss.org/browse/JBIDE-25603
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Rob Stryker
> Fix For: 4.5.3.AM1
>
>
> The following problem was reported via the automated error reporting:
> Message: Cannot run program "/": error=13, Permission denied
> {noformat}
> java.io.IOException: error=13, Permission denied
> at java.lang.UNIXProcess.forkAndExec(UNIXProcess.java:-2)
> at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
> at java.lang.ProcessImpl.start(ProcessImpl.java:134)
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
> at org.jboss.tools.openshift.internal.core.preferences.OCBinaryVersionValidator.getVersion(OCBinaryVersionValidator.java:77)
> at org.jboss.tools.openshift.internal.ui.wizard.connection.AdvancedConnectionEditor$OCVersionUIJob.run(AdvancedConnectionEditor.java:244)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> {noformat}
> Bundles:
> | org.eclipse.core.jobs | 3.9.0.v20170322-0013 | 3.9.1.v20170714-0547 |
> | org.jboss.tools.openshift.core | 3.4.0.v20170731-2244 | 3.4.1.v20171025-1008 |
> | org.jboss.tools.openshift.ui | 3.4.0.v20170802-1433 | 3.4.1.v20171025-1219 |
> Operating Systems:
> | Linux | 4.11.11.fc26 | 4.11.11.fc26 |
> | MacOSX | 10.13.2 | 10.13.2 |
> The above information is a snapshot of the collected data. Visit [this page|https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59885106e4b007...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25603) IOException below OCBinaryVersionValidator.getVersion (thrown in UNIXProcess.forkAndExec)
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25603?page=com.atlassian.jira.plugi... ]
Jeff MAURY reassigned JBIDE-25603:
----------------------------------
Assignee: Rob Stryker
> IOException below OCBinaryVersionValidator.getVersion (thrown in UNIXProcess.forkAndExec)
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-25603
> URL: https://issues.jboss.org/browse/JBIDE-25603
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Rob Stryker
> Fix For: 4.5.x
>
>
> The following problem was reported via the automated error reporting:
> Message: Cannot run program "/": error=13, Permission denied
> {noformat}
> java.io.IOException: error=13, Permission denied
> at java.lang.UNIXProcess.forkAndExec(UNIXProcess.java:-2)
> at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
> at java.lang.ProcessImpl.start(ProcessImpl.java:134)
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
> at org.jboss.tools.openshift.internal.core.preferences.OCBinaryVersionValidator.getVersion(OCBinaryVersionValidator.java:77)
> at org.jboss.tools.openshift.internal.ui.wizard.connection.AdvancedConnectionEditor$OCVersionUIJob.run(AdvancedConnectionEditor.java:244)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> {noformat}
> Bundles:
> | org.eclipse.core.jobs | 3.9.0.v20170322-0013 | 3.9.1.v20170714-0547 |
> | org.jboss.tools.openshift.core | 3.4.0.v20170731-2244 | 3.4.1.v20171025-1008 |
> | org.jboss.tools.openshift.ui | 3.4.0.v20170802-1433 | 3.4.1.v20171025-1219 |
> Operating Systems:
> | Linux | 4.11.11.fc26 | 4.11.11.fc26 |
> | MacOSX | 10.13.2 | 10.13.2 |
> The above information is a snapshot of the collected data. Visit [this page|https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59885106e4b007...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months