Skip to content

Instantly share code, notes, and snippets.

@simpsonjulian
Created October 31, 2013 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simpsonjulian/7256038 to your computer and use it in GitHub Desktop.
Save simpsonjulian/7256038 to your computer and use it in GitHub Desktop.
ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project neo4j-backup: Compilation failure: Compilation failure:
[ERROR] /jenkins/workspace/neo4j-1.9-outreach/enterprise/backup/src/main/java/org/neo4j/backup/OnlineBackupKernelExtension.java:[147,89] getHostString() is not public in java.net.InetSocketAddress; cannot be accessed from outside package
[ERROR] /jenkins/workspace/neo4j-1.9-outreach/enterprise/backup/src/main/java/org/neo4j/backup/OnlineBackupKernelExtension.java:[147,164] getHostString() is not public in java.net.InetSocketAddress; cannot be accessed from outside package
[ERROR] /jenkins/workspace/neo4j-1.9-outreach/enterprise/backup/src/main/java/org/neo4j/backup/OnlineBackupKernelExtension.java:[169,89] getHostString() is not public in java.net.InetSocketAddress; cannot be accessed from outside package
[ERROR] /jenkins/workspace/neo4j-1.9-outreach/enterprise/backup/src/main/java/org/neo4j/backup/OnlineBackupKernelExtension.java:[169,164] getHostString() is not public in java.net.InetSocketAddress; cannot be accessed from outside package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment