One of our client is facing the issue where the setup is as below.
- Openscript installed in Windows 10 VDI.
- Forms application deployed on Weblogic and Weblogic is installed in AIX 7.1.0.0
- When Openscript is trying to launch same Forms application, it is failing and we are finding below error in applet logs.
It is to be noted that same Openscript installed in the same windows 10 VDI is working fine for different forms application which has been deployed on Linux machine.
Helper Service Message :<Message name = "StartConnection" port="7780"/>
Start ComunnicationLayer with browser id/process id:18004
Forms Session ID is WLS_FORMS.formsapp.1747
java.net.ConnectException: Connection refused: connect
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)