Re: [VOTE] Release Apache ManifoldCF 2.19, RC0

2021-05-05 Thread Karl Wright
I have a patch for this and will spin a new RC.

Karl


On Wed, May 5, 2021 at 1:43 PM Karl Wright  wrote:

> After 1 1/2 hours spent downloading, I see the issue:
>
> >>
> [junit] java.lang.IllegalStateException: No config path set
> [junit] at
> org.eclipse.jetty.security.PropertyUserStore.loadUsers(PropertyUserStore.java:237)
> [junit] at
> org.eclipse.jetty.security.PropertyUserStore.doStart(PropertyUserStore.java:308)
> [junit] at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
> [junit] at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
> [junit] at
> org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:384)
> [junit] at
> org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:313)
> [junit] at
> org.eclipse.jetty.util.component.ContainerLifeCycle.updateBean(ContainerLifeCycle.java:864)
> [junit] at
> org.eclipse.jetty.security.HashLoginService.setUserStore(HashLoginService.java:126)
> <<
>
> This is likely due to a recent Jetty upgrade - I think it was last release
> cycle.  It sounds like we need to provide a configuration path now for
> Jetty to come up.
>
> Karl
>
>
> On Wed, May 5, 2021 at 9:01 AM Karl Wright  wrote:
>
>> I'm having severe bandwidth issues with my internet connection today.  I
>> will have to wait to try this completely until that clears up.
>> Karl
>>
>>
>> On Wed, May 5, 2021 at 8:25 AM Karl Wright  wrote:
>>
>>> I just run "ant test".  The alfresco test doesn't run, though, unless
>>> you run "ant make-deps" first.  That downloads the test artifacts.
>>>
>>> I'm just running through the alfresco test here and will post when done.
>>>
>>> Karl
>>>
>>>
>>> On Wed, May 5, 2021 at 7:20 AM Piergiorgio Lucidi <
>>> piergior...@apache.org> wrote:
>>>
 Hi,

 I have issues executing integration tests.
 It seems that there is a problem with the Alfresco WebScript connector
 that
 is not running the Alfresco instance before starting the test.
 I have the same error on Ant and in Maven.
 Which commands are you executing for testing everything?
 Maybe I'm missing something.
 Cheers,
 PJ

 Il giorno gio 29 apr 2021 alle ore 01:21 Karl Wright <
 daddy...@gmail.com>
 ha scritto:

 > Please vote to release Apache ManifoldCF 2.19, RC0.  The release
 artifact
 > can be found at:
 >
 https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.19
 .
 > There is also a release tag at
 > https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.19-RC0 .
 >
 > This release has a significant update to the Elastic Search
 connector, to
 > both bring it up to date, and to work around the problem with limited
 ID
 > length that ES has.
 >
 > Karl
 >


 --
 Piergiorgio

>>>


Re: [VOTE] Release Apache ManifoldCF 2.19, RC0

2021-05-05 Thread Karl Wright
After 1 1/2 hours spent downloading, I see the issue:

>>
[junit] java.lang.IllegalStateException: No config path set
[junit] at
org.eclipse.jetty.security.PropertyUserStore.loadUsers(PropertyUserStore.java:237)
[junit] at
org.eclipse.jetty.security.PropertyUserStore.doStart(PropertyUserStore.java:308)
[junit] at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
[junit] at
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
[junit] at
org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:384)
[junit] at
org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:313)
[junit] at
org.eclipse.jetty.util.component.ContainerLifeCycle.updateBean(ContainerLifeCycle.java:864)
[junit] at
org.eclipse.jetty.security.HashLoginService.setUserStore(HashLoginService.java:126)
<<

This is likely due to a recent Jetty upgrade - I think it was last release
cycle.  It sounds like we need to provide a configuration path now for
Jetty to come up.

Karl


On Wed, May 5, 2021 at 9:01 AM Karl Wright  wrote:

> I'm having severe bandwidth issues with my internet connection today.  I
> will have to wait to try this completely until that clears up.
> Karl
>
>
> On Wed, May 5, 2021 at 8:25 AM Karl Wright  wrote:
>
>> I just run "ant test".  The alfresco test doesn't run, though, unless you
>> run "ant make-deps" first.  That downloads the test artifacts.
>>
>> I'm just running through the alfresco test here and will post when done.
>>
>> Karl
>>
>>
>> On Wed, May 5, 2021 at 7:20 AM Piergiorgio Lucidi 
>> wrote:
>>
>>> Hi,
>>>
>>> I have issues executing integration tests.
>>> It seems that there is a problem with the Alfresco WebScript connector
>>> that
>>> is not running the Alfresco instance before starting the test.
>>> I have the same error on Ant and in Maven.
>>> Which commands are you executing for testing everything?
>>> Maybe I'm missing something.
>>> Cheers,
>>> PJ
>>>
>>> Il giorno gio 29 apr 2021 alle ore 01:21 Karl Wright >> >
>>> ha scritto:
>>>
>>> > Please vote to release Apache ManifoldCF 2.19, RC0.  The release
>>> artifact
>>> > can be found at:
>>> >
>>> https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.19
>>> .
>>> > There is also a release tag at
>>> > https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.19-RC0 .
>>> >
>>> > This release has a significant update to the Elastic Search connector,
>>> to
>>> > both bring it up to date, and to work around the problem with limited
>>> ID
>>> > length that ES has.
>>> >
>>> > Karl
>>> >
>>>
>>>
>>> --
>>> Piergiorgio
>>>
>>


Re: [VOTE] Release Apache ManifoldCF 2.19, RC0

2021-05-05 Thread Karl Wright
I'm having severe bandwidth issues with my internet connection today.  I
will have to wait to try this completely until that clears up.
Karl


On Wed, May 5, 2021 at 8:25 AM Karl Wright  wrote:

> I just run "ant test".  The alfresco test doesn't run, though, unless you
> run "ant make-deps" first.  That downloads the test artifacts.
>
> I'm just running through the alfresco test here and will post when done.
>
> Karl
>
>
> On Wed, May 5, 2021 at 7:20 AM Piergiorgio Lucidi 
> wrote:
>
>> Hi,
>>
>> I have issues executing integration tests.
>> It seems that there is a problem with the Alfresco WebScript connector
>> that
>> is not running the Alfresco instance before starting the test.
>> I have the same error on Ant and in Maven.
>> Which commands are you executing for testing everything?
>> Maybe I'm missing something.
>> Cheers,
>> PJ
>>
>> Il giorno gio 29 apr 2021 alle ore 01:21 Karl Wright 
>> ha scritto:
>>
>> > Please vote to release Apache ManifoldCF 2.19, RC0.  The release
>> artifact
>> > can be found at:
>> >
>> https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.19
>> .
>> > There is also a release tag at
>> > https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.19-RC0 .
>> >
>> > This release has a significant update to the Elastic Search connector,
>> to
>> > both bring it up to date, and to work around the problem with limited ID
>> > length that ES has.
>> >
>> > Karl
>> >
>>
>>
>> --
>> Piergiorgio
>>
>


Re: [VOTE] Release Apache ManifoldCF 2.19, RC0

2021-05-05 Thread Karl Wright
I just run "ant test".  The alfresco test doesn't run, though, unless you
run "ant make-deps" first.  That downloads the test artifacts.

I'm just running through the alfresco test here and will post when done.

Karl


On Wed, May 5, 2021 at 7:20 AM Piergiorgio Lucidi 
wrote:

> Hi,
>
> I have issues executing integration tests.
> It seems that there is a problem with the Alfresco WebScript connector that
> is not running the Alfresco instance before starting the test.
> I have the same error on Ant and in Maven.
> Which commands are you executing for testing everything?
> Maybe I'm missing something.
> Cheers,
> PJ
>
> Il giorno gio 29 apr 2021 alle ore 01:21 Karl Wright 
> ha scritto:
>
> > Please vote to release Apache ManifoldCF 2.19, RC0.  The release artifact
> > can be found at:
> > https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.19
> .
> > There is also a release tag at
> > https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.19-RC0 .
> >
> > This release has a significant update to the Elastic Search connector, to
> > both bring it up to date, and to work around the problem with limited ID
> > length that ES has.
> >
> > Karl
> >
>
>
> --
> Piergiorgio
>


Re: [VOTE] Release Apache ManifoldCF 2.19, RC0

2021-05-05 Thread Piergiorgio Lucidi
Hi,

I have issues executing integration tests.
It seems that there is a problem with the Alfresco WebScript connector that
is not running the Alfresco instance before starting the test.
I have the same error on Ant and in Maven.
Which commands are you executing for testing everything?
Maybe I'm missing something.
Cheers,
PJ

Il giorno gio 29 apr 2021 alle ore 01:21 Karl Wright 
ha scritto:

> Please vote to release Apache ManifoldCF 2.19, RC0.  The release artifact
> can be found at:
> https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.19 .
> There is also a release tag at
> https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.19-RC0 .
>
> This release has a significant update to the Elastic Search connector, to
> both bring it up to date, and to work around the problem with limited ID
> length that ES has.
>
> Karl
>


-- 
Piergiorgio


Re: [VOTE] Release Apache ManifoldCF 2.19, RC0

2021-05-04 Thread Furkan KAMACI
Hi,

+1!

Kind Regards,
Furkan KAMACI

On Mon, May 3, 2021 at 9:49 PM Cihad Guzel  wrote:

> Hi,
>
> +1 from me
>
> Cihad Güzel
>
>
>  adresine sahip kullanıcı 3 May 2021 Pzt,
> 16:39 tarihinde şunu yazdı:
>
> > Hi,
> >
> > On our side, we plan to test this release on Thursday. I'll give my vote
> > after the test if it will not be too late
> >
> > Julien
> >
> > -Message d'origine-
> > De : Karl Wright 
> > Envoyé : lundi 3 mai 2021 13:43
> > À : dev 
> > Objet : Re: [VOTE] Release Apache ManifoldCF 2.19, RC0
> >
> > Reminder: Voting underway.  Please evaluate and vote.
> >
> > Ran tests.  +1 from me.
> >
> > Karl
> >
> >
> > On Wed, Apr 28, 2021 at 7:21 PM Karl Wright  wrote:
> >
> > > Please vote to release Apache ManifoldCF 2.19, RC0.  The release
> > > artifact can be found at:
> > > https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.
> > > 19
> > > .  There is also a release tag at
> > > https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.19-RC0 .
> > >
> > > This release has a significant update to the Elastic Search connector,
> > > to both bring it up to date, and to work around the problem with
> > > limited ID length that ES has.
> > >
> > > Karl
> > >
> > >
> >
> >
>


Re: [VOTE] Release Apache ManifoldCF 2.19, RC0

2021-05-03 Thread Cihad Guzel
Hi,

+1 from me

Cihad Güzel


 adresine sahip kullanıcı 3 May 2021 Pzt,
16:39 tarihinde şunu yazdı:

> Hi,
>
> On our side, we plan to test this release on Thursday. I'll give my vote
> after the test if it will not be too late
>
> Julien
>
> -Message d'origine-
> De : Karl Wright 
> Envoyé : lundi 3 mai 2021 13:43
> À : dev 
> Objet : Re: [VOTE] Release Apache ManifoldCF 2.19, RC0
>
> Reminder: Voting underway.  Please evaluate and vote.
>
> Ran tests.  +1 from me.
>
> Karl
>
>
> On Wed, Apr 28, 2021 at 7:21 PM Karl Wright  wrote:
>
> > Please vote to release Apache ManifoldCF 2.19, RC0.  The release
> > artifact can be found at:
> > https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.
> > 19
> > .  There is also a release tag at
> > https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.19-RC0 .
> >
> > This release has a significant update to the Elastic Search connector,
> > to both bring it up to date, and to work around the problem with
> > limited ID length that ES has.
> >
> > Karl
> >
> >
>
>


RE: [VOTE] Release Apache ManifoldCF 2.19, RC0

2021-05-03 Thread julien.massiera
Hi,

On our side, we plan to test this release on Thursday. I'll give my vote after 
the test if it will not be too late

Julien

-Message d'origine-
De : Karl Wright  
Envoyé : lundi 3 mai 2021 13:43
À : dev 
Objet : Re: [VOTE] Release Apache ManifoldCF 2.19, RC0

Reminder: Voting underway.  Please evaluate and vote.

Ran tests.  +1 from me.

Karl


On Wed, Apr 28, 2021 at 7:21 PM Karl Wright  wrote:

> Please vote to release Apache ManifoldCF 2.19, RC0.  The release 
> artifact can be found at:
> https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.
> 19
> .  There is also a release tag at
> https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.19-RC0 .
>
> This release has a significant update to the Elastic Search connector, 
> to both bring it up to date, and to work around the problem with 
> limited ID length that ES has.
>
> Karl
>
>



Re: [VOTE] Release Apache ManifoldCF 2.19, RC0

2021-05-03 Thread Karl Wright
Reminder: Voting underway.  Please evaluate and vote.

Ran tests.  +1 from me.

Karl


On Wed, Apr 28, 2021 at 7:21 PM Karl Wright  wrote:

> Please vote to release Apache ManifoldCF 2.19, RC0.  The release artifact
> can be found at:
> https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.19
> .  There is also a release tag at
> https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.19-RC0 .
>
> This release has a significant update to the Elastic Search connector, to
> both bring it up to date, and to work around the problem with limited ID
> length that ES has.
>
> Karl
>
>


[VOTE] Release Apache ManifoldCF 2.19, RC0

2021-04-28 Thread Karl Wright
Please vote to release Apache ManifoldCF 2.19, RC0.  The release artifact
can be found at:
https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.19 .
There is also a release tag at
https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.19-RC0 .

This release has a significant update to the Elastic Search connector, to
both bring it up to date, and to work around the problem with limited ID
length that ES has.

Karl