You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by neykov <gi...@git.apache.org> on 2016/03/17 14:17:10 UTC

[GitHub] brooklyn-server pull request: [OSGi] Make EmbeddedFelixFramework p...

Github user neykov commented on the pull request:

    https://github.com/apache/brooklyn-server/pull/66#issuecomment-197875433
  
    With this change next error when deploying MachineEntity is:
    ```
    java.lang.NoClassDefFoundError: com/maxmind/db/Reader$FileMode
    	at com.maxmind.geoip2.DatabaseReader$Builder.<init>(DatabaseReader.java:66)
    	at org.apache.brooklyn.core.location.geo.MaxMind2HostGeoLookup.getDatabaseReader(MaxMind2HostGeoLookup.java:54)
    	at org.apache.brooklyn.core.location.geo.HostGeoInfo.findHostGeoLookupImpl(HostGeoInfo.java:161)
    	at org.apache.brooklyn.core.location.geo.HostGeoInfo.getDefaultLookup(HostGeoInfo.java:78)
    	at org.apache.brooklyn.core.location.geo.HostGeoInfo.fromIpAddress(HostGeoInfo.java:65)
    	at org.apache.brooklyn.core.location.geo.HostGeoInfo.fromLocation(HostGeoInfo.java:115)
    	at org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation.configure(LocalhostMachineProvisioningLocation.java:145)
    	at org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation.configure(LocalhostMachineProvisioningLocation.java:72)
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---