updated AM to 9.2.2 from 9.1.x and not not able to login
I am getting this error message when trying to connect. I have updated java on the master server as part of the upgrade.
I am using my local pc to connect, the server gives the same message as well. any advice would be much appreciated.
java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.<init>(Unknown Source)
at sun.security.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
at com.appworx.client.screen.util.ClientSocketManager.A(ClientSocketManager.java:250)
at com.appworx.client.screen.util.ClientSocketManager.connect(ClientSocketManager.java:315)
at com.appworx.client.screen.util.Loader.setMaster(Loader.java:936)
at com.appworx.client.screen.logon.C.ń(Logon.java:230)
at com.appworx.client.screen.main.AxMain.A(AxMain.java:2251)
at com.appworx.client.screen.main.AxMain.main(AxMain.java:2864)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)