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
>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]
. .
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
>
> 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
>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
>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.
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
--
| 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
| strange error in tha
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