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

All your suggestions, requests and ideas for future development
Post Reply
verysofttoiletpaper
Posts: 141
Joined: 05 Jul 2012, 09:44

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

Post 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)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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
:idea: Please read the FAQ and How to Request Help.
verysofttoiletpaper
Posts: 141
Joined: 05 Jul 2012, 09:44

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

Post by verysofttoiletpaper »

New version fixes the problem thanks!
Post Reply