<?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: Collector App Sync - SEVERE ERROR. in ArcGIS Collector Questions</title>
    <link>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468208#M7974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI - the illegal start of token errors are what we see when our users are trying to check in a database that is too large (somewhere in the neighborhood of ~800mb - 1gb).&amp;nbsp; We see this on our projects with lots of image attachments. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2015 19:18:41 GMT</pubDate>
    <dc:creator>MichaelDavis3</dc:creator>
    <dc:date>2015-05-11T19:18:41Z</dc:date>
    <item>
      <title>Collector App Sync - SEVERE ERROR.</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468206#M7972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI i have been investigating this for 3 days but haven't been able to find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have published 2 Feature Services on our own ArcGIS Server 10.2.2&lt;/P&gt;&lt;P&gt;We have a Web Adapter 10.2.2 in front of the ArcGIS Server. (HTTPS)&lt;/P&gt;&lt;P&gt;We have created a Map on AGOL&lt;/P&gt;&lt;P&gt;The users are in the field collecting data offline and taking photos as attachments with the iOS Collector 10.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During our tests and for some users in the beginning there were no syncing issues at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is now that all the users are now reporting "&lt;STRONG&gt; illegal start of token (&amp;lt;)&lt;/STRONG&gt; " and &lt;SPAN style="color: #e23d39;"&gt;cannot sync their work back to the server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;a-) On Arcgis Server (DEBUG Logs) we are getting the following ERROR:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;com.esri.rf.RException: Error parsing multi-part request at 
com.esri.rf.multipart.DefaultMultipartRequestHandler.parseRequest(DefaultMultipartRequestHandler.java:72) at 
com.esri.rf.RFactory.newMultipartRequestHandler(RFactory.java:203) at 
com.esri.rf.RRequest.newInstance(RRequest.java:976) at 
com.esri.rf.RServlet.service(RServlet.java:86) at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:728) at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100) at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1041) at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:603) at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310) at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at 
java.lang.Thread.run(Thread.java:744) 
Caused by: org.apache.commons.fileupload.FileUploadException: Read timed out at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:381) at 
org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:126) at 
com.esri.rf.multipart.DefaultMultipartRequestHandler.parseRequest(DefaultMultipartRequestHandler.java:65) ... 19 
more Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) at sun.security.ssl.InputRecord.read(InputRecord.java:480) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884) at sun.security.ssl.AppInputStream.read(AppInputStream.java:102) at org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:532) at org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:501) at org.apache.coyote.http11.InternalInputBuffer$InputStreamInputBuffer.doRead(InternalInputBuffer.java:563) at org.apache.coyote.http11.filters.IdentityInputFilter.doRead(IdentityInputFilter.java:124) at org.apache.coyote.http11.AbstractInputBuffer.doRead(AbstractInputBuffer.java:346) at org.apache.coyote.Request.doRead(Request.java:422) at org.apache.catalina.connector.InputBuffer.realReadBytes(InputBuffer.java:290) at org.apache.tomcat.util.buf.ByteChunk.substract(ByteChunk.java:449) at org.apache.catalina.connector.InputBuffer.read(InputBuffer.java:315) at org.apache.catalina.connector.CoyoteInputStream.read(CoyoteInputStream.java:200) at org.apache.commons.fileupload.MultipartStream$ItemInputStream.makeAvailable(MultipartStream.java:977) at org.apache.commons.fileupload.MultipartStream$ItemInputStream.read(MultipartStream.java:887) at java.io.InputStream.read(InputStream.java:101) at org.apache.commons.fileupload.util.Streams.copy(Streams.java:94) at org.apache.commons.fileupload.util.Streams.copy(Streams.java:64) at org.apache.commons.fileupload.MultipartStream.readBodyData(MultipartStream.java:593) at org.apache.commons.fileupload.MultipartStream.discardBodyData(MultipartStream.java:619) at org.apache.commons.fileupload.MultipartStream.skipPreamble(MultipartStream.java:638) at org.apache.commons.fileupload.FileUploadBase$FileItemIteratorImpl.findNextItem(FileUploadBase.java:961) at org.apache.commons.fileupload.FileUploadBase$FileItemIteratorImpl.&amp;lt;init&amp;gt;(FileUploadBase.java:942) at org.apache.commons.fileupload.FileUploadBase.getItemIterator(FileUploadBase.java:331) at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:349) ... 21 more &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b-) &lt;SPAN style="color: #303030;"&gt;On Arcgis Server (DEBUG Logs) we are &lt;/SPAN&gt;also getting "&lt;SPAN style="color: #505051; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #e5edf4;"&gt;Unable to process request. Error parsing multi-part request&lt;/SPAN&gt;" as a high level error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c-) Here are the IIS logs from the Web-Adpator site. (Please note that although some ports made it to the arcgis server the last upload part is failing with code 500)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;2015-05-07 07:09:36 141.xxx.xxx.xxx POST /server/tokens/ f=json 443 - 82.148.xxx.xxx Collector-iOS-10.3:ArcGISiOS-10.2.4+Collector/8.1.2/iPad5,4 200 0 0 2979
2015-05-07 07:09:44 141.xxx.xxx.xxx POST /server/rest/services/TEAM2100/Collector_Active_Assets/FeatureServer/uploads/register - 443 - 82.148.44.205 Collector-iOS-10.3:ArcGISiOS-10.2.4+Collector/8.1.2/iPad5,4 200 0 0 920
2015-05-07 07:09:44 141.xxx.xxx.xxx POST /server/rest/services/TEAM2100/Collector_Active_Assets_Redline/FeatureServer/synchronizeReplica - 443 - 82.148.44.205 Collector-iOS-10.3:ArcGISiOS-10.2.4+Collector/8.1.2/iPad5,4 200 0 0 8002
2015-05-07 07:09:46 141.xxx.xxx.xxx GET /server/rest/services/TEAM2100/Collector_Active_Assets_Redline/FeatureServer/jobs/jaa5f0db584ea4053acbdd6ef428390d5 f=json&amp;amp;token=C3-2a7tyzySX4nq1NMOsL2Y2j89rGiXmR68hT7bnOuyr6I9UrafswZP6WmLcbERz 443 - 82.148.44.205 Collector-iOS-10.3:ArcGISiOS-10.2.4+Collector/8.1.2/iPad5,4 200 0 0 1419
2015-05-07 07:09:54 141.xxx.xxx.xxx GET /server/rest/services/TEAM2100/Collector_Active_Assets_Redline/FeatureServer/jobs/jaa5f0db584ea4053acbdd6ef428390d5 f=json&amp;amp;token=C3-2a7tyzySX4nq1NMOsL2Y2j89rGiXmR68hT7bnOuyr6I9UrafswZP6WmLcbERz 443 - 82.148.44.205 Collector-iOS-10.3:ArcGISiOS-10.2.4+Collector/8.1.2/iPad5,4 200 0 0 967
2015-05-07 07:10:01 141.xxx.xxx.xxx GET /server/rest/services/TEAM2100/Collector_Active_Assets_Redline/FeatureServer/jobs/jaa5f0db584ea4053acbdd6ef428390d5 f=json&amp;amp;token=C3-2a7tyzySX4nq1NMOsL2Y2j89rGiXmR68hT7bnOuyr6I9UrafswZP6WmLcbERz 443 - 82.148.44.205 Collector-iOS-10.3:ArcGISiOS-10.2.4+Collector/8.1.2/iPad5,4 200 0 0 1872
2015-05-07 07:10:45 141.xxx.xxx.xxx POST /server/rest/services/TEAM2100/Collector_Active_Assets/FeatureServer/uploads/i8aa3ef1e-fec4-48b2-bc9f-5d697178d051/uploadPart token=C3-2a7tyzySX4nq1NMOsL2Y2j89rGiXmR68hT7bnOuyr6I9UrafswZP6WmLcbERz 443 - 82.148.44.205 Collector-iOS-10.3:ArcGISiOS-10.2.4+Collector/8.1.2/iPad5,4 200 0 0 60824
2015-05-07 07:11:56 141.xxx.xxx.xxx POST /server/rest/services/TEAM2100/Collector_Active_Assets/FeatureServer/uploads/i8aa3ef1e-fec4-48b2-bc9f-5d697178d051/uploadPart token=C3-2a7tyzySX4nq1NMOsL2Y2j89rGiXmR68hT7bnOuyr6I9UrafswZP6WmLcbERz 443 - 82.148.44.205 Collector-iOS-10.3:ArcGISiOS-10.2.4+Collector/8.1.2/iPad5,4 200 0 0 71292
2015-05-07 07:13:01 141.xxx.xxx.xxx POST /server/rest/services/TEAM2100/Collector_Active_Assets/FeatureServer/uploads/i8aa3ef1e-fec4-48b2-bc9f-5d697178d051/uploadPart token=C3-2a7tyzySX4nq1NMOsL2Y2j89rGiXmR68hT7bnOuyr6I9UrafswZP6WmLcbERz 443 - 82.148.44.205 Collector-iOS-10.3:ArcGISiOS-10.2.4+Collector/8.1.2/iPad5,4 500 0 0 64225
#Software: Microsoft Internet Information Services 7.5&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Things we have tried&amp;nbsp; with no success :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDk5NzMx" title="http://support.esri.com/en/bugs/nimbus/TklNMDk5NzMx" rel="nofollow noopener noreferrer" target="_blank"&gt;NIM099731 - The error message, "Error parsing multi-part reque..&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/505150" target="_blank"&gt;Re: Sync error: Illegal start of token [&amp;amp;lt;]&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on why this happens ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:45:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468206#M7972</guid>
      <dc:creator>BledarBirbo1</dc:creator>
      <dc:date>2021-12-11T20:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Collector App Sync - SEVERE ERROR.</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468207#M7973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bledar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean you have tried to i&lt;SPAN style="background: white;"&gt;ncrease the uploadReadAheadSize value on IIS? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white;"&gt;Here are the steps:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Arial; font-size: 9.5pt; color: #222222;"&gt;&lt;SPAN style="background: white;"&gt;1. Launch “Internet Information Services (IIS) Manager”&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Arial; font-size: 9.5pt; color: #222222;"&gt;&lt;SPAN style="background: white;"&gt;2. Select the site that you are hosting your web application under it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Arial; font-size: 9.5pt; color: #222222;"&gt;&lt;SPAN style="background: white;"&gt;3. In the Features section, double click “Configuration Editor”&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Arial; font-size: 9.5pt; color: #222222;"&gt;&lt;SPAN style="background: white;"&gt;4. Under “Section” select: system.webServer then serverRuntime&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Arial; font-size: 9.5pt; color: #222222;"&gt;&lt;SPAN style="background: white;"&gt;5. Modify the “uploadReadAheadSize” section to ~20MB&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Arial; font-size: 9.5pt; color: #222222;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 18:00:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468207#M7973</guid>
      <dc:creator>MiaogengZhang</dc:creator>
      <dc:date>2015-05-11T18:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Collector App Sync - SEVERE ERROR.</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468208#M7974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI - the illegal start of token errors are what we see when our users are trying to check in a database that is too large (somewhere in the neighborhood of ~800mb - 1gb).&amp;nbsp; We see this on our projects with lots of image attachments. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 19:18:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468208#M7974</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2015-05-11T19:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Collector App Sync - SEVERE ERROR.</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468209#M7975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i have made these changes and the problem is not resolved yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is more information on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a-) I tested the offline editing with about 100MB of attachments with ArcMap and the sync failed with the same reason.&lt;/P&gt;&lt;P&gt;b-) I saw that the error was coming from one of the 4 clustered arcgis server machines&amp;nbsp; and i stopped the other 3 and left the default cluster with only one machine.&lt;/P&gt;&lt;P&gt;c-) After that the ArcMap offline map synced ok but the Collector app was still getting an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the error on the server side.&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" class="dojoxGridRowTable"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="dojoxGridCellFocus dojoxGridCell" colspan="1"&gt;SEVERE&lt;/TD&gt;&lt;TD class="dojoxGridCell" colspan="1"&gt;May 12, 2015, 6:23:37 PM&lt;/TD&gt;&lt;TD class="dojoxGridCell" colspan="1"&gt;Unable to process request. Error parsing multi-part request&lt;/TD&gt;&lt;TD class="dojoxGridCell dojoxGridCellOver" colspan="1"&gt;Rest&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 15:38:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468209#M7975</guid>
      <dc:creator>BledarBirbo1</dc:creator>
      <dc:date>2015-05-12T15:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Collector App Sync - SEVERE ERROR.</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468210#M7976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Helvetica','sans-serif'; color: black;"&gt;Bledar,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Helvetica','sans-serif'; color: black;"&gt;The development team has confirmed that there is a bug in ArcGIS Server that prevents huge uploads (greater than a few GB on fast networks and greater than 100 MB on slower networks).&amp;nbsp; We are sorry about this problem and this issue is under consideration in the 10.4 release.&amp;nbsp; I would recommend you to contact the Support to see if they can come up with a work around.&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 21:03:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468210#M7976</guid>
      <dc:creator>MiaogengZhang</dc:creator>
      <dc:date>2015-05-13T21:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Collector App Sync - SEVERE ERROR.</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468211#M7977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Zhang for the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post here the Bug Number for this issue, so i can track it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 21:18:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468211#M7977</guid>
      <dc:creator>BledarBirbo1</dc:creator>
      <dc:date>2015-05-13T21:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Collector App Sync - SEVERE ERROR.</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468212#M7978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have been having this problem somewhat sporadically for a couple months with Collector and service that is used to take notes/pictures in the field. It appears that your information has helped us identify what is causing our errors so we can work on finding a workaround.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 23:09:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468212#M7978</guid>
      <dc:creator>BradySmith</dc:creator>
      <dc:date>2015-05-13T23:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Collector App Sync - SEVERE ERROR.</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468213#M7979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, this has been causing us a lot of issues. Thanks for confirming it was a bug.&amp;nbsp; Any idea if this is an issue when using hosted feature services in AGOL as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 23:14:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468213#M7979</guid>
      <dc:creator>MattCooper</dc:creator>
      <dc:date>2015-05-13T23:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Collector App Sync - SEVERE ERROR.</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468214#M7980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Bledar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed in your initial post that the following patch was not mentioned:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/en/downloads/patches-servicepacks/view/productid/160/metaid/2136" title="http://support.esri.com/en/downloads/patches-servicepacks/view/productid/160/metaid/2136"&gt;ArcGIS 10.2.2 for (Desktop, Engine, Server) Geodatabase and Feature Service Sync Optimization Patch | Samples and Utilit…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may improve sync performance since you are at ArcGIS for Server 10.2.2, in addition to the other modifications outlined by&lt;A href="https://community.esri.com/migrated-users/29368"&gt;Miaogeng Zhang&lt;/A&gt; previously.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 21:21:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468214#M7980</guid>
      <dc:creator>ScottPrindle</dc:creator>
      <dc:date>2015-05-14T21:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Collector App Sync - SEVERE ERROR.</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468215#M7981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've still got this issue, and I am running on 10.3.1 Server and 10.3.6 Collector and connecting via a pretty fast internet connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 10 features with 20 photos (taken before the option of setting the size, so will be at full iPad size)&amp;nbsp; I have a call in with local support (Esri(UK) but my main goal here is just to get these features off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ACM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 12:26:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468215#M7981</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-01-25T12:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Collector App Sync - SEVERE ERROR.</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468216#M7982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some more testing and a single feature work no attachments syncs, a single feature with a single photo worked. But a single feature with 9 photos failed. I'll try numbers between 1 and 9 later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, on full debug, the server shows a huge java message just at the same time as the SRVERE error thrown on the sync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there a java memory setting that needs increasing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 16:50:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/collector-app-sync-severe-error/m-p/468216#M7982</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-01-25T16:50:50Z</dc:date>
    </item>
  </channel>
</rss>

