<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Having an issue with a particular compiled class on Appian version 22.4.0</title><link>https://community.appian.com/discussions/f/plug-ins/39717/having-an-issue-with-a-particular-compiled-class-on-appian-version-22-4-0</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Having an issue with a particular compiled class on Appian version 22.4.0</title><link>https://community.appian.com/thread/151604?ContentTypeID=1</link><pubDate>Wed, 17 Sep 2025 16:57:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2933e07c-de2e-4073-8da6-2ef5ec92dac3</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;I don&amp;#39;t know as far as it is an internal class as you said.&lt;/p&gt;
&lt;p&gt;I would suggest to use appian sdk as a reference in your project (you will find it in _admin/sdk)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having an issue with a particular compiled class on Appian version 22.4.0</title><link>https://community.appian.com/thread/151569?ContentTypeID=1</link><pubDate>Tue, 16 Sep 2025 21:50:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:39e333e2-5bb2-440e-a7f9-30af0b3da95f</guid><dc:creator>Bek</dc:creator><description>&lt;p&gt;Got it. I think you are correct.&lt;br /&gt;I am reading that the&amp;nbsp;&lt;span&gt;com.appiancorp.core.expr.portable.PortableNamedTypedValue is not publicly available since it is an internal class. Any idea what dependency/jar I can find it at ?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having an issue with a particular compiled class on Appian version 22.4.0</title><link>https://community.appian.com/thread/151568?ContentTypeID=1</link><pubDate>Tue, 16 Sep 2025 21:03:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc631340-7e3e-4093-bf85-1a24d0e51320</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;That&amp;#39;s because in java, you can reference in your class classes located in another library- Probably the class PortableNamedTypedvalue is located in another jar.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s why you add dependencies in your pom project, or&amp;nbsp;the classpath&amp;nbsp;if you are using a non maven project&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having an issue with a particular compiled class on Appian version 22.4.0</title><link>https://community.appian.com/thread/151566?ContentTypeID=1</link><pubDate>Tue, 16 Sep 2025 18:35:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cb416c2e-fbd4-4728-8d3e-e6a25e7c51df</guid><dc:creator>Bek</dc:creator><description>&lt;p&gt;The imported classes referenced in a compiled class coming from the jar should also be in that same jar.&lt;br /&gt;The example I shared is the&amp;nbsp;&lt;span&gt;NamedTypedValue.class which I am able to find in the appian jar ver 22.4. But one of the classes referenced by the&amp;nbsp;NamedTypedValue.class (&lt;/span&gt;&lt;span&gt;com.appiancorp.core.expr.portable.PortableNamedTypedValue) is missing in the same jar.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having an issue with a particular compiled class on Appian version 22.4.0</title><link>https://community.appian.com/thread/151559?ContentTypeID=1</link><pubDate>Tue, 16 Sep 2025 17:38:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8abba77a-1408-4432-bbda-70f788bbe414</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p data-start="167" data-end="246"&gt;Could you be missing some dependency in your POM file?&lt;/p&gt;
&lt;p data-start="248" data-end="439"&gt;And could you get the SDK (which is included in the installation) and use it as a reference rather than using the dependency (which only encapsulates the call to the SDK)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having an issue with a particular compiled class on Appian version 22.4.0</title><link>https://community.appian.com/thread/151558?ContentTypeID=1</link><pubDate>Tue, 16 Sep 2025 17:27:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f20f9495-de86-4d22-a290-685970280c98</guid><dc:creator>Bek</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;Thanks for the reply.&lt;br /&gt;I didn&amp;#39;t think that would solve my problem since it is able to locate the jar from my .m2 forlder.&lt;/p&gt;
&lt;p&gt;This is the class that is not able to access another compiled class which it imports:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;com.appiancorp.core.expr.portable.PortableNamedTypedValue&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;com.appiancorp.type.NamedType&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;com.google.common.annotations.GwtCompatible&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;java.util.ArrayList&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;java.util.Collection&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;java.util.Iterator&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;java.util.List&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;javax.xml.namespace.QName&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;org.apache.commons.lang.builder.EqualsBuilder&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;org.apache.commons.lang.builder.HashCodeBuilder&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;org.apache.commons.lang.builder.ToStringBuilder&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;@&lt;/span&gt;&lt;span&gt;XmlJavaTypeAdapter&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;NamedTypedValueJaxbAdapter&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;class&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;@&lt;/span&gt;&lt;span&gt;GwtCompatible&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;public&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;class&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;NamedTypedValue&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;extends&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;TypedValue&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;implements&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;NamedType&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;PortableNamedTypedValue&lt;/span&gt;&lt;span&gt; {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;The&amp;nbsp;&lt;/span&gt;&lt;/span&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;com.appiancorp.core.expr.portable.PortableNamedTypedValu is not contained in the appian plugin jar (v 22.4) that I am using.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;In addition to the NamedTypedValue.class, I have another class which is also not able to access a number of imported classes and hence throws &amp;quot;cannot access... &amp;quot; error.&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;To verify if the classes are indeed missing i run &amp;quot; jar tf .\appian-22.4.0.jar | Select-String &amp;quot;.class&amp;quot; &amp;quot; command on the jar to list all the classes in the jar. I don&amp;#39;t see the classes that are reported in the &amp;quot;cannot access...&amp;quot; error.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;br /&gt;Does this mean Appain forgot to include those classes in the jar ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Since version 22.4 jar is not available for download from the Appian site, how can I get an updated and latest of appian skd on version 22.4 ?&lt;br /&gt;&lt;br /&gt;At this time we are not looking to upgrade to the latest version.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having an issue with a particular compiled class on Appian version 22.4.0</title><link>https://community.appian.com/thread/151553?ContentTypeID=1</link><pubDate>Tue, 16 Sep 2025 17:07:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:90522a1d-122c-4e9b-8f6d-6b63651fb84a</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Why don&amp;#39;t you reference the sdk library (as external libraru) directly in you project and check if it works?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having an issue with a particular compiled class on Appian version 22.4.0</title><link>https://community.appian.com/thread/151521?ContentTypeID=1</link><pubDate>Mon, 15 Sep 2025 16:24:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6c2aa101-7f51-4a0a-a68c-f1f3ff823e8c</guid><dc:creator>Bek</dc:creator><description>&lt;p&gt;Thanks for the response.&lt;br /&gt;I am using appian version 22.4 and compiling using java 8.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;dependency&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;groupId&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;span&gt;com.appiancorp&lt;/span&gt;&lt;span&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;groupId&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;artifactId&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;span&gt;appian&lt;/span&gt;&lt;span&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;artifactId&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;version&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;span&gt;22.4.0&lt;/span&gt;&lt;span&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;version&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;dependency&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;I am running it locally using version 22.4 jar in .m2 repository.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see the following class:&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;com.appiancorp.core.expr.portable.PortableNamedTypedValue&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;When I try to search for the missing compiled class in the jar, using java&amp;#39;s jdk command , the class is actually missing.&lt;br /&gt;Yet the class appears as one of the imports of the &amp;quot;com.appiancorp.suiteapi.type.NamedTypedValue.class&amp;quot;&lt;br /&gt;&lt;br /&gt;I hope that give you more context to my issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having an issue with a particular compiled class on Appian version 22.4.0</title><link>https://community.appian.com/thread/151520?ContentTypeID=1</link><pubDate>Mon, 15 Sep 2025 16:24:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3afbbe93-2820-4bee-972e-eeb55a433722</guid><dc:creator>Bek</dc:creator><description>&lt;p&gt;Thanks for the response.&lt;br /&gt;I am using appian version 22.4 and compiling using java 8.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;dependency&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;groupId&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;span&gt;com.appiancorp&lt;/span&gt;&lt;span&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;groupId&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;artifactId&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;span&gt;appian&lt;/span&gt;&lt;span&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;artifactId&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;version&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;span&gt;22.4.0&lt;/span&gt;&lt;span&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;version&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;dependency&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;I am running it locally using version 22.4 jar in .m2 repository.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see the following class:&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;com.appiancorp.core.expr.portable.PortableNamedTypedValue&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;When I try to search for the missing compiled class in the jar, using java&amp;#39;s jdk command , the class is actually missing.&lt;br /&gt;Yet the class appears as one of the imports of the com.appiancorp.suiteapi.type.NamedTypedValue.class&amp;quot;&lt;br /&gt;&lt;br /&gt;I hope that give you more context to my issue.&lt;br /&gt;&lt;br /&gt;I am eager to try with an updated build for appian version 22.4.0 but how can I get it ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having an issue with a particular compiled class on Appian version 22.4.0</title><link>https://community.appian.com/thread/151509?ContentTypeID=1</link><pubDate>Mon, 15 Sep 2025 07:44:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c4edba33-4390-4110-8f6b-ee1bff551ab3</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Recommend, Recompile all plugins with SDK 22.4.0 and Java 8 to match your runtime environment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having an issue with a particular compiled class on Appian version 22.4.0</title><link>https://community.appian.com/thread/151495?ContentTypeID=1</link><pubDate>Fri, 12 Sep 2025 20:44:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9d62273f-fb21-49eb-8d6c-73342578068a</guid><dc:creator>clementea709430</dc:creator><description>&lt;div&gt;
&lt;div&gt;
&lt;div class="flex max-w-full flex-col grow"&gt;
&lt;div dir="auto" data-message-author-role="assistant" data-message-id="a9bcafd5-5929-41f7-9539-6a960968d92f" data-message-model-slug="gpt-5"&gt;
&lt;div&gt;
&lt;div class="markdown prose dark:prose-invert w-full break-words dark markdown-new-styling"&gt;
&lt;p data-start="67" data-end="567" data-is-last-node="" data-is-only-node=""&gt;Hey, this usually happens when the compiled plugin or class was built with a java or appian SDK version that doesn&amp;rsquo;t match what appian 22.4 expects. make sure you&amp;rsquo;re compiling with the java version that appian supports, and check that the SDK you used matches the version of appian you&amp;rsquo;re running. If the plugin came from a third party, see if there&amp;rsquo;s an updated build for 22.4. also have a look at the tomcat logs for errors like &amp;ldquo;unsupported class version error&amp;rdquo; to confirm if it&amp;rsquo;s a version mismatch.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div class="mt-3 w-full empty:hidden"&gt;
&lt;div class="text-center"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>