[JBoss JIRA] (JBIDE-21756) Watch client errors with unknown enum type: ChangeType.ERROR
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-21756:
----------------------------------------
Summary: Watch client errors with unknown enum type: ChangeType.ERROR
Key: JBIDE-21756
URL: https://issues.jboss.org/browse/JBIDE-21756
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Andre Dietisheim
Assignee: Jeff Cantrill
Fix For: 4.3.1.CR1
I dont have a consistent pattern for this so far. It happened when I created a new application from eap-basic-http-s2i template and tried to create a server adapter for it. It didnt happen in my 1st attempt, it only happend on the 2nd and not on any further attempt. Those other attemps errored with a 404 when the wizard tried to get the image stream tags.
The exact stacktrace (which was repeated n-times in the Eclipse logs) is:
{code}
2016-02-24 17:05:14.767:WARN:coir.WatchClient$WatchEndpoint:WebSocketClient@1099857077-11028: Unhandled Error (closing connection)
java.lang.IllegalArgumentException: No enum constant com.openshift.restclient.IOpenShiftWatchListener.ChangeType.ERROR
at java.lang.Enum.valueOf(Enum.java:238)
at com.openshift.restclient.IOpenShiftWatchListener$ChangeType.valueOf(IOpenShiftWatchListener.java:45)
at com.openshift.internal.restclient.WatchClient$WatchEndpoint.onWebSocketText(WatchClient.java:102)
at org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextMessage(JettyListenerEventDriver.java:128)
at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69)
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:64)
at org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextFrame(JettyListenerEventDriver.java:122)
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:160)
at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:309)
at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:214)
at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:220)
at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:258)
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.readParse(AbstractWebSocketConnection.java:628)
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:476)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.lang.Thread.run(Thread.java:745)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21714) ClassCastException in JBossCentralDropTarget$1.getUrlFromEvent(JBossCentralDropTarget.java:124) when dropping an external file into Editor site
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21714?page=com.atlassian.jira.plugi... ]
Radim Hopp commented on JBIDE-21714:
------------------------------------
[~aurelien.pupier] What OS are you using? I wasn't able to reproduce this issue on F23 and Win7 with JBDS 9.1.0.Beta2 build.
> ClassCastException in JBossCentralDropTarget$1.getUrlFromEvent(JBossCentralDropTarget.java:124) when dropping an external file into Editor site
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21714
> URL: https://issues.jboss.org/browse/JBIDE-21714
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.3.0.Final
> Reporter: Aurélien Pupier
> Assignee: Fred Bricon
> Priority: Minor
> Fix For: 4.3.1.CR1
>
> Attachments: dndSTack.png
>
>
> 1. DnD an external file onto JBDS Editor site
> {noformat}
> !ENTRY org.eclipse.ui 4 0 2016-02-18 10:50:09.183
> !MESSAGE Unhandled event loop exception
> !STACK 0
> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String
> at org.jboss.tools.central.internal.dnd.JBossCentralDropTarget$1.getUrlFromEvent(JBossCentralDropTarget.java:124)
> at org.jboss.tools.central.internal.dnd.JBossCentralDropTarget$1.drop(JBossCentralDropTarget.java:90)
> at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:91)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4362)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1113)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1137)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1122)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:788)
> at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:456)
> at org.eclipse.swt.dnd.DropTarget.Drop_64(DropTarget.java:392)
> at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:260)
> at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119)
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3767)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21732) Server Adapter: Improve routing selection group in New OpenShift Server adapter wizard
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21732?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21732:
------------------------------------------
[~xcoulon] suggested the following which I like a lot:
{quote}
1. group name 'Route'.
2. Checkbox 'Prompt when routes are multiple' - disables combo as in other similar tools.
3. Combo label 'Use Route'.'
{quote}
> Server Adapter: Improve routing selection group in New OpenShift Server adapter wizard
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-21732
> URL: https://issues.jboss.org/browse/JBIDE-21732
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Labels: openshift_v3, server_adapter
> Attachments: default_route_os3.gliffy, use-default-git-clone-destination.png
>
>
> Currently there is a group called "Default Route" and there is a selection of a routing and checkbox for it. See attached diagram for proposed layout.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21755) "Eager-er" loading of the project properties
by Xavier Coulon (JIRA)
Xavier Coulon created JBIDE-21755:
-------------------------------------
Summary: "Eager-er" loading of the project properties
Key: JBIDE-21755
URL: https://issues.jboss.org/browse/JBIDE-21755
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Xavier Coulon
Once I logged in the OpenShift Explorer, if I expand the connection and select my project, all tables on the tabbed properties view are empty. I need to expand the project in the OpenShift Explorer view to trigger a loading which then allows for displaying the data in the properties view. This is somehow confusing because the user may think that the OpenShift project is empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21754) Server adapter wizard: "Eclipse project" and "Source path" fields are redundant
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21754?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21754:
-------------------------------------
Summary: Server adapter wizard: "Eclipse project" and "Source path" fields are redundant (was: "Eclipse project" and "Source path" fields are redundant on Server Adapter Wizard)
> Server adapter wizard: "Eclipse project" and "Source path" fields are redundant
> -------------------------------------------------------------------------------
>
> Key: JBIDE-21754
> URL: https://issues.jboss.org/browse/JBIDE-21754
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Xavier Coulon
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.3.1.CR1
>
>
> One of the Server Adapter wizard page prompts the user for an {{Eclipse project}} and a {{Source path}}, but that second field seems redundant and more confusing than anything. Could it be removed ?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month