iceScrum Forums Discuss on iceScrum
- This topic has 18 replies, 3 voices, and was last updated 6 years, 10 months ago by Nicolas Noullet.
-
AuthorPosts
-
25/10/2017 at 2:06 pm #114606
dufondParticipantHello,
I Have installed Icescrum 7.2.1 with docker image.
Everything works except notifications.
When I force debug in the groovy file, I have this message in the catalina log:groovy.lang.MissingMethodException: No signature of method: groovy.util.ConfigObject.plus() is applicable for argument types: (java.lang.String) values: [/p/]
Possible solutions: plus(java.util.Map), plus(java.util.Collection), values(), put(java.lang.Object, java.lang.Object), use([Ljava.lang.Object;), minus(java.util.Map)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:58)
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:54)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
at org.icescrum.core.services.NotificationEmailService.sendAlertCUD(NotificationEmailService.groovy:95)
at org.icescrum.core.services.NotificationEmailService$sendAlertCUD.callCurrent(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:52)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:154)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:182)
at org.icescrum.core.services.NotificationEmailService.storyCUD(NotificationEmailService.groovy:49)
at org.icescrum.core.services.NotificationEmailService$$FastClassBySpringCGLIB$$f3ed2a5a.invoke(<generated>)
…My groovy file contains :
icescrum.debug.enable=true
icescrum.securitydebug.enable=false
dataSource.driverClassName=”org.postgresql.Driver”
dataSource.url=”jdbc:postgresql://bdd_host:5432/icescrum”
dataSource.username=”icescrum”
dataSource.password=”icescrum”
icescrum.project.import.enable=true
icescrum.project.export.enable=true
icescrum.project.creation.enable=false
icescrum.project.private.enable=true
icescrum.project.private.default=false
icescrum.gravatar.enable=true
icescrum.registration.enable=true
icescrum.invitation.enable=false
icescrum.login.retrieve.enable=false
icescrum.alerts.enable=true
icescrum.auto_follow_productowner=true
icescrum.auto_follow_stakeholder=true
icescrum.auto_follow_scrummaster=true
icescrum.alerts.errors.to=”admin_mail”
icescrum.alerts.subject_prefix=”[icescrum]”
icescrum.alerts.default.from=”admin_mail”
icescrum.attachments.enable=true
grails.mail.port=”25″
grails.mail.host=”mail_host”Any help would be welcome.
Jean-Christophe
26/10/2017 at 9:52 am #114711
Nicolas NoulletKeymasterHello,
Can you add this entry to your config file:
icescrum.serverURL = "http://localhost:8080/icescrum"
Replace with the proper URL. This URL is used to generate external links to iceScrum items, in this case in the email template.
26/10/2017 at 2:16 pm #114780
dufondParticipantHello,
Thanks a lot for your answer.
The message in the log has disappeared but notifications are still not sent.
And I don’t see any trace in the logs of the mail server …26/10/2017 at 2:46 pm #114801
Nicolas NoulletKeymasterHello
Apparently you don’t provide user / password, so you want an anonymous connection. As explained in the documentation (config.groovy documentation), you need to add
grails.mail.props = ["mail.smtp.auth":"false"]
02/11/2017 at 12:46 pm #116093
dufondParticipantHello
Even with [“mail.smtp.auth”:”false”], notifications are still not sent.
I can’t see any trace anywhere but I ping on the mail server in my container.
Could this be a proxy problem ?
If you have some ideas, they will be welcome.02/11/2017 at 5:45 pm #116140
dufondParticipantI was wrong : notifications are sent, but only in case of updates of stories.
So we can say that mail mechanism is working.
However I don’t manage to receive notifications for new story or new urgent task in current sprint even if it is enabled in my profile.
I maybe don’t know how to use notifications. Some informations certainly miss me …03/11/2017 at 6:46 pm #116274
dufondParticipantHello again …
I found the reason why notifications on new stories does not work : no change of notifications in my profile are saved.
Where I look in the database, the field “emails_settings_data” stay empty.is there a reason for this ?
Thanks in advance for your answer.
Best regards,
Jean-Christophe06/11/2017 at 1:11 pm #116490
Nicolas NoulletKeymasterHello,
Thanks for your feedback. This seems to be a bug, we are investigating. Sorry for the inconvenience.
08/11/2017 at 12:54 pm #116836
dufondParticipantHello
Thanks for your answer.
Additional information: the function “import V7” does not recover notifications data.
10/11/2017 at 5:35 pm #117210
dufondParticipantHello,
When do you think that a new version of icescrum docker image including patches will be available ?
Thanks.
Jean-Christophe
10/11/2017 at 6:04 pm #117222
Nicolas NoulletKeymasterHi,
Thanks for the additional report.
The first bug is fixed and the fix will be available in the next major version which should hopefully be available on all platforms (incl. Docker) next friday.
10/11/2017 at 6:33 pm #117229
dufondParticipantThat is very fine !
I will watch this.
Thanks very much.
20/12/2017 at 7:26 pm #122889
acerioniParticipantHi,
Has the bug been fixed?
Thanks in advance for your reply,
Alessandro Cerioni20/12/2017 at 7:37 pm #122891
Nicolas NoulletKeymasterHi Alessandro,
What bug do you refer to?
20/12/2017 at 7:39 pm #122892
acerioniParticipantHi Nicolas,
the bug you mentioned in your previous post…
Alessandro
-
AuthorPosts
The forum ‘Feedback, defects, evolutions’ is closed to new topics and replies.