Re: [geb-user] geb-example-gradle fail

2022-07-01 Thread Marcin Erdmann
To be frank I have no idea. This feels like a problem with the trusted
store or SSL implementation in the JDK you are using and has most likely
nothing to do with the example project you are trying to run. As an
workaround you could just download the file in the error, put it in the
project and reconfigure this property to point at it:
https://github.com/erdi/webdriver-binaries-gradle-plugin#configuring-download-urls
.

On Wed, Jun 29, 2022 at 10:46 PM Ed Young  wrote:

> Interesting. It just ran successfully, but when I tried to run it again it
> failed. If I wait, it will work again.
> Do I have to wait for a session to expire or something?
>
>
> On Wednesday, June 29, 2022 at 2:47:40 PM UTC-6 Ed Young wrote:
>
>> HA! We had a great time, and yes, I have a lot of geb experience. It's
>> been a long long time though. Starting from scratch.
>> is this old, esoteric or modified?
>>
>> geb-example-gradle git:(master) java --version
>> openjdk 11.0.2 2019-01-15
>> OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
>> OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
>>
>> On Wednesday, June 29, 2022 at 2:37:25 PM UTC-6 marcin@proxerd.pl
>> wrote:
>>
>>> And btw, that example project builds just fine on CI, here's a
>>> successful build from about a month ago:
>>> https://app.circleci.com/pipelines/github/geb/geb-example-gradle/133/workflows/f1bb4852-81a3-4f6a-a8fd-d7da568a5917
>>> .
>>>
>>> On Wed, Jun 29, 2022 at 9:34 PM Marcin Erdmann 
>>> wrote:
>>>
 On Wed, Jun 29, 2022 at 9:19 PM Ed Young  wrote:

> (I even had beers with Luke here in Denver at a conference)


 With that credentials I would say that you are an expert not just
 semi-expert. ;)


> * What went wrong:
> Execution failed for task ':configureChromeDriverBinary'.
> > Could not read textResource '
> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
> '.
>> Could not get resource '
> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
> '.
>   > Could not HEAD '
> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
> '.
>  > peer not authenticated
>

 A quick google of this type of error seems to suggest an SSL issue with
 validating the host certificate. Are you by chance using on some old,
 esoteric or modified JDK?

 Marcin

>>> --
> You received this message because you are subscribed to the Google Groups
> "Geb User Mailing List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to geb-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/geb-user/076652e7-6044-40de-8097-7dde670557a0n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to geb-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/CA%2B52dQR96rPRH%3DfQZTFmDr0Q7e49Ry3%2BiC22zP4Psbv7%2B7y7iw%40mail.gmail.com.


Re: [geb-user] geb-example-gradle fail

2022-07-01 Thread Marcin Erdmann
It sure does not look esoteric, cannot say anything about it being modified
with regards to what trusted certificates it contains but it's definitely
not the newest in the OpenJDK 11 line. According to
https://adoptium.net/temurin/releases?version=11 the newest seems to be
11.0.15 released in April 2022...

On Wed, Jun 29, 2022 at 9:47 PM Ed Young  wrote:

> HA! We had a great time, and yes, I have a lot of geb experience. It's
> been a long long time though. Starting from scratch.
> is this old, esoteric or modified?
>
> geb-example-gradle git:(master) java --version
> openjdk 11.0.2 2019-01-15
> OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
> OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
>
> On Wednesday, June 29, 2022 at 2:37:25 PM UTC-6 marcin@proxerd.pl
> wrote:
>
>> And btw, that example project builds just fine on CI, here's a successful
>> build from about a month ago:
>> https://app.circleci.com/pipelines/github/geb/geb-example-gradle/133/workflows/f1bb4852-81a3-4f6a-a8fd-d7da568a5917
>> .
>>
>> On Wed, Jun 29, 2022 at 9:34 PM Marcin Erdmann 
>> wrote:
>>
>>> On Wed, Jun 29, 2022 at 9:19 PM Ed Young  wrote:
>>>
 (I even had beers with Luke here in Denver at a conference)
>>>
>>>
>>> With that credentials I would say that you are an expert not just
>>> semi-expert. ;)
>>>
>>>
 * What went wrong:
 Execution failed for task ':configureChromeDriverBinary'.
 > Could not read textResource '
 https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
 '.
> Could not get resource '
 https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
 '.
   > Could not HEAD '
 https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
 '.
  > peer not authenticated

>>>
>>> A quick google of this type of error seems to suggest an SSL issue with
>>> validating the host certificate. Are you by chance using on some old,
>>> esoteric or modified JDK?
>>>
>>> Marcin
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Geb User Mailing List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to geb-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/geb-user/d347b829-cfb2-4dd4-9331-577a5cf9f993n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to geb-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/CA%2B52dQQkHcrVCH7DQ8AtTqbRR_WZdJMau7qfXxMwVMs7D73LjA%40mail.gmail.com.


Re: [geb-user] geb-example-gradle fail

2022-06-29 Thread Ed Young
HA! We had a great time, and yes, I have a lot of geb experience. It's been 
a long long time though. Starting from scratch. 
is this old, esoteric or modified? 

geb-example-gradle git:(master) java --version
openjdk 11.0.2 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)

On Wednesday, June 29, 2022 at 2:37:25 PM UTC-6 marcin@proxerd.pl wrote:

> And btw, that example project builds just fine on CI, here's a successful 
> build from about a month ago: 
> https://app.circleci.com/pipelines/github/geb/geb-example-gradle/133/workflows/f1bb4852-81a3-4f6a-a8fd-d7da568a5917
> .
>
> On Wed, Jun 29, 2022 at 9:34 PM Marcin Erdmann  
> wrote:
>
>> On Wed, Jun 29, 2022 at 9:19 PM Ed Young  wrote:
>>
>>> (I even had beers with Luke here in Denver at a conference)
>>
>>
>> With that credentials I would say that you are an expert not just 
>> semi-expert. ;)
>>  
>>
>>> * What went wrong:
>>> Execution failed for task ':configureChromeDriverBinary'.
>>> > Could not read textResource '
>>> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
>>> '.
>>>> Could not get resource '
>>> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
>>> '.
>>>   > Could not HEAD '
>>> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
>>> '.
>>>  > peer not authenticated
>>>
>>
>> A quick google of this type of error seems to suggest an SSL issue with 
>> validating the host certificate. Are you by chance using on some old, 
>> esoteric or modified JDK?
>>  
>> Marcin
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to geb-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/d347b829-cfb2-4dd4-9331-577a5cf9f993n%40googlegroups.com.


Re: [geb-user] geb-example-gradle fail

2022-06-29 Thread Marcin Erdmann
And btw, that example project builds just fine on CI, here's a successful
build from about a month ago:
https://app.circleci.com/pipelines/github/geb/geb-example-gradle/133/workflows/f1bb4852-81a3-4f6a-a8fd-d7da568a5917
.

On Wed, Jun 29, 2022 at 9:34 PM Marcin Erdmann 
wrote:

> On Wed, Jun 29, 2022 at 9:19 PM Ed Young  wrote:
>
>> (I even had beers with Luke here in Denver at a conference)
>
>
> With that credentials I would say that you are an expert not just
> semi-expert. ;)
>
>
>> * What went wrong:
>> Execution failed for task ':configureChromeDriverBinary'.
>> > Could not read textResource '
>> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
>> '.
>>> Could not get resource '
>> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
>> '.
>>   > Could not HEAD '
>> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
>> '.
>>  > peer not authenticated
>>
>
> A quick google of this type of error seems to suggest an SSL issue with
> validating the host certificate. Are you by chance using on some old,
> esoteric or modified JDK?
>
> Marcin
>

-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to geb-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/CA%2B52dQRo%3DWYZof7QfocS-x8JONW8GuaFpR_C4BwXYhurTCg9ng%40mail.gmail.com.


Re: [geb-user] geb-example-gradle fail

2022-06-29 Thread Marcin Erdmann
On Wed, Jun 29, 2022 at 9:19 PM Ed Young  wrote:

> (I even had beers with Luke here in Denver at a conference)


With that credentials I would say that you are an expert not just
semi-expert. ;)


> * What went wrong:
> Execution failed for task ':configureChromeDriverBinary'.
> > Could not read textResource '
> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
> '.
>> Could not get resource '
> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
> '.
>   > Could not HEAD '
> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json
> '.
>  > peer not authenticated
>

A quick google of this type of error seems to suggest an SSL issue with
validating the host certificate. Are you by chance using on some old,
esoteric or modified JDK?

Marcin

-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to geb-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/CA%2B52dQTqA86PeNwJHwSoHxyPXiHv5%2BPRNWsqKuTGdgjfpArSaA%40mail.gmail.com.


[geb-user] geb-example-gradle fail

2022-06-29 Thread Ed Young
Many years ago now I was a geb semi-expert (I even had beers with Luke here 
in Denver at a conference) and i'm trying to do a demo for some coleagues. 

I'm trying to get started but failing right off the bat. The following 
project fails with "peer not authenticated". It could be because I'm trying 
this at work behind a firewall. 
http://www.gebish.org/manual/current/#example-projects
https://github.com/geb/geb-example-gradle

./gradlew firefoxTest
> Task :configureChromeDriverBinary FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':configureChromeDriverBinary'.
> Could not read textResource 
'https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json'.
   > Could not get resource 
'https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json'.
  > Could not HEAD 
'https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json'.
 > peer not authenticated

Any advice to get a sanity check? 

Ed



-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to geb-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/7ee066b9-6942-4478-b4d6-70f6e38cab4dn%40googlegroups.com.