It was a tomcat start and stop, no deploy/redeploy. Seems to do it all
the time.
On 19/12/2021 10:46, Michael Bien wrote:
this looks like you redeployed or undeployed roller?
App/web servers don't like it when unmanaged threads are started,
AsyncAppender uses its own thread and the server no
this looks like you redeployed or undeployed roller?
App/web servers don't like it when unmanaged threads are started,
AsyncAppender uses its own thread and the server noticed this i suppose.
see config:
https://github.com/apache/roller/blob/master/app/src/main/resources/log4j2.xml#L62-L65
If
Although I now see this in the logs (17 was a maintenance release?)
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.catalina.loader.WebappClassLoaderBase
(file:/../apache-tomcat-9.0.56/lib/catalina.jar) to field
java.io.ObjectS
+1 b
Cheers Greg
On 18/12/2021 20:48, Dave wrote:
I propose that we release Roller v6.1.0 based on the code that is currently
in the master branch. I have prepared a release candidate and some release
notes, below.
Please vote in the next 72 hours to approve this release.
+1 to release
-1 not
+1
> On Dec 19, 2021, at 8:27, Michael Bien wrote:
>
> +1
>
> checks:
> - hash of binaries ok
> - log4j2 versions ok
> - fresh test deployment on JDK 17, blog/user/entry creation ok
> - comment validation response ok
>
> thanks for doing this even though its weekend Dave,
>
> regards,
> micha