LookupService lookup = new LookupService(url.getPath), LookupService.GEOIP_MEMORY_CACHE);
Location locationServices = lookup.getLocation(ipAddress);
ipAddress是 String ,lookup不为 null & locationServices为 null
我使用geoip-api-1.2.10.jar和GeoLite 数据库
我错过了什么?