cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti 5.16.3 deployment to Websphere 7

apple4life
Champ in-the-making
Champ in-the-making
We're getting following the errors on the Activiti login screen when I deployed activiti on Websphere.  We tried to add the manger session in context.xml but it didn't fix the issue.

<?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" path="/activiti-explorer">
   <Manager pathname="" />
</Context>


Error 500: java.lang.IllegalArgumentException: Location cannot be null in javax.servlet.http.HttpServletResponse.sendRedirect(location)

WASSession    E DatabaseHashMap serializeAppData SESN0040E: Exception caught while trying to serialize session data for subsequent database write.

WASSessionCor E DatabaseHashMap serializeAppData Exception is: java.io.NotSerializableException: org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter




Any help is greatly appreciated.
4 REPLIES 4

yvoswillens
Champ in-the-making
Champ in-the-making
Hi,

we do not provide support for session serialization in Activiti Explorer.

Regards,

Yvo

apple4life
Champ in-the-making
Champ in-the-making
How about the Activiti Rest Service? Can it be deployed in a clustered environment or will it have the same session serialization error as Activiti Explorer?

apple4life
Champ in-the-making
Champ in-the-making
Is there a workaround to deploy Activiti Explorer on a clustered Websphere 7 environment?

jbarrez
Star Contributor
Star Contributor
> How about the Activiti Rest Service?

That will be fine. It doesn't use sessions.

> Is there a workaround to deploy Activiti Explorer on a clustered Websphere 7 environment?


Probably disabling session serialization. Which is probably web container specific on how you'd do that.