iceScrum Forums Discuss on iceScrum
- This topic has 8 replies, 2 voices, and was last updated 8 years ago by Nicolas Noullet.
-
AuthorPosts
-
22/10/2016 at 10:33 am #37966
jacekloParticipantHello!
I have standalone installation (jar file + mysql) which works file.
I’ve decided tu use preferred icescrum/icescrum docker inside jelastic cloud environment. Installation was ok. I’ve not started icescrum setup, because I want to use mysql db. MySQL installation finished ok, database for icescrum and user account are identical as for standalone installation. Then I run icesrum setup.E-mail parameters I set identical as for standalone installation. Then I stop icescrum, import data from standalone installation and restart icescrum. Work fine, data are visible BUT:
1. Activities panel doesn’t fill-up with new activities
2. E-mail notifications doesn;t workI check connection to e-mail server (gmail, check port 465 and 587 – connections are ok). There are no errors in icescrum and tomcat logs.
What should I do to icescrum started to work perfectly?
24/10/2016 at 10:46 am #38087
Nicolas NoulletKeymasterHi,
1. Activities may take time to show up after the import. If after some time they are still missing, please look for “activity”, “activities”, or “fluxiable_activity” in the logs.
2. If the config is exactly the same as a working one then either:
– Your config.groovy is not taken into account. You can toggle other settings to check that.
– There is an issue in the docker / jelastic environment. If so, we can help your in the forum but we probably can’t do much without playing with the server and this support service is reserved for paying customers. May I ask why you prefer jelastic over our hosted solutions?24/10/2016 at 11:23 am #38092
jacekloParticipantHi,
config.groovy: IceScrum load from:
——————————————————–
*** iceScrum home defined config: file:/root/.icescrum/config.groovy. ***
(*) grails.config.locations = [file:/root/.icescrum/config.groovy]
——————————————————–
and this is the correct config.groovyI use jelastic because it is platform choosen by the company to run a lot of applications.
There are not entries with activity, activities or fluxiable_activity in any of the logs 🙁
So it seems ok, but not working … ;)))
As I see, in the fluxiable… tables rows appears when ,for example, I add new task.24/10/2016 at 12:20 pm #38095
jacekloParticipantone problem resolved: e-mail notifications works!
problem was with spaces between <var> and equal sign and <value>, i.e. i was email entries like
grails.mail.host = “smtp.gmail.com”
and when I remove spaces (result: grails.mail.host=”smtp.gmail.com”), notifications starts working.But Activities panel is still not working.
The complementary fact : old entries (“imported” by mysql databasel import) are visible, the new ones do not appear (!)
24/10/2016 at 3:24 pm #38113
Nicolas NoulletKeymasterGlad to know that you solved the issue regarding Emails.
Regarding activities, that’s very strange. If you create a story then the corresponding activity is not shown in the dashboard?
24/10/2016 at 3:37 pm #38117
jacekloParticipantExactly 🙁
25/10/2016 at 4:37 pm #38226
Nicolas NoulletKeymasterCan you try restarting the server and check again?
Also, what version of iceScrum are you using?
25/10/2016 at 5:15 pm #38228
jacekloParticipantYes, I restaring server many times and it doesn’t help.
Additionally I applied the war archive, of course previously deleting the data from Tomcat – and it also did not help.
I download this war yesterday from icescrum portal.28/10/2016 at 11:15 am #38393
Nicolas NoulletKeymasterHi,
You told me “As I see, in the fluxiable… tables rows appears when ,for example, I add new task.”.
Task activities are not supposed to be shown on the dashboard, only the story ones. Can you check if entries are added in the fluxiable table rows when you create a user story in the sandbox?
If not, there must be an error in the logs. You can enable verbose logging to be sure to get the whole error:
icescrum.debug.enable = true -
AuthorPosts
The forum ‘Migration’ is closed to new topics and replies.