
TFZ
Well Known Member
I cannot get JWT (or any token for that matter) to work at all, and it's causing all sorts of oddness connecting from AIS to HTML. I've installed a lot of them without this happening, and I've already tore it all down and went vanilla - but form requests just will not work. I can't pass health check. I've ripped out SSL, I've reinstalled, I've installed 9.2.6.x and 9.2.7.x... nothing is working. Even have an SR in progress that's going nowhere. Health check is fine on the HTML instance, but AIS... just seems to be completely bonkers.
The token error on the HTML side looks like this.... I've.... never seen that one before.
31 Aug 2023 11:08:32,652[SEVERE][JAVATOKEN]InitialOAuthJWTLoginState: changeState() token generation exception com.peoplesoft.pt.tokengenerator.internal.finiteStateMachine.UnstableMachineStateException: Unexpected end of input. State transitions have not completed.
On the AIS end, I see oddness around not being able to call any of the AIS components, and some generic malformed /cXXXXX errors. Basically ->
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
Now again... I have this as vanilla as possible at this point. Studio log in works, but form requests all fail so its pretty useless (can't look up system code for instance). I do see created content, but none of it's use-able. I've done all the normal things (basic auth = false in WLS), patched everything, rebuilt everything, logged everything... just a lot of weird, weird errors. I had the client disable their scanners for a bit, but that didn't seem to help. Has anyone seen anything like this?
The token error on the HTML side looks like this.... I've.... never seen that one before.
31 Aug 2023 11:08:32,652[SEVERE][JAVATOKEN]InitialOAuthJWTLoginState: changeState() token generation exception com.peoplesoft.pt.tokengenerator.internal.finiteStateMachine.UnstableMachineStateException: Unexpected end of input. State transitions have not completed.
On the AIS end, I see oddness around not being able to call any of the AIS components, and some generic malformed /cXXXXX errors. Basically ->
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
Now again... I have this as vanilla as possible at this point. Studio log in works, but form requests all fail so its pretty useless (can't look up system code for instance). I do see created content, but none of it's use-able. I've done all the normal things (basic auth = false in WLS), patched everything, rebuilt everything, logged everything... just a lot of weird, weird errors. I had the client disable their scanners for a bit, but that didn't seem to help. Has anyone seen anything like this?