You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Ioan Eugen Stan (Jira)" <ji...@apache.org> on 2021/06/29 22:03:00 UTC

[jira] [Commented] (OFBIZ-7155) Remove jce-jdk13-154.jar

    [ https://issues.apache.org/jira/browse/OFBIZ-7155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371682#comment-17371682 ] 

Ioan Eugen Stan commented on OFBIZ-7155:
----------------------------------------

I checked the trunk lib directory and the library does not exist. 
I think we can close this one.

> Remove jce-jdk13-154.jar
> ------------------------
>
>                 Key: OFBIZ-7155
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7155
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 15.12, Trunk
>            Reporter: Christian Geisert
>            Assignee: Christian Geisert
>            Priority: Major
>
> After updating our project to the latest release15.12 branch we got the following error when accessing OFBiz pages:
> {code}
> 2016-06-01 14:37:14,040 |http-nio-8443-exec-2 |NioEndpoint                   |E|
> java.lang.RuntimeException: Could not generate DH keypair
>     at sun.security.ssl.Handshaker.checkThrown(Handshaker.java:1429) ~[?:1.8.0_77]
>     ...
> Caused by: java.security.InvalidAlgorithmParameterException: parameter object not a ECParameterSpec
>     at org.bouncycastle.jcajce.provider.asymmetric.ec.KeyPairGeneratorSpi$EC.initialize(Unknown Source) ~[jce-jdk13-154.jar:1.54.0]
>     ...
> {code}
> It turned out that jce-jdk13-154.jar was the culprit. After removing this Jar everything worked as expected. As this jar is an optional dependency of PDFBox (which is used by Tika) and is only need for Java < 1.7 I propose to remove it from OFBiz.
> I'll wait a few days and if there are no objections I'll remove the jar



--
This message was sent by Atlassian Jira
(v8.3.4#803005)