[JBoss JIRA] (JBIDE-25834) CDK Server adapter wizard: correct layout to be more consistent
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25834?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-25834:
-------------------------------------
I secretly (and publicly) hate you.
> CDK Server adapter wizard: correct layout to be more consistent
> ---------------------------------------------------------------
>
> Key: JBIDE-25834
> URL: https://issues.jboss.org/browse/JBIDE-25834
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: cdk, openshift
> Affects Versions: 4.5.2.AM3
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Priority: Minor
> Labels: cdk_server_adapter_wizard, ux
> Fix For: 4.5.3.Final
>
> Attachments: image-2018-03-21-14-33-52-603.png
>
>
> * "Browse"-buttons are not aligned to anything else. They should span to the right border of the form
> * All buttons have disparate sizes, there's no consistency
> * "Download and install runtime..." should be starting at the left border of the form, because that's where you're looking at when looking at the form: you start on the left upper corner, look at each line starting on the left and going to the right.
> !image-2018-03-21-14-33-52-603.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-25835) Cannot download/install cdk-runtime
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25835?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-25835:
-------------------------------------
I believe this should be fixed yesterday. Let's have QE verify it.
[~mmalina] ?
> Cannot download/install cdk-runtime
> -----------------------------------
>
> Key: JBIDE-25835
> URL: https://issues.jboss.org/browse/JBIDE-25835
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift
> Affects Versions: 4.5.2.AM3
> Environment: MacOSX
> Win10
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Labels: download_runtimes_wizard
> Fix For: 4.5.3.Final
>
> Attachments: image-2018-03-21-15-13-35-753.png
>
>
> steps:
> # EXEC: Ctrl + 3 and provide "Runtime" into the filter field, choose *Download Runtimes*
> # EXEC: choose CDK v3.3.0, hit "Next"
> # ASSERT: credentials page shows up
> # EXEC: provide credentials, hit "Next"
> # ASSERT: license page shows up
> # EXEC: accept it, hit "Next"
> # ASSERT: "Download Runtime" page shows up
> # EXEC: confirm suggested values, hit "Finish"
> # ASSERT: download is triggered, is progressing.
> Result:
> Once the download is finished, an error shows up:
> !image-2018-03-21-15-13-35-753.png!
> If you verify the destination, you see that it's actually a file (while the dialog talks of a folder):
> {code}
> $ ls -l cdk-3.3.0-1-minishift-darwin-amd64
> -rwxr--r-- 1 adietish staff 461M Mar 21 14:52 cdk-3.3.0-1-minishift-darwin-amd64
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-25672) Server adapter: spring-boot-camel-xml adapter throws "null" error when starting (open.paas.redhat.com)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25672?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25672:
-------------------------------------
Fix Version/s: 4.5.3.Final
(was: 4.5.3.AM3)
> Server adapter: spring-boot-camel-xml adapter throws "null" error when starting (open.paas.redhat.com)
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25672
> URL: https://issues.jboss.org/browse/JBIDE-25672
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: server_adapter
> Fix For: 4.5.3.Final
>
> Attachments: image-2018-01-29-15-48-29-101.png
>
>
> # ASSERT: have a connection to open.paas.redhat.com
> # EXEC: create a new app based on the "s2i-spring-boot-camel-xml" template. Have the project imported to your workspace and the server adapter created
> # ASSERT: a server adapter "s2i-spring-boot-camel-xml" is created
> # EXEC: wait for the adapter to get "[started]"
> Result:
> After some waiting time the adapter throws the following error:
> !image-2018-01-29-15-48-29-101.png!
> In the Eclipse log you find the following:
> {code}
> !MESSAGE Could not launch server s2i-spring-boot-camel-xml (DeploymentConfig) at OpenShift 3 (open.paas.redhat.com)
> !STACK 0
> org.eclipse.core.runtime.AssertionFailedException: null argument:
> at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
> at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73)
> at org.jboss.tools.openshift.internal.core.server.debug.DebugContext.<init>(DebugContext.java:64)
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.createDebugContext(OpenShiftLaunchController.java:199)
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.launch(OpenShiftLaunchController.java:93)
> at org.jboss.ide.eclipse.as.wtp.core.server.launch.ControllableServerLaunchConfiguration.launch(ControllableServerLaunchConfiguration.java:52)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:731)
> at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3566)
> at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3502)
> at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:377)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-25613) Implement fixes into AS itests
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25613?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-25613:
----------------------------------
Fix Version/s: 4.5.x
> Implement fixes into AS itests
> --------------------------------
>
> Key: JBIDE-25613
> URL: https://issues.jboss.org/browse/JBIDE-25613
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: integration-tests, server
> Affects Versions: 4.5.2.Final
> Reporter: Ondrej Dockal
> Assignee: Josef Kopriva
> Priority: Critical
> Fix For: 4.5.x
>
>
> Server ui itests requires huge refactoring as there are missing parameters in pom.xml (runtimes.suite.scope), pretty old testsing configuration are used (jre6?), redudant static variables used for creating parametrized tests suite, etc...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months