]
Darran Lofthouse updated WFLY-14264:
------------------------------------
Priority: Blocker (was: Major)
microprofile test failure "IOException:
DerInputStream.getLength(): lengthTag=109, too big."
--------------------------------------------------------------------------------------------
Key: WFLY-14264
URL:
https://issues.redhat.com/browse/WFLY-14264
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 22.0.0.Beta1
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Blocker
Fix For: 22.0.0.Final
Attachments:
TEST-org.wildfly.test.integration.microprofile.health.MicroProfileHealthApplicationReadyHTTPEndpointTestCase.xml,
org.wildfly.test.integration.microprofile.health.MicroProfileHealthApplicationReadyHTTPEndpointTestCase-output.txt,
org.wildfly.test.integration.microprofile.health.MicroProfileHealthApplicationReadyHTTPEndpointTestCase.txt
The following error is being encountered running the microprofile tests:
{code:java}
[0m[31m16:57:56,276 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6)
MSC000001: Failed to start service org.wildfly.security.key-store.applicationKS:
org.jboss.msc.service.StartException in service
org.wildfly.security.key-store.applicationKS: WFLYELY00004: Unable to start the
service.[0m[31m16:57:56,276 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6)
MSC000001: Failed to start service org.wildfly.security.key-store.applicationKS:
org.jboss.msc.service.StartException in service
org.wildfly.security.key-store.applicationKS: WFLYELY00004: Unable to start the service.
at org.wildfly.extension.elytron.KeyStoreService.start(KeyStoreService.java:191) at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
at
org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
at
org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990) at
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1363)
at java.lang.Thread.run(Thread.java:748)Caused by: java.io.IOException:
DerInputStream.getLength(): lengthTag=109, too big. at
sun.security.util.DerInputStream.getLength(DerInputStream.java:605) at
sun.security.util.DerValue.init(DerValue.java:391) at
sun.security.util.DerValue.<init>(DerValue.java:332) at
sun.security.util.DerValue.<init>(DerValue.java:345) at
sun.security.pkcs12.PKCS12KeyStore.engineLoad(PKCS12KeyStore.java:1941) at
java.security.KeyStore.load(KeyStore.java:1445) at
org.wildfly.security.keystore.AtomicLoadKeyStoreSpi.engineLoad(AtomicLoadKeyStoreSpi.java:53)
at java.security.KeyStore.load(KeyStore.java:1445) at
org.wildfly.extension.elytron.KeyStoreService.start(KeyStoreService.java:163) ... 8 more
{code}