Google Street View Widget

3382
15
03-14-2013 05:51 AM
TinaCanady
New Contributor
The widget was working fine but for some reason I am getting this error now:
[FaultEvent fault=[RPC Fault faultString="Unable to complete Project operation." faultCode="400" faultDetail="Service 'Geometry' of type 'GeometryServer' does not exist or is inaccessible."] messageId=null type="fault" bubbles=false cancelable=true eventPhase=2]  Can someone tell me what this means?  Thanks.
Tags (2)
0 Kudos
15 Replies
GISDev1
Occasional Contributor III
Which version are you using, and what is the exact name of the widget in your widgets folder?
0 Kudos
TinaCanady
New Contributor
I am using 3.0 and the widget is StreetView.
0 Kudos
GISDev1
Occasional Contributor III
The problem with our Esri Flex community is that there is very little teamwork between developers and no team versioning done between development efforts, and therefore you saying "Google Street View Widget" can refer to multiple entities written by different people.

Is it this widget: http://www.arcgis.com/home/item.html?id=f069d8a3aa304e29a432b48e5f64ca74 ?
0 Kudos
TinaCanady
New Contributor
The problem with our Esri Flex community is that there is very little teamwork between developers and no team versioning done between development efforts, and therefore you saying "Google Street View Widget" can refer to multiple entities written by different people.

Is it this widget: http://www.arcgis.com/home/item.html?id=f069d8a3aa304e29a432b48e5f64ca74 ?


Yes, thats the one.
0 Kudos
GISDev1
Occasional Contributor III
Yes, thats the one.


This is the Geometry Server which is used in his code:
http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer

It appears that Service is currently not running on that server, and therefore giving you the error message.
0 Kudos
RhettZufelt
MVP Frequent Contributor
It is there, it's just extremely flaky.

If you keep reloading, you will see it come up about 4 out of 10 times......

Maybe you need to click at just the right time 🙂

sampleserver2 seems to stay up, might try changing it to that.

R_
0 Kudos
TinaCanady
New Contributor
Thats too bad...do you know of another service that could be used instead?
0 Kudos
ZhujingXia
Occasional Contributor II
Hi,

I got the same error message, ESRI told me there is bug for the geometry service from sampleserver3, so I chnaged to sampleserver1.
The error message is gone, but there is no sreet view image show at the bottom.
Have you try use the geometry service from sampleserver1 or sampleserver2?

Thanks,

Zhujing
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Alright guys I have to ask... If you have an ArcGIS server why are you not using your own servers geometry service?
0 Kudos