AppWorx, Dollar Universe and Sysload Community

 View Only

Applications Manager upgrade issues 9.0 -> 9.3 on IBM AIX

  • 1.  Applications Manager upgrade issues 9.0 -> 9.3 on IBM AIX

    Posted Nov 20, 2020 10:17 PM
    Using IBM Java 8 (specifically 1.8.0_261).  The upgrade appeared to work except when it attempted to launch the master and agent.  Both failed with what appears to be missing support for AES 256 bit key generation.  The specific errors logged were:

    ErrorMsg: AwE-9999 Internal error (11/20/20 8:25 PM)
    Details: Error creating AES key generator.
    java.security.NoSuchAlgorithmException: AES KeyGenerator not available
    at javax.crypto.KeyGenerator.<init>(Unknown Source)
    at javax.crypto.KeyGenerator.getInstance(Unknown Source)
    at com.appworx.shared.code.server.C.A(ServerUtil2.java:84)
    at com.appworx.shared.code.server.C.A(ServerUtil2.java:210)
    at com.appworx.server.data.AxRmiServer.main(AxRmiServer.java:820)

    Any ideas/suggestions?  Thanks.