Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

INT-150003 Cannot open an HTTP connection with server 'localhost:8080'.

Avatar

Level 1

Hi,

Can someone help in below issue.

I have configured Adobe Campaign V6 on windows server and trying to connect from client. I configured the connection as http://localhost:8080

and trying to connect with ID 'internal' but getting below error. Any pointer on this would really be helpful.

IOB-090007 Network error (connect(), errno=10061: no connection could be made because the target machine actively refused it.)

------

INT-150003 Cannot open an HTTP connection with server 'localhost:8080'.

------

Ashish

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Use the app server's hostname instead of localhost.

If IIS is installed (recommended), omit :8080 from the URL.

Thanks,

-Jon

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Hi,

Use the app server's hostname instead of localhost.

If IIS is installed (recommended), omit :8080 from the URL.

Thanks,

-Jon

Avatar

Level 1

Thanks Jon for your response. It resolved the original issue but now I'm facing another issue as below

SOP-330012 empty return for method 'Logon' of service xtk:session

would you have any idea why this would be happening?

Thanks,

Ashish

Avatar

Community Advisor

Verify that :8080 works, in which IIS would be misconfigured.

If neither works, make sure app server's web service is running and there aren't any firewalls intercepting responses.