Up until now, the issue was solved thanks to http://hsmak.wordpress.com/2009/12/01/how-to-fix-libstdc5-dependency-problem-in-ubuntu-9-10/.
But, now, I've updated my OS to Linux Mint 9 (ie. Ubuntu 10.04) and Jaikoz to its 3.6.0.1080 version and it doesn't work anymore.
Nor the symbolic link way rewind proposed.
Here is the kind of error I receive:
Code:
15/07/2010 14.51.26:com.jthink.jaikoz.manipulate.musiciphelper.PUIDQuery:generatePUID:WARNING: IOException:
java.io.IOException: Cannot run program "/path/to/jaikoz/genpuid": java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:475)
at java.lang.Runtime.exec(Runtime.java:610)
at java.lang.Runtime.exec(Runtime.java:483)
at com.jthink.jaikoz.manipulate.musiciphelper.PUIDQuery.generatePUID(PUIDQuery.java:447)
at com.jthink.jaikoz.manipulate.musiciphelper.PUIDQuery.createAcousticId(PUIDQuery.java:234)
at com.jthink.jaikoz.manipulate.CreateMusicIPAcousticIdWorkerThread.analyse(CreateMusicIPAcousticIdWorkerThread.java:128)
at com.jthink.jaikoz.manipulate.TaskWorkerThread.run(TaskWorkerThread.java:52)
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:164)
at java.lang.ProcessImpl.start(ProcessImpl.java:81)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:468)
... 6 more
15/07/2010 14.51.26:com.jthink.jaikoz.manipulate.musiciphelper.PUIDQuery:generatePUID:WARNING: Unable to create Puid for:11:/path/to/music/files/track.flacCannot run program "/path/to/jaikoz/genpuid": java.io.IOException: error=2, No such file or directory
15/07/2010 14.51.26:com.jthink.jaikoz.manipulate.CreateMusicIPAcousticIdWorkerThread:analyse:WARNING: com.jthink.jaikoz.manipulate.CreateMusicIPAcousticIdWorkerThread0:Ended
15/07/2010 14.51.26:com.jthink.jaikoz.manipulate.TaskWorkerThread:run:WARNING: com.jthink.jaikoz.manipulate.CreateMusicIPAcousticIdWorkerThread0:Ended
Could anybody help me, please?