[Freeipa-devel] Re: Azure test failures

2021-05-03 Thread Alexander Bokovoy via FreeIPA-devel
On ma, 03 touko 2021, Endi Dewata via FreeIPA-devel wrote: On Mon, May 3, 2021 at 4:54 PM Rob Crittenden wrote: Endi Dewata wrote: > Hi, > > The stack trace says that the AJP port (8009) is > already in use. The ports are part of Tomcat (i.e. > app server) initialization, not CA (i.e. web app)

[Freeipa-devel] Re: Azure test failures

2021-05-03 Thread Endi Dewata via FreeIPA-devel
On Mon, May 3, 2021 at 4:54 PM Rob Crittenden wrote: > Endi Dewata wrote: > > Hi, > > > > The stack trace says that the AJP port (8009) is > > already in use. The ports are part of Tomcat (i.e. > > app server) initialization, not CA (i.e. web app) > > initialization, that's why the error appears

[Freeipa-devel] Re: Azure test failures

2021-05-03 Thread Rob Crittenden via FreeIPA-devel
Endi Dewata wrote: > Hi, > > The stack trace says that the AJP port (8009) is > already in use. The ports are part of Tomcat (i.e. > app server) initialization, not CA (i.e. web app) > initialization, that's why the error appears in > systemd journal instead of CA debug log. Which > PKI version ar

[Freeipa-devel] Re: Azure test failures

2021-05-03 Thread Endi Dewata via FreeIPA-devel
Hi, The stack trace says that the AJP port (8009) is already in use. The ports are part of Tomcat (i.e. app server) initialization, not CA (i.e. web app) initialization, that's why the error appears in systemd journal instead of CA debug log. Which PKI version are you using (I can't see the logs)?

[Freeipa-devel] Azure test failures

2021-05-03 Thread Rob Crittenden via FreeIPA-devel
Looks a lot of IPA PRs have been failing the last few days due to one or more tests in Azure failing. I cherry-picked a few and they all look like CA startup failures during server installation, replication creation, ipa-ca-install, etc. In the one test I did a deeper dive into the CA debug log th

[Freeipa-devel] [freeipa PR#5747][opened] [Backport][ipa-4-9] Constrain pylint to supported versions

2021-05-03 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5747 Author: flo-renaud Title: #5747: [Backport][ipa-4-9] Constrain pylint to supported versions Action: opened PR body: """ This PR was opened automatically because PR #5740 was pushed to master and backport to ipa-4-9 is required. """ To pull t

[Freeipa-devel] [freeipa PR#5740][closed] Constrain pylint to supported versions

2021-05-03 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5740 Author: tiran Title: #5740: Constrain pylint to supported versions Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5740/head:pr5740 git checkout pr5740 _