If you successfully delete global session information stored in a cache on the EADs server (the session information storage destination server) and fail to delete global session information saved in a cache on other replicated EADs servers (session information copy destination servers), global session information remains only on the copy destination servers. In such a case, you must delete the global session information remaining on the copy destination servers.
The procedures for deleting global session information from a cache on a session copy destination server are as follows:
- Check the global session information remaining on the session information copy destination server.
If you fail to delete the global session information saved in a cache on a session information copy destination server, the KDJE34422-E message is output. Check the application identifier and session ID required for deleting global session information in this message. The following is an example of message output:
KDJE34422-E An attempt to clear the global session information failed because an error occurred during communication with the EADs slave server. (J2EE application = App1, context root = application1, exception = InternalServerException, application ID = application1, HTTP session ID = 00662F41E2EE47C1E719DC3E9D38EE01serverid10000013903dfcf47)
In this example, the application identifier is application1 and the session ID is 00662F41E2EE47C1E719DC3E9D38EE01serverid10000013903dfcf47.
- Execute the eztool removekey command for deleting the global session information remaining on the session information copy destination server.
Execute the eztool removekey command provided by EADs and delete global session information from the session information cache on the EADs server. In the command argument, specify the name of the session information cache, and the application identifier and session ID confirmed in step1 concatenated with a colon (:).
- Execution example:
- eztool removekey EADsSFO_SESSIONS application1:00662F41E2EE47C1E719DC3E9D38EE01serverid10000013903dfcf47
In this execution exception, from among the global session information related to the Web application having the application1 application identifier, the global session information having the 00662F41E2EE47C1E719DC3E9D38EE01serverid10000013903dfcf47 session ID is deleted from the EADsSFO_SESSIONS cache on the EADs server.
For details on the eztool removekey command, see the Elastic Application Data store User Guide.
All Rights Reserved. Copyright (C) 2013, 2015, Hitachi, Ltd.