Dario Crivelli If there is any step missing in the Remote Adapter configuration, the Server startup may block.
As a first check, please make sure that the Server has completed its startup, by looking for the "Server ... listening to ..." message in the Server log.
We can help you analyze the log, if needed.
C:\Lightstreamer_Moderato_5_0_Colosseo_20120803\Lightstreamer\bin\windows>call L
S.bat run
Java environment:
JAVA_HOME = C:\Program Files\Java\jre7
JAVA_OPTS = -server
ECHO is off.
Lightstreamer Server directory:
LS_HOME = C:\Lightstreamer_Moderato_5_0_Colosseo_20120803\Lightstreamer
ECHO is off.
Starting Lightstreamer Server...
Please check logs for detailed information.
10.Sep.12 13:33:07,969 < INFO> Lightstreamer Server 5.0 build 1576
10.Sep.12 13:33:08,170 < INFO> Lightstreamer Server starting in Moderato edition
10.Sep.12 13:33:08,397 < WARN> Only minimal JMX management support is available
with the current license
10.Sep.12 13:33:08,419 < WARN> No users defined for RMI Adaptor. Not started.
10.Sep.12 13:33:08,431 < INFO> SERVER pool size set by default at 10
10.Sep.12 13:33:08,464 < WARN> No users defined for Internal Monitor.
10.Sep.12 13:33:08,558 < INFO> data_provider element without name attribute; usi
ng DEFAULT as the default name
10.Sep.12 13:33:08,560 < INFO> Loading Data Adapter DEMO.MONITOR
10.Sep.12 13:33:08,561 < INFO> Loading Data Adapter DEMO.QUOTE_ADAPTER
10.Sep.12 13:33:08,560 < INFO> Loading Metadata Adapter DEMO
10.Sep.12 13:33:08,563 < INFO> Finished loading Data Adapter DEMO.MONITOR
10.Sep.12 13:33:08,564 < INFO> Loading Metadata Adapter PROXY_HELLOWORLD
10.Sep.12 13:33:08,563 < INFO> Loading Data Adapter DEMO.PORTFOLIO_ADAPTER
10.Sep.12 13:33:08,566 < INFO> Loading Data Adapter DEMO.CHAT_ROOM
10.Sep.12 13:33:08,568 < INFO> Loading Data Adapter PROXY_HELLOWORLD.DEFAULT
10.Sep.12 13:33:08,567 < INFO> Loading Data Adapter DEMO.SIMPLE_MESSENGER
10.Sep.12 13:33:08,791 < INFO> Finished loading Data Adapter PROXY_HELLOWORLD.DE
FAULT
10.Sep.12 13:33:08,820 < INFO> Loading inner Proxy Data Adapter
10.Sep.12 13:33:08,904 < INFO> Finished loading Metadata Adapter PROXY_HELLOWORL
D
10.Sep.12 13:33:08,919 < INFO> Connecting...
10.Sep.12 13:33:09,055 < INFO> Waiting for a connection on port 6662...
10.Sep.12 13:33:09,058 < INFO> Waiting for a connection on port 6661...
10.Sep.12 13:33:09,097 < INFO> StockQuotesDataAdapter ready.
10.Sep.12 13:33:09,101 < INFO> Finished loading Data Adapter DEMO.QUOTE_ADAPTER
10.Sep.12 13:33:09,089 < INFO> PortfolioDataAdapter ready
10.Sep.12 13:33:09,103 < INFO> Finished loading Data Adapter DEMO.PORTFOLIO_ADAP
TER
10.Sep.12 13:33:09,084 < INFO> IMDataAdapter ready
10.Sep.12 13:33:09,105 < INFO> Finished loading Data Adapter DEMO.SIMPLE_MESSENG
ER
10.Sep.12 13:33:09,084 < INFO> MixedMetadataAdapter ready
10.Sep.12 13:33:09,107 < INFO> Finished loading Metadata Adapter DEMO
10.Sep.12 13:33:09,100 < INFO> ChatDataAdapter ready
10.Sep.12 13:33:09,109 < INFO> Finished loading Data Adapter DEMO.CHAT_ROOM
10.Sep.12 13:33:09,117 < INFO> Selector pool size set by default at 2
10.Sep.12 13:33:09,119 < INFO> Selector maximum load set by default at 1000
10.Sep.12 13:33:09,222 < INFO> Created selector thread: NIO TLS/SSL HANDSHAKE SE
LECTOR 1
10.Sep.12 13:33:09,228 < INFO> Created selector thread: NIO TLS/SSL HANDSHAKE SE
LECTOR 2
10.Sep.12 13:33:09,238 < INFO> Created selector thread: NIO TLS/SSL HANDSHAKE SE
LECTOR 1
10.Sep.12 13:33:09,244 < INFO> Created selector thread: NIO TLS/SSL HANDSHAKE SE
LECTOR 2
10.Sep.12 13:33:09,255 < INFO> Created selector thread: NIO WRITE SELECTOR 1
10.Sep.12 13:33:09,261 < INFO> Created selector thread: NIO WRITE SELECTOR 2
10.Sep.12 13:33:09,270 < INFO> Created selector thread: NIO READ SELECTOR 1
10.Sep.12 13:33:09,275 < INFO> Created selector thread: NIO READ SELECTOR 2
10.Sep.12 13:33:09,281 < INFO> Created selector thread: NIO CHECK SELECTOR 1
10.Sep.12 13:33:09,286 < INFO> Created selector thread: NIO CHECK SELECTOR 2
10.Sep.12 13:33:09,292 < INFO> Created selector thread: NIO WRITE SELECTOR 1
10.Sep.12 13:33:09,298 < INFO> Created selector thread: NIO WRITE SELECTOR 2
10.Sep.12 13:33:09,303 < INFO> Created selector thread: NIO READ SELECTOR 1
10.Sep.12 13:33:09,308 < INFO> Created selector thread: NIO READ SELECTOR 2
10.Sep.12 13:33:09,314 < INFO> Created selector thread: NIO CHECK SELECTOR 1
10.Sep.12 13:33:09,320 < INFO> Created selector thread: NIO CHECK SELECTOR 2
10.Sep.12 13:33:09,394 < INFO> Events pool size set by default at 2
10.Sep.12 13:33:09,416 < INFO> Pump pool size set by default at 2
10.Sep.12 13:33:09,554 < INFO> Lightstreamer on Java Virtual Machine: Oracle Cor
poration, Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, 1.7.0_03-b05 on Windows 7
10.Sep.12 13:33:09,555 < INFO> Lightstreamer Server 5.0 build 1576 starting...
10.Sep.12 13:33:09,577 < INFO> Server "Lightstreamer HTTP Server" listening to *
:8167 ...
Thank you for your response. I checked the logfile and verified that the Server is running...
I used the following tutorial
http://www.lightstreamer.com/docs/articles/DotNET-Data-Adapter_Tutorial_Colosseo/index.htm
and created the VB data Adapter.