GithubHelp home page GithubHelp logo

carlosfmeneses / bookshelf Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 248 KB

Bookshelf app for JAVA

Home Page: https://cloud.google.com/java/getting-started/tutorial-app

License: Apache License 2.0

Shell 3.56% Java 95.73% Kotlin 0.55% AMPL 0.11% Dockerfile 0.04%
eclipse gcp hello-world java macos

bookshelf's People

Contributors

carlosfmeneses avatar dependabot[bot] avatar

Watchers

 avatar

bookshelf's Issues

Git Verified User

Unable to show up as GitHub verified user in commits. Future commits should display all commits from registered users.

mvn appengine:help -Ddetail (Build Failure)

mvn appengine:help -Ddetail

output:

[INFO] Scanning for projects...
[WARNING] The project com.example:getting-started-java:pom:1.0.0 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] getting-started-java                                               [pom]
[INFO] helloworld                                                         [war]
[INFO] launch-dataflow-template-from-gae                                  [war]
[INFO] helloworld_gae_tooling                                             [war]
[INFO] kotlin-appengine-standard                                          [war]
[INFO] kotlin-sb-appengine-standard                                       [war]
[INFO] sparkjava-hello-world-java8-war-standard                           [war]
[INFO] kotlin-spark-appengine-standard                                    [war]
[INFO] springboot-appengine-standard                                      [war]
[INFO] bookshelf-2                                                        [war]
[INFO] bookshelf-3                                                        [war]
[INFO] bookshelf-4                                                        [war]
[INFO] bookshelf-5                                                        [war]
[INFO] bookshelf-gce                                                      [war]
[INFO] bookshelf-gke                                                      [war]
[INFO] bookshelf-standard-2                                               [war]
[INFO] bookshelf-standard-3                                               [war]
[INFO] bookshelf-standard-4                                               [war]
[INFO] bookshelf-standard-5                                               [war]
[INFO] helloworld-jsp                                                     [war]
[INFO] helloworld-servlet                                                 [war]
[INFO] helloworld-springboot                                              [jar]
[WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/tools/appengine-maven-plugin/2.0.0/appengine-maven-plugin-2.0.0.pom
[WARNING] The POM for com.google.cloud.tools:appengine-maven-plugin:jar:2.0.0 is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/tools/appengine-maven-plugin/2.0.0/appengine-maven-plugin-2.0.0.jar
[WARNING] Failed to retrieve plugin descriptor for com.google.cloud.tools:appengine-maven-plugin:2.0.0: Plugin com.google.cloud.tools:appengine-maven-plugin:2.0.0 or one of its dependencies could not be resolved: Could not find artifact com.google.cloud.tools:appengine-maven-plugin:jar:2.0.0 in central (https://repo.maven.apache.org/maven2)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 125 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 80 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] getting-started-java 1.0.0 ......................... SKIPPED
[INFO] helloworld 1.0-SNAPSHOT ............................ SKIPPED
[INFO] launch-dataflow-template-from-gae 1.0-SNAPSHOT ..... SKIPPED
[INFO] helloworld_gae_tooling 1.0-SNAPSHOT ................ SKIPPED
[INFO] kotlin-appengine-standard 1.0-SNAPSHOT ............. SKIPPED
[INFO] kotlin-sb-appengine-standard 1.0-SNAPSHOT .......... SKIPPED
[INFO] sparkjava-hello-world-java8-war-standard 1.0 ....... SKIPPED
[INFO] kotlin-spark-appengine-standard 1.0-SNAPSHOT ....... SKIPPED
[INFO] springboot-appengine-standard 0.0.1-SNAPSHOT ....... SKIPPED
[INFO] bookshelf-2 1.0-SNAPSHOT ........................... SKIPPED
[INFO] bookshelf-3 1.0-SNAPSHOT ........................... SKIPPED
[INFO] bookshelf-4 1.0-SNAPSHOT ........................... SKIPPED
[INFO] bookshelf-5 1.0-SNAPSHOT ........................... SKIPPED
[INFO] bookshelf-gce 1.0-SNAPSHOT ......................... SKIPPED
[INFO] bookshelf-gke 1.0-SNAPSHOT ......................... SKIPPED
[INFO] bookshelf-standard-2 1.0-SNAPSHOT .................. SKIPPED
[INFO] bookshelf-standard-3 1.0-SNAPSHOT .................. SKIPPED
[INFO] bookshelf-standard-4 1.0-SNAPSHOT .................. SKIPPED
[INFO] bookshelf-standard-5 1.0-SNAPSHOT .................. SKIPPED
[INFO] helloworld-jsp 1.0-SNAPSHOT ........................ SKIPPED
[INFO] helloworld-servlet 1.0-SNAPSHOT .................... SKIPPED
[INFO] helloworld-springboot 0.0.1-SNAPSHOT ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.766 s
[INFO] Finished at: 2019-02-28T14:38:24-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'appengine' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [...] -> [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/NoPluginFoundForPrefixException

mvn -Plocal clean jetty:run-exploded -DprojectID=[project] (Build Failure)

mvn -Plocal clean jetty:run-exploded -DprojectID=[project]

Output:

[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< com.example.flex.gettingstarted:bookshelf-2 >-------------
[INFO] Building bookshelf-2 1.0-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/maven-metadata.xml (1.8 kB at 2.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/maven-metadata.xml (3.7 kB at 73 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ bookshelf-2 ---
[INFO] Deleting /Users/private/Documents/eclipse-workspace/getting-started-java/bookshelf/2-structured-data/target
[INFO] 
[INFO] >>> jetty-maven-plugin:9.4.3.v20170317:run-exploded (default-cli) > package @ bookshelf-2 >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ bookshelf-2 ---
[INFO] argLine set to -javaagent:/Users/private/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/Users/private/Documents/eclipse-workspace/getting-started-java/bookshelf/2-structured-data/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ bookshelf-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/private/Documents/eclipse-workspace/getting-started-java/bookshelf/2-structured-data/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ bookshelf-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /Users/private/Documents/eclipse-workspace/getting-started-java/bookshelf/2-structured-data/target/bookshelf-2-1.0-SNAPSHOT/WEB-INF/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/private/Documents/eclipse-workspace/getting-started-java/bookshelf/2-structured-data/src/main/java/com/example/getstarted/basicactions/DeleteBookServlet.java:[20,15] cannot access java.io.IOException
  bad class file: /modules/java.base/java/io/IOException.class
    class file has wrong version 55.0, should be 53.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.926 s
[INFO] Finished at: 2019-02-28T19:43:25-05:00
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "local" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) on project bookshelf-2: Compilation failure
[ERROR] /Users/private/Documents/eclipse-workspace/getting-started-java/bookshelf/2-structured-data/src/main/java/com/example/getstarted/basicactions/DeleteBookServlet.java:[20,15] cannot access java.io.IOException
[ERROR]   bad class file: /modules/java.base/java/io/IOException.class
[ERROR]     class file has wrong version 55.0, should be 53.0
[ERROR]     Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] 
[ERROR] -> [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/MojoFailureException

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.