[JBoss JIRA] (JBIDE-20511) Project item is visible after its deletion via Delete Project context menu
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20511?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-20511:
---------------------------------------
JBIDE-20298 related:
Dialog Manage Projects opened via context menu of a connection works as expected - it is fixed.
Dialog Manage Projects opened via context menu of a project leaves tree item of the project (related to this issue)
Context menu Delete Project opened via project item leaves tree item of the project (this issue).
> Project item is visible after its deletion via Delete Project context menu
> --------------------------------------------------------------------------
>
> Key: JBIDE-20511
> URL: https://issues.jboss.org/browse/JBIDE-20511
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Marián Labuda
>
> When I delete a project via context menu "Delete Project" on the project, it is still visible in OpenShift Explorer view.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20511) Project item is visible after its deletion via Delete Project context menu
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20511?page=com.atlassian.jira.plugi... ]
Marián Labuda edited comment on JBIDE-20511 at 8/26/15 10:19 AM:
-----------------------------------------------------------------
I reported it from latest nightly build (JBoss OpenShift v3 Tools 3.0.0.CR1-v20150826-1035-B980 org.jboss.tools.openshift.feature.feature.group).
Fedora 22 and GTK3
JBIDE-20298 fixes issue with deletion via Manage Projects dialog, but not via direct deletion via context menu.
was (Author: mlabuda):
I reported it from latest nightly build (JBoss OpenShift v3 Tools 3.0.0.CR1-v20150826-1035-B980 org.jboss.tools.openshift.feature.feature.group).
Fedora 22 and GTK3
> Project item is visible after its deletion via Delete Project context menu
> --------------------------------------------------------------------------
>
> Key: JBIDE-20511
> URL: https://issues.jboss.org/browse/JBIDE-20511
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Marián Labuda
>
> When I delete a project via context menu "Delete Project" on the project, it is still visible in OpenShift Explorer view.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20397) [origin_intservice_59]Port forwarding wizard: can "Start All" even though local port is already used (by other process)
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20397?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-20397:
---------------------------------------
I'm lowering to minor given our time constraints. The fix probably should be:
# Warning message advising the user the port was taken
# The console should also reflect this information, at a minimum it should say its 'stopped' or something like that
> [origin_intservice_59]Port forwarding wizard: can "Start All" even though local port is already used (by other process)
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20397
> URL: https://issues.jboss.org/browse/JBIDE-20397
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Environment: 3.0.0.CR1-v20150728-1708-B905
> Reporter: Chunyun Chen
> Assignee: Jeff Cantrill
> Priority: Minor
> Labels: application_wizard, openshift_v3, port_forwarding_wizard
> Fix For: 4.3.0.CR1
>
>
> Port forward successfully even if the relevant local port is used by other process.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20514) cannot delete project
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20514?page=com.atlassian.jira.plugi... ]
Marián Labuda edited comment on JBIDE-20514 at 8/26/15 6:29 AM:
----------------------------------------------------------------
command is
{panel}
oc delete project projectname
{panel}
this will delete only the project with specified name
was (Author: mlabuda):
command is
oc delete project projectname
> cannot delete project
> ---------------------
>
> Key: JBIDE-20514
> URL: https://issues.jboss.org/browse/JBIDE-20514
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.3.0.CR1
>
>
> Since there is no way to delete an "app" but only a project I wanted to Delete project to clean up/shutdown my test instances.
> When trying to delete a project then I got this error:
> {code}
> com.openshift.restclient.OpenShiftException: Could not delete resource test2: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "the server could not find the requested resource",
> "reason": "NotFound",
> "details": {},
> "code": 404
> }
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:436)
> at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:251)
> at org.jboss.tools.openshift.core.connection.Connection.deleteResource(Connection.java:400)
> at org.jboss.tools.openshift.internal.ui.job.DeleteResourceJob.doRun(DeleteResourceJob.java:47)
> at org.jboss.tools.openshift.internal.ui.job.OpenShiftJobs$1.doRun(OpenShiftJobs.java:48)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.openshift.internal.restclient.http.NotFoundException: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "the server could not find the requested resource",
> "reason": "NotFound",
> "details": {},
> "code": 404
> }
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.delete(UrlConnectionHttpClient.java:118)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.delete(UrlConnectionHttpClient.java:124)
> at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:247)
> ... 5 more
> Caused by: java.io.FileNotFoundException: https://console.qe.openshift.com/oapi/v1/namespaces/test2/projects/test2
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
> ... 9 more
> {code}
> No info on how much if anything was actually managed to be deleted.
> Deleting individual resources works, except I can't delete the Pod nor Services. No info/error given, they just pop up back again.
> so I can't see a way for users actually stopping/replacing their created applications ;/
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months