Can't seem to run the basic build - getting a java.io.FileNotFoundException
See original GitHub issueHey im trying to get a simple example running but when i build from the archetype and run
mvn clean compile exec:java -Dexec.mainClass=CrawlTopology -Dexec.args="-conf crawler-conf.yaml -local"
i get an error, it complains that it is missing a file in flux-core.jar!/resources
now iv’e went into the jar and the folder is there.
how can i go about troubleshooting this issue, please help.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
How to Fix the FileNotFoundException in Java.io - Rollbar
The FileNotFoundException is a checked exception in Java that occurs when an attempt to open a file denoted by a specified pathname fails....
Read more >How to fix this java.io.FileNotFoundException? - Stack Overflow
It looks like the file is in the src directory... which almost certainly isn't the working directory you're running in. Options:.
Read more >java.io.FileNotFoundException in Java - GeeksforGeeks
java. io. FileNotFoundException which is a common exception which occurs while we try to access a file.
Read more >java.io.FileNotFoundException: /tmp/agentXXXXXX.jar issue ...
this means you're running as a different user (including root) than the target JVM. JDK 8 can't handle patching as root user (and...
Read more >java.io.FileNotFoundException – How to solve File Not Found ...
Then check out our detailed video on how to solve java. io. FileNotFoundException, through detailed ex ... Your browser can't play this video....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, I can reproduce the problem and will look into it. In the meantime, using the storm command should work as a workaround
Fixed by upgrading to Storm 1.0.3 3bf149f