Environments and Rice Versions
last updated: 2015-05-12
Environment | Application | Version | Notes |
---|---|---|---|
env1 | rice-sampleapp | 2.5.3 | build by rice-2.5-build-nightly, currently not really used |
env2 | rice-sampleapp | 2.6.0 | 2.6 AFT |
env3 | not working - being setup for rice-sampleapp JDK8 AFTs | ||
env4 | krad-sampleapp | 2.6.0 | 2.6 AFT |
env5 | rice-sampleapp | 2.6.0 | rice-rest |
env6 | rice-sampleapp | 2.5.2 | demo.rice.kuali.org |
env10 | rice-sampleapp | 2.1.10 | 2.1 development |
env12 | rice-sampleapp | 2.5.3 | 2.5 AFT |
env13 | krad-sampleapp | 2.5.2 | krad.rice.kuali.org |
env14 | krad-sampleapp | 2.5.3 | 2.5 AFT |
Spinning Up new Environments
Real-Time List of Current Environments
Name | Endpoint | JDBC URL | Notes |
---|---|---|---|
oracle | oracle.rice.kuali.org | jdbc:oracle:thin:@oracle.rice.kuali.org:1521:ORACLE | No issues. Default RDS settings worked out of the box with Rice |
mysql | mysql.rice.kuali.org | jdbc:mysql://mysql.rice.kuali.org/ | Does not work out of the box with Rice. Required modifying MySQL default behavior with the parameter lower_case_table_names=1. Appears to be an extremely simple issue with views containing mixed case references to table names, ie one table is referenced uppercase and others lowercase. |
* Rice's 1.0 line was never upgraded to the point where it is able to provide the basic application metadata required for real time display. Even though the current Real Time List of Current Environments page was thrown together in 4 hours as a favor to a former Rice project manager to provide an awesome improvement to a 100% manual process (ie Rice team members manually editing this wiki page), it still has the following characteristics:
A discussion with Martin Taylor yielded agreement on a new feature request (displaying the most recent HTTP status code as a column on the page). As long as Tomcat is still up, this column will always display correctly (even on Rice 1.0, with no work required from Rice) and provides a quick way to determine application health.