Troubleshooting Business Automation Studio initialization
If you installed Business Automation Studio with Business Automation Workflow, and the Business Automation Studio bootstrap job process is slow in starting, the Business Automation Studio deployment and runtime pod might not be deployed on the first loop. You might experience issues such as a constant error pop-up when you access Business Automation Studio. You can wait for the Business Automation Studio bootstrap job to finish on the reconcile run, and then the deployment and pod will be installed and started.
- If you are using self-signed certificates, make sure that you have followed the post-deployment steps by visiting all the links and accepting the self-signed certificates. See the appropriate verification task under Completing post-installation tasks for Business Automation Workflow Authoring, Runtime, and Workstream Services.
- If you find the
cr_name-workflow-authoring-baw-db-init-job-hash_valuepod isn't in complete state for longer than 30 minutes, you can try to restart all the pods namedcr_name-workflow-authoring-baw-server-numberby deleting them with the commandoc delete pod -l app.kubernetes.io/component=server,app.kubernetes.io/name=workflow-server. Wait until the pod restarts and is back in ready state before you try again.
If you have problems with the database connection, it might help to look at the corresponding
data source that was created based on the configured Business Automation
Studio parameters, and ensure that it
matches with what is expected for your database. You can find the data source in the
datasource.xml key of the ConfigMap
cr_name-bastudio-overrides-configmap. If it does not match,
review and update the Business Automation
Studio
parameters (see
IBM Business Automation Studio
parameters). The changes are then applied to the ConfigMap.