Skip to content

No such property: GeoUtils for class: org.grails.plugin.geolocation.GeolocationService #14

Description

@kmacpher67

Grails 2.2.3

I had to modify the class GeolocationService and add the following:

import org.grails.plugin.geolocation.utils.GeoUtils

groovy.lang.MissingPropertyException: No such property: GeoUtils for class: org.grails.plugin.geolocation.GeolocationService
    at org.grails.plugin.geolocation.GeolocationService.distance(GeolocationService.groovy:12)
    at GeolocationGrailsPlugin$_closure3_closure7.doCall(GeolocationGrailsPlugin.groovy:39)
    at mobiletest.PersonController.map(PersonController.groovy:124)
    at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:195)
    at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
    at java.lang.Thread.run(Thread.java:662

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions