Hi,
First off, thanks for all of the responses. I'm now realizing that I
didn't correct the subject line on my email before sending it out.
Since I was experiencing problems with the JDK port to Linux, I tried
using ORBacus. I wasn't much more successful there because I couldn't
get it to use the OB.jar file (seemed to ignore my CLASSPATH).
Anyways...
Turns out that it WAS a rogue pointer that I wasn't properly catching
in my server application. Things started working after I stopped
banging my head against the test equipment.
Thanks again!
--- becs
From: Calvin Austin <[EMAIL PROTECTED]> on 08/11/99 23:51 GMT
Please respond to Calvin Austin <[EMAIL PROTECTED]>
To: Rebecca A Sanford/GDIS/GDYN@GDIS
cc:
Subject: Re: [java-linux] Needing help integrating ORBacus with Java-Linux
That exception can be generated by any uncaught exception in your CORBA program
ie Null pointers in the server code and stuff like that. I had several
which I tracked down on the server (big generic try/catch blocks)
I thought ORBacus did come with a jidl or idlj but is been a few months
since I used for this article
http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/corba
.html
regards
calvin
> Resent-Date: Wed, 11 Aug 1999 18:43:02 -0500
> From: [EMAIL PROTECTED]
> X-Lotus-FromDomain: GDIS
> To: [EMAIL PROTECTED]
> Date: Wed, 11 Aug 1999 18:14:39 -0500
> Subject: [java-linux] Needing help integrating ORBacus with Java-Linux
> Mime-Version: 1.0
> Content-Disposition: inline
> Resent-Message-ID: <[EMAIL PROTECTED]>
> Resent-From: [EMAIL PROTECTED]
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/1144
> X-Loop: [EMAIL PROTECTED]
> Resent-Sender: [EMAIL PROTECTED]
>
>
>
> Hi,
>
> I've recently switched to using Linux (RedHat 6.0 on Pentium II). Since I
> wanted to do some Java CORBA applications, I downloaded the Blackdown JDK
> (specifically JDK-1.2/i386/pre-v2/glibc2.1/jdk1.2pre-v2.tar.bz2). I compiled
> and ran a simple grid demo test (similar to that distributed with TAO and
> Orbix).
> Since there is no IDL-to-Java compiler available for Java-Linux, I copied
> the files created for JDK 1.2.2/WinNT. (I'm making the daring assumption that
> the IDL-generated.java files are portable).
>
> In any event, the server launched just fine but the client application
> encounters
> the following exception if it executes for any length of time:
>
> org.omg.CORBA.UNKNOWN: minor code: 3 completed: No
> at java.lang.Class.newInstance0(Native Method)
> at java.lang.Class.newInstance(Compiled Code)
> at com.sun.CORBA.iiop.ReplyMessage.getSystemException(Compiled Code)
> at com.sun.CORBA.iiop.ClientResponseImpl.getSystemException(Compiled
> Code)
> at com.sun.CORBA.idl.RequestImpl.doInvocation(Compiled Code)
> at com.sun.CORBA.idl.RequestImpl.invoke(Compiled Code)
> at gridApp._GridStub.set(Compiled Code)
> at gridClient.test_grid(Compiled Code)
> at gridClient.main(Compiled Code)
>
> I've tried both "export JAVA_COMPILER=NONE" and "export THREADS_FLAG=green"
> but get the same error.
>
> Any suggestions/hints? Thank you in advance your for time and efforts!
> --- becs
>
>
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]