Olivier Berger wrote:
> Le samedi 28 novembre 2009 à 15:50 +0000, Nathan a écrit :
>> For anybody who can't connect to virtuoso via isql on ubuntu (ie getting
>> the following error)
>>
>> # isql localhost:1111 dba pass
>> [ISQL]ERROR: Could not SQLConnect
>>
> 
> Isn't it that localhost is an IPV6 address and it will work with IPV4,
> i.e. 127.0.0.1:1111 ?

isql 127.0.0.1:1111 dba dba
[ISQL]ERROR: Could not SQLConnect

isql localhost:1111 dba dba
[ISQL]ERROR: Could not SQLConnect

isql 1111 dba dba
[ISQL]ERROR: Could not SQLConnect

> Have you checked with lsof -P -n for instance if the server is actually
> listening on that 1111 port ?

yup it is:
netstat -tap | grep 1111
tcp        0      0 *:1111                  *:*
LISTEN      12029/virtuoso-t

> Just my 2 cents without any clue on how ports are managed on your Ubuntu
> nor your virtuoso installation, but that may help.

it's the same on several different ubuntu lts boxes (differing versions)
all virtuoso's are standard builds of either 5.0.12 or 6.0.1 dev
snapshots; same case with approx 12 different installs over the last
couple of weeks and same issue (use that term loosely) each time; hence
why I thought it was worth mentioning incase anybody else googled the
problem in the future :)

regards!

Reply via email to