-1
I am developing an application that consumes a third party web service.
When I run the application via Eclipse it works perfectly.
But when running via command line, the error "2 Counts of Inaccessiblewsdlexception" is displayed whenever I call any of your services.
Command Line: java -Xms256m -Xmx1024m -jar C: Omni clients fac java Icaptorecob.jar
What should I do? What’s the difference between running for Eclipse and running out of it?
Please post the full stacktrace of the error
– Marquezani
Marquezani, sorry for the delay. It’s hard to catch the error stacktrace because I’m running through the command line. But the error was as follows: Unexpected Error: java.security.Invalidalgorithmparameterexception: the trustAnchors Parameter must be non-empty.
– OrlandoDias
This error is when the system does not find the certificate (.JKS file). However the certificate is in the specified folder.
– OrlandoDias