Liferay 7.2+ processor.processMax() error NoClassDefFoundError ExpandoBridge

Rafael Franchi
2 min readOct 13, 2021

Really quick post this time…

I came across this following error on developing a project with Liferay 7.3.5 when opening the web admin console on Blogs area:

And in the logs (the relevant part):

Caused by: java.lang.NoClassDefFoundError: com.liferay.expando.kernel.model.ExpandoBridge…

--

--