Error on walk with Webinator 4.3

Post Reply
christian.porsil
Posts: 1
Joined: Thu Apr 01, 2004 8:14 am

Error on walk with Webinator 4.3

Post 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???
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Error on walk with Webinator 4.3

Post 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.
Post Reply