iceScrum Forums Discuss on iceScrum
- This topic has 4 replies, 2 voices, and was last updated 7 years, 7 months ago by northwind.
-
AuthorPosts
-
03/04/2017 at 12:41 pm #50246
northwindParticipantIceScrum 7.0.3 (Community edition)
Pre-requisits all ok.
Using mariadb and install procedure tests ok.IF no email connectivity is configured, then everything woks (except the email oc)
IF email connectivity is configured then the config.groovy generation fails and results in no config file.2017-04-03 09:38:41,214 [main] INFO org.apache.coyote.http11.Http11NioProtocol – Starting ProtocolHandler [“http-nio-172.16.126.109-8080”]
2017-04-03 09:58:44,344 [http-nio-172.16.126.109-8080-exec-2] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/icescrum] – Initializing Spring FrameworkServlet ‘gsp’
2017-04-03 09:58:44,345 [http-nio-172.16.126.109-8080-exec-2] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/icescrum] – GSP servlet initialized
2017-04-03 09:59:03,423 [http-nio-172.16.126.109-8080-exec-9] ERROR org.atmosphere.container.JSR356Endpoint –
java.io.IOException: Broken pipe
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
2017-04-03 09:59:03,429 [http-nio-172.16.126.109-8080-exec-9] ERROR org.atmosphere.container.JSR356Endpoint –
java.io.IOException: Connection reset by peer
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
2017-04-03 10:26:09,068 [http-nio-172.16.126.109-8080-exec-10] ERROR org.codehaus.groovy.grails.web.errors.GrailsExceptionResolver – NullPointerException occurred when processing request: [POST] /icescrum/setup
Stacktrace follows:Any ideas?
03/04/2017 at 1:32 pm #50253
Vincent BarrierKeymasterHello,
Could you share iceScrum.log / catalina.out files after a try with email configuration ?
Regards
03/04/2017 at 1:36 pm #50255
northwindParticipantTried again:
2017-04-03 11:30:34,313 [http-nio-172.16.126.109-8080-exec-3] ERROR org.codehaus.groovy.grails.web.errors.GrailsExceptionResolver – NullPointerException occurred when processing request: [POST] /icescrum/setup
Stacktrace follows:
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:514)
at com.kagilum.plugin.admin.services.SettingsService$_computeConfig_closure1$_closure10.doCall(SettingsService.groovy:54)
at com.kagilum.plugin.admin.services.SettingsService$_computeConfig_closure1.doCall(SettingsService.groovy:51)
at com.kagilum.plugin.admin.services.SettingsService.computeConfig(SettingsService.groovy:24)
at com.kagilum.plugin.admin.controllers.SetupController.save(SetupController.groovy:84)
at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:198)
at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
at grails.plugin.springsecurity.web.filter.GrailsAnonymousAuthenticationFilter.doFilter(GrailsAnonymousAuthenticationFilter.java:53)
at grails.plugin.springsecurity.web.authentication.logout.MutableLogoutFilter.doFilter(MutableLogoutFilter.java:62)
at grails.plugin.springsecurity.web.SecurityRequestHolderFilter.doFilter(SecurityRequestHolderFilter.java:59)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)03/04/2017 at 1:41 pm #50256
northwindParticipantHi Vincent,
Apparently we hit the send button approximately at the same time.
Both these excepts from logs/icescrum.lo are with email active. No errors occur if email is disabled.Whatever you want – I will provide. I find no catalina file. Thats the tomcat output but no such file exists in my system (Ubuntu)
Sincerely,
Karsten Jeppesen03/04/2017 at 2:24 pm #50260
northwindParticipantSOLVED!
My fault (in part).
The issue was the mail arguments.
Should have been: mail.smtp.auth=false
Was set by me: “mail.smtp.auth”=”false”I have been looking to much at config.groovy to get the emails to work.
BTW: Even with these settings you still MUST supply unused arguments for ser and password
Thanks Vincent for answering. Sry to steal the solution.
Sincerely,
Karsten Jeppesen -
AuthorPosts
The forum ‘Installation’ is closed to new topics and replies.