NoClassDefFoundError org/camunda/bpm/engine/impl/javax/el/PropertyNotFoundException

I am using PropertyNotFoundException to catch an exception when user enters invalid property while using camunda expression language. I am getting “NoClassDefFoundError” message, this issue is visible when I upgraded my camunda engine from 7.19 to 7.20. I was not getting this error, while using camunda 7.19 version.
Detailed error thrown by camunda is as below

{"type":"NoClassDefFoundError","message":"org/camunda/bpm/engine/impl/javax/el/PropertyNotFoundException","code":null}

Hi @MaulinSheth98,

Welcome to the forum.

Did you follow the migration guide to 7.20? Docs: Update from 7.19 to 7.20 | docs.camunda.org
More specifically, we introduced changes for JUEL Expression Language:
Update from 7.19 to 7.20 | docs.camunda.org
So depending your setup, you might be missing the camunda-juel library.

I hope this helps.

Best,
Yana

This worked. Thanks a lot Yana!!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.