"CRRDV0015E The report query results cannot be displayed" and "Error initializing reports service" error messages
Anthony Paul (70●2●18●21)
| asked Mar 27 '13, 10:03 a.m.
retagged Apr 01 '13, 1:05 p.m. by Lisa Caten (342●9●13)
Hi,
We noticed our WebSphere service on AIX was been run as root. So we changed the permissions on WebSphere and the Jazz Team Server directory to be writeable by a user named was and started the WebSphere service as this user.
It all seemed to work but when I logged into RQM all the widgets on the dashboard displayed this error:
CRRDV0015E The report query results cannot be displayed. The server encountered an unexpected error that prevented it from retrieving the report query results. To find more details about this issue, open the JavaScript console of your browser by pressing F12, refresh the widget, and check the JavaScript console for any resulting errors.Loading...
and if I try run a report manually I get:
Error initializing reports service
When we stopped WebSphere and started it as root again, it all worked perfectly.
Any ideas on how to fix this?
WebSphere is running at version 7.0.0.23
and
RQM is 4.0
Thanks
|
Accepted answer
@Anthony, please open the qm/admin >Advanced Properties find "
Anthony Paul selected this answer as the correct answer
Comments
Anthony Paul
commented Mar 27 '13, 1:35 p.m.
Many thanks I will give this a go and let you know how we get on.
By the way what is the default location for java.io.temp and can that value be changed.
This would depend on your environment, WAS could be setting it too in its startup.
It can be changed by specifying the argument like -Djava.io.tmpdir=/tmp in the WAS JVM's Generic JVM arguments
Anthony Paul
commented Apr 03 '13, 5:45 a.m.
Hi many thanks your fix worked. Changed the properties of "Reports Temp Folder" to a new temp folder and now the reports and widgets work when running the service as the was user.
What we found was that it was using /tmp as its temporary folder and creating directories such as :
reports_tYCTYueDEeGLNqqfpzGBLQ
These were created as root (when we ran the WebSphere service as root) and when we restarted the service as the was user it was still trying to use these folders.
When we changed the temporary directory and restarted the WebSphere service these directories were recreated in the new temp folder and as was as the owner.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I was getting the same error in my dashboard widgets. To resolve the issue I did the following:
(1)I stopped the server
(2)Deleted the following directories:
C:\IBM\JazzTeamServer60\server\tomcat\work\Catalina\localhost\qm
C:\IBM\JazzTeamServer60\server\tomcat\work\Catalina\localhost\ccm
C:\IBM\JazzTeamServer60\server\tomcat\work\Catalina\localhost\jts
(3)And then started the server.
After deleting the directories and restarting the server, the widgets started to display data again.