-
29 Jul 2012 10:42 PM #1
Calling unexisting resource.
Calling unexisting resource.
I have a application used ExtJs. And when i try to do communications with server (fileupload or transaction to Geoserver) i get this error.
Google says me that thios is ExtJs resource. But i am not call this gif in code. And why this calls from strange path?Code:"NetworkError: 401 Unauthorized - http://localhost:8080/resources/images/default/sizer/s-handle-dark.gif"
-
30 Jul 2012 8:49 AM #2
You will need to provide more details ...
Define strange .. which part .. is it looking for this image.And why this calls from strange path
Scott.
-
30 Jul 2012 8:03 PM #3
by "strange" I mean that why image searched in webapps directory not in ExtJs library directory. Couse in Extjs directory this image exist too. And i was searched in all application libraries and cant find calling of this image.
-
30 Jul 2012 9:09 PM #4
Looks like a relative path is not set correctly and it is trying to load the file based on this info. Please check you CSS path setting or related.
As for the reason for the call, we do not have an images DIR under resources, so I would say you have a 3rd party UX that may be looking for this image?
Scott.


Reply With Quote