Select to view content in your preferred language

Standart draw widget. Error when measuring

1410
6
06-19-2012 01:45 AM
VladislavMasatin
Deactivated User
Have updated FW to 3.0 version. After that then I'm trying to measure something, I'm getting error:

[FaultEvent fault=[RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: http://gis.astk.ee/project"] messageId="0B76E41A-B91A-710D-223D-03D6AE68E31E" type="fault" bubbles=false cancelable=true eventPhase=2]


How to solve this problem.

Server 9.3.1
Tags (2)
0 Kudos
6 Replies
DasaPaddock
Esri Regular Contributor
What is the url for the geometryservice tag in your config.xml?

e.g.

<geometryservice url="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer"/>
0 Kudos
VladislavMasatin
Deactivated User
Don't use  geometryservice tag. FV2.5 also working without  geometryservice tag peerfectly.

<?xml version="1.0"?>
<configuration label="Draw and measure">
    <distanceunits>
        <distanceunit abbr="m" conversion="1">Meetrid</distanceunit>
  <distanceunit abbr="km" conversion=".001">Kilomeetrid</distanceunit>
    </distanceunits>
    <areaunits>
  <areaunit abbr="sq km" conversion="0.000001">Ruut kilomeetrid</areaunit>
  <areaunit abbr="ha" conversion="0.0001">Hektarid</areaunit> 
        <areaunit abbr="sq m" conversion="1">Ruut meetrid</areaunit> 
    </areaunits>
</configuration>
0 Kudos
VladislavMasatin
Deactivated User
Have found in ArcCatalog Geometry Service, copied URL under the service properties selection, but same error
http://***.****.**/arcgis/services/Geometry/GeometryServer
.
same story with
http://***.****.**/ArcGIS/rest/services/Geometry/GeometryServer
URL.
0 Kudos
DasaPaddock
Esri Regular Contributor
Measuring is working for me at:
http://resources.arcgis.com/en/help/flex-viewer/live/index.html

Can you share the contents of your config.xml?
0 Kudos
VladislavMasatin
Deactivated User
PM sended with code


Have tryed copy swf and xml files from 2.5 version, but the dont work at all. Widget is loading, but the drawing dissapear when I release mouse button. Measuring also not working, however no error window.
0 Kudos
VladislavMasatin
Deactivated User
Solved.

Reinstalled FV, rechecked config.xml, added geometryservice tag, restarted server and its working now. Seems that it was some bug somewhere.

Thanx for helping.
0 Kudos