International-Data-Spaces-Association / IDS-AppStore

Apache License 2.0
7 stars 7 forks source link

Error Quick Start #87

Closed katsurak90 closed 2 years ago

katsurak90 commented 2 years ago

Describe the bug I ran the command using the 'QuickStart' procedure as a reference.
However, I confirmed an error output. Could you please let me know how to solve this problem?

To Reproduce Steps to reproduce the behavior:

  1. git clone https://github.com/International-Data-Spaces-Association/IDS-AppStore.git
  2. cd / && mkdir -p /data/search
  3. cd IDS-AppStore && chmod +x mvnw
  4. ./mvnw clean package -DskipTests -Dmaven.javadoc.skip=true ← ERROR!!!

Screenshots & Logs

$ ./mvnw clean package -DskipTests -Dmaven.javadoc.skip=true
./mvnw: line 276: /home/ec2-user/IDS-AppStore/.mvn/wrapper/maven-wrapper.properties: No such file or directory
/home/ec2-user/IDS-AppStore/.mvn/wrapper/maven-wrapper.jar: No such file or directory
Error: Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain
Caused by: java.lang.ClassNotFoundException: org.apache.maven.wrapper.MavenWrapperMain

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

boxer-code commented 2 years ago

Hi I'm facing the same error right now. How did you fix it? Thanks in advance!