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