Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
I upgraded from 6.2 to 6.2.1 by removing all wars and then replacing them with the new war files. I then edited the hibernate.cfg.xml files for postgresql. Everything seems to be ok. LOV are there etc but the "Document Browser" is empty when browsing functionality folders. The heading says 1-3 of 3 documents in the top right of the table but there are no rows in the table.

I can download the report templates with "Knowage Report Designer" but cannot upload them. How can I get the "Document Browser" to populate? I tried to delete the document templates with the Report Designer but this wouldn't sync up. I have the report designs and can re-upload them if required.

thanks
Environment 6.2.1, Ubuntu 16.04, tomcat 8
in Installation by (1.0k points)
edited by

This is what is shown in the console of the report designer when trying to deploy the downloaded report.

it.eng.spagobi.studio.core.services.template.DeployTemplateService.run:223 - Error comunicating with server
org.apache.axis.AxisFault: java.lang.RuntimeException: java.io.IOException: No such file or directoryAxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: java.io.IOException: No such file or directory
 faultActor:
 faultNode:
 faultDetail:
        {http://xml.apache.org/axis/}stackTrace:java.io.IOException: No such file or directory
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.createTempFile(File.java:2024)

Managed to get the rows to display. Note exactly how. I was checking the javascript console for errors and although I had looked before I found an error for a rest call. (I have lost the url now) and when I ran it manually I got back

{"service":"","errors":[{"message":"RESTEASY003650: No resource method found for GET, return 405 with Allow header"}]}

Weirdly I hadn't seen this error before and haven't seen it since.  After this the rows are now displaying. Maybe there is a cacheing issue from the older installation?

I still can't update report definition though. I am still getting the error above in the designer.

Please log in or register to answer this question.

...