[jboss-jira] [JBoss JIRA] (WFCORE-1979) Wildfly-openssl is missing 32 bits variant.
Radim Hatlapatka (JIRA)
issues at jboss.org
Mon Nov 14 11:39:03 EST 2016
[ https://issues.jboss.org/browse/WFCORE-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radim Hatlapatka updated WFCORE-1979:
-------------------------------------
Description:
There is missing wildfly-openssl build for 32 bits variants resulting in this exception:
{noformat}
11:33:40,914 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("core-service" => "management"),
("security-realm" => "ApplicationRealm")
]) - failure description: {
"WFLYCTL0080: Failed services" => {"jboss.server.controller.management.security_realm.ApplicationRealm.ssl-context" => "org.jboss.msc.service.StartException in service jboss.server.controller.management.security_realm.ApplicationRealm.ssl-context: WFLYDM0018: Unable to start service
Caused by: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: openssl.TLS, provider: openssl, class: org.wildfly.openssl.OpenSSLContextSPI$OpenSSLTLSContextSpi)
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
Caused by: java.lang.reflect.InvocationTargetException
Caused by: java.lang.UnsatisfiedLinkError: no wfssl in java.library.path"},
"WFLYCTL0412: Required services that are not installed:" => ["jboss.server.controller.management.security_realm.ApplicationRealm.ssl-context"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined,
"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
"Services that were unable to start:" => ["jboss.server.controller.management.security_realm.ApplicationRealm"],
"Services that may be the cause:" => ["jboss.remoting.remotingConnectorInfoService.http-remoting-connector"]
}
}
{noformat}
was:
There is missing wildfly-openssl build for 32 bits variants resulting in this exception:
{noformat}
2016-10-25 14:35:27,732 ERROR [stderr] (MSC service thread 1-7) java.lang.reflect.InvocationTargetException
2016-10-25 14:35:27,734 ERROR [stderr] (MSC service thread 1-7) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-10-25 14:35:27,735 ERROR [stderr] (MSC service thread 1-7) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
2016-10-25 14:35:27,736 ERROR [stderr] (MSC service thread 1-7) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
2016-10-25 14:35:27,737 ERROR [stderr] (MSC service thread 1-7) at java.lang.reflect.Method.invoke(Method.java:508)
2016-10-25 14:35:27,738 ERROR [stderr] (MSC service thread 1-7) at org.wildfly.openssl.SSL.init(SSL.java:73)
2016-10-25 14:35:27,738 ERROR [stderr] (MSC service thread 1-7) at org.wildfly.openssl.SSL.getInstance(SSL.java:49)
2016-10-25 14:35:27,739 ERROR [stderr] (MSC service thread 1-7) at org.wildfly.openssl.OpenSSLEngine.<clinit>(OpenSSLEngine.java:59)
2016-10-25 14:35:27,740 ERROR [stderr] (MSC service thread 1-7) at java.lang.Class.forNameImpl(Native Method)
2016-10-25 14:35:27,741 ERROR [stderr] (MSC service thread 1-7) at java.lang.Class.forName(Class.java:348)
2016-10-25 14:35:27,742 ERROR [stderr] (MSC service thread 1-7) at io.undertow.protocols.alpn.OpenSSLAlpnProvider$1.run(OpenSSLAlpnProvider.java:47)
2016-10-25 14:35:27,743 ERROR [stderr] (MSC service thread 1-7) at io.undertow.protocols.alpn.OpenSSLAlpnProvider$1.run(OpenSSLAlpnProvider.java:43)
2016-10-25 14:35:27,754 ERROR [stderr] (MSC service thread 1-7) at java.security.AccessController.doPrivileged(AccessController.java:594)
2016-10-25 14:35:27,755 ERROR [stderr] (MSC service thread 1-7) at io.undertow.protocols.alpn.OpenSSLAlpnProvider.<clinit>(OpenSSLAlpnProvider.java:43)
2016-10-25 14:35:27,756 ERROR [stderr] (MSC service thread 1-7) at java.lang.J9VMInternals.newInstanceImpl(Native Method)
2016-10-25 14:35:27,757 ERROR [stderr] (MSC service thread 1-7) at java.lang.Class.newInstance(Class.java:1899)
2016-10-25 14:35:27,758 ERROR [stderr] (MSC service thread 1-7) at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:391)
2016-10-25 14:35:27,759 ERROR [stderr] (MSC service thread 1-7) at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415)
2016-10-25 14:35:27,760 ERROR [stderr] (MSC service thread 1-7) at java.util.ServiceLoader$1.next(ServiceLoader.java:491)
2016-10-25 14:35:27,776 ERROR [stderr] (MSC service thread 1-7) at io.undertow.protocols.alpn.ALPNManager.<init>(ALPNManager.java:40)
2016-10-25 14:35:27,777 ERROR [stderr] (MSC service thread 1-7) at io.undertow.protocols.alpn.ALPNManager.<clinit>(ALPNManager.java:35)
2016-10-25 14:35:27,778 ERROR [stderr] (MSC service thread 1-7) at io.undertow.server.protocol.http.AlpnOpenListener.<init>(AlpnOpenListener.java:64)
2016-10-25 14:35:27,779 ERROR [stderr] (MSC service thread 1-7) at io.undertow.server.protocol.http.AlpnOpenListener.<init>(AlpnOpenListener.java:83)
2016-10-25 14:35:27,780 ERROR [stderr] (MSC service thread 1-7) at io.undertow.server.protocol.http.AlpnOpenListener.<init>(AlpnOpenListener.java:75)
2016-10-25 14:35:27,781 ERROR [stderr] (MSC service thread 1-7) at org.wildfly.extension.undertow.HttpsListenerService.createAlpnOpenListener(HttpsListenerService.java:101)
2016-10-25 14:35:27,782 ERROR [stderr] (MSC service thread 1-7) at org.wildfly.extension.undertow.HttpsListenerService.createOpenListener(HttpsListenerService.java:86)
2016-10-25 14:35:27,783 ERROR [stderr] (MSC service thread 1-7) at org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:158)
2016-10-25 14:35:27,784 ERROR [stderr] (MSC service thread 1-7) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1963)
2016-10-25 14:35:27,785 ERROR [stderr] (MSC service thread 1-7) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1896)
2016-10-25 14:35:27,789 ERROR [stderr] (MSC service thread 1-7) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1153)
2016-10-25 14:35:27,790 ERROR [stderr] (MSC service thread 1-7) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2016-10-25 14:35:27,791 ERROR [stderr] (MSC service thread 1-7) at java.lang.Thread.run(Thread.java:785)
2016-10-25 14:35:27,792 ERROR [stderr] (MSC service thread 1-7) Caused by: java.lang.UnsatisfiedLinkError: /tmp/tmp-317723765121491548openssl/libwfssl.so (/tmp/tmp-317723765121491548openssl/libwfssl.so: wrong ELF class: ELFCLASS64)
2016-10-25 14:35:27,794 ERROR [stderr] (MSC service thread 1-7) at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1344)
2016-10-25 14:35:27,794 ERROR [stderr] (MSC service thread 1-7) at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1304)
2016-10-25 14:35:27,795 ERROR [stderr] (MSC service thread 1-7) at java.lang.System.loadLibrary(System.java:552)
2016-10-25 14:35:27,796 ERROR [stderr] (MSC service thread 1-7) at org.wildfly.openssl.SSL$LibraryLoader.load(SSL.java:180)
2016-10-25 14:35:27,797 ERROR [stderr] (MSC service thread 1-7) ... 31 more
{noformat}
> Wildfly-openssl is missing 32 bits variant.
> -------------------------------------------
>
> Key: WFCORE-1979
> URL: https://issues.jboss.org/browse/WFCORE-1979
> Project: WildFly Core
> Issue Type: Bug
> Components: Security, Server
> Reporter: Radim Hatlapatka
> Assignee: Stuart Douglas
> Priority: Blocker
> Labels: wildfly-openssl
>
> There is missing wildfly-openssl build for 32 bits variants resulting in this exception:
> {noformat}
> 11:33:40,914 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("core-service" => "management"),
> ("security-realm" => "ApplicationRealm")
> ]) - failure description: {
> "WFLYCTL0080: Failed services" => {"jboss.server.controller.management.security_realm.ApplicationRealm.ssl-context" => "org.jboss.msc.service.StartException in service jboss.server.controller.management.security_realm.ApplicationRealm.ssl-context: WFLYDM0018: Unable to start service
> Caused by: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: openssl.TLS, provider: openssl, class: org.wildfly.openssl.OpenSSLContextSPI$OpenSSLTLSContextSpi)
> Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
> Caused by: java.lang.reflect.InvocationTargetException
> Caused by: java.lang.UnsatisfiedLinkError: no wfssl in java.library.path"},
> "WFLYCTL0412: Required services that are not installed:" => ["jboss.server.controller.management.security_realm.ApplicationRealm.ssl-context"],
> "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined,
> "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
> "Services that were unable to start:" => ["jboss.server.controller.management.security_realm.ApplicationRealm"],
> "Services that may be the cause:" => ["jboss.remoting.remotingConnectorInfoService.http-remoting-connector"]
> }
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list