ctubbsii commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-345577154 Hmm. This is a tricky one and I'm running low on ideas. Just to throw some more ideas out there to try: You could try clearing out all of your local maven repository, in case one of the dependencies are corrupt. You could ensure that it is configured to use `https` for Maven Central and a strict checksum policy to avoid resolving corrupt dependencies when they are re-downloaded. You could also check to ensure that you don't have any strange items on your class path either in your environment (`env | egrep '(CLASSPATH|JAVA|MAVEN)'`, or any unusual properties or profiles in your `~/.m2/settings.xml` file, or any weird items in your `~/.mavenrc` file (if present). You could try cloning the git repo from scratch to a different location, and running there, to ensure there's not anything wrong with your local workspace. You could also check any logs in the target directories, for a possible hint, but I'm not really sure what to look for. You could run `sudo netstat -tlnp` to see what other processes might be listening on your TCP ports, which could prevent ZooKeeper from starting properly.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
