In addition, every few seconds an error message appears in the SystemOut.log
files of your server, for example:
[11/3/04 16:58:18:412 CST] 0000003b RoleBasedAuth A SECJ0305I: The role-based authorization check
failed for admin-authz operation ConfigService:queryConfigObjects:
com.ibm.websphere.management.Session:javax.management.
ObjectName:javax.management.ObjectName:javax.management.QueryExp. The user (unique ID:
null_access_id) was not granted any of the following required roles: administrator, operator,
monitor, configurator.
[11/3/04 16:58:18:431 CST] 0000003b FileTransferS A ADFS0107E: The file to download
"/usr/IBM/WebSphere/AppServer/profiles/default/config/temp/logs/sysout" does not exist.
To
fix this problem, complete the following steps:
- Start the secured WebSphere Application Server v6.x on the remote
computer.
- On the secured server, run the redeployFileTransfer.jacl script.
- On a command prompt, navigate to the x:\bin directory, where x is
the installation directory where the WebSphere Application Server is installed.
The redeployFileTransfer.jacl file is located in the x:\bin directory.
- Run the following command:
wsadmin.bat -profile redeployFileTransfer.jacl -lang jacl -c
"fileTransferAuthenticationOn cell_name node_name server_name"
-user username -password password
Tip: To
determine the cell name, node name, and server name of your WebSphere Application
Server profile, complete the following:
- Open the WebSphere Application
Server administrative console.
- On the left pane, expand the Servers section, click on the Application
Servers link.
- On the right pane, under the Name column select your server. The
default server profile is called server1.
- In the Configuration tab you can find the server name located in
its General properties section and in the Runtime tab you can find
the cell name and node name under its General properties section.
- Restart the server to switch from the default file transfer application
to the secure file transfer application.
- Verify if the redeployFileTransfer.jacl script is successfully running:
- Check the SystemOut.log file to see if the filetransferSecured.ear application
started. The SystemOut.log file is located in y:\profile\logs\serverName directory,
where y:\profile is the installation directory of your profile for
the WebSphere Application
Server. For example, C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\server1
- Check if the filetransferSecured.ear directory is located in x:\systemApps,
where x is the installation directory of WebSphere Application Server.