Re: help! rmi server constructor throws ExceptionInInitializerError ?? is this an rmi bug ??
al joslin <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <BF1D396F.33176%[email protected]> |
Hello all,
the plot thickens (or thins, depending on your perspective)
I can now get the server to instantiate -- by commenting out the call to
load the RMISecurityManager
What does this mean?
Should I care?
Certainly my RMI is working now, and it's between machines behind
firewalls, and I can use encrypted parms if I want to be safer...
Al;
> // Create and install a security manager
> if (System.getSecurityManager() == null) {
>
> System.setSecurityManager(new RMISecurityManager());
> System.out.println(" log: System.setSecurityManager(new
> RMISecurityManager());");
> }
===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff RMI-USERS". For general help, send email to
[email protected] and include in the body of the message "help".
For a list of frequently asked RMI questions please refer to:
http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html
To view past RMI-USERS postings, please see:
http://archives.java.sun.com/archives/rmi-users.html