cancel
Showing results for 
Search instead for 
Did you mean: 

Error instaling DB to ACTIVITI: "Cannot serialize session attribute..."

adinilson
Champ in-the-making
Champ in-the-making

I got an Activiti problem instaling: "Cannot serialize session attribute...". I'm using mysql DB. Can anybody help?

1 REPLY 1

jearles
Star Contributor
Star Contributor

Nil,

Can you give us a little bit more information about your configuration? 

Based on the timing in your logs, I believe this is an issue with the JDBC connector. At 12:37, 24 & 25 seconds in the catalina log, you see:

mar 31, 2017 12:37:24 PM org.apache.catalina.startup.HostConfig undeploy
INFORMAÇÕES: Undeploying context [/activiti-explorer]
mar 31, 2017 12:37:25 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc

 

Which is at exactly the same time that the localhost log is saying that your application is unable to serialize the object.
Can you verify that your datasource is set appropriately the mysql database, and that you have the JDBC driver available?

Thanks,
-JEarles