Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: akka-sample-persistence-dc-java not working #87

Open
franciscolopezsancho opened this issue Feb 1, 2023 · 0 comments
Open

bug: akka-sample-persistence-dc-java not working #87

franciscolopezsancho opened this issue Feb 1, 2023 · 0 comments

Comments

@franciscolopezsancho
Copy link
Contributor

README.md in akka-sample-persistence-dc-java is wrong
and even trying to point to the real class also fails

 mvn exec:java -Dexec.mainClass="sample.persistence.res.MainApp" -Dexec.args="cassandra"

with

java.lang.ClassNotFoundException: sample.persistence.res.MainApp
    at org.codehaus.mojo.exec.URLClassLoaderBuilder$ExecJavaClassLoader.loadClass (URLClassLoaderBuilder.java:198)
    at java.lang.ClassLoader.loadClass (ClassLoader.java:521)
    at org.codehaus.mojo.exec.ExecJavaMojo$1.run (ExecJavaMojo.java:271)
    at java.lang.Thread.run (Thread.java:834)

Also the name of the project in the pom.xml is different from the name of the folder. Which one is correct?

@franciscolopezsancho franciscolopezsancho changed the title akka-sample-persistence-dc-java not working bug: akka-sample-persistence-dc-java not working Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant