Re: ASE 15 Developer Edition - Win XP: Failed installation -
04-24-2008
, 08:45 AM
Hello,
It sounds like the server may be having trouble setting up it's listener
on 127.0.0.1/5000:
00:00000:00000:2008/04/24 16:22:44.37 kernel nl__read_defer: read failed on socket 2.
: The parameter is incorrect. .
00:00000:00000:2008/04/24 16:22:54.40 kernel nl__read_defer: read failed on socket 3.
: The parameter is incorrect. .
From the ASE log:
network name sspibmlpt2831, interface IPv4, address 127.0.0.1, type nlwnsck, port 5000, filter NONE
Can you open a DOS command prompt and type "netstat -an | grep 5000" to confirm
that port 5000 is not already in use?
Do you really want the server to bind to the localhost address of 127.0.0.1?
(Client applications running on other machines won't be able to reach it).
Thanks,
Neal |