question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't seem to run the basic build - getting a java.io.FileNotFoundException

See original GitHub issue

Hey 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:closed
  • Created 7 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
jniochecommented, Aug 22, 2016

Thanks, I can reproduce the problem and will look into it. In the meantime, using the storm command should work as a workaround

0reactions
jniochecommented, Mar 21, 2017

Fixed by upgrading to Storm 1.0.3 3bf149f

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found