Hi Kes,
This error is caused by our proxy, because the server is in Azure Cloud. Our network team is working on this issue.
Thanks for your help.
Regards,
WeiSu
Thanks Kes.
After I added all the jar files, it move one more step forward, but it produces the error message below. I had confirm with ABB that the URL is correct.
Sorry to bother you again.
In CalEWS set url https://dev-n01-vic.ellipsehosting.com/ews/services/
Nov 10, 2016 12:22:36 PM...
Thanks Kes.
It get me to the next step, but I get this error.
In CalEWS set url https://dev-n01-vic.ellipsehosting.com:9099/ews/services/
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at...
Hi all,
I am trying to run this java example in Eclipse Mars-2, but it doesn't pass the first method.
private void processCmdLineParameters(String[] args) throws Exception {
for (int i=0;i<cmdLineParameterNames.length;i++) {
cmdLineParameters.put(cmdLineParameterNames[i], "");
}
for...
Hi Artem,
Thanks for your reply. I have gone through the Mincom documentation but found there was very few information. I need some example to get start.
Wei.
Hi Artem,
Good to hear you fixed it. Not sure how you catch the error? In one of my code, I use something like.
try {
..........
}catch (IOException e) {
System.out.println("IOException caught e=" + e.getMessage());
} catch (ServerException e) {
System.out.println("ServerException...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.