Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Help!!! SQLJ: Java class referencing a .dll call fails to load

Help!!! SQLJ: Java class referencing a .dll call fails to load

From: Sverntlof, Leon <SverntlofL_at_hsn.net>
Date: 9 Mar 2001 23:47:21 +0100
Message-ID: <38E757170F3F174CB31DF0D37B87B77E0147C2@EVS02.stpete.hsn.net>

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.ORG
Received on Fri Mar 09 2001 - 16:47:21 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US