Hi. Doing a custom setup in java, apache, tomcat, oracle, win 7.
Testing code from API reference, Charge a Credit Card, sample code for Java.
Code builds fine.
On execute, I get an error on this line:
controller.execute();
Here is part of the error message in tomcat:
[pool-1-thread-1] net.authorize.util.LogHelper.info Use Proxy: 'false'
[pool-1-thread-1] net.authorize.util.LogHelper.error Http request execute failed: 'peer not authenticated'
Might be missing some jars.
Any suggestions are greatly appreciated.
Have a nice day!
Solved! Go to Solution.
08-02-2016 06:55 PM
Hello @loganscott911
You might wish to open an issue on GitHub. This will notify the development team responsible for this SDK who can take action. Plus you'll be notified as work progresses.
Richard
08-03-2016 02:21 PM
I solved part of the problem.
The error is now limited to this.
[pool-1-thread-1] net.authorize.util.LogHelper.info Use Proxy: 'false'
Please help. Thank you.
08-03-2016 02:16 PM
Hello @loganscott911
You might wish to open an issue on GitHub. This will notify the development team responsible for this SDK who can take action. Plus you'll be notified as work progresses.
Richard
08-03-2016 02:21 PM
Hi. I am making progress. The protip to the testing guide helps a lot. Thank you.
08-03-2016 02:53 PM