darshakshah1988 / gmaps4jsf

Automatically exported from code.google.com/p/gmaps4jsf
0 stars 1 forks source link

ERROR in GMaps4JSFServiceFactory.getReverseGeocoderService().getPlaceMark() #193

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Good afternoon

I am using the library gmaps4jsf version (1.1.3) and the application is having 
a problem when trying to get a point from latitude and longitude.

the error that occurs is as follows

PlaceMark placeMarkNewcargar = 
GMaps4JSFServiceFactory.getReverseGeocoderService().getPlaceMark(obranueva.getFl
oatlatitud().toString(), obranueva.getFloatlongitud().toString());

java.lang.Exception: Error: JSONObject["Placemark"] not found.

Thank you very much for the help you can give me and I am attentive to the 
response

Original issue reported on code.google.com by katherin...@interkont.co on 12 Mar 2013 at 9:19

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Good Evening,
I have the same problem with gmaps4jsf version (1.1.4). I was wondering if you 
found any solution to the matter. Please notify me? Thank you in advance...

Original comment by ozbeksaf...@gmail.com on 13 Mar 2013 at 12:29

GoogleCodeExporter commented 8 years ago
It is a problem in the Google service itself. It is suddenly stopped working.

I will provide a fix for this now.

Original comment by Hazem.sa...@gmail.com on 14 Mar 2013 at 12:00

GoogleCodeExporter commented 8 years ago
Issue 192 has been merged into this issue.

Original comment by Hazem.sa...@gmail.com on 14 Mar 2013 at 12:01

GoogleCodeExporter commented 8 years ago
Fixed in revision 785. It will be part of GMaps4JSF 3.0.1, for now, you can get 
the latest source code and build the snapshot jar for this issue.

Original comment by Hazem.sa...@gmail.com on 14 Mar 2013 at 1:06

GoogleCodeExporter commented 8 years ago
Good day

Thank you very much for the help but with respect to the solution I have a 
concern, now  jsf1.2'm working with and I have understood that GMaps4JSF 3.0.1 
only works with JSF 2.0, that no alternative exists to give solution to my 
problem?

thank you very much again.

Original comment by katherin...@interkont.co on 14 Mar 2013 at 1:43

GoogleCodeExporter commented 8 years ago
Good afternoon sir, 
Thank you in advance for the reply and your effort. However, I have the same 
problem as Katherin. I'm using Jsf 1.1.14 and Gmaps4jsf 1.1.4. I can't use the 
updated version 3.0.1 of Gmaps4Jsf. Could please make a revision of Gmaps4Jsf 
1.1.4 as well that would greatly help me out. Thank you sir. Have a nice day.

Original comment by ozbeksaf...@gmail.com on 14 Mar 2013 at 2:56

GoogleCodeExporter commented 8 years ago
Goodafternoon sir,
As you shared some piece of code to fix the related problem in topic "#5" 
above. How could I edit the ".class" files so that I can use your solution. I 
tried a bunch of tools to edit the ".class" files but none of them were 
successful. Thank you sir.

Original comment by ozbeksaf...@gmail.com on 15 Mar 2013 at 10:34

GoogleCodeExporter commented 8 years ago
Hello Sir,
I entegrated your solution to api jar file. (java.lang.Exception: Error: 
JSONObject["Placemark"] not found.) problem was solved. However, after using 
the api for 3-4 days, it started to give other error. What is the main cause 
for this kind of problems and may you please give any suggestions. Bellow I'm 
sharing the error. Thank you sir, have a nice day.

java.lang.Exception: Error: JSONArray[0] not found.
    at com.googlecode.gmaps4jsf.services.ReverseGeocoderServiceImpl.getPlaceMark(ReverseGeocoderServiceImpl.java:40)

Original comment by ozbeksaf...@gmail.com on 20 Mar 2013 at 8:03