Lightstreamer
Search Forums
Search Results
Forum Home
Sign In
FAQ
Search
Today's Posts
Mark Forums Read
Page 1 of 18
1
2
3
11
>
Last
»
Showing results 1 to 25 of 426
Search:
Posts Made By:
Mone
Forum:
Java Adapter API
Yesterday, 10:00 AM
Replies:
1
Null Pointer Exception in Thread
Views:
27
Posted By
Mone
NullPointerException means that you tried to call...
NullPointerException means that you tried to call a method or access a property on a variable that is actually null.
e.g.
if orderRequestMessage.toJSON(); returns null then the jsonString.length()...
Forum:
Java Adapter API
08-24-2010, 10:32 AM
Replies:
5
create_session related issue.
Views:
149
Posted By
Mone
hi, there is no maximum value, but note that...
hi,
there is no maximum value, but note that that's the time the user will wait with no data before being notified that something is wrong with the connection
Forum:
Google Web Toolkit (GWT)
08-21-2010, 04:29 PM
Replies:
1
setDomain with IP address issue.
Views:
106
Posted By
Mone
hi, sorry but using IPs is not supported. While...
hi,
sorry but using IPs is not supported.
While you're developing you may use the hosts file of you client machine to set up some "fake" hosts
HTH
Forum:
Google Web Toolkit (GWT)
08-20-2010, 03:02 PM
Replies:
7
Google Web Toolkit Integration
Views:
589
Posted By
Mone
hello all, just to inform you that we've...
hello all,
just to inform you that we've released a Lightstreamer-GWT integration demo.
The demo will be soon linked on the demo page of our website, in the meanwhile you can see it working here:...
Forum:
Other Toolkits
08-18-2010, 01:50 PM
Replies:
10
createEngine should be in the BODY ??
Views:
162
Posted By
Mone
thanks to you for sharing the solution :) cheers
thanks to you for sharing the solution :)
cheers
Forum:
Other Toolkits
08-18-2010, 11:38 AM
Replies:
10
createEngine should be in the BODY ??
Views:
162
Posted By
Mone
you can bind that to something clickable and...
you can bind that to something clickable and click it after the first alert, or you may add javascript: in front of it and use it as a bookmarklet.
also check out if there are any errors in the...
Forum:
Other Toolkits
08-18-2010, 10:57 AM
Replies:
10
createEngine should be in the BODY ??
Views:
162
Posted By
Mone
hi, I had to modify the code a little bit as it...
hi,
I had to modify the code a little bit as it has some dependencies I don't have.
btw I see that you're calling the test method inside the onchange event of your <select>, this means that each...
Forum:
Other Toolkits
08-17-2010, 02:20 PM
Replies:
10
createEngine should be in the BODY ??
Views:
162
Posted By
Mone
do you see any exception in the browser's error...
do you see any exception in the browser's error console?
is it possible for you to show me the entire html of your page? (the simpler, the page that shows the issue is, the better)
note that even...
Forum:
Other Toolkits
08-17-2010, 10:36 AM
Replies:
10
createEngine should be in the BODY ??
Views:
162
Posted By
Mone
hello, the first alert is self-explaining, you...
hello,
the first alert is self-explaining, you should call the createEngine method on a script that is within the body element of the page.
It is not mandatory as the library will recover...
Forum:
Web Client API
08-16-2010, 10:31 AM
Replies:
1
I can't access content that is being streamed with Lightstreamer
Views:
94
Posted By
Mone
which content are you talking about? Are you sure...
which content are you talking about? Are you sure that lightstreamer is involved?
Does this work on your browser? http://www.lightstreamer.com/demo/StockListDemo_Basic/
this doesn't seem related...
Forum:
Other Toolkits
08-10-2010, 10:14 AM
Replies:
6
Google Visualization API - Internet Explorer 7 - Access is denied.
Views:
3,523
Posted By
Mone
Hi, not at all, which domain and hosts are you...
Hi,
not at all,
which domain and hosts are you using?
Forum:
Google Web Toolkit (GWT)
08-04-2010, 11:01 AM
Replies:
7
Google Web Toolkit Integration
Views:
589
Posted By
Mone
hello, we don't have any step by step...
hello,
we don't have any step by step tutorial.
the best resource available is the first post in this thread.
btw we will release a GWT stocklistdemo in the (near) future, but again, you'll have to...
Forum:
Applications - Showcase - Jobs
08-02-2010, 10:14 AM
Replies:
1
metatrader very tiny/modest project
Views:
166
Posted By
Mone
hi, what's mt4? btw the steps to build a...
hi,
what's mt4?
btw the steps to build a Lightstreamer application are always the same.
You have to code a server side adapter that gathers your data and injects them in the Lightstreamer kernel....
Forum:
Architecture - Integration - Deployment
08-02-2010, 10:04 AM
Replies:
5
Initial snapshot length
Views:
154
Posted By
Mone
Hi, there is no fixed limit.
Hi,
there is no fixed limit.
Forum:
Architecture - Integration - Deployment
07-30-2010, 03:26 PM
Replies:
8
Stocklist JMS demo with WebSphere MQ
Views:
183
Posted By
Mone
is your problem similar to this one?...
is your problem similar to this one? http://theaveragelife.wordpress.com/2009/07/02/writing-a-standalone-jms-java-client-to-connect-to-websphere-mq-6-0-via-websphere-application-server-6-1/
Forum:
Web Client API
07-30-2010, 02:32 PM
Replies:
1
SetDomain setLSHost related issue
Views:
132
Posted By
Mone
Hi, due to the same origin policy...
Hi,
due to the same origin policy (http://en.wikipedia.org/wiki/Same_origin_policy) both host names must share the same domain
WRONG:
domain: myportal.co.in
ls server: push.CO-OP.co.in
web server:...
Forum:
Architecture - Integration - Deployment
07-30-2010, 10:08 AM
Replies:
8
Stocklist JMS demo with WebSphere MQ
Views:
183
Posted By
Mone
hi, it seems that you've not configured the...
hi,
it seems that you've not configured the needed topic on your JMS server, is that correct?
Forum:
Web Client API
07-29-2010, 06:10 PM
Replies:
3
SetDomain and SetLSHost() problem
Views:
126
Posted By
Mone
on your production machines you should change the...
on your production machines you should change the host name of the web server to "www.ClientCompanyName.co.ke" while keeping the host name of the Lightstreamer server to "push.ClientCompanyName.co.ke"
Forum:
Architecture - Integration - Deployment
07-29-2010, 05:24 PM
Replies:
8
Stocklist JMS demo with WebSphere MQ
Views:
183
Posted By
Mone
sorry, i thought that with MQ you were referring...
sorry, i thought that with MQ you were referring to JbossMQ
btw as you can see there is not much difference in configuring the demo with JbossMQ Jboss Messaging or Tibco EMS so that I suppose that...
Forum:
Architecture - Integration - Deployment
07-29-2010, 03:27 PM
Replies:
5
Initial snapshot length
Views:
154
Posted By
Mone
you're right, note that the...
you're right, note that the <max_buffer_size> element in the Lightstreamer server configuration poses an upper limit to the value set by the adapter. The default is 1000 that could explain your issue
Forum:
Adapter Remoting Infrastructure
07-29-2010, 02:54 PM
Replies:
14
Adapter ports not up
Views:
367
Posted By
Mone
hi, A are you on windows or linux? The last time...
hi,
A
are you on windows or linux? The last time I've seen a "Accept error on socket Lightstreamer HTTP Server" error was on a linux machine: an ineffective ulimit call led to the exhaustion of the...
Forum:
Web Client API
07-29-2010, 02:25 PM
Replies:
3
SetDomain and SetLSHost() problem
Views:
126
Posted By
Mone
Hi, you're probably in a situation similar to...
Hi,
you're probably in a situation similar to the following one:
so you should change the hostname of the web server to something like www.ClientCompanyName.co.ke...
Forum:
Architecture - Integration - Deployment
07-29-2010, 09:59 AM
Replies:
8
Stocklist JMS demo with WebSphere MQ
Views:
183
Posted By
Mone
Hi, please read the JMS Adapter Example.pdf...
Hi,
please read the JMS Adapter Example.pdf file available in the LS_HOME/DOCS-SDKs/sdk_adapter_java/examples/StockListDemo_JMS_DataAdapter folder, it explains how to configure the...
Forum:
Adapter Remoting Infrastructure
07-28-2010, 11:23 AM
Replies:
14
Adapter ports not up
Views:
367
Posted By
Mone
also, the correspondent snippet of the log on the...
also, the correspondent snippet of the log on the adapter side may be useful too.
Forum:
Adapter Remoting Infrastructure
07-28-2010, 11:22 AM
Replies:
14
Adapter ports not up
Views:
367
Posted By
Mone
Hi, I can't download the file (I get a timeout...
Hi,
I can't download the file (I get a timeout error), btw I was expecting something a lot smaller just showing the issue.
the support@lightstreamer.com address is still active but does not support...
Search took
0.07
seconds.
Page 1 of 18
1
2
3
11
>
Last
»
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Not signed in
DEMOS
|
DOCS
|
DOWNLOAD
|
SUPPORT
|
SALES
|
ABOUT US
|
CONTACT
|
LEGAL