ianr.spw
Joined: 04/04/2017 11:00:02
Messages: 1
Offline
|
Just in case it helps anyone else.
I was unable to deploy jobs directly to SpagoBI 5.2 from Talened Studio V6.3.0 using the 'Deploy on SpagoBI' menu option in Talend.
The SpagoBITalendEngine.log showed the following exception:
Caused by: java.lang.ClassNotFoundException: org.jaxen.JaxenException
I had to copy (not move) the file 'jaxen-1.1.6.jar' from '\All-In-One-SpagoBI-5.2.0\webapps\SpagoBIJasperReportEngine\WEB-INF\lib' into '\All-In-One-SpagoBI-5.2.0\webapps\SpagoBITalendEngine\WEB-INF\lib' and then restart SpagoBI.
I didn't have to do this with SpagoBI 5.1 and I don't know whether is a bug in SpagoBI or was done intentionally.
|