[JBoss JIRA] (JBIDE-21563) [regression] Explorer: Connection or (multiple) application deletion does not work anymore
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21563?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21563:
------------------------------------------
[~fbricon] is there are respin in the pipeline?
> [regression] Explorer: Connection or (multiple) application deletion does not work anymore
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-21563
> URL: https://issues.jboss.org/browse/JBIDE-21563
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Labels: explorer, openshift_v2, respin-a
> Fix For: 4.3.1.Beta2, 4.3.1.CR1
>
>
> Previously it was possible to select multiple OpenShift 2 applications and delete them at once via context menu Delete application(s).... Currently there is no such context menu anymore and it is a pain to delete several applications one by one.
> Added by Slava: In my environment, Delete for objects of OpenShift 2 does not work at all (menu is shown, but nothing happens). It seems the cause is a slip in plugin.xml for Openshift 3, handler org.jboss.tools.openshift.internal.ui.handler.DeleteResourceHandler declared activeWhen with <or> (count==1 _or_ instanceof IResource). So, formally having a lot of restrictions but passing them, this handler imposes itself on all selections. Though, it is possible that the bug reveals not in all environments.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21580) TernError: No type found at the given position when invoking Open On for taglib definition
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-21580:
-----------------------------------
Summary: TernError: No type found at the given position when invoking Open On for taglib definition
Key: JBIDE-21580
URL: https://issues.jboss.org/browse/JBIDE-21580
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html-source-editing
Affects Versions: 4.3.1.Beta2
Environment: JBDS 9.1.0.Beta2-v20160122-0528-B256 + Mobile Tooling + AngularJS
Oracle Java 1.8
Fedora 22 64 bit
Reporter: Vlado Pakan
Priority: Critical
1. Create JSF 1.2 project
2. Open inputUserName.jsp in VPE
3. Hover over <%@ taglib uri="http://java.sun.com/jsf/core"
4. Press Ctrl
ERROR:
{noformat}
tern.TernException: TernError: No type found at the given position.
at tern.server.DefaultResponseHandler.getData(DefaultResponseHandler.java:45)
at tern.server.protocol.TernResultsProcessorsFactory.makeRequestAndProcess(TernResultsProcessorsFactory.java:43)
at tern.eclipse.ide.internal.core.resources.IDETernServerAsyncReqProcessor.run(IDETernServerAsyncReqProcessor.java:104)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: tern.TernException: TernError: No type found at the given position.
at tern.server.nodejs.NodejsTernHelper.makeRequest(NodejsTernHelper.java:86)
at tern.server.nodejs.NodejsTernServer.makeRequest(NodejsTernServer.java:163)
at tern.server.nodejs.NodejsTernServer.request(NodejsTernServer.java:127)
at tern.server.protocol.TernResultsProcessorsFactory.makeRequestAndProcess(TernResultsProcessorsFactory.java:42)
... 2 more
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21579) Not able to delete service within the latest JBT
by Xia Zhao (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21579?page=com.atlassian.jira.plugi... ]
Xia Zhao updated JBIDE-21579:
-----------------------------
Description: The menuitem 'Delete Resource' disappeared on context menu of the services inside recent JBT (was: No error message pop up when attempt to port-forward to a port in use in Jboss Developer Studio. This issue does not repro in Eclipse on Mac OS.)
> Not able to delete service within the latest JBT
> ------------------------------------------------
>
> Key: JBIDE-21579
> URL: https://issues.jboss.org/browse/JBIDE-21579
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Environment: OpenShift 3 Tools: 3.1.0.Beta2-v20160122-0251-B156
> Reporter: Xia Zhao
> Labels: openshift_v3
>
> The menuitem 'Delete Resource' disappeared on context menu of the services inside recent JBT
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21579) Not able to delete service within the latest JBT
by Xia Zhao (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21579?page=com.atlassian.jira.plugi... ]
Xia Zhao updated JBIDE-21579:
-----------------------------
Steps to Reproduce:
Steps to Reproduce:
1. Login openshift with JBT
2. Go into a project
3. Right click on a service
Actual Result:
Not able to delete service
Expected Result:
Should be able to delete service
Additional info:
This is a regression introduced by the new changes on JBT property view
was:
1. Prepare 2 applications which will deliver different HTML outputs on a same port 8080. Say pod1 in project1 will reurn string "I'm A" if you curl http://127.0.0.1/8080 after a successful port-forward operation, and pod2 in project2 will reutrn string "I'm B" if you curl http://127.0.0.1/8080 after a successful port-forward operation. (Let me know if you need the detailed application json files for these 2 projects)
2. Deploy these 2 applications sepereately into project1 and project2 of openshift
3. Login openshift with JBT (I used Jboss Developer Studio on Mac OS)
4. Inside JBT, go to project1, right click on pod1 (when this pod is running healty), port-forward it to local port 8080 --> This is used to make local 8080 port is now in use
5. curl http://127.0.0.1/8080, should return string "I'm A" in the result HTML file
6. If you go back to JBT, close the port-forward window in step #4, and revisit it , should still see from UI that port forwarding is in process
7. Now go to project2, right click on pod2 (when this pod is running healty), port-forward it to local port 8080 --> This should not be success since port 8080 is already in use, but no error message is popped up, and the Port Forward wizard pretended to be succeeded.
8. Close the port-forward window in step7, and revisit it for the 2nd time now, we can see from the UI that port forwarding is ended.
9. curl http://127.0.0.1/8080, still return string "I'm A" in the result HTML file, this means the port forward in step4 is still taking effect, and the attempt in step 6 had failed, this is the expected result here.
> Not able to delete service within the latest JBT
> ------------------------------------------------
>
> Key: JBIDE-21579
> URL: https://issues.jboss.org/browse/JBIDE-21579
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Environment: OpenShift 3 Tools: 3.1.0.Beta2-v20160122-0251-B156
> Reporter: Xia Zhao
> Labels: openshift_v3
>
> The menuitem 'Delete Resource' disappeared on context menu of the services inside recent JBT
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21579) Not able to delete service within the latest JBT
by Xia Zhao (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21579?page=com.atlassian.jira.plugi... ]
Xia Zhao updated JBIDE-21579:
-----------------------------
Environment:
* OpenShift 3 Tools: 3.1.0.Beta2-v20160122-0251-B156
was:
OpenShift 3 Tools: 3.1.0.Beta2-v20160122-0251-B156
OS: Fedora 22
> Not able to delete service within the latest JBT
> ------------------------------------------------
>
> Key: JBIDE-21579
> URL: https://issues.jboss.org/browse/JBIDE-21579
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Environment: * OpenShift 3 Tools: 3.1.0.Beta2-v20160122-0251-B156
> Reporter: Xia Zhao
> Labels: openshift_v3
>
> No error message pop up when attempt to port-forward to a port in use in Jboss Developer Studio. This issue does not repro in Eclipse on Mac OS.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21579) Not able to delete service within the latest JBT
by Xia Zhao (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21579?page=com.atlassian.jira.plugi... ]
Xia Zhao updated JBIDE-21579:
-----------------------------
Environment:
OpenShift 3 Tools: 3.1.0.Beta2-v20160122-0251-B156
OS: Fedora 22
was:
OpenShift 3 Tools: 3.1.0.Beta2-v20160122-0251-B156
OS: Fedora 17 & MAC OS 10
> Not able to delete service within the latest JBT
> ------------------------------------------------
>
> Key: JBIDE-21579
> URL: https://issues.jboss.org/browse/JBIDE-21579
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Environment: OpenShift 3 Tools: 3.1.0.Beta2-v20160122-0251-B156
> OS: Fedora 22
> Reporter: Xia Zhao
> Labels: openshift_v3
>
> No error message pop up when attempt to port-forward to a port in use in Jboss Developer Studio. This issue does not repro in Eclipse on Mac OS.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months