Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connection getting refused for ATS helper service port

User_SMH0VNov 14 2019

One of our client is facing the issue where the setup is as below.

  1. Openscript installed in Windows 10 VDI.
  2. Forms application deployed on Weblogic and Weblogic is installed in AIX 7.1.0.0
  3. 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)

Comments

Post Details

Added on Nov 14 2019
0 comments
432 views