|
POST
|
Well in my case it is about 100 ArcSocs per VM (2) but they have lots of RAM (60 GB). When inspecting the activity manually, VMs do not seem overloaded CPU or RAM wise so I am not sure it is the issue... just trying to correlate the fact that during lunch time (less activity), there was no issue. Do you have a monitoring of your CPU or RAM by any chance ? I personally don't. I wonder if it could not correlate with a CPU activity spikes.
... View more
11-14-2024
10:09 PM
|
0
|
0
|
2445
|
|
POST
|
Just an update: to me it seems more related to the activity of the GIS Server site. Today was interesting: intermittently down from 10 to 12 and then from 2 to 4:30. We can clearly see the lunch break in my organization ! /cc @CedricDespierreCorporon
... View more
11-12-2024
07:56 AM
|
0
|
1
|
2504
|
|
POST
|
Hi @AhmadAwada1, Just an update: the issue occured again... so the incorrect registered data store was not the culprit. Out of curiosity, what version are you running ? Do you observe the same intermittent phenomena ? Same errors in the logs ? Thanks
... View more
11-12-2024
07:31 AM
|
0
|
0
|
2505
|
|
POST
|
Hi @AhmadAwada1, I am still working on it but the infrastructure has been more stable (no issue in last 10 days) since I deleted a broken “data store” on ArcGIS Server which was pointing to a broken SMB file system path. I found it by analysing windows event viewer which logged SMB error. Will keep you updated if the issue arises again.
... View more
11-12-2024
05:26 AM
|
0
|
0
|
2519
|
|
POST
|
Hello @AndyGup and @JonathanTiu, Thanks for raising this interesting topic. I am facing a similar issue with a custom application built with arcgis-core 4.30 with vitejs. In my case, the issue is that there is not only the `init.js` file that is requested many times but many, many, many, many javascript files ! All files are cached and served from http/2, but even with all these performances considerations, there is still a very noticeable period with no features displayed. At startup, we end up in few seconds in the following situation with the TOC created, basemap loaded: but in the backend, it spends its time loading several times (7) a big number of files even from the cache: or another example: Once it's finally done loading these files, it starts querying the ArcGIS Server to retrieve the data and features start behind displayed. Even if these files are lightweights, I am under the impression that it has a performance impact. Here is a small video to illustrate this phenomema: Any idea ? Is it expected behavior ? Thanks ! Nicolas
... View more
11-04-2024
08:43 AM
|
0
|
1
|
1252
|
|
POST
|
Hello, Since we upgraded from ArcGIS Server 11.1 to 11.3, I am facing intermittently an issue with ArcGIS Server: the site is temporarily not available. Here is a typical output of our monitoring probing both: /arcgis/rest/info/healthCheck :6443/arcgis/rest/info/healthCheck If I connect on the VM and try to access manager: https://localhost:6443/arcgis/manager I sometimes get a response, sometimes not. Checking the process, everything seems to be in order: ArcGIS Server service started, plently of ArcSOCs processes running. Having a look at the "classic" logs, I dont see anything. If I check the tomcat logs in "\framework\runtime\tomcat\logs", in "catalina.0", I have the following: Oct 22, 2024 3:09:15 PM org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor failed SEVERE: Socket accept failed java.io.IOException: The specified network name is no longer available at java.base/sun.nio.ch.Iocp.translateErrorToIOException(Unknown Source) at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Oct 22, 2024 3:47:56 PM org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor failed SEVERE: Socket accept failed java.io.IOException: The specified network name is no longer available at java.base/sun.nio.ch.Iocp.translateErrorToIOException(Unknown Source) at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Oct 22, 2024 3:51:02 PM org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor failed SEVERE: Socket accept failed java.io.IOException: The specified network name is no longer available at java.base/sun.nio.ch.Iocp.translateErrorToIOException(Unknown Source) at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Oct 22, 2024 3:56:59 PM org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor failed SEVERE: Socket accept failed java.io.IOException: The specified network name is no longer available at java.base/sun.nio.ch.Iocp.translateErrorToIOException(Unknown Source) at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Oct 22, 2024 3:59:01 PM org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor failed SEVERE: Socket accept failed java.io.IOException: The specified network name is no longer available at java.base/sun.nio.ch.Iocp.translateErrorToIOException(Unknown Source) at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Oct 22, 2024 4:02:57 PM org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor failed SEVERE: Socket accept failed java.io.IOException: The specified network name is no longer available at java.base/sun.nio.ch.Iocp.translateErrorToIOException(Unknown Source) at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Oct 22, 2024 4:06:01 PM org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor failed SEVERE: Socket accept failed java.io.IOException: The specified network name is no longer available at java.base/sun.nio.ch.Iocp.translateErrorToIOException(Unknown Source) at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Oct 22, 2024 4:16:03 PM org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor failed SEVERE: Socket accept failed java.io.IOException: The specified network name is no longer available at java.base/sun.nio.ch.Iocp.translateErrorToIOException(Unknown Source) at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Oct 22, 2024 4:19:03 PM org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor failed SEVERE: Socket accept failed java.io.IOException: The specified network name is no longer available at java.base/sun.nio.ch.Iocp.translateErrorToIOException(Unknown Source) at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Oct 22, 2024 4:23:09 PM org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor failed SEVERE: Socket accept failed java.io.IOException: The specified network name is no longer available at java.base/sun.nio.ch.Iocp.translateErrorToIOException(Unknown Source) at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Oct 22, 2024 4:44:02 PM org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor failed SEVERE: Socket accept failed java.io.IOException: The specified network name is no longer available at java.base/sun.nio.ch.Iocp.translateErrorToIOException(Unknown Source) at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) As you can see, the error time matches the unavailability detected by the monitoring. Any idea, what could be the issue ? The only solution I found is to restart the ArcGIS Server service and then it is back to normal. Thanks
... View more
10-22-2024
08:05 AM
|
0
|
15
|
4100
|
|
POST
|
Hello, Since we migrated to 11.3, we noticed that very often, when updating webscenes in Scene viewer, the following error message appears after saving it: Debbugging it, the request: https://myportal.company.com/geoportal/sharing/rest/content/users/myuser/5dbe9521827f4cb9b57791f40f93e53b/items/c3b4c329aabd42b3907223d29f949ef8/updateThumbnail returns: {"error":{"code":500,"messageCode":"CONT_0108","message":"Unable to update thumbnail","details":["Invalid Url"]}} Even after configured the Portal for ArcGIS logs to DEBUG, I do not get anything about this error. I can't reproduce it from scratch though: that is to say, creating a webcene and saving it works. Reopening it, updating it, saving it again works as well. It is as if this issue only occurs after a while. Anyone facing the same issue ? Thanks, Nicolas
... View more
10-22-2024
05:35 AM
|
1
|
2
|
1717
|
|
POST
|
@RyanTaylor, thanks for your reply. Just for information, I received an update and BUG-000150121 is now in product plan...
... View more
10-22-2024
05:27 AM
|
1
|
0
|
2179
|
|
POST
|
Hi @Amagaad, I guess you found the solution in the meantime but I am sharing my experience for others facing the same issue. I faced it running a migration script of my users from SAML provider to OIDC one. Script was coded using Python API for ArcGIS and adding a 5-second sleep between processing each user solved this issue. time.sleep(5) I guess as the error message is a bit misleading !
... View more
10-08-2024
11:30 AM
|
0
|
0
|
462
|
|
IDEA
|
From my first testing, I faced an issue with header size since I activated it. I don't know why, but Portal for ArcGIS is setting this "oidcRelayState" cookie on "signin" last operation: `sharing/rest/oauth2/oidc/xyz/signin` and in my case, after having turn this OIDC group membership, it turns out that this cookie is massive and my header is greater than 40 KB afterward and got rejected by HAProxy. I increased the header size limit and it now works but it seems to me that my groups are stored in this cookie which is not a good practice according to my IT team. Any idea why are the groups stored in this cookie at the end of the auth process ? It seems to me this cookie is much more than a 'classic' relayState and also there is no state to manage at this stage as interaction with IDP is over 🤔 Might open a dedicated thread rather than polluting this implemented idea !
... View more
10-04-2024
03:16 AM
|
0
|
0
|
2283
|
|
POST
|
Hello @RyanTaylor, No, I did not find any solution and I don't think we can do much. Considering the very long time this issue has been logged and not solved, I am rather currently investigating switching to OIDC that now has group membership enabled: https://community.esri.com/t5/arcgis-enterprise-ideas/openid-connect-group-membership/idc-p/1543260 Also, based on my tests, OIDC does not seem to have this issue. Out of curiosity, what technology is your IDP based ? On our side, we are using Keycloak. Thanks
... View more
10-04-2024
01:36 AM
|
0
|
0
|
2294
|
|
POST
|
Running ArcGIS Enterprise 11.3 and start having from time to time this very same failure. Code is using ArcGIS API for Python. Every week, we update our vector tiles basemap using this worfklow. And the same code fails from time to time.
... View more
09-30-2024
01:11 AM
|
0
|
0
|
1941
|
|
IDEA
|
True, it does not seem to be documented yet for ArcGIS Enteprise but it is for ArcGIS Online: https://doc.arcgis.com/en/arcgis-online/administer/openid-connect-logins.htm Step 15: Optionally, toggle the Enable OpenID Connect login based group membership button to allow members to link specified OpenID Connect-based groups to ArcGIS Online groups during the group creation process. This step is missing from ArcGIS Enterprise 11.3 documentation: https://enterprise.arcgis.com/en/portal/latest/administer/windows/openid-connect-logins.htm But running 11.3, I confirm I do see the same option as in ArcGIS Online.
... View more
09-29-2024
04:49 AM
|
0
|
0
|
2311
|
|
POST
|
Hello, I now have been reported 2 cases of users notifying me that they can't see my experiences built with experience builder. Basically, it keeps loading with the loading spinner. I debugged it with them and for each one of them, a different javascript file have been partially put in cache by the service worker. Partially meaning, the file is truncated as a consequence its execution breaks the application. In one case, it was: /apps/experiencebuilder/jimu-core/data-source.js In the other: /apps/experiencebuilder/experience/index.js When debbuging I see the following (200 OK from service worker) : Trying to display the file, it is truncated (check the very bottom of data-source.js) This is very problematic because clearing the cache does not solve the issue. You have to manually unregister the experience builder service worker to fix this issue. Any idea how could this have happened ? By the way, I am running 11.3. Thanks for listening and hopefully helping ! Best regards, Nicolas /cc @CedricDespierreCorporon
... View more
09-17-2024
03:06 AM
|
0
|
1
|
736
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-14-2025 07:12 AM | |
| 1 | 09-28-2025 09:14 AM | |
| 1 | 11-05-2024 01:46 AM | |
| 2 | 08-25-2025 03:13 AM | |
| 1 | 11-14-2025 01:24 AM |