Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training binary fails to call external libs #18

Open
GoogleCodeExporter opened this issue May 11, 2015 · 0 comments
Open

Training binary fails to call external libs #18

GoogleCodeExporter opened this issue May 11, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Training binaries distributed with KQT-4.zip

BasicAlignmentStats and GeneralConvergenceRunnerXML (xml init) both run

But GeneralConvergenceRunnerXML (main job) fails on external call (nw_utils):

/pamlTest/training_KQT4/binaries/nw_prune 
/pamlTest/training_KQT4/input.short.tre  DASYPUS MONODELPHIS SOREX VICUGNA 


attempting command /pamlTest/training_KQT4/binaries/nw_prune 
/pamlTest/training_KQT4/input.short.tre  DASYPUS MONODELPHIS SOREX VICUGNA 
done with output
error:
e0 dyld: Library not loaded: /usr/local/lib/libnw.0.dylib
e1   Referenced from: /pamlTest/training_KQT4/binaries/nw_prune
e2   Reason: image not found
done
Exception in thread "main" java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
    at uk.ac.qmul.sbcs.evolution.convergence.NewickTreeRepresentation.<init>(NewickTreeRepresentation.java:106)
    at uk.ac.qmul.sbcs.evolution.convergence.handlers.NewickUtilitiesHandler.pruneTaxa(NewickUtilitiesHandler.java:51)
    at uk.ac.qmul.sbcs.evolution.convergence.analyses.SiteSpecificLikelihoodSupportAnalysis.pruneTaxa(SiteSpecificLikelihoodSupportAnalysis.java:981)
    at uk.ac.qmul.sbcs.evolution.convergence.analyses.SiteSpecificLikelihoodSupportAnalysis.pruneInputTrees(SiteSpecificLikelihoodSupportAnalysis.java:494)
    at uk.ac.qmul.sbcs.evolution.convergence.analyses.SiteSpecificLikelihoodSupportAnalysis.run(SiteSpecificLikelihoodSupportAnalysis.java:269)
    at uk.ac.qmul.sbcs.evolution.convergence.runners.GeneralCongruenceRunnerXML.main(GeneralCongruenceRunnerXML.java:100)
    ... 5 more

Original issue reported on code.google.com by seb...@me.com on 29 Aug 2013 at 4:02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant