]
Maciej Swiderski commented on DROOLS-1324:
------------------------------------------
I believe we need to first stop scanner before stopping container to avoid this kind of
errors as we might be leaving scanner still running there until it fails and kills the
timer thread.
CNFE when stopping server with enabled scanner
----------------------------------------------
Key: DROOLS-1324
URL:
https://issues.jboss.org/browse/DROOLS-1324
Project: Drools
Issue Type: Bug
Components: kie server
Affects Versions: 6.5.0.CR2, 7.0.0.Beta2
Environment: Kie server 6.5.0-SNAPSHOT
Reporter: Karel Suta
Assignee: Maciej Swiderski
Priority: Minor
Labels: reported-by-qe
Attachments: stacktrace-server.txt
When I stop application server with Kie server containing container with started scanner,
sometimes I get ClassNotFoundException, see attachment.
This exception doesn't seem to have any affect on functionality, but still it should
be resolved as it may hide some other problem.
This exception occurs randomly, you may need to start/stop server several times to see
it.
Interesting is that class, which wasn't found by classloader, is actually present in
Kie server in artefact sisu-guice-3.2.3-no_aop.jar.