[Logo] Jaikoz- Discussion Forum
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Retrieve Acoustic Ids doesn't work anymore [once again]  XML
Forum Index -> Issues Go to Page: Previous  1, 2
Author Message
paultaylor

Pro
[Avatar]

Joined: 21/08/2006 09:21:27
Messages: 2584
Online

Simfin your issue is nothing to do with the orginal post. I have just tried Retrieve Acoustic Ids myself and iyt is working fine so I expect the MusicDns Servers were temporarily down.

As for the Linux issue you'll have to install libstdc++.so.5, unfortunately the MusicDNS lookup code is provided by Amplifind I cannot fix the problem myself but I will bug them for a workaround.

thanks Paul (Administrator)
rewind



Joined: 25/05/2010 16:59:51
Messages: 1
Offline

onevery wrote:
Back with the same problem...

Jaikoz MusicIP feature rely on the library libstdc++5,
but as of Ubuntu 9.10, the only version available is libstdc++6

Could you update Jaikoz in order to make it work with the new library?

Many many thanks in advance! 


A little bit late responce but, have you tried to use symbolic link for libstdc++5:

Code:
sudo ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so.5 


Found this some time ago as solution to start an Enemy Territory MOD - True Combat Elite on 64bit Karmic, it might be of use here too.
onevery

Pro

Joined: 05/05/2009 04:33:36
Messages: 17
Offline

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?
paultaylor

Pro
[Avatar]

Joined: 21/08/2006 09:21:27
Messages: 2584
Online

The error seems quite clear, it cannot find the file

Code:
 /path/to/jaikoz/genpuid
 


does it exist, and has this user permission to see and execute it ?

thanks Paul (Administrator)
 
Forum Index -> Issues Go to Page: Previous  1, 2
Go to:   
Powered by JForum 2.1.6 © JForum Team