| Henrik Glimberg 2005-04-18, 7:24 am |
| We are using the "TIBCO Adapter SDK for Java Version 5.0.5.25" to=20
develop EJB:s that communicate using Tibco RV.
This didn?t work with EAS 4.2 since the Tibco classloader did signal=20
that it couldn?t load the native implementation files, we never found=20
the reason to this - but after upgrading to 5.0 and 5.1 everything=20
worked quite well.
But today after upgrading our development server the samt classloader=20
problem seems to have returned.
We are running on Solaris and back with 4.2 the problem occurred on=20
Solaris but not on NT when using the server JVM, I have tried both=20
server and client JVM on Solaris and both 1.3 and 1.4 JVM:s but get the=20
same error messages with all these configurations...
Does anyone know of changes in the JVM impl ? or of any similar problems=20
??
Extract from jaguar.log (not the complete log file):
Apr 18 13:53:50 2005: 180742-JaguarCTS - Component Transaction=20
Server/Version 5.2.0(Build 52025)/P/dce_sun_svr4/SPARC Solaris 2.8/Tue=20
Nov 30 11:39:02 PST 2004
..
..
Apr 18 13:53:50 2005: 180389-Java virtual machine initialized: Java=20
HotSpot(TM) Client VM (version 1.4.2_06-b03, mixed mode)
..
..
Apr 18 14:13:24 2005: com.tibco.sdk.MNestedException: "Rv error: "Native=20
implementation required
Apr 18 14:13:24 2005: at com.tibco.sdk.events.MRvSession.a
(MRvSession.java:466)
Apr 18 14:13:24 2005: at com.tibco.sdk.events.MRvSession.<init>
(MRvSession.java:87)
..
..
..
Apr 18 14:13:25 2005: javax.resource.ResourceException: "Rv error:=20
"Native implementation required
..
/Henrik
|