Re: Permission denied

Peter Jones - JavaSoft East <[email protected]> Fri, 24 Mar 2006 00:26:18 -0500
Newsgroups gmane.comp.java.sun.rmi
Message-ID <20060324052618.GA20638@east>
> Hi Guys!! When i start my server in a Linux the folowing Exception throw:
>  java.net.BindException: Permission denied
>
>  What it would be?

It would be helpful to see the full stack traces for the entire chain
of exceptions-- as well as the code that you are using to export your
remote object.  Are you trying to export it on an explicit TCP port
number lower than 1024?

(I don't suspect a problem with your Java security policy because such
a problem should result in a java.security.AccessControlException.)

-- Peter

===========================================================================
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