processes missing after tomcat server restart

I installed Bonita BPM 6.0.2 on Tomcat using MySQL as DB.

When I restart the server to simulate some hardware failures, there are processes, previously launched, that are not finished yet.

Please, can you help me about this?

Analyzing log files, there are following errors:

GRAVE: No session found with id "-2750178098406014332"
org.bonitasoft.engine.session.SSessionNotFoundException: No session found with id "-2750178098406014332"
            at org.bonitasoft.engine.session.impl.SessionProvider.getSession(SessionProvider.java:61)
            at org.bonitasoft.engine.session.impl.SessionServiceImpl.getSession(SessionServiceImpl.java:124)
            at
org.bonitasoft.engine.services.impl.QueriableLogSessionProviderImpl.getSession(QueriableLogSessionProviderImpl.java:52)

            at org.bonitasoft.engine.services.impl.QueriableLogSessionProviderImpl.getClusterNode(QueriableLogSessionProviderImpl.java:74)

 

Thanks in advance

Best Regards.

Vito Beendetto

Hello Vito,

in the case management - you can see if there are cases in the failed state? Gabriel

Hi Gabriel,

there aren't any cases in failed state, but in a case detail page I can see the related service task with tag description setted to "No description". Therefore, this case is blocked in task before described, that is the last one to be runned before stopping server and next restarting.

Vito

I just edited the question to add some computer code style for the logs.