PQ75416: A exception occurs when browsing from Admin Console in the left panel -> Environment-> Manage Websphere Variables | |||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description Customer report on WebSphere 5.0 ND Solaris A Exception occurs when browsing from the AdminConsole in the left panel -> Environment -> Manage Websphere Variables The exception is: [ServletException in:/secure/tiles/contextScopeTile.jsp] String index out of range: -3 Customer find a adminconsole bug that got to do with the scope selection in the admin application. +++++++++++++++ ...in the file adminconsole.ear/adminconsole.war/secure/tiles/contextScopeTile. jsp, Line 68 searches for indexOf ("cell/") (The exact line is " int beginCell = currentScope.indexOf("cell/");") This line should be searching for "cells/" plural. Since the code is searching for "cell/", it finds the end of ourLocal fix cell name and results in a string index out of range. Typically, the "cell/" would not be found, the search would return -1, and 7 would be added to -1 to result in position 6 which will work. IBM needs to fix this code to search for "cells/" instead of "cell/" +++++++++++++++++ LOCAL FIX:ン N/AProblem summary **************************************************************** * USERS AFFECTED: WebSphere Application Server 5.0 users of * * the Admin Console * **************************************************************** * PROBLEM DESCRIPTION: The problem is related to change of * * scope in Admin Console * * selecting a scope (cell, node or * * server), one receives * * java exception: * * ServletException * * in:/secure/tiles/contextScopeTile.jsp * * String index out of range: -3. * **************************************************************** * RECOMMENDATION: * **************************************************************** Problem is in contextScopeTile.jsp, which is located in the <ND_HOME>/installedApps/<cell_name>/adminconsole.ear/ adminconsole.war/secure/tiles If the literal 'cell' appears in cell name, the problem occurs. Selecting some other literal as cell name, there is not problem. (This APAR is a duplicate of PQ72938)Problem conclusion The problem is fixed in APAR PQ72938. The contextScopeTile.jsp is fixedTemporary fix a Test Fix was issued in another APAR PQ72938. This one is a duplicate. The fix will be included in PTF2Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: Modules/Macros
Publications Referenced
|
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 00S
Software edition:
Reference #: PQ75416
IBM Group: Software Group
Modified date: Jun 24, 2003
(C) Copyright IBM Corporation 2000, 2008. All Rights Reserved.