-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enrich Getting Started with first steps #36
Comments
Hey @asys3, thanks for your feedback! We could definitely add a "getting started" from an end-user-perspective (not only getting all things wired up together). For the meantime a short guide:
Hope that helps in the first place? |
That seems to be my problem.
There is no process to select. The upcoming box where it could be is empty.
10.02.2022 22:14:59 Matthias Schulte ***@***.***>:
Hey @asys3[https://github.com/asys3],
thanks for your feedback!
We could definately add a "getting started" from an end-user-perspective (not only getting all things wired up together).
Hope to find time for that soon. As always: PRs are much appreciated ;)
For the meantime a short guide (which i will reuse for "official" docs of course):
1. > Fire up your browser on http://localhost:8080 --> you should see an empty process warehouse-dashboard
2. > Click "plus" and select your process definition you want to add a visualisation for:
3. > You should see the process modell of your selected process definition
4. > Click "plus" on that process definition to select so called indicators on process/activity level
… [https://user-images.githubusercontent.com/843635/153497423-253789cc-78e0-4fff-b611-9f3d3e6759c2.png][grafik][https://user-images.githubusercontent.com/843635/153497423-253789cc-78e0-4fff-b611-9f3d3e6759c2.png]
Hope that helps in the first place?
—
Reply to this email directly, view it on GitHub[#36 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ABWHVTFL4YXRRELFLE7WKDTU2QTFFANCNFSM5N5VRDUA].
Triage notifications on the go with GitHub Mobile for iOS[https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675] or Android[https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub].
You are receiving this because you were mentioned. [data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAySURBVHic7cEBDQAAAMKg909tDjegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeDVulAABbzDScQAAAABJRU5ErkJggg==###24x24:true###][Verfolgungsbild][https://github.com/notifications/beacon/ABWHVTHJLTDF7YVL7I46473U2QTFFA5CNFSM5N5VRDUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHW4NXGA.gif]
|
Thats weird. Is your camunda-instance running fine? |
Camunda engine is running fine, Cockpit is accessible, too.
Perhaps that's a hint? |
Of course it is. It seems your vpw-pipeline is not running. Therefore all events that are produced by camunda still reside in kafka topics but are not consumed by the vpw/ transported to elasticsearch. Could you provide a excerpt from your docker/container logs that may give us a hint why your pipeline crashed? |
Thank you for your valuable feedback @asys3 The vpw-pipeline only (re)tries to reach the analyzer for a bit more than one minute, which can be an issue when using vpw on a slower notebook with docker-compose. We are going to provide a fix for that really soon. If that really is the issue, something you could try in the meantime is:
Also providing the logs as @mschulte suggested, would be a great help. |
It seems a timing problem for me, actually. I always started from scratch (container & volumes pruned) and come to the conclusion that heavy memory consumption/ cpu load seem to be a possible error case (my laptop has 64GB i5-1135G7, but with additional virtualbox running). . Additionally sometimes I saw a Bad Gateway error appearing: |
Hey Uwe, we tackled this by setting a longer retry-time-cycle for importing process models. We will release this with the next version probably on friday this week. Could you then verify if the issue still persists? I would like to close this issue after merging the above mentioned pullrequest. Again: Thanks for your feedback! Kind regards, |
The documentation is a lot better now - great work! The error situation seems not solved for me though. So from my side I would say that's a memory problem. 16GB main mem is to low for vpw. |
Hey Uwe, Can you try to remove the hashtag in the line below this comment to restrict java heapspace for elastic Line 52 in 5736341
|
Hi David, |
Hi Uwe, I guess the answer lies somewhere in the middle. But for just trying it out on a local machine the 1GB Limit would be a fair starting point. I think we will use this as a default in the future! |
Just got vpw up and running with docker. Works like a charm out of the box! Awesome.
Many thanks to make vpw Opensource!
I just started vpw via http://localhost:8080 but don't see any process model.
Where to select it?
Perhaps anything else to configure in Kafka, pulling client etc. ?
I would expect a getting started to not only include a system startup (what really seem to work!) but also the steps from starting instances to visualize them in vpw.
Perhaps I missed sth. here and it is easy to add for you. Would be nice to have it!
Videos on product website start when a process is model is already configured and can be displayed in vpw.
The text was updated successfully, but these errors were encountered: