Re: Activemq with oci : java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path

2014-07-24 Thread DT78
Hi, Sorry for the delay to post the solution. I have got instantclient_10_2 from Oracle and extract it in a directory. Configuration in .profile : export SHLIB_PATH=$HOME/instantclient_10_2 export TNS_ADMIN=/... PATH=$HOME:$HOME/current/bin:$SHLIB_PATH:$PATH Configuration in activemq.xml :

Activemq with oci : java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path

2014-04-03 Thread DT78
Hello, activemq is set to use oci : In activemq start we see this error : java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path Have you got the ocijdbc10.jar or ocijdbc10.so (HP-UX 11i) library, and how ? Thank you by advance. -- View this message in context: http://activem