Fixed above error.

Next problem is:

"ER LS_getConfiguredEngineName The engine is not bound. Check the ../lsengine_config.js configuration file."

AFAIK my config file is congfigured correctly:

var ls = new LightstreamerEngine();
ls.context.setDomain("patsystems.com");
ls.connection.setLSHost("lonpc-011861.patsystems.com");
ls.connection.setStreamPort(8085);
ls.connection.setControlPort(8085);
ls.connection.setAdapterName("GUIDISPLAYMONITOR");
ls.bind();

Any thoughts?