SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Error Message - Unable to save some files, these have been left with status of changed

For certain files, I get the above error. The message is invalid argument.

the log reports:

19/11/2006 09.13.09:SEVERE: IOException on attempting to save file:Invalid argument
java.io.IOException: Invalid argument
\tat sun.nio.ch.FileChannelImpl.transferTo0(Native Method)
\tat sun.nio.ch.FileChannelImpl.transferToDirectly(FileChannelImpl.java:392)
\tat sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:487)
\tat org.jaudiotagger.tag.id3.AbstractID3v2Tag.adjustPadding(AbstractID3v2Tag.java:608)
\tat org.jaudiotagger.tag.id3.ID3v23Tag.write(ID3v23Tag.java:752)
\tat org.jaudiotagger.audio.mp3.MP3File.save(MP3File.java:620)
\tat org.jaudiotagger.audio.mp3.MP3File.save(MP3File.java:588)
\tat com.jthink.jaikoz.g.m.o000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000super(Unknown Source)
\tat com.jthink.jaikoz.g.m.(Unknown Source)
\tat com.jthink.jaikoz.g.m.o000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000super(Unknown Source)
\tat com.jthink.jaikoz.d.run(Unknown Source)
\tat java.lang.Thread.run(Thread.java:534)
19/11/2006 09.13.09:SEVERE: Unable to save record0

Is there a specific tag or field that causes this and is it correctable?

Thanks.

Hi

I haven’t seen this particular problem before but from the trace it seems to be happening when you try and save the file back to disk and you have added quite alot of information so that the audio part of the file has to be rewritten to make enough space for adding the information you have added, file rewriting typically when you add images to an existing file. Is there anything unusual about where you a trying to write it to (such as a network drive), and are you renaming the file ?

Could you give me some more information, what operating system are you using, version of Jaikoz, what are you changing in the file and can you reproduce the problem and if you can would it be possible to send the mp3 to support at jthink.net.

I had a similar error. This seemed to be a problem on my Mac, where LONG band names with LONG album Names, and LONG song names, combined to make a few tracks unsavable, as the resulting path was just too long. I fixed by using the iTunes-style convention of Artist/Album/Title.mp3 style naming.

Thanks , Jaikoz does complain when saving VERY long filenames, (approx 200 characters), and I will ensure a limit is imposed, but the error is different to what is detailed here so I think it is another problem.