Hi,
   I installed JONAS 2.2.4 on Linux Mandrake 7.2, jdk1.2.2 (installed source 
for JONAS and compiled it). When I try to compile the example, this is the 
error I get:

JOnASOpRemote_Stub.java:446: error:Syntax error:  expecting an identifier, 
found '{'
java.lang.Exception: exited with errorcode 1
        at java.lang.Throwable.fillInStackTrace(Throwable.java:native)
        at java.lang.Throwable.<init>(Throwable.java:38)
        at java.lang.Exception.<init>(Exception.java:24)
        at kaffe.tools.compiler.Compiler_kjc.compile(Compiler_kjc.java:53)
        at kaffe.rmi.rmic.RMIC.compile(RMIC.java:828)
        at kaffe.rmi.rmic.RMIC.processClass(RMIC.java:91)
        at kaffe.rmi.rmic.RMIC.run(RMIC.java:74)
        at kaffe.rmi.rmic.RMIC.main(RMIC.java:53)
GenIC ERROR: Failed when reading or writting a RMI Skel or Stub 
(java.io.FileNotFoundException: ../../classes/sb/JOnASOpRemote_Skel.java.save 
(No such file or directory)) 

The file JOnASOpRemote_Stub.java has a whole bunch of methods declared with 
missing throws statement. Line 446 above for example is:

public boolean isStateFul() throws  {

It is missing the "java.rmi.RemoteException" declaration after throws. My 
guess is that I have some incompatible java library installed. Any help 
identifying the error is appreciated.

Thanks
Karthik
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to