RMI on Linux using JRE 1.2.2

1999-08-25 Thread Roger Lee
Our RMI Server & Applet works fine (JDK 1.2.2) under Windows 95. However we have just moved the it onto Linux using Blackmores JRE 1.2.2 with Windows 95 clients using IE 4.0 with the Java Plugin. As the sytems has over 100 static (J)Lists, they are constructed on the Server and are "got" when requ

Re: RMI on Linux

1999-08-04 Thread Chris Abbey
At 16:16 8/4/99 +0530, [EMAIL PROTECTED] wrote: >Somehow i have got RMI based server running but without RMISecurityManager >installed from the server (prg). >Still i don't understand why after installing RMISecurityManager from the >program, it (prg) used to throw Exceptions saying permission den

RMI on Linux

1999-08-04 Thread praks
Hi, Somehow i have got RMI based server running but without RMISecurityManager installed from the server (prg). Still i don't understand why after installing RMISecurityManager from the program, it (prg) used to throw Exceptions saying permission denied which it doesn't throw now after commenting

Re: RMI on Linux

1999-08-03 Thread Nelson Minar
>I am trying RMI and i keep getting this exception. I couldn't understand >the problem. Are you using JDK 1.2? You have to set up a policy file to make it work right. This is an RMI FAQ, hunt around Sun's web site. [EMAIL PROTECTED] . .

Re: RMI on Linux

1999-08-03 Thread praks
Hi, I am trying RMI and i keep getting this exception. I couldn't understand the problem. Can somebody give some clue!! ComputeEngine exception: access denied (java.net.SocketPermission 192.168.0.206:1099 connect,resolve) java.security.AccessControlException: access denied (java.net.SocketPe

Re: RMI on Linux

1999-08-02 Thread Glenn Valenta
> > what is the URL? try "rmi://127.0.0.1/servername", if that fixes it then > take a look at the output of a call like InetAddress.getLocalHost() or play > around with some of the other methods in this class, brcause this sounds > like a TCP configuration problem... > I can get mine to work lo

Re: RMI on Linux

1999-08-02 Thread Chris Abbey
>Anyone been able to succesfully launch rmiregistry and bind >UnicastRemoteObjects to it on Linux? Yup, use a lot of it... works quite well. >First, do you know of any way to debug rmiregistry when it launches? The >reason I'm asking is this, when I launch rmiregistry "./rmiregistry 1099 >&" as

Re: RMI on Linux

1999-08-02 Thread Nelson Minar
>Anyone been able to succesfully launch rmiregistry and bind >UnicastRemoteObjects to it on Linux? Yep. I'm not using the rmiregistry script itself, but I make extensive use of RMI in my work and it's just fine in Linux. Make sure you have the latest JDK you can run, RMI gets frequent bugfixes.

RMI on Linux

1999-08-02 Thread Marshall Greer
Hey- Anyone been able to succesfully launch rmiregistry and bind UnicastRemoteObjects to it on Linux? First, do you know of any way to debug rmiregistry when it launches? The reason I'm asking is this, when I launch rmiregistry "./rmiregistry 1099 &" as a daemon process all seems fine. However,

Re: RMI on Linux

1998-07-04 Thread Jason Gilbert
Nick Davies wrote: > > Correct me if I'm wrong, but only the _Skel class should need to be present > in the rmi server directory (I've tried moving the _Stub class in there as > well, no difference You have to have the Skel class. However, if you also have your stub class and your security set

RE: RMI on Linux

1998-07-02 Thread A . KLOS
-- | From: Nick / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: RMI on Linux | Date: Wednesday, July 01, 1998 4:52PM | | Mornin'(or whatever) all | | I'm currently playing around with RMI applications on Linux. I get a very | strang

Re: RMI on Linux

1998-07-01 Thread Jason Gilbert
Nick Davies wrote: > > Mornin'(or whatever) all > > I'm currently playing around with RMI applications on Linux. I get a very > strange error in that when I try to run the application on a Linux I get the > message 'Cannot find class xxx'. Other classes in the same directory run > fine, name a

RMI on Linux

1998-07-01 Thread Nick Davies
Mornin'(or whatever) all I'm currently playing around with RMI applications on Linux. I get a very strange error in that when I try to run the application on a Linux I get the message 'Cannot find class xxx'. Other classes in the same directory run fine, name alterations have been tried and fai