I assume you are using the application based on large data that you mentioned in other threads.
Then, as a first step, make sure that you have customized the launch script in a way similar to the other case. For instance, the Remote Server log shows some command line arguments that, if I remember well, in the other case you had to remove.
We couldn't find any suggestion from the logs, hence we need to log the data flow. Please, log the Proxy Adapter first, which is easier, by setting as DEBUG the priority for the com.lightstreamer.adapters.remote category in lightstreamer_log_conf.xml. In order to protect the log against huge data, you could put a limit on the log line length, by modifying the "ConversionPattern" argument of the log4j appenders defined in the first part of the configuration file; put %.200m in place of %m, for instance.