Closed GoogleCodeExporter closed 8 years ago
Could you retry that with the latest revision of JavaCPP from the repository?
http://javacpp.googlecode.com/archive/a9bcf01c04868c1f1036cf0f2d6a90e9d1265300.zip
That will throw a more meaningful error message so we can figure out what is
missing here, thanks!
Original comment by samuel.a...@gmail.com
on 15 Dec 2013 at 6:47
[deleted comment]
I tried placing the javacpp jar as given above in the WEB-INF lib.
Below is the error stack trace
********************************************************************************
*
Exception Created: org.apache.cxf.interceptor.Fault:jniopencv_core (Not foind
in java.library.path)
at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver on Message (AbstractFaultChainInitiatorObserver.java:116)
...
...
...
Caused by: java.lang.UnsatisfiedLinkError: jniopencv_core (Not Found in
java.library.path)
at java.ling.ClassLoader.loadLibraryWithPath (ClassLoader.java)
...
...
Caused by: java.lang.UnsatisfiedLinkError :
/tmp/java/javacpp1387453966549922000/libjniopencv_core.so
(/lib64/libc.so.6:version 'GLIBC_2.14' not found (required by
/tmp/javacpp1387453966549922000 /libjniopencv_core.so))
at java.lang.ClassLoader.loadLibraryWithPath (ClassLoader.java:1015)
at java.lang.System.load (System.java:460)
*******************************************************************************
Caused by: java.lang.NoClassDefFoundError:
com.googlecode.javacv.cpp.opencv_core$IplImage (initialization failure)
at java.lang.J9VMInternals.initialize
...
...
Reported by: com.ibm.websphere.servlet.error.ServeltErrorReport:
java.lang.RuntimeException: org.apache.cxf.interceptor.Fault: com.googlecode.javacv.cpp.opencv_core$IplImage( initialization failure )
...
...
Caused by: java.lang.NoClassDefFoundError:
com.googlecode.javacv.cpp.opencv_core$IplImage (initialization failure)
at java.lang.J9VMInternals.initialize
Original comment by d.laksh...@gmail.com
on 26 Dec 2013 at 5:21
I see, so this is issue #308. We can fix that by rebuilding OpenCV and JavaCV
inside this older environment to support older versions of glibc. BTW, if you
can provide builds, that would be great! Let me know, thanks
Original comment by samuel.a...@gmail.com
on 27 Dec 2013 at 1:18
Issue 394 has been merged into this issue.
Original comment by samuel.a...@gmail.com
on 27 Dec 2013 at 2:51
Original issue reported on code.google.com by
d.laksh...@gmail.com
on 4 Dec 2013 at 5:37