Re: Production Tomcat 8.5.5 suddenly started to give ClassNotFoundError

2018-06-26 Thread Mladen Adamović
It turned out this problem was caused by a class constructor which started to give RuntimeException (it has some calculations based on DB data). That somehow caused ClassNotFoundException. I've solved the cause and had to reinstall tomcat (as after deleting "work" directory tomcat did not work pro

Re: Production Tomcat 8.5.5 suddenly started to give ClassNotFoundError

2018-06-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mladen, On 6/16/18 5:37 AM, Mladen Adamović wrote: > Hi all, > > I have a production Tomcat server and this morning it started to > give strange ClassNotFoundError for stuff which was working for > years without a problem. > > I did redeploy app (

Re: Production Tomcat 8.5.5 suddenly started to give ClassNotFoundError

2018-06-17 Thread Adam Feder
I have seen deeper problems appear as ClassNotFoundExceptions. For instance, I have seen an application that was leaking file descriptors eventually get errors for having too many open files and then those have turned into ClassNotFoundExceptions. good luck, ab On Sat, Jun 16, 2018 at 2:37 AM Ml

Production Tomcat 8.5.5 suddenly started to give ClassNotFoundError

2018-06-16 Thread Mladen Adamović
Hi all, I have a production Tomcat server and this morning it started to give strange ClassNotFoundError for stuff which was working for years without a problem. I did redeploy app (by copying into the dir and deleting their ROOT), but it didn't solve the issue, same ClassNotFoundException. On t