Direct links to fixes
APAR status
Closed as program error.
Error description
When there are multiple IBM Business Process Manager (BPM) cluster members configured on the same managed node (profile) and the cluster members are started simultaneously, you might see the following exception: WADMA0077W: An error occurred removing the workspace. Exception: com.ibm.ws.sm.workspace.WorkSpaceException: WKSP0009E Workspace is not valid at com.ibm.ws.sm.workspace.impl.WorkSpaceLogger.createException(Wor kSpaceLogger.java:112) at com.ibm.ws.sm.workspace.impl.WorkSpaceLogger.createException(Wor kSpaceLogger.java:84) at com.ibm.ws.sm.workspace.impl.WorkSpaceImpl.checkValid(WorkSpaceI mpl.java:196) at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.release(Repos itoryContextImpl.java:1564) at com.ibm.ws.sm.workspace.impl.WorkSpaceImpl.release(WorkSpaceImpl .java:440) at com.ibm.ws.sm.workspace.impl.WorkSpaceImpl.remove(WorkSpaceImpl. java:413) at com.ibm.ws.sm.workspace.impl.WorkSpaceManagerImpl.removeWorkSpac e(WorkSpaceManagerImpl.java:462) at com.ibm.ws.sm.workspace.impl.WorkSpaceManagerImpl.removeWorkSpac e(WorkSpaceManagerImpl.java:446) at com.ibm.ws.management.application.task.ConfigRepoHelper.removeWo rkSpace(ConfigRepoHelper.java:302) at com.ibm.ws.management.application.EditApplication.doFinally(Edit Application.java:266) at com.ibm.ws.management.application.EditApplication.doFinally(Edit Application.java:248) at com.ibm.ws.management.application.EditApplication.getApplication Info(EditApplication.java:411) at com.ibm.ws.management.application.AppManagementImpl._getApplicat ionInfo(AppManagementImpl.java:647) at com.ibm.ws.management.application.AppManagementImpl.getApplicati onInfo(AppManagementImpl.java:623) at com.ibm.websphere.management.application.AppManagementProxy.getA pplicationInfo(AppManagementProxy.java:407) at com.ibm.bpm.crconfig.impl.BPMContextRootConfigServiceImpl.update ContextRootConfig(BPMContextRootConfigServiceImpl.java:125) at com.ibm.bpm.crconfig.component.BPMContextRootConfigComponent.upd ateContextRootConfigService(BPMContextRootConfigComponent.java:2 81) at com.ibm.bpm.crconfig.component.BPMContextRootConfigComponent.sta rt(BPMContextRootConfigComponent.java:153) at com.ibm.ws.runtime.component.ContainerHelper.startComponents(Con tainerHelper.java:539) at com.ibm.ws.runtime.component.ContainerImpl.startComponents(Conta inerImpl.java:627) at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.j ava:618)
Local fix
NA
Problem summary
**************************************************************** * USERS AFFECTED: IBM BPM Advanced * * IBM BPM Standard * * IBM BPM Express * **************************************************************** * PROBLEM DESCRIPTION: When there are multiple IBM Business * * Process Manager (BPM) cluster members * * configured on the same managed node * * (profile) and the cluster members are * * started simultaneously, you might see * * the following exception: * * WADMA0077W: An error occurred * * removing the workspace. Exception: * * com.ibm.ws.sm.workspace.WorkSpaceExcept * * ion: WKSP0009E Workspace is not valid * * at * * com.ibm.ws.sm.workspace.impl.WorkSpaceL * * ogger.createException(WorkSpaceLogger.j * * ava:112) * * at * * com.ibm.ws.sm.workspace.impl.WorkSpaceL * * ogger.createException(WorkSpaceLogger.j * * ava:84) * * at * * com.ibm.ws.sm.workspace.impl.WorkSpaceI * * mpl.checkValid(WorkSpaceImpl.java:196) * * at * * com.ibm.ws.sm.workspace.impl.Repository * * ContextImpl.release(RepositoryContextIm * * pl.java:1564) * * at * * com.ibm.ws.sm.workspace.impl.WorkSpaceI * * mpl.release(WorkSpaceImpl.java:440) * * at * * com.ibm.ws.sm.workspace.impl.WorkSpaceI * * mpl.remove(WorkSpaceImpl.java:413) * * at * * com.ibm.ws.sm.workspace.impl.WorkSpaceM * * anagerImpl.removeWorkSpace(WorkSpaceMan * * agerImpl.java:462) * * at * * com.ibm.ws.sm.workspace.impl.WorkSpaceM * * anagerImpl.removeWorkSpace(WorkSpaceMan * * agerImpl.java:446) * * at * * com.ibm.ws.management.application.task. * * ConfigRepoHelper.removeWorkSpace(Config * * RepoHelper.java:302) * * at * * com.ibm.ws.management.application.EditA * * pplication.doFinally(EditApplication.ja * * va:266) * * at * * com.ibm.ws.management.application.EditA * * pplication.doFinally(EditApplication.ja * * va:248) * * at * * com.ibm.ws.management.application.EditA * * pplication.getApplicationInfo(EditAppli * * cation.java:411) * * at * * com.ibm.ws.management.application.AppMa * * nagementImpl._getApplicationInfo(AppMan * * agementImpl.java:647) * * at * * com.ibm.ws.management.application.AppMa * * nagementImpl.getApplicationInfo(AppMana * * gementImpl.java:623) * * at * * com.ibm.websphere.management.applicatio * * n.AppManagementProxy.getApplicationInfo * * (AppManagementProxy.java:407) * * at * * com.ibm.bpm.crconfig.impl.BPMContextRoo * * tConfigServiceImpl.updateContextRootCon * * fig(BPMContextRootConfigServiceImpl.jav * * a:125) * * at * * com.ibm.bpm.crconfig.component.BPMConte * * xtRootConfigComponent.updateContextRoot * * ConfigService(BPMContextRootConfigCompo * * nent.java:281) * * at * * com.ibm.bpm.crconfig.component.BPMConte * * xtRootConfigComponent.start(BPMContextR * * ootConfigComponent.java:153) * * at * * com.ibm.ws.runtime.component.ContainerH * * elper.startComponents(ContainerHelper.j * * ava:539) * * at * * com.ibm.ws.runtime.component.ContainerI * * mpl.startComponents(ContainerImpl.java: * * 627) * * at * * com.ibm.ws.runtime.component.ContainerI * * mpl.start(ContainerImpl.java:618) * **************************************************************** * RECOMMENDATION: * **************************************************************** When a cluster member starts, IBM BPM scans the web modules of the deployed applications. The IBM WebSphere Application Server APIs that IBM BPM uses create a temporary workspace. However, this workspace is not unique across JVMs; therefore, if you start multiple cluster members simultaneously, you might receive the following error about workspace conflicts: WADMA0077W: An error occurred removing the workspace. Exception: com.ibm.ws.sm.workspace.WorkSpaceException: WKSP0009E Workspace is not valid
Problem conclusion
A fix is available for IBM BPM V8.5.0.1 that creates an IBM BPM managed session workspace, which includes the server name and, therefore, is unique within the managed node. On Fix Central (http://www.ibm.com/support/fixcentral), search for JR52483: 1. Select IBM Business Process Manager with your edition from the product selector, the installed version to the fix pack level, and your platform, and then click Continue. 2. Select APAR or SPR, enter JR52483, and click Continue. When you download fix packages, ensure that you also download the readme file for each fix. Review each readme file for additional installation instructions and information about the fix.
Temporary fix
Comments
APAR Information
APAR number
JR52483
Reported component name
BPM STANDARD
Reported component ID
5725C9500
Reported release
850
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2015-02-03
Closed date
2015-02-09
Last modified date
2015-02-09
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
BPM STANDARD
Fixed component ID
5725C9500
Applicable component levels
R800 PSY
UP
[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSFTDH","label":"IBM Business Process Manager Standard"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5","Line of Business":{"code":"LOB45","label":"Automation"}}]
Document Information
Modified date:
15 October 2021