When launching the designer i get to username and password and hit the following:
GatewayException: Function ‘Login.designer’ requires 4 arguments, got 3
Ignition v8.1.10 (b2021090812)
Java: Azul Systems, Inc. 11.0.11
It might help to know that the system used to use active directory that has since been removed and retargeting the default security provider… not matter what i do it just returns requires 4 got 3 arguments…
Has anyone else seen this before?
I’m still unable to use the designer…
Given that a check, thanks for the info but they are set to the desired “default”.
The gwcmd idea also failed… it reset the password and exactly the same problem… have no problem now or before logging into the gateway webpage, and also have no problems using the designer on other project…
Just to gather a bit more data, can you provide information on the versions of Designer Launcher that you’re using as well as the version of the Ignition Gateway (presumably 8.1.10?).
I’ll give that a go a go as a last resort, have a few project and quite a few connections to remake in that case, would be nice to find the root of it… but thank you for your suggestion, it might be what I end up doing.
Did you recently upgrade the Gateway from an old version to 8.1.10?
If so, could you DM me your gateway-8.1.10.jar file in $GATEWAY_HOME/lib/core/gateway/? I suspect an old version of the jar is laying around, maybe something went wrong during the upgrade process and left the old jar(s) in place? That’s what the error you posted leads me to believe anyway…
Yeah that’s your problem right there. The Gateway must have loaded classes from the 8.1.9 jar even though it is supposed to be on 8.1.10. A correct install / upgrade would not have both jars in there…
Did you use the .run installer to do the upgrade or manually via the .zip distribution? Just wanting to make sure we tie up any loose ends on this issue if needed. If you used the .zip package, there are definitely more ways for things to end up in a bad state if the upgrade process isn't followed precisely.
I’m going to say this is user error, and yes *.zip. Simply deleting the 8.1.9 jar lets me in, but i’m going to do a fresh install now. Thank you all so much for the help and its great we got to the bottom of it !