Hi, i've installed the Lightstreamer server in my local machine and in one development server for testing the examples with the main browsers (IE6+, FF2+, Opera, Chrome, etc...)
In both of the browsers and in all of the browers works fine except in Opera (My Opera browser version is 9.64). In the javascript console i can see lot of errors when calling "create_session.html" page.
Each time that there are a request to that page, i have these errors:
Error:
name: ReferenceError
message: Security error: attempted to read protected variable
stacktrace: ...
Error:
name: ReferenceError
message: Security error: attempted to read protected variable
stacktrace: ... Line 1 of inline#3 script in http://push.myserver.com:8080/lightstreamer/create_session.html?LS_phase=9633&LS_domain=myserver.com&LS_polling=true&LS_polling_millis=0&LS_idle_millis=30000&LS_client_version=4.3&LS_adapter=DEMO&
start('Sbc22b13708f1e9e6T5728703', null, 30000, 50000, 'Lightstreamer HTTP Server');
Error:
name: ReferenceError
message: Security error: attempted to read protected variable
stacktrace: ... Line 1 of inline#4 script in http://push.myserver.com:8080/lightstreamer/create_session.html?LS_phase=9608&LS_domain=myserver.com&LS_polling=true&LS_polling_millis=0&LS_idle_millis=30000&LS_client_version=4.3&LS_adapter=DEMO&
s0(0.0,1.0,0.0);
Error:
name: ReferenceError
message: Security error: attempted to read protected variable
stacktrace: ... Line 1 of inline#5 script in http://push.myserver.com:8080/lightstreamer/create_session.html?LS_phase=9608&LS_domain=myserver.com&LS_polling=true&LS_polling_millis=0&LS_idle_millis=30000&LS_client_version=4.3&LS_adapter=DEMO&
loop(0);
Error:
name: ReferenceError
message: Security error: attempted to read protected variable
stacktrace: ... Line 2 of inline#6 script in http://push.myserver.com:8080/lightstreamer/create_session.html?LS_phase=9619&LS_domain=myserver.com&LS_polling=true&LS_polling_millis=0&LS_idle_millis=30000&LS_client_version=4.3&LS_adapter=DEMO&
end(); clsd = true;
Error:
name: ReferenceError
message: Security error: attempted to read protected variable
stacktrace: ... Line 1 of function script
if (! clsd) { retry(); }
Could be produced because of it is a trial version? Any idea?
Thanks.