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

Code not working with the supplied jar #39

Open
manuag11 opened this issue Jun 28, 2016 · 1 comment
Open

Code not working with the supplied jar #39

manuag11 opened this issue Jun 28, 2016 · 1 comment

Comments

@manuag11
Copy link

I get the following error when I try to run the project using the existing jar. Also, if I try to compile the code using ant, it shows up a lot of errors and the project does not build properly. Any clues on this would be greatly appreciated. Thanks.
$ /opt/bb/bin/java8 -jar ../easysrl.jar --model ../model
====Starting loading model====
Reading POS tagger model from ../model/pipeline/posTagger ... done [0.5 sec].
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/deeptaggerlibdeeptagger.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/deeptaggerlibdeeptagger.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1086)
at edu.uw.deeptagger.DeepTagger.loadLib(DeepTagger.java:57)
at edu.uw.deeptagger.DeepTagger.loadFromJar(DeepTagger.java:35)
at edu.uw.deeptagger.DeepTagger.(DeepTagger.java:25)
at edu.uw.easysrl.syntax.tagger.TaggerLSTM.makeDeepTagger(Unknown Source)
at edu.uw.easysrl.syntax.tagger.TaggerLSTM.(Unknown Source)
at edu.uw.easysrl.syntax.tagger.Tagger.make(Unknown Source)
at edu.uw.easysrl.main.EasySRL.makeParser(Unknown Source)
at edu.uw.easysrl.main.EasySRL.makeParser(Unknown Source)
at edu.uw.easysrl.main.EasySRL.makeParser(Unknown Source)
at edu.uw.easysrl.main.EasySRL.makePipelineParser(Unknown Source)
at edu.uw.easysrl.main.EasySRL.main(Unknown Source)

@aminorex
Copy link

Same issue

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

No branches or pull requests

2 participants