-
Sub-task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
-
None
Problem
- Deployment of invoice example fails due to a null pointer exception
- In Tasklist, invoice process cannot be started since context path is null (deployment unsuccessful)
Workaround
- Go to http://localhost:${PORT}/console
- Login with weblogic and weblogic1
- Click on deployments
- Click on "Control"
- Select invoice deployment
- Click start
Hypothesis
- Heads-up: This is a hypothesis that needs to be proven before implementing the solution idea
- WLS uses the auto-deployment folder for the EAR
- This can lead to a race condition with the invoice example: EAR is not fully set up when invoice example tries to access the process engine
Solution idea
Deploy EAR via deployment script instead of the auto-deployment folder.