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

Exception in thread "main" java.lang.RuntimeException #4

Open
GoogleCodeExporter opened this issue Nov 14, 2015 · 2 comments
Open

Exception in thread "main" java.lang.RuntimeException #4

GoogleCodeExporter opened this issue Nov 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. sudo apt-get install openjdk-6-jdk hdhomerun-config
2. download hdhomeruntoolbox.jar
3. java -jar hdhomeruntoolbox.jar

What is the expected output? What do you see instead?

Expected HDHomerun to be useable.

$ java -jar hdhomeruntoolbox.jar
May 4, 2012 3:09:31 PM com.lafaspot.hdhomerun.xmbc.HDHomeRunTunner exec
INFO: hdhomerun_config discover
May 4, 2012 3:09:31 PM com.lafaspot.hdhomerun.xmbc.HDHomeRunTunner exec
INFO: hdhomerun_config 10215AFD scan 1 /home/mike/.hdhomerun/scan_tuner1.txt
May 4, 2012 3:09:31 PM com.lafaspot.hdhomerun.xmbc.HDHomeRunTunner readScan
INFO: 
Exception in thread "main" java.lang.RuntimeException: 
java.io.FileNotFoundException: /home/mike/.hdhomerun/scan_tuner1.txt (No such 
file or directory)
    at com.lafaspot.hdhomerun.xmbc.HDHomeRunTunner.readFile(HDHomeRunTunner.java:191)
    at com.lafaspot.hdhomerun.xmbc.HDHomeRunTunner.readScan(HDHomeRunTunner.java:122)
    at com.lafaspot.hdhomerun.xmbc.HDHomeRunTunner.<init>(HDHomeRunTunner.java:40)
    at com.lafaspot.hdhomerun.CreateSTRM.main(CreateSTRM.java:14)
Caused by: java.io.FileNotFoundException: /home/mike/.hdhomerun/scan_tuner1.txt 
(No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:137)
    at java.io.FileReader.<init>(FileReader.java:72)
    at com.lafaspot.hdhomerun.xmbc.HDHomeRunTunner.readFile(HDHomeRunTunner.java:174)
    ... 3 more


What version of the product are you using? On what operating system?

Ubuntu XBMC Eden / hdhomeruntoolbox.jar

Please provide any additional information below.

Original issue reported on code.google.com by mikela...@gmail.com on 5 May 2012 at 12:08

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Once I had the HDHomeRun on and connected to the network, the program just 
started running (scanning for channels, then writing channel list files).  I 
did manually create the scan_tuner1.txt file, but then removed it and this 
error did not appear again.

Original comment by nat...@gmail.com on 2 Jul 2012 at 4:29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant