[JBoss JIRA] (JBIDE-23724) Integration tests: move webservices integration tests to jbosstools/webservice repo
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23724?page=com.atlassian.jira.plugi... ]
Jan Richter edited comment on JBIDE-23724 at 2/10/17 4:45 AM:
--------------------------------------------------------------
Reopening since the actual ITests are still in the ITest repo. Only the org.jboss.tools.ws.reddeer plugin (a.k.a. test-framework) was moved until now. Please resolve once the corresponding PR gets merged.
was (Author: jrichter1):
Reopening since the actual ITests are still in the ITest repo. FYI only the org.jboss.tools.ws.reddeer plugin (a.k.a. test-framework) was moved.
> Integration tests: move webservices integration tests to jbosstools/webservice repo
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-23724
> URL: https://issues.jboss.org/browse/JBIDE-23724
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, webservices
> Affects Versions: 4.4.2.Final
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Labels: integration-test
> Fix For: 4.4.3.AM2
>
>
> we need to move jbosstools/webservices integration tests from their repo to the jbosstools/webservices tools repo
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-22075) Confusing error message when trying to attach remote debugger to OS app run in debug mode
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22075?page=com.atlassian.jira.plugi... ]
Jan Richter edited comment on JBIDE-22075 at 2/10/17 4:36 AM:
--------------------------------------------------------------
I just replicated this in the latest Devstudio (as in I got the exact same result as [~mlabuda]). So I guess in the current platform it can still happen.
was (Author: jrichter1):
I just replicated this in the latest Devstudio. So I guess in the current platform it can still happen.
> Confusing error message when trying to attach remote debugger to OS app run in debug mode
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-22075
> URL: https://issues.jboss.org/browse/JBIDE-22075
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: debugging, openshift_v3
> Fix For: 4.4.3.AM2
>
> Attachments: error-in-launching-remote-debugger.png, error-launching-remote-debugger.png, launch-debug-no-error.mov, remote-debugger-already-launched.png
>
>
> If you restart the server adapter in debug mode ("Restart in Debug" in the context menu to your server adapter) the remote debugger is launched automatically.
> If you're not aware of this and try to launch the remote debugger entry (that was created automatically), you will face an error telling you that it cannot connect (since there's already an instance sitting on the ports). It's not obvious to the dummy user, we should improve this error-message
> When I am trying to run remote debugging of an application on OpenShift I get following error
> !!error-in-launching-remote-debugger.png! !
> {code}
> Failed to connect to remote VM
> com.sun.jdi.connect.spi.ClosedConnectionException
> at org.eclipse.jdi.internal.connect.SocketTransportService.readHandshake(SocketTransportService.java:222)
> at org.eclipse.jdi.internal.connect.SocketTransportService.access$7(SocketTransportService.java:214)
> at org.eclipse.jdi.internal.connect.SocketTransportService$3.run(SocketTransportService.java:185)
> at java.lang.Thread.run(Thread.java:745)
> {code}
> *Steps to reproduce:*
> ASSERT: Have an OpenShift 3 application based on eap 6 template with server adapter and project in workspace.
> EXEC: Select "Restart in Debug" in context menu of server adapter.
> ASSERT: Server adapter is in state debugging ("[Debugging, Started]").
> EXEC: Click on Debug Remote debugger to 'server adapter name' workbench tool item to start debugging.
> RESULT: Error is shown.
> EXPECTED RESULT: The error message should tell you that there already is an instance running.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23638) Scaling: Sometimes incorrect version of RC leads to error when scaling
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23638?page=com.atlassian.jira.plugi... ]
Jan Richter closed JBIDE-23638.
-------------------------------
Closing as a dupe of JBIDE-23662.
> Scaling: Sometimes incorrect version of RC leads to error when scaling
> ----------------------------------------------------------------------
>
> Key: JBIDE-23638
> URL: https://issues.jboss.org/browse/JBIDE-23638
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.Final
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3
> Fix For: 4.4.3.AM2
>
>
> Sometimes when scaling an OpenShift 3 application several times, there is an error about failed PUT call. No jobs are running when triggering a scaling. Even though pods are shown correctly (right amount is shown) this error is shown:
> {code}
> com.openshift.restclient.OpenShiftException: Exception trying to PUT https://10.1.2.2:8443/api/v1/namespaces/test-project/replicationcontrolle... response code: 409 Operation cannot be fulfilled on replicationcontrollers "nodejs-example-1": the object has been modified; please apply your changes to the latest version and try again
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:114)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
> at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
> at okhttp3.RealCall.execute(RealCall.java:57)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:217)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:194)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:183)
> at com.openshift.internal.restclient.DefaultClient.update(DefaultClient.java:275)
> at org.jboss.tools.openshift.core.connection.Connection.updateResource(Connection.java:451)
> at org.jboss.tools.openshift.internal.ui.handler.ScaleDeploymentHandler$2.run(ScaleDeploymentHandler.java:155)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23783) Server adapter editor: Project settings composite is badly layouted
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23783?page=com.atlassian.jira.plugi... ]
Jan Richter edited comment on JBIDE-23783 at 2/10/17 4:13 AM:
--------------------------------------------------------------
Most of the new layout works fine, however the combos still seem to misbehave (on Fedora at least) - overlapping the labels, leftovers from previous sizes, redrawing only when the view is resized when open.
[ !adapter.png|thumbnail! ]
This can happen to both project and connection combos.
was (Author: jrichter1):
Most of the new layout works fine, however the combos still seem to misbehave (on Fedora at least) - overlapping the labels, leftovers from previous sizes, redrawing only when the view is resized when open.
> Server adapter editor: Project settings composite is badly layouted
> -------------------------------------------------------------------
>
> Key: JBIDE-23783
> URL: https://issues.jboss.org/browse/JBIDE-23783
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_editor
> Fix For: 4.4.3.AM2
>
> Attachments: adapter.png, corrected-project-settings-composite.png, project-settings-composite.png, resized-project-settings-composite.png
>
>
> steps to reproduce:
> # ASSERT: make sure that you have a server adapter defined
> # EXEC: open up the editor for your server adapter
> Result:
> The project settings composite is badly layouted, especially the right border boundaries are not even:
> !project-settings-composite.png!
> # EXEC: maximise the editor
> Result:
> The "Eclipse Project:" combo does not fill all the available space. At times you also see this combo jumping in horizontal size. At times it's even smearing across redraws, there are leftovers of prior sizes.
> !resized-project-settings-composite.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23783) Server adapter editor: Project settings composite is badly layouted
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23783?page=com.atlassian.jira.plugi... ]
Jan Richter edited comment on JBIDE-23783 at 2/10/17 4:13 AM:
--------------------------------------------------------------
Most of the new layout works fine, however the combos still seem to misbehave (on Fedora at least) - overlapping the labels, leftovers from previous sizes, redrawing only when the view is resized when open.
!adapter.png|thumbnail!
This can happen to both project and connection combos.
was (Author: jrichter1):
Most of the new layout works fine, however the combos still seem to misbehave (on Fedora at least) - overlapping the labels, leftovers from previous sizes, redrawing only when the view is resized when open.
[ !adapter.png|thumbnail! ]
This can happen to both project and connection combos.
> Server adapter editor: Project settings composite is badly layouted
> -------------------------------------------------------------------
>
> Key: JBIDE-23783
> URL: https://issues.jboss.org/browse/JBIDE-23783
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_editor
> Fix For: 4.4.3.AM2
>
> Attachments: adapter.png, corrected-project-settings-composite.png, project-settings-composite.png, resized-project-settings-composite.png
>
>
> steps to reproduce:
> # ASSERT: make sure that you have a server adapter defined
> # EXEC: open up the editor for your server adapter
> Result:
> The project settings composite is badly layouted, especially the right border boundaries are not even:
> !project-settings-composite.png!
> # EXEC: maximise the editor
> Result:
> The "Eclipse Project:" combo does not fill all the available space. At times you also see this combo jumping in horizontal size. At times it's even smearing across redraws, there are leftovers of prior sizes.
> !resized-project-settings-composite.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23783) Server adapter editor: Project settings composite is badly layouted
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23783?page=com.atlassian.jira.plugi... ]
Jan Richter updated JBIDE-23783:
--------------------------------
Attachment: adapter.png
> Server adapter editor: Project settings composite is badly layouted
> -------------------------------------------------------------------
>
> Key: JBIDE-23783
> URL: https://issues.jboss.org/browse/JBIDE-23783
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_editor
> Fix For: 4.4.3.AM2
>
> Attachments: adapter.png, corrected-project-settings-composite.png, project-settings-composite.png, resized-project-settings-composite.png
>
>
> steps to reproduce:
> # ASSERT: make sure that you have a server adapter defined
> # EXEC: open up the editor for your server adapter
> Result:
> The project settings composite is badly layouted, especially the right border boundaries are not even:
> !project-settings-composite.png!
> # EXEC: maximise the editor
> Result:
> The "Eclipse Project:" combo does not fill all the available space. At times you also see this combo jumping in horizontal size. At times it's even smearing across redraws, there are leftovers of prior sizes.
> !resized-project-settings-composite.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23890) Application Wizard: Finish is enabled after selecting a builder image, clicking next and then back
by Jan Richter (JIRA)
Jan Richter created JBIDE-23890:
-----------------------------------
Summary: Application Wizard: Finish is enabled after selecting a builder image, clicking next and then back
Key: JBIDE-23890
URL: https://issues.jboss.org/browse/JBIDE-23890
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.3.AM2
Reporter: Jan Richter
When creating a new application from a builder image, clicking 'next' and then going back again will leave the finish button enabled.
Moreover it will store the image that was selected when next button was clicked so if the user selects a new image and clicks finish, it will still use the original image.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-22816) Create application from image (or builder) may lead to update being detected
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22816?page=com.atlassian.jira.plugi... ]
Jan Richter closed JBIDE-22816.
-------------------------------
Closing as I was unable to reproduce.
> Create application from image (or builder) may lead to update being detected
> ----------------------------------------------------------------------------
>
> Key: JBIDE-22816
> URL: https://issues.jboss.org/browse/JBIDE-22816
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.AM2
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.3.AM1
>
>
> When creating a new application from image or builder, an update may be detected and no resources being created. The pb is that the model is set to the Openshift project and asynchronously updated the get the list of projects that will set the Openshift project to the first thus misleading the rest of the processing
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month