[ https://issues.apache.org/jira/browse/DIRSTUDIO-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16574304#comment-16574304 ]
Stefan Seelmann commented on DIRSTUDIO-1179: -------------------------------------------- For the password store the keystore type "JCEKS" is hard coded in Studio. We have to change the type to PKCS12 which is supported in Java 8 and newer. Then there needs to be a manual migration from JCEKS to PKCS12 using the keytool of an old Java version. > java.io.IOException: Invalid secret key format after Java update > ---------------------------------------------------------------- > > Key: DIRSTUDIO-1179 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1179 > Project: Directory Studio > Issue Type: Bug > Components: studio-apacheds-configuration > Affects Versions: 2.0.0-M13 > Environment: OS: Ubuntu 16.04 > Java: 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11 > Reporter: Vitalij Osypenko > Assignee: Stefan Seelmann > Priority: Blocker > > It is not possible to open connections password storage after a Java update. > Entering the master password fails with java.io.IOException: Invalid secret > key format. I guess it is related to this issue: > [https://community.oracle.com/thread/4109117] > -- This message was sent by Atlassian JIRA (v7.6.3#76005)