IBM Support

WASX7015E error occurs when running the AdminConfig.save() command

Troubleshooting


Problem

You see a WASX7015E error occurs when running the AdminConfig.save() command if you make configuration changes in the server.xml file before saving the PMI (Performance Monitoring Infrastructure) configuration using the wsadmin command.

Cause

wsadmin has its own workspace to handle the configuration changes. If configuration changes are made in the server.xml file, such as JVM attributes, it will reflect in the workspace copy of the server.xml file. The AdminConfig.save() operation will update the workspace copy of the server.xml file with master repository. Just like the AdminConfig.save() operation, the PMI Mbean operation savePMIConfiguration also creates its own workspace to update the pmi-config.xml and server.xml files.

If configuration changes are made before saving PMI configuration, 2 different workspaces are involved in these operations. Both the workspaces will get the server.xml file from the master repository, and WASX7015E will occur when running the AdminConfig.save() operation.

wsadmin>AdminControl.invoke(perfName,"savePMIConfiguration")

wsadmin>AdminConfig.save()
WASX7015E: Exception running command: "AdminConfig.save()"; exception information:
com.ibm.websphere.management.exception.ConfigServiceException
com.ibm.ws.sm.workspace.WorkSpaceException: RepositoryException while retry updating documents in master repository

[{"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Administrative Scripting Tools (for example: wsadmin or ANT)","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"7.0;6.1.1;6.1;6.0.2;6.0.1;6.0","Edition":"Base;Network Deployment","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
15 June 2018

UID

swg21268549