IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
882 stars 493 forks source link

Two Ravens: Possible config issue causing error when running models on build machine. #2851

Closed kcondon closed 8 years ago

kcondon commented 8 years ago

Smoke testing on the build machine revealed Two Ravens is not loading the data pebbles when we press the explore button.

Browser debug console shows this error: "NetworkError: 500 Internal Server Error - https://dvn-build.hmdc.harvard.edu/api/access/datafile/160?key=&format=prep"

The URL without the format arg works.

Rserve was restarted and it shows a package error when the explore button is pressed: Error in library(DescTools) : there is no package called ‘DescTools’

kcondon commented 8 years ago

Reinstalled Two Ravens on dvn-build, reran rpackages script. Ran into some issues with the installer, Dallas installer has a bug with undefined variables, current master script has a bug where if (production) uses reverse logic so demo (the default) is left in place when for a production install it should be the configured hostname. Worked with Leonid to remove the old installation config and got it to the point where data pebbles and variables were loading. Models were not running though so that needs to be addressed but is most likely a config issue and not a code issue at this point. Moving this to v4.3 to continue cleanup.

kcondon commented 8 years ago

Retested recently, this works, closing.