<?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: Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92337#M270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do you have any news about the ArcGIS working with the ATI driver?&amp;nbsp; We still can not get it to work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2015 15:05:37 GMT</pubDate>
    <dc:creator>WesEverett</dc:creator>
    <dc:date>2015-01-09T15:05:37Z</dc:date>
    <item>
      <title>Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92330#M263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working to develop an application on CentOS 6.2 using the ArcGISRunetimeSDK for Java. The application works as expected when the default drivers are used (mesa, I believe), but immediately after installing the latest AMD Catalyst driver for the FirePro V4900 in our system the application core dumps as soon as a view with an ArcGIS map is loaded. This has been tested on five different systems. The systems without the AMD driver work, the systems with it do not. Yesterday I even uninstalled the AMD driver on one of the systems that was not working and the application began to run properly. The configurations of all of the test systems are very similar--if not exactly the same. We plan to deploy the application we are developing to other systems that are currently configured with AMD drivers, too, so a solution to this problem would be very much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The console output of the error follows:&lt;/P&gt;&lt;P&gt;16:49:44.684 [JavaFX Application Thread] INFO&amp;nbsp; c.g.a.c.MapViewControllerImpl - Initializing project progress MAP&lt;/P&gt;&lt;P&gt;Java version : 1.8.0_11 (Oracle Corporation) amd64&lt;/P&gt;&lt;P&gt;Rendering engine : OpenGL&lt;/P&gt;&lt;P&gt;GLX version 1.4&lt;/P&gt;&lt;P&gt;16:49:45.767 [JavaFX Application Thread] INFO&amp;nbsp; c.g.a.c.TabularViewControllerImpl - Initializing Tabular view&lt;/P&gt;&lt;P&gt;16:49:45.862 [pool-7-thread-1] ERROR com.ggs.asbe.daos.StationDaoImpl - getMinLongitude - No entity found for query&lt;/P&gt;&lt;P&gt;16:49:45.873 [pool-7-thread-1] ERROR com.ggs.asbe.daos.StationDaoImpl - getMinLatitude - No entity found for query&lt;/P&gt;&lt;P&gt;16:49:45.881 [pool-7-thread-1] ERROR com.ggs.asbe.daos.StationDaoImpl - getMaxLongitude - No entity found for query&lt;/P&gt;&lt;P&gt;16:49:45.885 [JavaFX Application Thread] INFO&amp;nbsp; c.g.a.controllers.MainControllerImpl - Loading Main window&lt;/P&gt;&lt;P&gt;16:49:45.889 [pool-7-thread-1] ERROR com.ggs.asbe.daos.StationDaoImpl - getMaxLatitude - No entity found for query&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# A fatal error has been detected by the Java Runtime Environment:&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;#&amp;nbsp; SIGSEGV (0xb) at pc=0x0000003edf32f9df, pid=3821, tid=140132974003968&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# JRE version: Java(TM) SE Runtime Environment (8.0_11-b12) (build 1.8.0_11-b12)&lt;/P&gt;&lt;P&gt;# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.11-b03 mixed mode linux-amd64 compressed oops)&lt;/P&gt;&lt;P&gt;# Problematic frame:&lt;/P&gt;&lt;P&gt;# C&amp;nbsp; [libc.so.6+0x12f9df]&amp;nbsp; __tls_get_addr@@GLIBC_2.3+0x12f9df&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# An error report file with more information is saved as:&lt;/P&gt;&lt;P&gt;# /opt/asbe/app/hs_err_pid3821.log&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# If you would like to submit a bug report, please visit:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://bugreport.sun.com/bugreport/crash.jsp" rel="nofollow" target="_blank"&gt;http://bugreport.sun.com/bugreport/crash.jsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;# The crash happened outside the Java Virtual Machine in native code.&lt;/P&gt;&lt;P&gt;# See problematic frame for where to report the bug.&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;Aborted (core dumped)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also attached the error report file. A little more system information follows:&lt;/P&gt;&lt;P&gt;Operating system: CentOS 6.2 (Final), 2.6.32-220.el6.x86_64, Gnome 2.28&lt;/P&gt;&lt;P&gt;Graphics Card: AMD V4900 (also tested with V5900)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or suggestions are appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 22:09:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92330#M263</guid>
      <dc:creator>JohnHodson</dc:creator>
      <dc:date>2014-09-16T22:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92331#M264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few things here. First of all, THANKS for the detailed explanation of the issue you're facing. This helps a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Runtime is divided into 2 parts: the "core", which is C++, and the Java API which uses JNI to (in this case) use the operating system's graphics and hardware capabilities to do the rendering of the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CORE is not ever tested on any LINUX system other than those that are officially supported (well, that is not always entirely true, but that is our official rule of thumb). Esri can only officially &lt;A href="https://developers.arcgis.com/java/guide/arcgis-runtime-sdk-for-java-system-requirements.htm"&gt;support &lt;/A&gt;LTS versions of Linux: RHEL 6.2 is one of them. Ubuntu 12.04 is another. LTS means "long term support". So, CentOS is not an officially supported platform that Esri can assist customers with, unfortunately. If you ever got it to work, Esri would not be able to assist you with support calls down the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a specific reason you need to use the Red Hat derivative CentOS with AMD, and not, say, Ubuntu or Red Hat with mesa? We would be very grateful to know, so we can determine if it is worth considering for future support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering if AMD is somehow interfering with OpenGL, I'm not sure. Can you check your opengl version after you install AMD (just a shot in the dark) to verify?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;glxinfo | grep OpenGL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you are also using JavaFX? Can you explain more about this? We are introducing true JavaFX support as a beta feature of our soon-to-be-released 10.2.4, coming out in 2-3 weeks. We would like to know what your needs are for JavaFX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your feedback!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 17:15:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92331#M264</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2014-09-21T17:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92332#M265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the thoughtful reply, and sorry for the delayed response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have chosen RHEL 6.2 as a possible operating environment, but are experiencing the same issues as before: with the proprietary AMD catalyst driver installed we experience a crash when the map begins to load. I can provide more detailed error logs again if you wish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 21:59:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92332#M265</guid>
      <dc:creator>JohnHodson</dc:creator>
      <dc:date>2014-11-10T21:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92333#M266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;It could be the AM&lt;/SPAN&gt;D graphics driver that is the problem.&lt;/P&gt;&lt;P&gt;Can you run &lt;SPAN style="font-family: 'courier new', courier;"&gt;glxinfo | grep OpenGL &lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;and let us know what it says? It should say something about OpenGL 2.1 (hopefully higher) or 3.3 or something like that. and it should give you some Shader info as well.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Ideally, if you have access to NVIDIA drivers, that should do the trick!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 02:33:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92333#M266</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2014-11-12T02:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92334#M267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I work with John and have installed the application on RHEL6.2 and it's the same as the Centos6.2.&amp;nbsp; Still trying to get it to work with the AMD video driver.&amp;nbsp; The glxinfo command gives:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[harvey@rheltest ~]$ glxinfo | grep OpenGL&lt;/P&gt;&lt;P&gt;OpenGL vendor string: Advanced Micro Devices, Inc.&lt;/P&gt;&lt;P&gt;OpenGL renderer string: ATI FirePro V (FireGL V) Graphics Adapter&lt;/P&gt;&lt;P&gt;OpenGL version string: 4.4.13084 Compatibility Profile Context FireGL 14.301.1001&lt;/P&gt;&lt;P&gt;OpenGL shading language version string: 4.40&lt;/P&gt;&lt;P&gt;OpenGL extensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 00:44:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92334#M267</guid>
      <dc:creator>WesEverett</dc:creator>
      <dc:date>2014-11-26T00:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92335#M268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the AMD driver is not going to work with our stuff, but I'm confirming with some others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system requirements for the video driver state:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14.3999996185303px;"&gt;&lt;EM&gt;64 MB RAM minimum; 256 MB RAM minimum recommended; NVIDIA, ATI, and INTEL chipsets are supported.&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 00:52:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92335#M268</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2014-11-26T00:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92336#M269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for the quick response.&amp;nbsp; I believe the AMD driver is the same thing as an ATI driver.&amp;nbsp; AMD bought ATI a while back and just calls them AMD instead of ATI. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 01:35:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92336#M269</guid>
      <dc:creator>WesEverett</dc:creator>
      <dc:date>2014-11-26T01:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92337#M270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do you have any news about the ArcGIS working with the ATI driver?&amp;nbsp; We still can not get it to work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 15:05:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92337#M270</guid>
      <dc:creator>WesEverett</dc:creator>
      <dc:date>2015-01-09T15:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92338#M271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll confirm, but we honestly don't certify on ATI specifically. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jan 2015 18:08:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92338#M271</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2015-01-18T18:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92339#M272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wes.&lt;/P&gt;&lt;P&gt;Yes, I suppose this should probably work. I can't see why not.&lt;/P&gt;&lt;P&gt;Still, not a supported OS though. It would be a "use at your own risk" sort of thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 23:27:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92339#M272</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2015-01-20T23:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ArcGISRuntimeSDK for Java on CentOS 6.2 after Installing AMD Catalyst Driver</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92340#M273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does the same with RHEL6.&amp;nbsp; Do you see any reason why it is not working?&amp;nbsp; Anything we need to add or change?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 13:31:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/problem-with-arcgisruntimesdk-for-java-on-centos-6/m-p/92340#M273</guid>
      <dc:creator>WesEverett</dc:creator>
      <dc:date>2015-01-30T13:31:12Z</dc:date>
    </item>
  </channel>
</rss>

