Re: Null host causing NullPointerException in CrawlerSessionManagerValve

2024-10-10 Thread Donald I Macdonald
Sgrìobh Rémy Maucherat na leanas 10/10/2024 aig 1:07f: The crawler valve seems to be defined on the Engine, but more importantly it seems you have no default host ? So the request is not being mapped and it would return 404 (but the valve would need some extra null checks). Rémy Ahhh of cour

Re: Null host causing NullPointerException in CrawlerSessionManagerValve

2024-10-10 Thread Rémy Maucherat
On Thu, Oct 10, 2024 at 1:37 PM Donald I Macdonald wrote: > > Hi there, > > I've a tomcat 9.0.91 server (running on Corretto OpenJDK 17.0.12.7.1 + > Amazon Linux 2023). It runs behind nginx (v1.24.0). > > The catalina log records a NPE SEVERE error every few seconds, > complaining that the Host us