Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipa-server-install fails in pkispawn step with CA subsystem did not start after 60s #3291

Closed
pki-bot opened this issue Oct 3, 2020 · 2 comments

Comments

@pki-bot
Copy link

pki-bot commented Oct 3, 2020

This issue was migrated from Pagure Issue #3174. Originally filed by frenaud (@flo-renaud) on 2020-05-11 16:03:41:

  • Closed at 2020-05-27 08:10:24 as worksforme
  • Assigned to nobody

The freeipa nightly tests using @pki/master copr repo are failing in ipa-server-install in the pkispawn step with the following error:

Installation failed: CA subsystem did not start after 60s

Logs available in the PR 186 at the following location. See the master's logs:

  • pki-ca-spawn.log:
2020-05-11 19:09:37 ERROR: Exception: CA subsystem did not start after 60s
  File "/usr/lib/python3.8/site-packages/pki/server/pkispawn.py", line 569, in main
    scriptlet.spawn(deployer)
  File "/usr/lib/python3.8/site-packages/pki/server/deployment/scriptlets/configuration.py", line 879, in spawn
    deployer.instance.wait_for_startup(
  File "/usr/lib/python3.8/site-packages/pki/server/deployment/pkihelper.py", line 919, in wait_for_startup
    raise Exception('%s subsystem did not start after %ds' %

and in the journal:

May 11 19:09:37 master.ipa.test server[28721]: java.lang.IllegalArgumentException: Unsupported ciphersuite TLS_AES_256_GCM_SHA384
May 11 19:09:37 master.ipa.test server[28721]:         at sun.security.ssl.CipherSuite.valueOf(CipherSuite.java:228)
May 11 19:09:37 master.ipa.test server[28721]:         at sun.security.ssl.CipherSuiteList.<init>(CipherSuiteList.java:79)
May 11 19:09:37 master.ipa.test server[28721]:         at sun.security.ssl.SSLEngineImpl.setEnabledCipherSuites(SSLEngineImpl.java:2047)
May 11 19:09:37 master.ipa.test server[28721]:         at org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLEngine(AbstractJsseEndpoint.java:121)
May 11 19:09:37 master.ipa.test server[28721]:         at org.apache.tomcat.util.net.SecureNioChannel.processSNI(SecureNioChannel.java:329)
May 11 19:09:37 master.ipa.test server[28721]:         at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:175)
May 11 19:09:37 master.ipa.test server[28721]:         at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1568)
May 11 19:09:37 master.ipa.test server[28721]:         at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
May 11 19:09:37 master.ipa.test server[28721]:         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
May 11 19:09:37 master.ipa.test server[28721]:         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
May 11 19:09:37 master.ipa.test server[28721]:         at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
May 11 19:09:37 master.ipa.test server[28721]:         at java.lang.Thread.run(Thread.java:748)
@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from frenaud (@flo-renaud) at 2020-05-11 16:05:57

Packages (full list available here):
pki-base-10.9.0-0.1.20200511155820.3242ab37.fc32.noarch
tomcat-9.0.34-2.fc32.noarch
tomcatjss-7.5.0-1.20200507170228.a51952ba.fc32.noarch

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from frenaud (@flo-renaud) at 2020-05-27 08:11:52

Seems to be fixed with the following versions:
pki-base-10.9.0-0.1.20200523021925.617a3c1d.fc32.noarch
tomcat-9.0.34-2.fc32.noarch
tomcatjss-7.5.0-1.20200518183820.23655272.fc32.noarch

Successful logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant