-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
I installed application components 2 months ago (Nov 2017) and ran sample trials in Stata without any problem. I recently tried to execute on a new data file and received error messages. I received the same error message when I tried to execute on original dataset that worked; it also failed when I attempted to execute using sample data from help file. The output is pasted below. Thanks for your help.
input int housenum str13 street str10 city str2 state str5 zip
4287 "46th Ave N" "Robbinsdale" "MN" "55422"
6675 "Old Canton Rd" "Ridgeland" "MS" "39157"
12313 "33rd Ave NE" "Seattle" "WA" "98125"
310 "Cahir St" "Providence" "RI" "02903"
22 "Oaklawn Ave" "Cranston" "RI" "02920"
61 "Pine St" "Attleboro" "MA" "02703"
10 "Larkspur Rd" "Warwick" "RI" "02886"
91 "Fallon Ave" "Providence" "RI" "02908"
195 "Arlington Ave" "Providence" "RI" "02906"
end
ggeocode housenum street city state zip
java.lang.NullPointerException
at org.paces.Stata.Google.Geocode.setBoundingBoxes(Geocode.java:212)
at org.paces.Stata.Google.Geocode.<init>(Geocode.java:121)
at org.paces.Stata.Google.Geocode.<init>(Geocode.java:145)
at org.paces.Stata.Google.Google.geocode(Google.java:29)
r(5100);