bponnappan
Hi,
I was trying to connect Lighstremer with Adapter for the first time in a VPS. I am getting the following errors when I start adapter. Lightstreamer is waiting for the Ports.
Could not connect to Lightstreamer Server.
Make sure Lightstreamer Server is started before this Adapter.
System.Net.Sockets.SocketException: No such host is known
at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port)
at Adapters.HomepageAuctionModule.Main()
I have given the correct hostname in all config files and in initLS.js files also.
But still getting the same. Please help me
Many Thanks
Bejoy
Mone
Hi Bejoy,
looks like your .NET application is not able to resolve the hostname of the machine where your Lightstreamer server is.
From the command line try to use nslookup to resolve the address you've used, is it correctly resolved?
Note that the remote part of our .NET adapter does not have, by default, any configuration file; if you're using our standalone_launcher the server name is configured in the bat file. Otherwise you should refer to who wrote the launcher for your remote adapter.
Also note that we do not have any initLS.js file so I can't help you with that.