Hi there. Don't know if anyone will be able to help me with this one, but here goes:

I have a simple prototype application which consists of a Session bean, making calls 
to ObjectStore
to store and retrieve objects. ObjectStore is accessed from Java by a class library 
(OSJI) that
makes calls to native code through JNI. The problem is, as soon as the session bean 
makes such a
call, I get an exception:

com.odi.FatalInternalException: Fatal internal ObjectStore error: Unexpected TIX 
exception:
Miscellaneous ObjectStore error
<err-0025-1296> The ObjectStore C++ runtime operator delete was not installed 
correctly.  Ensure
that ObjectStore dynamic libraries are loaded prior to any other dynamic library that 
overrides the
global operator delete. (err_misc)

This seems to imply that IAS has loaded some native libraries of its own at startup, 
and that these
have "overridden global operator delete". How can I ensure that ObjectStore's 
libraries get loaded
first? I have already tried loading them explicitly in the code, but this doesn't seem 
to work. Is
there any other way around this problem? Has anyone else encountered it?

I should perhaps mention that the platform is Solaris.

Any help would be appreciated.

Alasdair

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to