[JBoss JIRA] (JBIDE-26878) Improve validation of CRC Binary and Pull Secret File in CRC Server Wizard and Editor
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-26878?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-26878:
-------------------------------
Fix Version/s: 4.15.0.Final
(was: 4.15.0.AM1)
> Improve validation of CRC Binary and Pull Secret File in CRC Server Wizard and Editor
> -------------------------------------------------------------------------------------
>
> Key: JBIDE-26878
> URL: https://issues.redhat.com/browse/JBIDE-26878
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: cdk
> Affects Versions: 4.13.0.Final
> Reporter: Ondrej Dockal
> Assignee: Rob Stryker
> Priority: Major
> Fix For: 4.15.x, 4.15.0.Final
>
>
> I can image improved validation of Pull secret file that is available in CRC Server wizard and Server Editor.
> Missing validation of CRC Binary:
> * Please select a valid CRC Binary, which would check that file is really a crc binary - we used similar validation for minishift where (I f I recall it right) we checked in process the output from `minishift version` or `minishift status` command. Something similar I can imagine to be used for crc. Since `crc status` could return different outputs, version seems to be better option. I would agree to postpone this validation once the crc is GA. then please ignore this and create new jira issue. Thanks!
> I can imagine all of those validation in action for pull secret path input:
> * Path does not exist
> * Is not a file
> * Is not executable (user cannot read the file)
> * Is not a valid Pull secret file (probably check for if file's content is a valid json and/or we can probably validate if json's first object is "auths"? This would be nice, but simple json validation seems fine)
> I believe that last three points could be validated at once by reading the file's content and creating valid json object, or else showing the error that given path is no valid a secret file. It's up implementation, right?
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (JBIDE-26887) Install containers tools on slaves
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-26887?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-26887:
-------------------------------
Fix Version/s: 4.15.0.Final
(was: 4.15.0.AM1)
> Install containers tools on slaves
> ----------------------------------
>
> Key: JBIDE-26887
> URL: https://issues.redhat.com/browse/JBIDE-26887
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: integration-tests, qa
> Affects Versions: 4.13.0.AM1
> Reporter: Zbyněk Červinka
> Assignee: Josef Kopriva
> Priority: Major
> Fix For: 4.15.0.Final
>
>
> *Info:*
> When provisioning scripts are running with labels "jbds docker" to provision RHEL 8+, the script automatically install podman instead docker (see the *label/rhel/docker.sh*). BUT THE SCRIPT IS STILL FAILING - IT NEEDS TO BE INVESTIGATED AND FIXED.
> *See the log with assert from Jenkins:*
> {code:java}
> [branch_rhel8-1-x64-jbds] Writing manifest to image destination
> [branch_rhel8-1-x64-jbds] Storing signatures
> [branch_rhel8-1-x64-jbds] 7b96db9590a8f5184871203f02f05e0160390edb1facd1bcf199e270815d037c
> [branch_rhel8-1-x64-jbds] Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
> [branch_rhel8-1-x64-jbds] 7b96db9590a8f5184871203f02f05e0160390edb1facd1bcf199e270815d037c
> [branch_rhel8-1-x64-jbds] test_talk_to_the_outer_world
> [branch_rhel8-1-x64-jbds] Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
> [branch_rhel8-1-x64-jbds] ASSERT:Unable to ping remote hosts from container: PING 10.38.5.26 (10.38.5.26) 56(84) bytes of data.
> [branch_rhel8-1-x64-jbds]
> [branch_rhel8-1-x64-jbds] --- 10.38.5.26 ping statistics ---
> [branch_rhel8-1-x64-jbds] 1 packets transmitted, 0 received, 100% packet loss, time 0ms
> [branch_rhel8-1-x64-jbds] Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
> [branch_rhel8-1-x64-jbds] c2c03a296d2329a4f3ab72a7bf38b78a8a80108204d326b0139d6af700e152d1
> [branch_rhel8-1-x64-jbds]
> [branch_rhel8-1-x64-jbds] Ran 4 tests.
> [branch_rhel8-1-x64-jbds]
> [branch_rhel8-1-x64-jbds] FAILED (failures=1)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (JBIDE-27002) Quarkus Wizard: Extension selection scrolling is buggy
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-27002?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-27002:
-------------------------------
Fix Version/s: 4.15.0.Final
(was: 4.15.0.AM1)
> Quarkus Wizard: Extension selection scrolling is buggy
> ------------------------------------------------------
>
> Key: JBIDE-27002
> URL: https://issues.redhat.com/browse/JBIDE-27002
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Affects Versions: 4.14.0.AM1
> Reporter: Josef Kopriva
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.15.0.Final
>
> Attachments: image-2020-01-15-14-52-13-604.png, image-2020-01-15-14-56-59-329.png
>
>
> This is follow up of JBIDE-26985:
> * Scrolling does not work, when you resize the window:
> !image-2020-01-15-14-52-13-604.png|thumbnail!
> * On Mac(and probably other systems) there are some non working scrollbars:
> !image-2020-01-15-14-56-59-329.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (JBIDE-27026) Adjust Job DSL defined QE Jobs to be operational on RHEV Jenkins CSB Master
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-27026?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-27026:
-------------------------------
Fix Version/s: 4.15.0.Final
(was: 4.15.0.AM1)
> Adjust Job DSL defined QE Jobs to be operational on RHEV Jenkins CSB Master
> ---------------------------------------------------------------------------
>
> Key: JBIDE-27026
> URL: https://issues.redhat.com/browse/JBIDE-27026
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: integration-tests, qa
> Affects Versions: 4.14.0.Final
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Major
> Fix For: 4.15.0.Final
>
>
> Please, update Job DSL defined QE jobs to be aligned with Jenkins CSB Master on RHEV. Especially testing matrices of OSes, other configuration tools - Java axes, Groovy or maven, credentials IDs, etc.
> Your jobs defined in job dsl have to run on RHEV Jenkins. Seed job can be found on dev-platform-jenkins -> DSL Jobs seed -> cci-config-seed, once you are done adjusting your jobs, you can test locally using CCI-JD and then using seed to get it into Jenkins master.
> Be aware that:
> * former jenkins labels for OSes and jdks were different from labels defined jenkins using jcasc -> It should be fixed, but you still need to check
> * You need to sync your credentials IDs (hardcoded in RHEV Jenkins could differ from jcasc defined)
> * Matrix combination filter should be updated to something like: {code}(label =~ "mac") && !(jdk =~ "open") || !(label =~ "mac") && (jdk =~ "jdk"){code}
> * [~jkopriva] is updating and extracting matrices (axes function in job dsl language) to be general and you just use constants of arrays for each axes, ie. OS = ['rhel', 'win'], JDK = ['java11', 'jdk-39']
> * After we have jobs running every component owner will disable former QE jobs and these will be erased in future
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (JBIDE-27023) JAXWS - Provider org.apache.axis2.jaxws.spi.Provider not found
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-27023?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-27023:
-------------------------------
Fix Version/s: 4.15.0.Final
(was: 4.15.0.AM1)
> JAXWS - Provider org.apache.axis2.jaxws.spi.Provider not found
> --------------------------------------------------------------
>
> Key: JBIDE-27023
> URL: https://issues.redhat.com/browse/JBIDE-27023
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.14.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Jeff MAURY
> Priority: Critical
> Fix For: 4.15.0.Final
>
>
> javax.xml.ws.spi.FactoryFinder$ConfigurationError: Provider org.apache.axis2.jaxws.spi.Provider not found
> {code}
> !ENTRY org.eclipse.core.jobs 4 2 2020-01-28 18:43:13.650
> !MESSAGE An internal error occurred during: "NLS missing message: JAXRSWSTestView_Invoking_WS_Status in: org.jboss.tools.ws.ui.messages.JBossWSUI".
> !STACK 0
> javax.xml.ws.spi.FactoryFinder$ConfigurationError: Provider org.apache.axis2.jaxws.spi.Provider not found
> at javax.xml.ws.spi.FactoryFinder$2.run(FactoryFinder.java:135)
> at javax.xml.ws.spi.FactoryFinder.doPrivileged(FactoryFinder.java:264)
> at javax.xml.ws.spi.FactoryFinder.newInstance(FactoryFinder.java:123)
> at javax.xml.ws.spi.FactoryFinder.access$2(FactoryFinder.java:112)
> at javax.xml.ws.spi.FactoryFinder$3.run(FactoryFinder.java:255)
> at javax.xml.ws.spi.FactoryFinder.doPrivileged(FactoryFinder.java:264)
> at javax.xml.ws.spi.FactoryFinder.find(FactoryFinder.java:166)
> at javax.xml.ws.spi.Provider.provider(Provider.java:39)
> at javax.xml.ws.Service.<init>(Service.java:36)
> at javax.xml.ws.Service.create(Service.java:116)
> at org.jboss.tools.ws.jaxws.ui.tester.JAXWSTester2.doTest(JAXWSTester2.java:143)
> at org.jboss.tools.ws.jaxws.ui.view.JAXWSType.handleWSTest(JAXWSType.java:113)
> at org.jboss.tools.ws.ui.views.WebServicesTestView$16.run(WebServicesTestView.java:697)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years