NoSuchMethodException

All your suggestions, requests and ideas for future development
Post Reply
c0rrre
Posts: 2
Joined: 07 May 2016, 09:16

NoSuchMethodException

Post by c0rrre »

Hi,

since ive upgraded to 4.7 i get this error while it tries which series Info to get

Code: Select all

java.lang.NoSuchMethodError: java.util.stream.Stream.skip(J)Ljava/util/stream/Stream;
        at net.filebot.similarity.EpisodeMatcher.isMultiEpisode(EpisodeMatcher.java:156)
        at net.filebot.similarity.EpisodeMatcher.deepMatch(EpisodeMatcher.java:69)
        at net.filebot.similarity.Matcher.deepMatch(Matcher.java:123)
        at net.filebot.similarity.EpisodeMatcher.deepMatch(EpisodeMatcher.java:82)
        at net.filebot.similarity.Matcher.match(Matcher.java:54)
        at net.filebot.cli.CmdlineOperations.matchEpisodes(CmdlineOperations.java:261)
        at net.filebot.cli.CmdlineOperations.renameSeries(CmdlineOperations.java:217)
        at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:110)
        at net.filebot.cli.ScriptShellBaseClass.rename(ScriptShellBaseClass.java:336)
        at Script1$_run_closure72.doCall(Script1.groovy:371)
        at Script1.run(Script1.groovy:356)
        at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:62)
        at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
        at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:114)
        at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)        at net.filebot.Main.main(Main.java:120)
Failure (°_°)
Im running the portable version on a Cubietruck

Code: Select all

~/filebot_portable % ./filebot.sh -script fn:sysinfo         FileBot 4.7 (r3940)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.58
Apache Commons VFS: [zip, ftps, rar, ftp, tar, tgz, tbz2, sftp]
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Groovy Engine: 2.4.6
JRE: Java(TM) SE Runtime Environment 1.8.0-ea (headless)
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 2 Core / 247 MB Max Memory / 9 MB Used Memory
OS: Linux (arm)
Package: PORTABLE
Data: /home/pyload/filebot_portable/data/pyload
uname: Linux Cubian 3.4.79-sun7i #19 SMP PREEMPT Fri Oct 10 03:20:03 CST 2014 armv7l GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
I hope someone could help :)
User avatar
rednoah
The Source
Posts: 23932
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: NoSuchMethodException

Post by rednoah »

Don't use a Java 8 early-access pre-release that's 2.5 years old. Who thought that was a good idea? :lol:

Code: Select all

Java(TM) SE Runtime Environment 1.8.0-ea
:idea: Please read the FAQ and How to Request Help.
c0rrre
Posts: 2
Joined: 07 May 2016, 09:16

Re: NoSuchMethodException

Post by c0rrre »

Ups :D
Post Reply