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

In the Kpi Document Designer cannot save KPI document. In logs I see following stack trace:

2023-05-31T20:47:29,775+00:00 [14a3052e-0b96-4d19-8554-4371a05df9e8] ERROR [http-nio-8080-exec-11] [it.eng.spagobi.rest.interceptors.RestExceptionMapper.toResponse:60] [741e38ce-87db-4915-8910-29bc926768a5/5900E735542F6D81C804947D8943B072] [] [DEMO]
Catched service error:
it.eng.spagobi.utilities.exceptions.SpagoBIServiceException: sbi.document.saveError
        at it.eng.spagobi.analiticalmodel.execution.service.v2.SaveDocumentResource.saveDocument(SaveDocumentResource.java:126) ~[knowage-core-8.1.11.jar:8.1.11]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]

Caused by: java.lang.NullPointerException
        at it.eng.spagobi.analiticalmodel.execution.service.v2.SaveDocumentResource.checkAndSanitizeXSS(SaveDocumentResource.java:139) ~[knowage-core-8.1.11.jar:8.1.11]
        at it.eng.spagobi.analiticalmodel.execution.service.v2.SaveDocumentResource.saveDocument(SaveDocumentResource.java:102) ~[knowage-core-8.1.11.jar:8.1.11]
        ... 90 more
Environment Knowage 8.1.0
in Cockpit, Dashboard and Console by (160 points)

Please log in or register to answer this question.

...