Page 1 of 1

I can't create keystore

Posted: Mon Apr 09, 2018 6:35 pm
by ArtBlink
Read this :
Ressaisissez le nouveau mot de passe :
[Stockage de ripoypoy.keystore]
erreur keytool : java.io.FileNotFoundException: ripoypoy.keystore (Accès refusé)
java.io.FileNotFoundException: ripoypoy.keystore (Accès refusé)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
at sun.security.tools.keytool.Main.doCommands(Main.java:1144)
at sun.security.tools.keytool.Main.run(Main.java:343)
at sun.security.tools.keytool.Main.main(Main.java:336)

I can't create keystore, have you got solution?

Thanks

Thanks

Re: I can't create keystore

Posted: Mon Apr 09, 2018 11:21 pm
by p-OS
You want to create File in a Directory you don't have rigth to Access. On Win 7 / 10 this is Everything within Program Files or Program files (x86) . Use another Directory or start the tool creating the store as admin

Re: I can't create keystore

Posted: Tue Apr 10, 2018 6:10 pm
by ArtBlink
Good

Thanks, i execute cmd.exe in administrator mode and it is ok

Bye