gnuhpc/Kafka-zk-restapi

Error path

FridMehdi opened this issue ยท 2 comments

Hello folks ๐Ÿ›

@gnuhpc Cannot run the Rest application i get this error do you have any idea about th issue
mvn clean package -Dmaven.test.skip=true
k8s@ubuntu:~/Desktop/Kafka-zk-restapi$ bash target/classes/bin/start.sh
chmod: cannot access '/home/k8s/Desktop/Kafka-zk-restapi/target/classes/logs': No such file or directory
Error: Unable to access jarfile /home/k8s/Desktop/Kafka-zk-restapi/target/classes/lib/kafka*-rest-springboot*.jar

@FridMehdi Please extract the tar or zip compiled package and execute bin/start.sh in the directory. Don't execute the script in target/classes/bin/start.sh. Thanks for your notice, we will update readme about how to run the application.

resolved PR #41