Closed j-lorrey closed 2 years ago
@j-lorrey We had an issue with rserver not starting up correctly due to k8s cpu and mem limits being too aggressive. Can you please try the updated patched version https://github.com/NREL/openstudio-server-helm/releases/tag/v3.3.0-1 and let us know if this is still a problem.
Hi @tijcolem, I'm seeing this with the patched version as well.
the Rdata frame must be created in a common location between the web and Rserve containers. I change the location to /mnt/openstudio/tmp
General Issue Information
Description
The R Data Frame (Metadata) and R Data Frame (Results) download options are not working in the OpenStudio Cloud Management Console. The RServe log shows
RuntimeError (could not create R dataframe)
.Reproduction steps:
Actual outcome:
Running on cloud with kubernetes:
Clicking either link shows "We're sorry, but something went wrong". Developer tools console shows a status code of 500 (internal server error) for the GET request.
Running locally:
Clicking either link shows an Internal Server Error with the message "Can't start Rserve".
Expected outcome: The R data frame exists and is downloaded.
Other information (i.e. issue is intermittent): This appears to happen 100% of the time.
Error on Remote Server Details
AMI version being used: OpenStudio Server: 3.3.0
Server management log file: server_mgmt_log.txt