Database Error Messages

ORA-17241

Could not retrieve localhost IP address. SecurityException was returned.

Cause

A SecurityException was thrown because a security manager exists and its checkConnect method does not allow resolving the local host address.


Action

Ensure that the security manager allows resolving the local host address. Modify the security policy to grant the necessary permissions or run the application with the appropriate security settings.