<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Exception IllegalStateException: nested jar URLs not supported ..MalformedURLException in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Exception-IllegalStateException-nested-jar-URLs-not/m-p/403496#M252091</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/124460"&gt;@rosejo&lt;/a&gt;&amp;nbsp;, t&lt;SPAN&gt;he&amp;nbsp;&lt;/SPAN&gt;IllegalStateException&lt;SPAN&gt;&amp;nbsp;accompanied by&amp;nbsp;&lt;/SPAN&gt;MalformedURLException&lt;SPAN&gt;&amp;nbsp;related to nested JAR URLs indicates a problem with handling specific URL formats, typically within a Java environment. This issue often arises when an application classloader does not support the nested structure of JAR files directly referenced within a JAR URL, which is relatively common in environments using frameworks or libraries that dynamically load classes from JAR files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you tell us if you are using the Cloudera JDBC Hive driver connector?&lt;BR /&gt;You can download the driver from here:&lt;BR /&gt;&lt;A href="https://www.cloudera.com/downloads/connectors/hive/jdbc/2-6-26.html" target="_blank" rel="noopener"&gt;https://www.cloudera.com/downloads/connectors/hive/jdbc/2-6-26.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In case you are using, please check if it's the latest version and the below points to fix the issue:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Ensure the classloader being used supports the JAR URL format required by the application. Some environments or containers may need specific configuration or a different classloader to handle nested JARs.&lt;/LI&gt;&lt;LI&gt;Check if unpacking the nested JAR files into a single structure helps resolve the issue, as some environments work better with flat directory structures rather than nested JAR files.&lt;/LI&gt;&lt;LI&gt;Verify if there’s an update or configuration option available in the framework or library being used that can handle nested JARs properly.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please let us know if this answer your question?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cristian Barrueco&lt;/P&gt;</description>
    <pubDate>Tue, 04 Mar 2025 16:16:07 GMT</pubDate>
    <dc:creator>Shmoo</dc:creator>
    <dc:date>2025-03-04T16:16:07Z</dc:date>
    <item>
      <title>Exception IllegalStateException: nested jar URLs not supported ..MalformedURLException</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Exception-IllegalStateException-nested-jar-URLs-not/m-p/403255#M251985</link>
      <description>&lt;P&gt;Running Spring Boot application running in Docker where the application is having a jive jdbc connection and writing to hive db.&lt;BR /&gt;The application is working fine in standalone. The issue happens in the docker container. The docker container starts , gets connected to the hive db but throws exception&lt;BR /&gt;executing query with Exception IllegalStateException: nested jar URLs not supported ..MalformedURLException..on the Hive driver&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 22:25:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Exception-IllegalStateException-nested-jar-URLs-not/m-p/403255#M251985</guid>
      <dc:creator>rosejo</dc:creator>
      <dc:date>2025-02-28T22:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exception IllegalStateException: nested jar URLs not supported ..MalformedURLException</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Exception-IllegalStateException-nested-jar-URLs-not/m-p/403256#M251986</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/124460"&gt;@rosejo&lt;/a&gt;&amp;nbsp;Welcome to the Cloudera Community!&lt;BR /&gt;&lt;BR /&gt;To help you get the best possible solution, I have tagged our Hive experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/82698"&gt;@smruti&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/70785"&gt;@Shmoo&lt;/a&gt;&amp;nbsp; who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please keep us updated on your post, and we hope you find a satisfactory solution to your query.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 22:27:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Exception-IllegalStateException-nested-jar-URLs-not/m-p/403256#M251986</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2025-02-28T22:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Exception IllegalStateException: nested jar URLs not supported ..MalformedURLException</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Exception-IllegalStateException-nested-jar-URLs-not/m-p/403496#M252091</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/124460"&gt;@rosejo&lt;/a&gt;&amp;nbsp;, t&lt;SPAN&gt;he&amp;nbsp;&lt;/SPAN&gt;IllegalStateException&lt;SPAN&gt;&amp;nbsp;accompanied by&amp;nbsp;&lt;/SPAN&gt;MalformedURLException&lt;SPAN&gt;&amp;nbsp;related to nested JAR URLs indicates a problem with handling specific URL formats, typically within a Java environment. This issue often arises when an application classloader does not support the nested structure of JAR files directly referenced within a JAR URL, which is relatively common in environments using frameworks or libraries that dynamically load classes from JAR files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you tell us if you are using the Cloudera JDBC Hive driver connector?&lt;BR /&gt;You can download the driver from here:&lt;BR /&gt;&lt;A href="https://www.cloudera.com/downloads/connectors/hive/jdbc/2-6-26.html" target="_blank" rel="noopener"&gt;https://www.cloudera.com/downloads/connectors/hive/jdbc/2-6-26.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In case you are using, please check if it's the latest version and the below points to fix the issue:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Ensure the classloader being used supports the JAR URL format required by the application. Some environments or containers may need specific configuration or a different classloader to handle nested JARs.&lt;/LI&gt;&lt;LI&gt;Check if unpacking the nested JAR files into a single structure helps resolve the issue, as some environments work better with flat directory structures rather than nested JAR files.&lt;/LI&gt;&lt;LI&gt;Verify if there’s an update or configuration option available in the framework or library being used that can handle nested JARs properly.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please let us know if this answer your question?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cristian Barrueco&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 16:16:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Exception-IllegalStateException-nested-jar-URLs-not/m-p/403496#M252091</guid>
      <dc:creator>Shmoo</dc:creator>
      <dc:date>2025-03-04T16:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exception IllegalStateException: nested jar URLs not supported ..MalformedURLException</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Exception-IllegalStateException-nested-jar-URLs-not/m-p/403973#M252252</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/124460"&gt;@rosejo&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 16:12:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Exception-IllegalStateException-nested-jar-URLs-not/m-p/403973#M252252</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2025-03-12T16:12:17Z</dc:date>
    </item>
  </channel>
</rss>

