tableflip / guvnor

A node process manager that isn't spanners all the way down
MIT License
430 stars 37 forks source link

Can't start git-installed app in web UI #58

Closed randomsock closed 9 years ago

randomsock commented 9 years ago

I've installed an app from git using the guv web UI, but when I click on Start, the dialog has a validation error saying "Selection required" immediately below the Group dropdown. That dropdown is already populated with the default guvnor group, and it doesn't matter if I explicitly select it either, it always says "Selection required". The Start button then doesn't seem to do anything, and I'm guessing it's because it thinks there's still something missing. screenclip

achingbrain commented 9 years ago

I updated the version of some of the Ampersand module dependencies recently - there's been quite a lot of churn in those projects which may have led to this.

What version of guvnor are you running?

randomsock commented 9 years ago

3.5.2

randomsock commented 9 years ago

I thought it might be because I messed up the app install first time and seemed to end up with two copies of it, one incomplete. I cleared everything down and started again cleanly, and it still behaves the same.

achingbrain commented 9 years ago

I think this problem was due to the users' primary group not being returned as part of the groups list from guvnor#listUsers.

I've just published 3.5.3 which should resolve this issue - could you give it a go?

randomsock commented 9 years ago

Awesome. Picked up 3.5.4, it lists both my default group and "guvnor", and starts ok now. Thanks. (BTW, noticed a few other things so I'm probably going to bug you a bit - don't take that badly, I'm trying to get guys at work off pm2 and onto guv, so it'd be good to showcase it).

achingbrain commented 9 years ago

No problem - keep the issues coming!