Hi All, In our ArcGIS Enterprise environment (10.8.1), we have On prem Portal server, GIS/Hosting Server (Federated wit Portal). We are noticing that while adding features to hosting services, it doesn't add features. I have checked the following:
1. Portal is successfully federated with GIS/Hosting server
2. Data store is validated
3. Hosted services are available
I also checked and applyEdits response shows the following:
applyEdits response shows as belows:
{
"addResults": [
{
"objectId": null,
"globalId": null,
"success": false,
"error": {
"code": 10500,
"description": "class org.json.JSONObject cannot be cast to class com.esri.core.geometry.Geometry (org.json.JSONObject and com.esri.core.geometry.Geometry are in unnamed module of loader java.net.URLClassLoader @396f6598)"
}
}
],
"updateResults": [],
"deleteResults": [],
"attachments": {
"addResults": [],
"updateResults": [],
"deleteResults": []
}
}
https://gis01/arcgis/rest/services/Hosted/Boom/FeatureServer/0/query?f=json&returnGeometry=true&spatialRel=esriSpatialRelIntersects&objectIds=&outFields=*&outSR=102100&token=gMdd0fOxm0coQnX0R3oS5x027H0MkG4ERZexKL5ipGnBFfB90wid8c6JOXnfEL1heT4NzgCB9FbSaFcUQvPt56DOYzgH6qdQl--EDCeg8s-ijUf07IRYwEvfZPTGRjf_ohYdGcZncIk0q9FZVXMgDK-_3Ay6cRfIt-1sgkxBW3Y.
{
"error": {
"code": 500,
"message": "Cannot perform query. Invalid query parameters.",
"details": []
}
}
Thanks