Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

Hi, I create a generic document, based on mondrian olap schema; but when I am accessing the document on the knowage menu I m getting this error

java.util.ArrayList cannot be cast to it.eng.spago.base.SourceBean

java.util.ArrayList cannot be cast to it.eng.spago.base.SourceBean

I m getting this errors on log file
[http-nio-8080-exec-6] 11 mai 2020 11:54:44,251 ERROR it.eng.spagobi.api.DocumentExecutionResource.getDocumentExecutionURL:259 - Error while getting the document execution url

it.eng.spagobi.utilities.exceptions.SpagoBIServiceException: java.util.ArrayList cannot be cast to it.eng.spago.base.SourceBean

at it.eng.spagobi.analiticalmodel.document.DocumentExecutionUtils.handleNormalExecutionUrl(DocumentExecutionUtils.java:238)

at it.eng.spagobi.api.DocumentExecutionResource.getDocumentExecutionURL(DocumentExecutionResource.java:227)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
Environment knowage 7.1.5 on windows server,
in Reporting by (810 points)

Please log in or register to answer this question.

...