java.lang.ClassNotFoundException: com.agile.api.pc.ServerProperties
Hi,
Trying to use j_username and j_password from URL extension in Agile 9.3.1 I get following error:
Authentication cookies invalid Error code : 60086
Error message : Call APIException.getRootCause() for details.
Root Cause exception : java.lang.ClassNotFoundException: com.agile.api.pc.ServerProperties
Web application is installed on separate server in the same domain. Cookies are not empty.
I checked AgileAPI.jar. there is no class com.agile.api.pc.ServerProperties. There is even no package com.agile.api.pc
On metalink there is only info that this error occures when AgileAPI.jar is multiple times in CLASSPATH.
I copy/pasted code from Agile SDK Developers Guide 9.3.1 from January 2011.
Trying to use j_username and j_password from URL extension in Agile 9.3.1 I get following error:
Authentication cookies invalid Error code : 60086
Error message : Call APIException.getRootCause() for details.
Root Cause exception : java.lang.ClassNotFoundException: com.agile.api.pc.ServerProperties
Web application is installed on separate server in the same domain. Cookies are not empty.
I checked AgileAPI.jar. there is no class com.agile.api.pc.ServerProperties. There is even no package com.agile.api.pc
On metalink there is only info that this error occures when AgileAPI.jar is multiple times in CLASSPATH.
I copy/pasted code from Agile SDK Developers Guide 9.3.1 from January 2011.
0