Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.11.0
-
None
Description
Tajo use the dspace-geoip library, version is 1.2.3.
Now geoip data doesn't work at 1.2.3 version.
We need change 1.2.14 from 1.2.3 version.
Below related exception.
java.lang.ArrayIndexOutOfBoundsException: 254
at com.maxmind.geoip.LookupService.getCountry(LookupService.java:436)
at com.maxmind.geoip.LookupService.getCountry(LookupService.java:408)
at org.apache.tajo.util.GeoIPUtil.getCountryCode(GeoIPUtil.java:44)