Error 500: Internal server error,while setting the layer definition of dynamic layer.

1841
0
03-28-2017 12:39 AM
ShashiShekhar
New Contributor

I am using dynamic layer to load different data on map when we search. There are two ways to search:

1. by using country name

2. by using country as well as state name.

When we search using state and country name, then I am not having any issue. But when I search using just country name then I am getting "Error 500: Internal server error". I am using proxy for calling the arcgis services.

To set the new definition for layer:- 

map.getLayer("Dealer Location").setLayerDefinitions(layerDefinitions);

Error:

  1. n {message: "Unable to load /aor/proxy.jsp?https://arcgisqualap…AOR/Dealer_Info_Lbl/MapServer/export? status: 500", response: Object, status: 500,responseText: "{"timestamp":1490685729634,"status":500,"error":"I…":"No message available","path":"/aor/proxy.jsp"}", xhr: XMLHttpRequest}
    1. _ssl: undefined
    2. log: undefined
    3. message: "Unable to load /aor/proxy.jsp?https://XXXXXXXXXXXX.com/arcgis/rest/services/Dealer_AOR/Dealer_Info_Lbl/MapServer/export? status: 500"
    4. response: Object
    5. responseText: "{"timestamp":1490685729634,"status":500,"error":"Internal Server Error","message":"No message available","path":"/aor/proxy.jsp"}"
    6. stack: (...)
    7. get stack: ()
      1. arguments: null
      2. caller: null
      3. length: 0
      4. name: ""
      5. prototype: aZ
      6. __proto__: ()
      7. <function scope>
    8. set stack: ()
    9. status: 500
    10. xhr: XMLHttpRequest
    11. __proto__: a

So,when we are searching using "Country", then a huge amount of data comes in variable 'layerDefinitions' and I am getting the above issue where 'POST' call is failing. But if we change the data and reduce the the amount of data in 'layerDefinitions', then It is working fine and data is getting loaded on the map (same case as search using 'State+Country').

Earlier, we were not using proxy and there were no issues.

 

Can anybody please tell me what changes can I do or is there any other way to set the map layer definition for such a huge amount of data for layer definition?

Thanks in advance.

0 Kudos
0 Replies