You have extra spaces everywhere in your config file, which makes them invalid.
thanks for the feedback. I adjusted the file spacing and made the following settings:
<entry key = 'geocoder.enable'> true </ entry>
<entry key = 'geocoder.type'> google </ entry>
<entry key = 'geocoder.key'> xxxxxx </ entry>
This way the error stopped happening, however the geocoding did not work and I realized that the url being searched
is http: // my ip / api / server / geocode? _dc = 1534047118750 & latitude = -22.8826327 & longitude = -43.32272037.
Would you like to know how do I search for the google url?
I can still spaces everywhere.
When I try to view the address I'm getting the ServerResource: 56 error. I have already made the following settings in the default.xml file
<entry key = 'geocoder.enable'> true </ entry>
<entry key = 'geocoder.type'> google </ entry> <entry key = 'geocoder.key'> xxx </ entry>. There is geocoder.url specified by google for this query. Remembering that I tested my google key and I was successful.