Having an issue with a particular compiled class on Appian version 22.4.0

I am working on consolidating multiple plugins that used Appian versions 22.4.0 and 20.4.0.
My consolidated plugins is being developed on Appian version 22.4.0.

However, I am getting the following error:

NamedTypedValue.class cannot access com.appiancorp.core.expr.portable.PortableNamedTypedValue 

How would you solve such problem ?

Thanks,

-Bek

  Discussion posts and replies are publicly visible

Parents
  • Hey, this usually happens when the compiled plugin or class was built with a java or appian SDK version that doesn’t match what appian 22.4 expects. make sure you’re compiling with the java version that appian supports, and check that the SDK you used matches the version of appian you’re running. If the plugin came from a third party, see if there’s an updated build for 22.4. also have a look at the tomcat logs for errors like “unsupported class version error” to confirm if it’s a version mismatch.

Reply
  • Hey, this usually happens when the compiled plugin or class was built with a java or appian SDK version that doesn’t match what appian 22.4 expects. make sure you’re compiling with the java version that appian supports, and check that the SDK you used matches the version of appian you’re running. If the plugin came from a third party, see if there’s an updated build for 22.4. also have a look at the tomcat logs for errors like “unsupported class version error” to confirm if it’s a version mismatch.

Children
No Data