Error while executing report
Posted on July 28, 2017 at 6:35am
HI All,
I have four types of reports to be genrated using JasperServer Reports,
Two of the reports are working fine, whereas the other two are throwing the below mentioned error.
Error Message
There was an error on the server. Try again or contact site administrators. (Error UID: 5bcaec3f-507a-4dsasad-djsancis2332)
Everything is fine with the connectivity and server, I am not sure what could be reason for this error for only two reports.
The other two reports are working perfect.
Could anyone please afvise what could be causing this error!
Thanks in Advance.
Joined: Jul 26 2017 - 4:20am
Last seen: 5 years 6 months ago
Posted on July 28, 2017 at 7:06am
Check in the apache tomcat directory : apache-tomcat\webapps\jasperserver\WEB-INF\logs\jasperserver.log
Joined: Jul 13 2017 - 5:22am
Last seen: 5 years 5 months ago
Posted on August 4, 2017 at 1:07am
Thank you Nicolas, we had the same probleme and you answer helped us a lot we found the reason of our problem in the log you mentionned (a permission denied on datasource access)
Joined: Oct 17 2011 - 11:30pm
Last seen: 2 months 1 week ago
Posted on March 30, 2018 at 3:08am
I've Faced the same error!
I've got this error because there were some errors in DataSource. Please check your datasource connection by clicking on TEST CONNECTON Button
Joined: Oct 6 2015 - 10:03am
Last seen: 4 months 6 days ago
Posted on July 4, 2018 at 2:04am
Bonjour a tous..
j'ai cette même erreur. J'ai verifié la connexion a la source de données, par le test qui etait ok.
J'ai egalement cherché le fichier jasperserver.log dans apache-tomcat mais là je ne sais pas comment corriger mon erreur:
ça me donne : Error EngineServiceImpl,pool-4-thread-2:1833 - Error while closing data sourceconnection
ErrorPageHandlerAction,http-apr-8080-exec-1:118 - Error UID
Caused by: Error executing SQL statement for: invoice
Erreur d'E/S: Socket read timed out
Joined: May 31 2018 - 1:33am
Last seen: 4 years 7 months ago
Posted on February 8, 2020 at 8:52am
in the hope that some one may find my experince helpful :
In my case, I had PostgreSQL and chose "sql" for the query language.
That needed to be __ plsql __ !
Once I changed it, it solved that issue
Joined: Feb 7 2020 - 9:18am
Last seen: 2 years 12 months ago
I am also getting the error as below, iam using jasper server for fist time
There was an error on the server. Try again or contact site administrators. (Error UID: a84512a9-891d-47a2-aecf-d42a7c4195f5)
could any one suggest how to clear the error.
This is the most annoying feature in Jasper Server. Before, you used to see what the error was and could determine it without having to bother an admin. Can this be turned off to just display the error message? This is not ideal for a dev server to get some GUID and then having to dig in a log. It was better the way it was before.