I build a report in eclipse with jaspersoft plugin. Firstly, when I preview it on eclipse, it shows "java heap space". Then I search this problem on the community, and change the memory of -Xms and -Xmx. It works fine.
After that, I upload my report to jasper server, and when I run it, the server gives me an error message: “There was an error on the server. Try again or contact site administrators. (Error UID: a0a37c16-5ee7-4c89-915b-791977f09307"
I tried to search this problem on the internet but nothing found. If anyone knows plz let me know, I'm really appreciate it.
3 Answers:
You'll need to check the jaspersserver.log and search for "ERROR" line to find the cause. If it's cause by memory shortage, just increase the memory used by Tomcat. You'll need to restart the server after the change.
https://stackoverflow.com/questions/12688778/increase-tomcat-memory-sett...