Continuing testing, incidentally, Dave you'll need to make this change
to your blog's database when upgrading to 5.1.1 as it was a last-second
addition prior to releasing the official 5.1.0 (you're on the snapshot
just before 5.1.0):
alter table weblog add defaultplugins varchar(255);
(This may be the problem I had with my OpenShift blog, still checking...)
Glen
On 09/25/2014 06:28 PM, Glen Mazza wrote:
I built Roller 5.1.1 with JDK 8, with the pom's compiler plugin
configured to build with 1.7. The build works fine on both JDK 7 and
JDK 8, both Tomcat 7 and Tomcat 8 for me *locally* but for some reason
it's not working when I try to host it on my OpenShift blog (which
uses JDK 7 and Tomcat 7). One difference might be that the OpenShift
already has a 5.1.0 database on it, while the others start 5.1.1 with
an empty DB.
5.1.1, when placed on a 5.1.0 instance, asks users if they want to
upgrade database tables. No tables are upgraded though (as expected
as there is none to upgrade) but failures subsequently occur when
trying to read the blog pages. URL's that would show a blog page like
https://web-gmazza.rhcloud.com/blog continually return 404s. However,
links such as https://web-gmazza.rhcloud.com/roller-ui/login.rol that
don't go to a blog page seem to work OK, but the subsequent page after
a successful log in fails. When I revert back to 5.1.0, everything's
OK again.
I'm going to try a local install of 5.1.0, then try to upgrade to
5.1.1, if that works I'll post the builds for others to evaluate. If
that fails even locally, more work is needed... :/
Glen