Resource Graphs not working on Windows 2008 R2 install
Description
Alejandro reported that the images were broken on graphs.
I've installed the latest snapshot of 14.0 using the standalone installer downloaded from Bamboo. The Windows VM has PostgreSQL 9.3 and Oracle JDK 7u45
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Alejandro Galue October 31, 2014 at 10:03 AM
The proper fix has been committed on revision 46eda8dcaf1b18b64ff9464746ce4908785b7eab for rc/stable/1.14.0
Alejandro Galue October 30, 2014 at 4:26 PM
I reverted my changes because the problem was not the JRobinRrdStrategy, because that strategy works as expected on 1.10 and 1.12, and that class has not been changed since then.
The problem is actually on DefaultRrdGraphService because now we're using embedded regular expressions in Java instead of Apache Regex Library, and String.replaceAll works different when the text contains back-slashes.
Alejandro reported that the images were broken on graphs.
I've installed the latest snapshot of 14.0 using the standalone installer downloaded from Bamboo. The Windows VM has PostgreSQL 9.3 and Oracle JDK 7u45