Hi,
i loaded the Java-SDK for Netbeans, but it doesnt want to wok,
i'm trying to login with a demo-account, even opened a new one and tried it again, but no chance.
Help would be really nice
Greets your Java Newbie
------------------------------------------------------------------------
Building JForex-SDK 2.45.33
------------------------------------------------------------------------
--- exec-maven-plugin:1.2.1:exec (default-cli) @ JForex-SDK ---
2016-02-12 05:43:42.285 INFO AuthorizationClient - Auth step 1 request [249BA36000029BBE97499C03DB5A9001F6B734EC]
2016-02-12 05:43:45.876 ERROR AuthorizationClient - Unauthorized
HttpServerResponse [response=Unauthorized, responseCode=401, headerFields={Transfer-Encoding=[chunked], null=[HTTP/1.1 401 Unauthorized], CF-RAY=[2738b95500dd26ba-FRA], Server=[cloudflare-nginx], Connection=[keep-alive], Pragma=[no-cache], Last-Modified=[Fri, 12 Feb 2016 13:43:41 GMT], StatusCode=[401], Date=[Fri, 12 Feb 2016 13:43:44 GMT], StatusMessage=[401: Auth failed], Cache-Control=[no-cache, must-revalidate, no-store, max-age=0], Set-Cookie=[__cfduid=de6f9b4b65e1e098ca6e4e00cf8f3280f1455284621; expires=Sat, 11-Feb-17 13:43:41 GMT; path=/; domain=.dukascopy.com; HttpOnly], Expires=[Thu, 01 Jan 1970 00:00:00 GMT], Content-Type=[text/html;charset=UTF-8]}]
at com.dukascopy.auth.client.http.HttpSRPClientProtocol.performStep1(HttpSRPClientProtocol.java:155)
at com.dukascopy.auth.client.SRPAuthClient.step1(SRPAuthClient.java:205)
at com.dukascopy.auth.client.SRPAuthClient.authenticate(SRPAuthClient.java:57)
at com.dukascopy.api.impl.connect.AuthorizationClient.getAPIsAndTicketUsingLogin_SRP6(AuthorizationClient.java:680)
at com.dukascopy.api.impl.connect.DCClientImpl.authenticate(DCClientImpl.java:549)
at com.dukascopy.api.impl.connect.DCClientImpl.connect(DCClientImpl.java:321)
at com.dukascopy.api.impl.connect.DCClientImpl.connect(DCClientImpl.java:311)
at jforex.plugin.ordertable.OrderTableFromSdk.main(OrderTableFromSdk.java:36)
Exception in thread "main" com.dukascopy.api.system.JFAuthenticationException: Incorrect username or password
at com.dukascopy.api.impl.connect.DCClientImpl.authenticate(DCClientImpl.java:595)
at com.dukascopy.api.impl.connect.DCClientImpl.connect(DCClientImpl.java:321)
at com.dukascopy.api.impl.connect.DCClientImpl.connect(DCClientImpl.java:311)
at jforex.plugin.ordertable.OrderTableFromSdk.main(OrderTableFromSdk.java:36)
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 6.681s
Finished at: Fri Feb 12 05:43:45 PST 2016
Final Memory: 6M/184M
------------------------------------------------------------------------
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project JForex-SDK: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1]
https://cwiki.apache.org/confluence/disp ... nException