Dave, Thanks for looking into this. We are also on MySql 5.7.xx
Hope to get a patch sooner. Thanks Naren On Wed, Dec 22, 2021 at 8:54 PM Dave <snoopd...@gmail.com> wrote: > Hi Naren, > > I'm not sure why this release would not work with Tomcat 7.0.76, but I'm > willing to investigate and push out a 6.1.1 release in the near future. > There is at least one other "bug" to address (incompatibility with MySQL > 5.6 and 5.7). I can't make any promises about when though. > > Dave > > > On Wed, Dec 22, 2021 at 7:36 PM NAREN <getn...@gmail.com> wrote: > > > Dave, > > I have been testing 6.1.0-rc2 for few days and now I downloaded > > the official approved version and see that its not compatible with our > > Tomcat 7.0.76 > > > > We didn't not have any of these on 6.0.2. Could you please make it > backward > > compatible? > > > > after login it gets to https://xxx/blog/roller_j_security_check and > > display > > > > Unexpected Exception > > Status Code 500 > > Message Filter execution threw an exception > > Type > > Exception Roller has encountered and logged an unexpected exception. > > > > Logs show these errors > > Dec 22 18:36:18 www-dev-web-1.xxx server[91463]: > > java.lang.NoSuchMethodError: 'java.lang.String javax.servlet.http. > > HttpServletRequest.changeSessionId()' > > Dec 22 18:36:18 www-dev-web-1.xxx server: java.lang.NoSuchMethodError: > > 'java.lang.String > javax.servlet.http.HttpServletRequest.changeSessionId()' > > Dec 22 18:36:18 www-dev-web-1.xxx server[91463]: at > > > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103) > > [catalina.jar:7.0.76] > > Dec 22 18:36:18 www-dev-web-1.xxx server: at org.apache.catalina.valves. > > ErrorReportValve.invoke(ErrorReportValve.java:103) [catalina.jar:7.0.76] > > > > There was an issue with column name ‘blacklist’ with ‘bannedwordlist’ so > I > > updated the column to be ‘bannedwordlist’ > > > > > > Thanks > > Naren > > > > > > On Wed, Dec 22, 2021 at 5:32 PM Dave <snoopd...@gmail.com> wrote: > > > > > The Apache Roller project is pleased to announce the availability of > > Roller > > > 6.1.0, a release that upgrades over a dozen dependencies (including > > Log4J) > > > and includes a number of bug fixes and improvements to the code-base. > The > > > release and convenience binaries can be found on the Roller project > > > download page here: > > > > > > https://roller.apache.org/downloads/downloads.html > > > > > > You can find some more details about the release in the vote thread > here: > > > > > > https://lists.apache.org/thread/7334kfm8g5mlq1g0y8783ldfopdfc3sc > > > > > > Thanks to all who helped out with this release! > > > > > > -- Naren