Direct links to fixes
APAR status
Closed as program error.
Error description
While you upgrade from IBM Business Process Manager V8.0.1.1 to BPM V8.0.1.3, you must run the database upgrade step by executing the upgradeProcessData script. Although the script completes successfully, the bootstrapProcessServerData command, which runs in the background, throws an error message (an example is shown below). However, the bootstrapProcessServerData command does not return an error code. Apr 17, 2013 5:05:22 AM FINE: com.lombardisoftware.ant.JULDefaultLogger.printMessage - Setting project property: bootstrap.error.message -> java.lang.Exception: java.lang.reflect.InvocationTargetException at com.ibm.bpm.bootstrap.BootstrapProcessServerDataHelper.loadInsta llationGuid(BootstrapProcessServerDataHelper.java:436) at com.ibm.bpm.bootstrap.BootstrapProcessServerDataHelper.bootstrap Data(BootstrapProcessServerDataHelper.java:224) at com.ibm.bpm.bootstrap.BootstrapHelper.execute(BootstrapHelper.ja va:91) at com.ibm.websphere.management.async.client.AsyncCommandClient.exe cute(AsyncCommandClient.java:177) at com.ibm.ws.scripting.adminCommand.AdminCmdController.executeCmd( AdminCmdController.java:1876) at com.ibm.ws.scripting.adminCommand.AdminCmdController.processCmd( AdminCmdController.java:317) at com.ibm.ws.scripting.adminCommand.AdminCmdProxyHandler.invoke(Ad minCmdProxyHandler.java:92) at com.ibm.ws.scripting.adminCommand.AdminCmdProxyBase.__method4(Ad minCmdProxyBase.java:58) at com.ibm.ws.scripting.adminCommand.AdminTask.bootstrapProcessServ erData(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor Impl.java:60) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod AccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:611) at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction .java) at org.python.core.PyMethod.__call__(PyMethod.java) at org.python.core.PyObject.__call__(PyObject.java) at org.python.core.PyInstance.invoke(PyInstance.java) at org.python.pycode._pyx50.f$0(<input>:1) at org.python.pycode._pyx50.call_function(<input>) at org.python.core.PyTableCode.call(PyTableCode.java) at org.python.core.PyCode.call(PyCode.java) ... Caused by: com.lombardisoftware.core.TeamWorksException: Invalid Bootstrap: Current profile is a Process Center profile, but the database has been created for a Process Server profile. ツ ᅠ ツ ᅠ ツ ᅠ at com.ibm.bpm.bootstrap.InstallationGuidHelper$1.call(Installation GuidHelper.java:73) ツ ᅠ ツ ᅠ ツ ᅠ at com.ibm.bpm.bootstrap.InstallationGuidHelper$1.call(Installation GuidHelper.java:24) ツ ᅠ ツ ᅠ ツ ᅠ at com.lombardisoftware.utility.spring.ProgrammaticTransactionSuppo rt.executeInNewTransaction(ProgrammaticTransactionSupport.java:4 66) ツ ᅠ ツ ᅠ ツ ᅠ at com.lombardisoftware.utility.spring.ProgrammaticTransactionSuppo rt.execute(ProgrammaticTransactionSupport.java:291) ツ ᅠ ツ ᅠ ツ ᅠ at com.lombardisoftware.utility.spring.ProgrammaticTransactionSuppo rt.execute(ProgrammaticTransactionSupport.java:223) ツ ᅠ ツ ᅠ ツ ᅠ at com.ibm.bpm.bootstrap.InstallationGuidHelper.loadInstallationGui d(InstallationGuidHelper.java:24) ツ ᅠ ツ ᅠ ツ ᅠ ... 64 more
Local fix
After running the upgradeProcessData command, check the bootstrapProcesServerData_<timestamp>.log file in the <profile_root>/logs directory for any error message. If there are any error messages, solve them (if necessary with the help of IBM Support), follow the recover steps from this page: http://www-01.ibm.com/support/docview.wss?uid=swg27039082#Identi fy_Recover and then rerun the upgradeProcessData command.
Problem summary
**************************************************************** * USERS AFFECTED: IBM Business Process Manager (BPM) * * Advanced * * IBM BPM Standard * * IBM BPM Express * **************************************************************** * PROBLEM DESCRIPTION: While you upgrade from IBM Business * * Process Manager V8.0.1.1 to BPM * * V8.0.1.3, you must run the database * * upgrade step by executing the * * upgradeProcessData script. Although * * the script completes successfully, * * the bootstrapProcessServerData * * command, which runs in the * * background, throws an error message * * (an example is shown below). However, * * the bootstrapProcessServerData * * command does not return an error code. * * Apr 17, 2013 5:05:22 AM FINE: * * com.lombardisoftware.ant.JULDefaultLogg * * er.printMessage - Setting project * * property: bootstrap.error.message -> * * java.lang.Exception: * * java.lang.reflect.InvocationTargetExcep * * tion * * at * * com.ibm.bpm.bootstrap.BootstrapProcessS * * erverDataHelper.loadInstallationGuid(Bo * * otstrapProcessServerDataHelper.java:436 * * ) * * at * * com.ibm.bpm.bootstrap.BootstrapProcessS * * erverDataHelper.bootstrapData(Bootstrap * * ProcessServerDataHelper.java:224) * * at * * com.ibm.bpm.bootstrap.BootstrapHelper.e * * xecute(BootstrapHelper.java:91) * * at * * com.ibm.websphere.management.async.clie * * nt.AsyncCommandClient.execute(AsyncComm * * andClient.java:177) * * at * * com.ibm.ws.scripting.adminCommand.Admin * * CmdController.executeCmd(AdminCmdContro * * ller.java:1876) * * at * * com.ibm.ws.scripting.adminCommand.Admin * * CmdController.processCmd(AdminCmdContro * * ller.java:317) * * at * * com.ibm.ws.scripting.adminCommand.Admin * * CmdProxyHandler.invoke(AdminCmdProxyHan * * dler.java:92) * * at * * com.ibm.ws.scripting.adminCommand.Admin * * CmdProxyBase.__method4(AdminCmdProxyBas * * e.java:58) * * at * * com.ibm.ws.scripting.adminCommand.Admin * * Task.bootstrapProcessServerData(Unknown * * Source) * * at * * sun.reflect.NativeMethodAccessorImpl.in * * voke0(Native Method) * * at * * sun.reflect.NativeMethodAccessorImpl.in * * voke(NativeMethodAccessorImpl.java:60) * * at * * sun.reflect.DelegatingMethodAccessorImp * * l.invoke(DelegatingMethodAccessorImpl.j * * ava:37) * * at * * java.lang.reflect.Method.invoke(Method. * * java:611) * * at * * org.python.core.PyReflectedFunction.__c * * all__(PyReflectedFunction.java) * * at * * org.python.core.PyMethod.__call__(PyMet * * hod.java) * * at * * org.python.core.PyObject.__call__(PyObj * * ect.java) * * at * * org.python.core.PyInstance.invoke(PyIns * * tance.java) * * at * * org.python.pycode._pyx50.f$0(<input>:1) * * at * * org.python.pycode._pyx50.call_function( * * <input>) * * at * * org.python.core.PyTableCode.call(PyTabl * * eCode.java) * * at * * org.python.core.PyCode.call(PyCode.java * * ) * * ... * * Caused by: * * com.lombardisoftware.core.TeamWorksExce * * ption: Invalid Bootstrap: Current * * profile is a Process Center profile, * * but the database has been created for * * a Process Server profile. * * ‚   ‚   ‚   at * com.ibm.bpm.bootstrap.InstallationGuidH * * elper$1.call(InstallationGuidHelper.jav * * a:73) * * ‚   ‚   ‚   at * com.ibm.bpm.bootstrap.InstallationGuidH * * elper$1.call(InstallationGuidHelper.jav * * a:24) * * ‚   ‚   ‚   at * com.lombardisoftware.utility.spring.Pro * * grammaticTransactionSupport.executeInNe * * wTransaction(ProgrammaticTransactionSup * * port.java:466) * * ‚   ‚   ‚   at * com.lombardisoftware.utility.spring.Pro * * grammaticTransactionSupport.execute(Pro * * grammaticTransactionSupport.java:291) * * ‚   ‚   ‚   at * com.lombardisoftware.utility.spring.Pro * * grammaticTransactionSupport.execute(Pro * * grammaticTransactionSupport.java:223) * * ‚   ‚   ‚   at * com.ibm.bpm.bootstrap.InstallationGuidH * * elper.loadInstallationGuid(Installation * * GuidHelper.java:24) * * ‚   ‚   ‚   ... 64 more **************************************************************** * RECOMMENDATION: * **************************************************************** No additional information is available.
Problem conclusion
A fix is available for IBM BPM V8.0.1.3 that fixes the incorrect return code for the bootstrapProcessServerData command. When the upgradeProcessData script invokes the bootstrapProcessServerData command and there is an exception because of the bootstrapProcessServerData command, the upgradeProcessData shows an error message. On Fix Central (http://www.ibm.com/support/fixcentral), search for JR51519: 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 JR51519 , 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
JR51519
Reported component name
BPM ADVANCED
Reported component ID
5725C9400
Reported release
801
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2014-10-17
Closed date
2014-12-11
Last modified date
2014-12-11
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 ADVANCED
Fixed component ID
5725C9400
Applicable component levels
R800 PSY
UP
[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSFTN5","label":"IBM Business Process Manager Advanced"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.0.1","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]
Document Information
Modified date:
16 October 2021