Difference between revisions of "Common Security Troubleshooting"

From Gcube Wiki
Jump to: navigation, search
Line 10: Line 10:
 
==org.globus.wsrf.security.SecurityException: [SEC]Operation name could not be determined==
 
==org.globus.wsrf.security.SecurityException: [SEC]Operation name could not be determined==
 
Exception related to authentication of clients to a secure service running in the Java-WS-Core
 
Exception related to authentication of clients to a secure service running in the Java-WS-Core
 +
 +
 +
[[Category:Security]]

Revision as of 10:25, 24 May 2007

This page contains exceptions that commonly occurs in security configurations for DILIGENT services. Exception should be clearly reported in sections using keywords as the Axis fault obtained, the error code returned by commands and so on (see already existing exceptions). For any exception a list of reasons can be reported as separate subsections. For each reason a solution should be also provided (if already discovered). To properly configure security for DILIGENT services please follows the How To Enable Security page.

GSI Secure Conversation authentication required for "{http://www...." operation

This exception tells the clients that the GSISecureConversation mechanism is required to acces the service

GSISecureConveration not set in service stubs

To access the service operation the GSISecureconversation must be set on client, please be sure to follows this documentation to set it correctly.

org.globus.wsrf.security.SecurityException: [SEC]Operation name could not be determined

Exception related to authentication of clients to a secure service running in the Java-WS-Core