Page 1 of 1

WARNING: Failed to read xattr: java.io.File.toPath()Ljava/ni

Posted: 09 Nov 2012, 13:39
by verysofttoiletpaper

Code: Select all

Input: /mnt/media/Media/Deluge/downloads/Gangs.of.New.York.REMASTERED.2002.720p.BluRay.x264-AVCHD/avchd-gony_re.720p/avchd-gony_re.720p.mkv
09-Nov-2012 13:31:35 net.sourceforge.filebot.media.MediaDetection detectSeriesNames
WARNING: Failed to read xattr: java.io.File.toPath()Ljava/nio/file/Path;
MissingMethodException: No signature of method: org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.detectMovie() is applicable for argument types: (java.io.File, java.lang.Boolean) values: [/mnt/media/Media/Deluge/downloads/Gangs.of.New.York.REMASTERED.2002.720p.BluRay.x264-AVCHD/avchd-gony_re.720p/avchd-gony_re.720p.mkv, ...]
groovy.lang.MissingMethodException: No signature of method: org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.detectMovie() is applicable for argument types: (java.io.File, java.lang.Boolean) values: [/mnt/media/Media/Deluge/downloads/Gangs.of.New.York.REMASTERED.2002.720p.BluRay.x264-AVCHD/avchd-gony_re.720p/avchd-gony_re.720p.mkv, ...]
	at Script3$_run_closure16.doCall(Script3.groovy:104)
	at Script3.run(Script3.groovy:91)
	at net.sourceforge.filebot.cli.ScriptShell.evaluate(Unknown Source)
	at net.sourceforge.filebot.cli.ScriptShell.runScript(Unknown Source)
	at net.sourceforge.filebot.cli.ArgumentProcessor.process(Unknown Source)
	at net.sourceforge.filebot.Main.main(Unknown Source)
Failure (°_°)
I think it stoped working after the update.
Already did filebot -clear

FileBot 3.1 (r1287) / OpenJDK Runtime Environment 1.6.0_24 (headless)

Re: WARNING: Failed to read xattr: java.io.File.toPath()Ljav

Posted: 09 Nov 2012, 13:51
by rednoah
You can ignore that. Set -DuseExtendedFileAttributes=false if that logging bothers you.

With Java 7 and user-level xattr enabled for the filesystem you can make that feature work, i.e. store metadata as xattr

Re: WARNING: Failed to read xattr: java.io.File.toPath()Ljav

Posted: 09 Nov 2012, 13:57
by rednoah
Actually the first error is just logging, it only failes later, dependecy problem... See here:

"""
Updated 3.1 with r1296 to fix scripting issues that have been reported. Revert to Groovy 2.0.2 as these issues seem to be caused by the latest Groovy 2.0.5.
"""

Just download again and that'll fix it. Sorry. :P

Re: WARNING: Failed to read xattr: java.io.File.toPath()Ljav

Posted: 10 Nov 2012, 06:04
by verysofttoiletpaper
New version fixes the problem thanks!