Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Help!!! SQLJ: Java class referencing a .dll call fails to load
I am using a Java library for MQSeries on NT that calls a dll to establish connection. Class executes just fine outside of Oracle, but when executing from the server I am getting the following:
ORA-29532: Java call terminated by uncaught Java exception: java.lang.VerifyError: Error detected by bytecode verifier when class was created
ORA-06512: at "DBADMIN.MQSEND", line 0 ORA-06512: at "DBADMIN.INMNT_FIRE", line 123 ORA-04088: error during execution of trigger 'DBADMIN.INMNT_FIRE'
System.out:
java.lang.VerifyError: Error detected by bytecode verifier when class was created
at com.ibm.mq.MQSESSIONServer.MQCONNX(MQSESSIONServer.java:99) at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:414) at Send2MQ.putMess(Send2MQ.java:61)
Anyone knows a way to make JServer VM bind dll (or Unix .so) calls?
Thanks,
Leon
Leon.Sverntlof_at_Seurat.com
-- Posted from mail.hsn.net [161.254.6.7] via Mailgate.ORG Server - http://www.Mailgate.ORGReceived on Fri Mar 09 2001 - 16:47:21 CST
![]() |
![]() |