When starting a full system on 9.6.1 or starting just the API, an error message shows on the output. There does not seem to be any impact to this. The error is this:
11:02:44,363 |-ERROR in ch.qos.logback.classic.PatternLayout("") - Empty or null pattern.
Applications Manager 9.6.1
This is a know issue that will be fixed in the next release after 9.6.1 (this could be 9.6.2 or 9.7 depending on what the next release is). The error message is not causing any impact.
Additionally, to stop the error from occurring you can:
[appman@appmanserver ~]$ startso all
starting awcomm.
startup complete for awcomm
13:35:21,112 |-ERROR in ch.qos.logback.classic.PatternLayout("") - Empty or null pattern.
starting rmiserver..
startup complete for rmiserver
Thu Jul 31 13:35:54 PDT 2025 RmiServer starting
Debug enabled at 7/31/25, 1:35 PM
main: .AwEnvOptions: using default: password_encryption = AES
main: .AwEnvOptions: password_encryption = AES
main: .AwEnvOptions: using default: encryption_bits = 256
main: .AwEnvOptions: encryption_bits = 256
Instead, you will see the following:
[appman@appmanserver ~]$ startso all
starting awcomm
startup complete for awcomm
""""""""""""""
starting rmiserver.
startup complete for rmiserver
Thu Jul 31 13:39:32 PDT 2025 RmiServer starting
Debug enabled at 7/31/25, 1:39 PM
main: .AwEnvOptions: using default: password_encryption = AES
main: .AwEnvOptions: password_encryption = AES
main: .AwEnvOptions: using default: encryption_bits = 256
main: .AwEnvOptions: encryption_bits = 256