Hello Anonymous, Am Freitag, dem 03.02.2023 um 21:17 +0300 schrieb name name2: > What to do with these errors? > > After running ant on root *origin/master*: > > projectized-common.compile: > > *javafx-nbms:* > [genkey] Generating Key for netbeans-bundled > [genkey] *keytool error: java.security.KeyStoreException: Key protection > algorithm not found: java.security.UnrecoverableKeyException: Encrypt > Private Key failed: getSecretKey failed: Password is not ASCII* > [genkey] Generating 2а048 bit RSA key pair and self-signed certificate > (SHA256withRSA) with a validity of 90 days > [genkey] for: CN=Ant Group, OU=NetBeans, O=Apache.org, C=US > [nbmerge] Failed to build target: all-updatecenters
Looking at the build script: https://github.com/apache/netbeans/blob/master/nb/updatecenters/build.xml#L35-L41 The path is here used as password. So I suspect you have non ascii characters in the path of your build directory. Greetings Matthias PS: If you fix your email client to provide sane values for your realname, people might be more inclined to read the emails. My minds SPAM detection algorithm sorts "name name2" into the category of SPAM. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists