jishipp / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Opencv2.4.6.1 and javacv-linux_x86_64-0.6 not working on Linux 64 bit server #394

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using OpenCV to face detection application.
2. NOt installed the opencv tar. 
3.Added javacv-linux-x86_64, openvcv_linux_2.4.6.1, javacv-0.6, javacpp-0.6 
jars in the application's WEb-INF lib

What is the expected output? What do you see instead?
All the opencv functions are throwing below error.
java.lang.IllegalStateException: Cause already initialized
    at java.lang.Throwable.initCause (Throwable.java:275)
    at com.googlecode.javacpp.Loader.load (Loader.java:581)
    at com.googlecode.javacpp.Loader.load (Loader.java:532)
    at com.googlecode.javacv.cpp.opencv_core.<clinit>(opencv_core.java:134)
    at java.lang.J9VMInternals.initializeImpl (Native Method)

What version of the product are you using? On what operating system?
Environment: 64 bit Linux OS, JDK 1.6(64bit)
Websphere application Server 7.0, Opencv 2.4.6.1 for Linux

Please provide any additional information below.

Original issue reported on code.google.com by d.laksh...@gmail.com on 12 Dec 2013 at 5:17

GoogleCodeExporter commented 9 years ago
Could you retry that with the latest revision of JavaCPP from the repository?
    https://javacpp.googlecode.com/archive/61c0c0b6a4f65f3a0b3633a2db66bccc59accbf2.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 12 Dec 2013 at 1:34

GoogleCodeExporter commented 9 years ago
I'm guessing this is the same as issue #390, but please let me know if this is 
a different issue, thank you.

Original comment by samuel.a...@gmail.com on 27 Dec 2013 at 2:51