Failure sending email with Anthill 1.8
Why am I getting this (from the Tomcat log). What resource is it trying to get? I assume it would be something in the deployment which should be available.
I was able to get emails with 1.7
18:26:34:149 [Thread - AnthillBuildDaemon] INFO com.urbancode.anthill.BuildManager - Step 6) Tag project (if set to success):
Mar 1, 2005 6:26:34 PM org.apache.catalina.loader.WebappClassLoader findResourceInternal
INFO: Illegal access: this web application instance has been stopped already. Could not load email.profile. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
18:26:34:149 [Thread - AnthillBuildDaemon] ERROR com.urbancode.anthill.BuildManager - couldn't send result email
java.lang.NullPointerException
at java.io.Reader.<init>(Reader.java:61)
at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
at com.urbancode.lib.registry.Registry.loadHelper(Registry.java:94)
at com.urbancode.lib.registry.Registry.<init>(Registry.java:84)
at com.urbancode.lib.registry.Registry.load(Registry.java:58)
at com.urbancode.pagelet.PageletProfile.getProfile(PageletProfile.java:113)
at com.urbancode.pagelet.module.email.EmailModule.<init>(EmailModule.java:115)
at com.urbancode.pagelet.module.email.EmailModule.getEmailModule(EmailModule.java:90)
at com.urbancode.anthill.PageletResultEmail.makeEmailModule(PageletResultEmail.java:45)
at com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java:36)
at com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java:24)
at com.urbancode.anthill.BuildManager.build(BuildManager.java:258)
at com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)
at com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
at com.urbancode.anthill.DependencyGroup$Member.build(DependencyGroup.java:572)
at com.urbancode.anthill.DependencyGroup.run(DependencyGroup.java:384)
at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
_______________________________________________ Anthill mailing list Anthill@... http://lists.urbancode.com/mailman/listinfo/anthill
RSS Feed