You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache Camel version 3.14.8
Exception in thread "main" com.ibm.as400.access.AS400SecurityException: The user ID or password contains a character that is not valid.
at com.ibm.as400.access.SignonConverter.byteArrayToCharArray(SignonConverter.java:85)
at com.ibm.as400.access.AS400ImplRemote.getPassword(AS400ImplRemote.java:1648)
at com.ibm.as400.access.AS400ImplRemote.signon(AS400ImplRemote.java:3194)
at com.ibm.as400.access.AS400.sendSignonRequest(AS400.java:3465)
at com.ibm.as400.access.AS400.promptSignon(AS400.java:3020)
at com.ibm.as400.access.AS400.signon(AS400.java:4375)
at com.ibm.as400.access.AS400.validateSignon(AS400.java:4574)
at com.ibm.as400.access.AS400.validateSignon(AS400.java:4453)
at com.github.theprez.manzan.ManzanMainApp.main(ManzanMainApp.java:47)
Seems the password *CURRENT is not being replaced with the actual password
The text was updated successfully, but these errors were encountered:
This issue appears to be caused by using a java version not provided by IBM. In this case the property os.name gets resolved to OS400, instead of OS/400 which causes problems in jt400. Will document this.
When running Manzan, getting the error
Seems the password *CURRENT is not being replaced with the actual password
The text was updated successfully, but these errors were encountered: