Don't understand why this exception is thrown while testing with JForex API:
java.lang.NullPointerException
at java.lang.Thread.setPriority(Thread.java:817)
at com.dukascopy.charts.data.datacache.bq.run(Unknown Source)
at com.dukascopy.charts.data.datacache.ah.c(Unknown Source)
at com.dukascopy.dds2.greed.agent.strategy.tester.a.d.run(Unknown Source)
at java.lang.Thread.run(Thread.java:736)
2011-07-07 21:33:45.713 ERROR a -
java.lang.NullPointerException
at java.lang.Thread.setPriority(Thread.java:817)
at com.dukascopy.charts.data.datacache.bq.run(Unknown Source)
at com.dukascopy.charts.data.datacache.ah.c(Unknown Source)
at com.dukascopy.dds2.greed.agent.strategy.tester.a.d.run(Unknown Source)
at java.lang.Thread.run(Thread.java:736)
2011-07-07 21:33:51.338 DEBUG c - (d-jd-gva-64-147.dukascopy.com/194.8.15.147:10443) message factory created
2011-07-07 21:34:49.692 DEBUG t - Disconnected from data feed server, reason - CLIENT_APP_REQUEST
The same strategy was running well before switching to 64 bit Windows, 64 bit Eclipse and 32 bits Java.
Other projects run well after this switching. The project in my job contains more than 200 Eclipse-projects and all run well.