<?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 Re: ArcGIS Engine 10.1 Beta 2 in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-10-1-beta-2/m-p/503114#M13495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I uninstalled engine, removed and re-added the install user, installed again (this time in SINGLE USER mode) and authorized, but ran into the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, I didn't change anything, just rebooted the system, and now I can't even get past EngineInitializer.initializeEngine().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run my application, no exception is thrown when calling EngineInitializer.initializeEngine() - the program just exits unexpectedly with no further information (presumably with a System.exit() call?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using RHEL6 x86_64, but using a 32-bit JDK/JRE (1.6 update 29) to compile &amp;amp; run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Dec 2011 14:05:01 GMT</pubDate>
    <dc:creator>JasonGreenlaw</dc:creator>
    <dc:date>2011-12-13T14:05:01Z</dc:date>
    <item>
      <title>ArcGIS Engine 10.1 Beta 2</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-10-1-beta-2/m-p/503113#M13494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Couldn't find any ArcGIS Engine forums, so hopefully this is the best place for this question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to get some ArcObjects 9.x Java code running on a new installation of ArcGIS Engine Runtime 10.1 Beta 2 for Linux, but keep encountering the following exception very early in the program execution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
AutomationException: 0x80040154 - Class not registered
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.interop.NativeObjRef.initNative(Native Method)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.interop.NativeObjRef.a(Unknown Source)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.interop.NativeObjRef.&amp;lt;init&amp;gt;(Unknown Source)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.interop.Dispatch.createDispatch(Unknown Source)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.interop.Dispatch.&amp;lt;init&amp;gt;(Unknown Source)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.geodatabase.IWorkspaceFactoryProxy.&amp;lt;init&amp;gt;(Unknown Source)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.datasourcesfile.ShapefileWorkspaceFactory.&amp;lt;init&amp;gt;(Unknown Source)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.datasourcesfile.ShapefileWorkspaceFactory.&amp;lt;init&amp;gt;(Unknown Source)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Compiling works fine.&amp;nbsp; My ArcGIS Engine install has been fully authorized.&amp;nbsp; I have added $ENGINEINSTALLDIR/bin to my PATH, and have run the proper init_java.sh script prior to execution (LD_LIBRARY_PATH looks fine).&amp;nbsp; My DISPLAY variable is also set correctly.&amp;nbsp; The newest arcobjects.jar file is on my classpath.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My program is able to get past the ArcGIS Engine initialization code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
EngineInitializer.initializeEngine();
AoInitialize aoInit = new AoInitialize();
aoInit.initialize(esriLicenseProductCode.esriLicenseProductCodeEngine);
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...but as soon as I try to initialize an SdeWorkspaceFactory or ShapefileWorkspaceFactory, like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;IWorkspaceFactory sdeWSF = new SdeWorkspaceFactory();&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the same AutomationException.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be very much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 18:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-10-1-beta-2/m-p/503113#M13494</guid>
      <dc:creator>JasonGreenlaw</dc:creator>
      <dc:date>2011-12-12T18:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Engine 10.1 Beta 2</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-10-1-beta-2/m-p/503114#M13495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I uninstalled engine, removed and re-added the install user, installed again (this time in SINGLE USER mode) and authorized, but ran into the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, I didn't change anything, just rebooted the system, and now I can't even get past EngineInitializer.initializeEngine().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run my application, no exception is thrown when calling EngineInitializer.initializeEngine() - the program just exits unexpectedly with no further information (presumably with a System.exit() call?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using RHEL6 x86_64, but using a 32-bit JDK/JRE (1.6 update 29) to compile &amp;amp; run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 14:05:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-10-1-beta-2/m-p/503114#M13495</guid>
      <dc:creator>JasonGreenlaw</dc:creator>
      <dc:date>2011-12-13T14:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Engine 10.1 Beta 2</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-10-1-beta-2/m-p/503115#M13496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I think I've resolved the problem.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition to all packages listed on the ArcGIS Engine 10.1 System Requirements page - &lt;/SPAN&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/system-requirements/10.1/#/ArcGIS_10_1_Engine/015100000068000000/"&gt;http://resourcesbeta.arcgis.com/en/help/system-requirements/10.1/#/ArcGIS_10_1_Engine/015100000068000000/&lt;/A&gt;&lt;SPAN&gt; (click on Linux under "Operating System Requirements and Limitations" at the bottom of the page), I had to install several others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I noticed that ArcGIS Engine 10.1 seems much more similar to ArcGIS Server 10.0 than ArcGIS Server 10.1, so I referenced ArcGIS Server 10.0's list of required packages listed on this somewhat hard-to-find page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/content/arcgisserver/10.0/arcgis-server-server-requirements#Linux"&gt;http://resources.arcgis.com/content/arcgisserver/10.0/arcgis-server-server-requirements#Linux&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After installing those (32-bit) packages, everything seems to be working OK (so far).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be nice if the official list of Linux software requirements would include an absolute list of all required packages, including those within each OS Package Group.&amp;nbsp; When you install 64-bit RHEL and install these package groups, most likely the 64-bit version of each package is being installed and you'll still have to go back and find the corresponding relevant 32-bit versions....it would be much easier if all dependencies were listed somewhere in the official documentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 17:44:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-10-1-beta-2/m-p/503115#M13496</guid>
      <dc:creator>JasonGreenlaw</dc:creator>
      <dc:date>2011-12-13T17:44:31Z</dc:date>
    </item>
  </channel>
</rss>

