After several (less the 50) starts of an application there is impossible to start one.
Reason (as I guess): Impossible to get several java files from Dukascopy server.
After error accepted once there no possible to open application again.
I checked in with java 6 and java 7, Windows XP SP2 and Windows 7 64Bit, different internet connections (include DC's one) and there no affect on the behavior. After restart of the computer the error persists.
The following error exaample is received:
Error:
https://www.dukascopy.com/client/demo/j ... 2.6.63.jar"Lunch file" tab:
<?xml version="1.0"?>
<jnlp spec="1.6+" codebase="https://www.dukascopy.com/client/demo/jclient/" href="jclient.jnlp">
<information>
<title>FX Java Client</title>
<vendor>FX Marketplace Platform</vendor>
<description>FX Java Trading Platform</description>
<icon href="../../images/dds3.gif"/>
</information>
<security>
<all-permissions/>
</security>
<update check="timeout" policy="always"/>
<resources>
<property name="jnlp.client.version" value=""/>
<property name="jnlp.platform.mode" value="jclient"/>
<property name="jnlp.client.mode" value="DEMO"/>
<property name="jnlp.login.url" value="https://www1.dukascopy.com/authorization/demo,https://www2.dukascopy.com/authorization/demo,https://www3.dukascopy.com/authorization/demo"/>
<property name="sun.java2d.d3d" value="false"/>
<java version="1.6+" initial-heap-size="32m" max-heap-size="256m"/>
<jar href="lib/7zip-4.65.jar" main="false"/>
<jar href="lib/DDS2-TextEditor-1.8.jar" main="false"/>
<jar href="lib/JForex-API-2.6.63.jar" main="false"/>
<jar href="lib/MQL4Connector-2.6.63.jar" main="false"/>
<jar href="lib/MQL4Converter-1.0.jar" main="false"/>
<jar href="lib/commons-lang3-3.0.1.jar" main="false"/>
<jar href="lib/ecj-3.5.2.jar" main="false"/>
<jar href="lib/jForex-2.15.jar" main="false"/>
<jar href="lib/jakarta-oro-2.0.8.jar" main="false"/>
<jar href="lib/jakarta-regexp-1.4.jar" main="false"/>
<jar href="lib/jcalendar-1.3.3.jar" main="false"/>
<jar href="lib/lucene-core-3.4.0.jar" main="false"/>
<jar href="lib/lucene-highlighter-3.4.0.jar" main="false"/>
<jar href="lib/lucene-memory-3.4.0.jar" main="false"/>
<jar href="lib/lucene-queries-3.4.0.jar" main="false"/>
<jar href="lib/mina-core-1.1.7.jar" main="false"/>
<jar href="lib/mina-filter-ssl-1.1.7.jar" main="false"/>
<jar href="lib/nlink-1.2.jar" main="false"/>
<jar href="lib/slf4j-api-1.5.8.jar" main="false"/>
<jar href="lib/slf4j-jdk14-1.5.8.jar" main="false"/>
<jar href="lib/ta-lib-0.4.4dc.jar" main="false"/>
</resources>
<application-desc main-class="com.dukascopy.dds2.greed.GreedClient"/>
</jnlp>
Exception tab:
java.io.FileNotFoundException:
https://www.dukascopy.com/client/demo/j ... 2.6.63.jar at sun.reflect.GeneratedConstructorAccessor19.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
at com.sun.deploy.net.DownloadEngine.isUpdateAvailable(Unknown Source)
at com.sun.deploy.net.DownloadEngine.isUpdateAvailable(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException:
https://www.dukascopy.com/client/demo/j ... 2.6.63.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
... 13 more