Incorrect 'wso.signon.method' in properties file
search cancel

Incorrect 'wso.signon.method' in properties file

book

Article ID: 54258

calendar_today

Updated On:

Products

Repository

Issue/Introduction

Description:

Upon clicking any tab in WSO to initiate the login, one may receive the following error "java.lang.Exception: Incorrect 'wso.signon.method' in properties file":

Solution:

This error occurs when the WSO Application cannot find the 'WsoServer.properties' file. For example, the Websphere 'SystemErr.log' file contains the following after receiving the above error "com.ca.wso.base.WsoException: [WSO] Properties file not found" Check the applications 'web.xml' file and verify that the variable entry 'WSOPropsFile' contains a fully qualified path to the applications properties file.

This is located at the very bottom of the 'web.xml file.
Example.
-
<env-entry>
   <description>directory for the Webstation Option config file:WSOServer.properties</description>
   <env-entry-name>WSOPropsFile</env-entry-name>
   <env-entry-value>C:/WSO/WsoServer.properties</env-entry-value>
   <env-entry-type>java.lang.String</env-entry-type>
</env-entry>
-

The 'web.xml' file is located in the 'installed apps/WSOxxx' directory in Websphere and the 'webapps/WSOxxx' directory in Tomcat. After making a change to the 'web.xml' file it is recommended that the application be recycled within your Application Server. You should also note that the properties file has slightly changed in Release 7.1 so it is recommended to obtain the latest copy of the properties file from the provided WAR module and update accordingly.

Environment

Release:
Component: XWSO