Gopi,

The NullPointerException is a bug, and I will correct it soon, but if there were no NullPointerException, you would get an ExportException with the message : "No stub for classname found" instead : Jeremie has not been able to find the appropriate classname_Stub class in the classpath. Could you check that :

  • your class has been properly compiled with jrmic
  • the generated stub and skeleton classes have been compiled (or the compilation option of jrmic has been used)
  • the generated classes are accessible from the classpath of the running application ?
Sorry for the bug anyway,

Bruno
 

Gopi Rajagopal wrote:

Hi,

I am running Jonas 2.2.6 with Jeremie on a NT4.0 desktop with Tomcat 3.2 and
apache 1.3.14.

As part of application startup, I start a remote object that extends
UnicastRemoteObject like this

public class classname extends
org.objectweb.jeremie.libs.contexts.soa.UnicastRemoteObject {
....
....
}

My application works fine but gives a NullPointer Exception in the
constructor

   private classname () throws java.rmi.RemoteException
        {
    }

The stacktrace is enclosed.

Any ideas?

Thanks

Gopi

 <<tcat_trace.txt>>

  ------------------------------------------------------------------------

   tcat_trace.txtName: tcat_trace.txt
                 Type: Plain Text (text/plain)

-- 
*******************************************************************
Bruno Dumant
Kelua
55 rue Sainte Anne
75002 Paris

tel: +33 1 42 44 40 74
     +33 4 37 49 63 94
fax: +33 1 49 26 09 76
*******************************************************************
 
begin:vcard 
n:Dumant;Bruno
tel;fax:33 4 37 49 63 91
tel;work:33 4 37 49 63 94
x-mozilla-html:FALSE
org:Kelua
adr:;;9 chemin de la Brocardi�re;Dardilly;;69570;France
version:2.1
email;internet:[EMAIL PROTECTED]
title:CTO
x-mozilla-cpt:;0
fn:Bruno Dumant
end:vcard

Reply via email to