cancel
Showing results for 
Search instead for 
Did you mean: 

Error on execute TransactionController

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!

 

loganscott911
Member
1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

3 REPLIES 3

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.

 

 

loganscott911
Member

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

Hi. I am making progress. The protip to the testing guide helps a lot. Thank you.