<?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: Rest Service problem in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16318#M66</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lucas ,&lt;/P&gt;&lt;P&gt;The problem solved when I use url into "ArcGISDynamicMapServiceLayer" but I want to do offline editing using my service in &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; "Local geodatabase editing" sample.Can I do with "ArcGISDynamicMapServiceLayer" ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thansk.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2015 14:36:44 GMT</pubDate>
    <dc:creator>KK2014</dc:creator>
    <dc:date>2015-03-27T14:36:44Z</dc:date>
    <item>
      <title>Rest Service problem</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16312#M60</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have Rest Service and I can see that service in browser . But when I want to use in QT/QML application in "ArcGISTiledMapServiceLayer"&amp;nbsp; object ,give an error like below.How can I solve this problem or how can I use rest services like (....&lt;SPAN style="color: #008000;"&gt;/MapServer or &lt;SPAN style="color: #008000;"&gt;/FeatureServer&lt;/SPAN&gt;&lt;/SPAN&gt;). Example services are in arcgisonline like (&lt;SPAN style="color: #008000;"&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer&lt;/A&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt; for example I want to use my own services , how can I use my own services in application without arcgisonline? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="RestService.JPG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/75571_RestService.JPG" style="width: 620px; height: 518px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MapServerError.JPG" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/75674_MapServerError.JPG" style="width: 620px; height: 486px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:53:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16312#M60</guid>
      <dc:creator>KK2014</dc:creator>
      <dc:date>2015-03-19T09:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Service problem</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16313#M61</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code seems to look fine. Can you copy in the output from the console please? The only other things I noticed were you are still using 10.3 Beta, but we recommend using 10.2.5, which is a final release with the same capabilities. Also, you set up an extent. To simplify it (and make sure there aren't extent or spatial reference issues), can you make it so there is just a map with a tiled service in it, and nothing else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 15:31:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16313#M61</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-03-19T15:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Service problem</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16314#M62</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my extend&amp;nbsp; in browser servis below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="extend.JPG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/76021_extend.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;And here is my &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;output from the console :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Starting C:\Users\tkoka\Documents\build-MapServer-Desktop_Qt_5_4_1_MSVC2013_OpenGL_64bit-Debug\debug\MapServer.exe...&lt;/P&gt;&lt;P&gt;QML debugging is enabled. Only use this in a safe environment.&lt;/P&gt;&lt;P&gt;Initializing application&lt;/P&gt;&lt;P&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::registerTypes(const char *) ArcGIS.Runtime&lt;/P&gt;&lt;P&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeEngine(class QQmlEngine *,const char *) ArcGIS.Runtime&lt;/P&gt;&lt;P&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeLicense(void) Invalid clientId QVariant(QString, "") status 1&lt;/P&gt;&lt;P&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeEngine(class QQmlEngine *,const char *) Setting global image provider QVariant(void*, 0x522f100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rendering engine : OpenGL&lt;/P&gt;&lt;P&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::classBegin(void)&lt;/P&gt;&lt;P&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::componentComplete(void)&lt;/P&gt;&lt;P&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::componentComplete(void) Adding 1 declared layer(s)&lt;/P&gt;&lt;P&gt;int __cdecl main(int,char *[]) ApplicationWindow_QMLTYPE_12(0x5785f70)&lt;/P&gt;&lt;P&gt;qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_client_method&lt;/P&gt;&lt;P&gt;qt.network.ssl: QSslSocket: cannot resolve TLSv1_2_client_method&lt;/P&gt;&lt;P&gt;qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_server_method&lt;/P&gt;&lt;P&gt;qt.network.ssl: QSslSocket: cannot resolve TLSv1_2_server_method&lt;/P&gt;&lt;P&gt;qt.network.ssl: QSslSocket: cannot resolve SSL_select_next_proto&lt;/P&gt;&lt;P&gt;qt.network.ssl: QSslSocket: cannot resolve SSL_CTX_set_next_proto_select_cb&lt;/P&gt;&lt;P&gt;qt.network.ssl: QSslSocket: cannot resolve SSL_get0_next_proto_negotiated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:32:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16314#M62</guid>
      <dc:creator>KK2014</dc:creator>
      <dc:date>2015-03-20T13:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Service problem</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16315#M63</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you still have an issue after moving 10.2.5? Did you try to run your application in release?&lt;/P&gt;&lt;P&gt;You will need to refactor your code in order to work with the latest release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jen Trieu | Product Eng.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 19:30:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16315#M63</guid>
      <dc:creator>JeanneTrieu</dc:creator>
      <dc:date>2015-03-20T19:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Service problem</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16316#M64</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I have still an issue after moving 10.2.5 &lt;/P&gt;&lt;P&gt;Here is my application below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error110.25.JPG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/77861_error110.25.JPG" style="width: 620px; height: 468px;" /&gt;&lt;/P&gt;&lt;P&gt;Here is my error below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error10.25.JPG" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/77862_error10.25.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;And my output console :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; font-weight: 600; color: #7f7f7f;"&gt;Starting C:\Users\tkoka\Documents\build-MAPServerApp-Desktop_Qt_5_4_0_MSVC2013_OpenGL_64bit-Debug\debug\MAPServerApp.exe...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QML debugging is enabled. Only use this in a safe environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;Initializing application&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::registerTypes(const char *) ArcGIS.Runtime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeEngine(class QQmlEngine *,const char *) ArcGIS.Runtime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeLicense(void) Invalid clientId QVariant(QString, "") status 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeEngine(class QQmlEngine *,const char *) Setting global image provider QVariant(void*, 0x51d22b0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; color: #7f7f7f;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;Rendering engine : OpenGL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::classBegin(void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::componentComplete(void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::componentComplete(void) Adding 1 declared layer(s)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;int __cdecl main(int,char *[]) ApplicationWindow_QMLTYPE_12(0x5a28830)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve TLSv1_1_client_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve TLSv1_2_client_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve TLSv1_1_server_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve TLSv1_2_server_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve SSL_select_next_proto&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve SSL_CTX_set_next_proto_select_cb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve SSL_get0_next_proto_negotiated&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; color: #7f7f7f;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;&amp;lt;RTC_ASSERTION&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;Runtimecore Assertion Failed!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;Condition: lods_size &amp;gt; 0C:\daily_d\rtc\runtimecore\map_renderer\include\map_renderer/tile_layer.h(87)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;&amp;lt;/RTC_ASSERTION&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; color: #7f7f7f;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; font-weight: 600; color: #7f7f7f;"&gt;The program has unexpectedly finished.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; font-weight: 600; color: #7f7f7f;"&gt;C:\Users\tkoka\Documents\build-MAPServerApp-Desktop_Qt_5_4_0_MSVC2013_OpenGL_64bit-Debug\debug\MAPServerApp.exe crashed&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; font-weight: 600; color: #7f7f7f;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; font-weight: 600; color: #7f7f7f;"&gt;Starting C:\Users\tkoka\Documents\build-MAPServerApp-Desktop_Qt_5_4_0_MSVC2013_OpenGL_64bit-Debug\debug\MAPServerApp.exe...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QML debugging is enabled. Only use this in a safe environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;Initializing application&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::registerTypes(const char *) ArcGIS.Runtime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeEngine(class QQmlEngine *,const char *) ArcGIS.Runtime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeLicense(void) Invalid clientId QVariant(QString, "") status 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeEngine(class QQmlEngine *,const char *) Setting global image provider QVariant(void*, 0x4968180)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; color: #7f7f7f;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;Rendering engine : OpenGL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::classBegin(void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::componentComplete(void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::componentComplete(void) Adding 1 declared layer(s)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;int __cdecl main(int,char *[]) ApplicationWindow_QMLTYPE_12(0x4fd82d0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve TLSv1_1_client_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve TLSv1_2_client_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve TLSv1_1_server_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve TLSv1_2_server_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve SSL_select_next_proto&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve SSL_CTX_set_next_proto_select_cb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve SSL_get0_next_proto_negotiated&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; color: #7f7f7f;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;&amp;lt;RTC_ASSERTION&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;Runtimecore Assertion Failed!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;Condition: lods_size &amp;gt; 0C:\daily_d\rtc\runtimecore\map_renderer\include\map_renderer/tile_layer.h(87)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;&amp;lt;/RTC_ASSERTION&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; color: #7f7f7f;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QWaitCondition: Destroyed while threads are still waiting&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; font-weight: 600; color: #7f7f7f;"&gt;C:\Users\tkoka\Documents\build-MAPServerApp-Desktop_Qt_5_4_0_MSVC2013_OpenGL_64bit-Debug\debug\MAPServerApp.exe exited with code 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; font-weight: 600; color: #7f7f7f;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; font-weight: 600; color: #7f7f7f;"&gt;Starting C:\Users\tkoka\Documents\build-MAPServerApp-Desktop_Qt_5_4_0_MSVC2013_OpenGL_64bit-Debug\debug\MAPServerApp.exe...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QML debugging is enabled. Only use this in a safe environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;Initializing application&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::registerTypes(const char *) ArcGIS.Runtime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeEngine(class QQmlEngine *,const char *) ArcGIS.Runtime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeLicense(void) Invalid clientId QVariant(QString, "") status 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeEngine(class QQmlEngine *,const char *) Setting global image provider QVariant(void*, 0x353d7f0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; color: #7f7f7f;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;Rendering engine : OpenGL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::classBegin(void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::componentComplete(void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::componentComplete(void) Adding 1 declared layer(s)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;int __cdecl main(int,char *[]) ApplicationWindow_QMLTYPE_12(0x3d47330)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve TLSv1_1_client_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve TLSv1_2_client_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve TLSv1_1_server_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve TLSv1_2_server_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve SSL_select_next_proto&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve SSL_CTX_set_next_proto_select_cb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;QSslSocket: cannot resolve SSL_get0_next_proto_negotiated&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; color: #7f7f7f;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;&amp;lt;RTC_ASSERTION&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;Runtimecore Assertion Failed!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;Condition: lods_size &amp;gt; 0C:\daily_d\rtc\runtimecore\map_renderer\include\map_renderer/tile_layer.h(87)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #7f7f7f;"&gt;&amp;lt;/RTC_ASSERTION&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; color: #7f7f7f;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; font-weight: 600; color: #7f7f7f;"&gt;The program has unexpectedly finished.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; font-weight: 600; color: #7f7f7f;"&gt;C:\Users\tkoka\Documents\build-MAPServerApp-Desktop_Qt_5_4_0_MSVC2013_OpenGL_64bit-Debug\debug\MAPServerApp.exe crashed&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; font-weight: 600; color: #0000aa;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; font-weight: 600; color: #0000aa;"&gt;Starting C:\Users\tkoka\Documents\build-MAPServerApp-Desktop_Qt_5_4_0_MSVC2013_OpenGL_64bit-Debug\debug\MAPServerApp.exe...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QML debugging is enabled. Only use this in a safe environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;Initializing application&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::registerTypes(const char *) ArcGIS.Runtime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeEngine(class QQmlEngine *,const char *) ArcGIS.Runtime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeLicense(void) Invalid clientId QVariant(QString, "") status 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeEngine(class QQmlEngine *,const char *) Setting global image provider QVariant(void*, 0x3714db0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; color: #000000;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #000000;"&gt;Rendering engine : OpenGL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::classBegin(void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::componentComplete(void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;ArcGIS.Runtime.Map: void __cdecl QmlMap::componentComplete(void) Adding 1 declared layer(s)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;int __cdecl main(int,char *[]) ApplicationWindow_QMLTYPE_12(0x469f4a0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QSslSocket: cannot resolve TLSv1_1_client_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QSslSocket: cannot resolve TLSv1_2_client_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QSslSocket: cannot resolve TLSv1_1_server_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QSslSocket: cannot resolve TLSv1_2_server_method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QSslSocket: cannot resolve SSL_select_next_proto&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QSslSocket: cannot resolve SSL_CTX_set_next_proto_select_cb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QSslSocket: cannot resolve SSL_get0_next_proto_negotiated&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; color: #aa0000;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa0000;"&gt;&amp;lt;RTC_ASSERTION&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa0000;"&gt;Runtimecore Assertion Failed!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa0000;"&gt;Condition: lods_size &amp;gt; 0C:\daily_d\rtc\runtimecore\map_renderer\include\map_renderer/tile_layer.h(87)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa0000;"&gt;&amp;lt;/RTC_ASSERTION&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; font-size: 10pt; color: #aa0000;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; font-weight: 600; color: #aa0000;"&gt;The program has unexpectedly finished.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; font-weight: 600; color: #0000aa;"&gt;C:\Users\tkoka\Documents\build-MAPServerApp-Desktop_Qt_5_4_0_MSVC2013_OpenGL_64bit-Debug\debug\MAPServerApp.exe crashed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; font-weight: 600; color: #0000aa;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 13:34:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16316#M64</guid>
      <dc:creator>KK2014</dc:creator>
      <dc:date>2015-03-23T13:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Service problem</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16317#M65</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to share your service with us? It looks like there is an assertion thrown relating to something in the Levels of detail in the service. If you cannot let us use the actual service, can you please send a screenshot of the TileInfo on your service?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 16:11:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16317#M65</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-03-23T16:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Service problem</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16318#M66</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lucas ,&lt;/P&gt;&lt;P&gt;The problem solved when I use url into "ArcGISDynamicMapServiceLayer" but I want to do offline editing using my service in &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; "Local geodatabase editing" sample.Can I do with "ArcGISDynamicMapServiceLayer" ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thansk.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 14:36:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16318#M66</guid>
      <dc:creator>KK2014</dc:creator>
      <dc:date>2015-03-27T14:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Service problem</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16319#M67</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KK-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGISDynamicMapServiceLayer isn't the layer you want for editing. This type of layer is for retrieving images from a server, similar to ArcGISTiledMapServiceLayer. The difference between these 2 is that the dynamic layer can be dynamically changed on the server, whereas the tiled layer has pre-generated tiles stored on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are editing, you want to use the FeatureLayer and the GeodatabaseFeatureServiceTable/GeodatabaseFeatureTable. In MVC speak, the GeodatabaseFeatureTable is your model and the FeatureLayer is your view. In order to switch from online to offline, switch the feature table on the FeatureLayer from the GeodatabaseFeatureServiceTable to GeodatabaseFeatureTable. The "Local geodatabase editing" sample should show this concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 16:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/rest-service-problem/m-p/16319#M67</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-03-27T16:39:50Z</dc:date>
    </item>
  </channel>
</rss>

