Page 1 of 1

Error on walk with Webinator 4.3

Posted: Thu Apr 01, 2004 8:21 am
by christian.porsil
Hi,

I receive errors like: Can't connect to myxyz.mydomain.com Connection refused.
I installed the free version. Our firewall lets the server connect to your license server. In the log file I see succesfull connection to the licence server.

The old gw program produces no errors and seems to create the index: gw -dtestdb http://myxyz.mydomain.com.

But this will create the old database and i can't query it with nthe new search-interface.

Now, what can i do???

Error on walk with Webinator 4.3

Posted: Thu Apr 01, 2004 10:03 am
by mark
"Connection refused" would indicate that the server you're trying to walk is offline or is specifically rejecting connections from the machine where you have Webinator installed. From the command line (shell prompt, or dos prompt) on the machine where Webinator is installed try
telnet myxyz.mydomain.com 80
GET /
and see if you get refused or not.