<?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>topic Workstation 10x AiVersionMismatchException in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/workstation-10x-aiversionmismatchexception/m-p/327488#M2074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;I recently inherited a Java small program that was originally created using Workstation 8x that creates in instance of the Arc object from the ODE.JAR file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;private Arc m_arc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;m_arc = new&amp;nbsp; Arc();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;if ( !m_arc.isInitialized() ) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;throw new Exception( "Couldn`t initialize Arc utility" );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;EM&gt;s_bInstanceExists&lt;/EM&gt; = true;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Since Workstation 8x will not install on a Windows 2012 machine it was decided to use Workstation 10x as it would allow us to use our group license.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;I've installed and reinstalled Workstation 10x several times on this particular machine and ensured that there are no registry remnants with each uninstall,&amp;nbsp; the license manager is set correctly and made sure Eclipse is using the correct and only ode.jar library available&amp;nbsp; but when ever the instance of the Arc() is created I get a version mismatch error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Version mismatch:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp; ArcInfo version 10.0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp; ODE for Java version 9.2 Beta II&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; at com.esri.ode.AiVersion.checkVersion(Unknown Source)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; at com.esri.ode.Arc.&amp;lt;clinit&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;I have been searching the net and ESRI boards but no references to this error. I am hoping someone might be able to give me a clue or two on finding a solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 19:53:50 GMT</pubDate>
    <dc:creator>GeneBurk</dc:creator>
    <dc:date>2015-06-15T19:53:50Z</dc:date>
    <item>
      <title>Workstation 10x AiVersionMismatchException</title>
      <link>https://community.esri.com/t5/developers-questions/workstation-10x-aiversionmismatchexception/m-p/327488#M2074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;I recently inherited a Java small program that was originally created using Workstation 8x that creates in instance of the Arc object from the ODE.JAR file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;private Arc m_arc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;m_arc = new&amp;nbsp; Arc();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;if ( !m_arc.isInitialized() ) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;throw new Exception( "Couldn`t initialize Arc utility" );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;EM&gt;s_bInstanceExists&lt;/EM&gt; = true;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Since Workstation 8x will not install on a Windows 2012 machine it was decided to use Workstation 10x as it would allow us to use our group license.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;I've installed and reinstalled Workstation 10x several times on this particular machine and ensured that there are no registry remnants with each uninstall,&amp;nbsp; the license manager is set correctly and made sure Eclipse is using the correct and only ode.jar library available&amp;nbsp; but when ever the instance of the Arc() is created I get a version mismatch error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Version mismatch:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp; ArcInfo version 10.0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp; ODE for Java version 9.2 Beta II&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; at com.esri.ode.AiVersion.checkVersion(Unknown Source)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; at com.esri.ode.Arc.&amp;lt;clinit&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;I have been searching the net and ESRI boards but no references to this error. I am hoping someone might be able to give me a clue or two on finding a solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 19:53:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/workstation-10x-aiversionmismatchexception/m-p/327488#M2074</guid>
      <dc:creator>GeneBurk</dc:creator>
      <dc:date>2015-06-15T19:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Workstation 10x AiVersionMismatchException</title>
      <link>https://community.esri.com/t5/developers-questions/workstation-10x-aiversionmismatchexception/m-p/327489#M2075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the source of this issue. AiVersion class in the ODE.JAR file that ships with WorkStation 10 has the wrong values set for AI_REVNUM and AI_REVTYPE. So unless I can get ESRI to fix the&amp;nbsp; jar file thats ships with a product that ends support Dec 2015 it means a rewrite. (Sure management with be happy with that.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 15:08:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/workstation-10x-aiversionmismatchexception/m-p/327489#M2075</guid>
      <dc:creator>GeneBurk</dc:creator>
      <dc:date>2015-08-04T15:08:37Z</dc:date>
    </item>
  </channel>
</rss>

