|
Attention! Read the forum rules carefully before posting a topic.
Try to find an answer in Wiki before asking a question. Submit programming questions in this forum only. Off topics are strictly forbidden.
Any topics which do not satisfy these rules will be deleted.
CurvesJsonProtocolHandler - WARN |
hyperscalper
|
Post subject: CurvesJsonProtocolHandler - WARN |
Post rating: 0
|
Posted: Tue 05 Nov, 2013, 16:16
|
|
User rating: 98
Joined: Mon 23 Jul, 2012, 02:02 Posts: 656 Location: United States, Durham, NC
|
API 2.8.0 standalone. What is the significance of this message?
Do I need to configure a logging level? How to do that, please.
2013-11-05 15:00:07.173 WARN CurvesJsonProtocolHandler - WARN: file [https://www.dukascopy.com/datafeed/EURUSD/2013/10/05/14h_ticks.bi5] was not found [https://www.dukascopy.com/datafeed/EURUSD/2013/10/05/14h_ticks.bi5] 2013-11-05 15:00:07.178 WARN CurvesJsonProtocolHandler - WARN: file [https://www.dukascopy.com/datafeed/EURUSD/2013/10/05/14h_ticks.bi5] was not found [https://www.dukascopy.com/datafeed/EURUSD/2013/10/05/14h_ticks.bi5]
HyperScalper
|
|
|
|
 |
API Support
|
Post subject: Re: CurvesJsonProtocolHandler - WARN |
Post rating: 0
|
Posted: Thu 07 Nov, 2013, 14:08
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
We separate Ticks/Candles history on two parts:
1. latest history, for ticks its last hour. 2. earliest history - all other existing history.
Those two history parts are stored on two servers: latest history server and earliest history http file server.
First we look on http file server to load the history for the client. If the history is the latest and if there is no such file on file server, but it theoretically should be there (in practice some time is needed to create file) we show mentioned WARN message.
As you can see this is exactly your case - it is now 2013-11-05 15:00:07.178, but you need file for /2013/10/05/14h_ticks.bi5. Our file server had not created the file yet - only 7 seconds had passed.
You should not get too concerned about this warn message, because you'll get the file as soon as it gets created.
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|