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
-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 (
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
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