Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Geolocator is a plugin that determines the locale of an inbound request. Its an optional plugin that is turned off by default, and requires a class file InetAddressLocator to be placed in your class path.

To add InetAddressLocator to your classpath, locate the InetAddressLocator.jar file (I found a copy in core/packages/resources). Add the path to the jar file, for example "C:/farcry3/farcry_core/packages/resources/InetAddressLocator.jar", to the Coldfusion class path setting (often found in the Coldfusion administrator).

This can also be an indication that the directory structure or mapping is not setup correctly.

You may be getting this error because you have migrated or copied an application to a server environment that is not correctly configured for the plugin.

...