Skip to content

Instantly share code, notes, and snippets.

@hugows
Created July 7, 2017 15:12
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 hugows/4ca5cfa32e4f9a7adb9265076f52b352 to your computer and use it in GitHub Desktop.
Save hugows/4ca5cfa32e4f9a7adb9265076f52b352 to your computer and use it in GitHub Desktop.
hugo@hp ~/play/ktor-ktor-0.3.3/ktor-samples/ktor-samples-hello $ mvn exec:java -Pexec-netty
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jetbrains.ktor:ktor-samples-hello:jar:0.3.3
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.jetbrains.ktor:ktor-samples:[unknown-version], /home/hugo/play/ktor-ktor-0.3.3/ktor-samples/pom.xml, line 65, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
Downloading: https://jcenter.bintray.com/org/jetbrains/dokka/dokka-maven-plugin/0.9.13/dokka-maven-plugin-0.9.13.pom
Downloaded: https://jcenter.bintray.com/org/jetbrains/dokka/dokka-maven-plugin/0.9.13/dokka-maven-plugin-0.9.13.pom (3 KB at 2.3 KB/sec)
Downloading: https://jcenter.bintray.com/org/jetbrains/dokka/dokka-maven-plugin/0.9.13/dokka-maven-plugin-0.9.13.jar
Downloaded: https://jcenter.bintray.com/org/jetbrains/dokka/dokka-maven-plugin/0.9.13/dokka-maven-plugin-0.9.13.jar (21 KB at 34.4 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ktor-samples-hello 0.3.3
[INFO] ------------------------------------------------------------------------
Downloading: https://jcenter.bintray.com/org/jetbrains/ktor/ktor-netty/0.3.3/ktor-netty-0.3.3.pom
Downloading: https://dl.bintray.com/kotlin/kotlin-eap-1.1/org/jetbrains/ktor/ktor-netty/0.3.3/ktor-netty-0.3.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/jetbrains/ktor/ktor-netty/0.3.3/ktor-netty-0.3.3.pom
[WARNING] The POM for org.jetbrains.ktor:ktor-netty:jar:0.3.3 is missing, no dependency information available
Downloading: https://jcenter.bintray.com/org/jetbrains/ktor/ktor-netty/0.3.3/ktor-netty-0.3.3.jar
Downloading: https://dl.bintray.com/kotlin/kotlin-eap-1.1/org/jetbrains/ktor/ktor-netty/0.3.3/ktor-netty-0.3.3.jar
Downloading: https://repo.maven.apache.org/maven2/org/jetbrains/ktor/ktor-netty/0.3.3/ktor-netty-0.3.3.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.985 s
[INFO] Finished at: 2017-07-07T12:11:32-03:00
[INFO] Final Memory: 12M/158M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ktor-samples-hello: Could not resolve dependencies for project org.jetbrains.ktor:ktor-samples-hello:jar:0.3.3: Could not find artifact org.jetbrains.ktor:ktor-netty:jar:0.3.3 in jcenter (https://jcenter.bintray.com) -> [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
hugo@hp ~/play/ktor-ktor-0.3.3/ktor-samples/ktor-samples-hello $ mvn exec:java
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jetbrains.ktor:ktor-samples-hello:jar:0.3.3
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.jetbrains.ktor:ktor-samples:[unknown-version], /home/hugo/play/ktor-ktor-0.3.3/ktor-samples/pom.xml, line 65, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ktor-samples-hello 0.3.3
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.jetbrains.ktor:ktor-netty:jar:0.3.3 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.571 s
[INFO] Finished at: 2017-07-07T12:11:41-03:00
[INFO] Final Memory: 8M/150M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ktor-samples-hello: Could not resolve dependencies for project org.jetbrains.ktor:ktor-samples-hello:jar:0.3.3: Failure to find org.jetbrains.ktor:ktor-netty:jar:0.3.3 in https://jcenter.bintray.com was cached in the local repository, resolution will not be reattempted until the update interval of jcenter has elapsed or updates are forced -> [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment