cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti 6 UI in docker not working

sas
Confirmed Champ
Confirmed Champ
Hi,
I have just installed the new activiti-app.war in a docker based tomcat:latest container. Not the activiti-rest.war as I think that is not needed when I am using the gui since the engine seems to be packed with the activiti-app also…
Based on one of the forum msg I have modified the log4j properties, so managed to get it up running. (fix filename was defined)
Now I am at the GUI (http://localhost:8080/activiti-app/index.html#/) but nothing happens when I click on any of the app.
No error in the logfiles, no http error in the response
Anythin I may do wrong?
Thanx for the help
sas
1 ACCEPTED ANSWER

sas
Confirmed Champ
Confirmed Champ
Hi,
This was a combination of two or three problem:
- browser -> for some reason I had to close all windows and start again. Maybe some cookie was still there from my many tries ?
- also had an open connection to an older activiti container on the same laptop from  the same browser (I am not sure it that had any effect)
- later the mysql docker container start command was wrong. I used the 'activiti' db name at startup instead of 'activiti6ui' (also had to clean up the data-only container)
So now I have two separate container. One for the database one for the UI.
For next I am thinking to separate the UI (Angular.js part) from the engine (or rest api)
Rgds
sas
Now it is running nicely . Smiley Happy

View answer in original post

5 REPLIES 5

sas
Confirmed Champ
Confirmed Champ
solved. thanx

jbarrez
Star Contributor
Star Contributor
would be cool if you can share how you managed to get it working 🙂

sas
Confirmed Champ
Confirmed Champ
Hi,
This was a combination of two or three problem:
- browser -> for some reason I had to close all windows and start again. Maybe some cookie was still there from my many tries ?
- also had an open connection to an older activiti container on the same laptop from  the same browser (I am not sure it that had any effect)
- later the mysql docker container start command was wrong. I used the 'activiti' db name at startup instead of 'activiti6ui' (also had to clean up the data-only container)
So now I have two separate container. One for the database one for the UI.
For next I am thinking to separate the UI (Angular.js part) from the engine (or rest api)
Rgds
sas
Now it is running nicely . Smiley Happy

kentoj
Champ on-the-rise
Champ on-the-rise

I want to separate the UI from the engine as well. Are you still looking to do this?

juanitomint
Champ in-the-making
Champ in-the-making

Hi can you please share your dockerfile and docker-compose.yml ?

Thanks in advance!