Giter VIP home page Giter VIP logo

aisanalysis's People

Contributors

kasperf avatar kaspernielsen avatar silentk226 avatar steen-elv avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

adewin

aisanalysis's Issues

AisAnalysis is not building

While trying to build AisAnalysis with maven, using the following command:
mvn clean install
I encountered some errors about the repository for parent pom project not being available:

[INFO] Scanning for projects...
Downloading from dma-releases: http://repository-dma.forge.cloudbees.com/release/dk/dma/dma-root-pom/21/dma-root-pom-21.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for dk.dma.ais.analysis:ais-analysis-parent:0.1-SNAPSHOT: Could not transfer artifact dk.dma:dma-root-pom:pom:21 from/to dma-releases (http://repository-dma.forge.cloudbees.com/release/): repository-dma.forge.cloudbees.com: Name or service not known and 'parent.relativePath' points at wrong local POM @ line 4, column 11
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project dk.dma.ais.analysis:ais-analysis-parent:0.1-SNAPSHOT (/AisAnalysis/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for dk.dma.ais.analysis:ais-analysis-parent:0.1-SNAPSHOT: Could not transfer artifact dk.dma:dma-root-pom:pom:21 from/to dma-releases (http://repository-dma.forge.cloudbees.com/release/): repository-dma.forge.cloudbees.com: Name or service not known and 'parent.relativePath' points at wrong local POM @ line 4, column 11: Unknown host repository-dma.forge.cloudbees.com: Name or service not known -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

FAILURE while building AIS analyzer commons

After executing "mvn clean install" the following error appears:

pi@rspi4:~/Downloads/AisAnalysis $ mvn clean install
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] AisAnalysis Parent [pom]
[INFO] AIS analyzer commons [jar]
[INFO] AIS viewer [jar]
[INFO] AisAnalysis distribution parent [pom]
[INFO] AisAnalysis viewer singlejar [jar]
[INFO]
[INFO] --------------< dk.dma.ais.analysis:ais-analysis-parent >---------------
[INFO] Building AisAnalysis Parent 0.1-SNAPSHOT [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] The POM for dk.dma.enav:enav-model:jar:0.6-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for dk.dma.commons:dma-commons-util:jar:0.5-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for dk.dma.enav:enav-util:jar:0.6-SNAPSHOT is missing, no dependency information available
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ais-analysis-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ ais-analysis-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ais-analysis-parent ---
[INFO] Installing /home/pi/Downloads/AisAnalysis/pom.xml to /home/pi/.m2/repository/dk/dma/ais/analysis/ais-analysis-parent/0.1-SNAPSHOT/ais-analysis-parent-0.1-SNAPSHOT.pom
[INFO]
[INFO] --------------< dk.dma.ais.analysis:ais-analyzer-common >---------------
[INFO] Building AIS analyzer commons 0.1-SNAPSHOT [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for AisAnalysis Parent 0.1-SNAPSHOT:
[INFO]
[INFO] AisAnalysis Parent ................................. SUCCESS [ 3.383 s]
[INFO] AIS analyzer commons ............................... FAILURE [ 0.601 s]
[INFO] AIS viewer ......................................... SKIPPED
[INFO] AisAnalysis distribution parent .................... SKIPPED
[INFO] AisAnalysis viewer singlejar ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.739 s
[INFO] Finished at: 2020-10-18T16:27:30+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ais-analyzer-common: Could not resolve dependencies for project dk.dma.ais.analysis:ais-analyzer-common:jar:0.1-SNAPSHOT: The following artifacts could not be resolved: dk.dma.commons:dma-commons-util:jar:0.5-SNAPSHOT, dk.dma.enav:enav-util:jar:0.6-SNAPSHOT: Could not find artifact dk.dma.commons:dma-commons-util:jar:0.5-SNAPSHOT -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :ais-analyzer-common

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.