|
|
|
[
Permlink
| « Hide
]
Peter R. - 03/Jul/07 05:31 PM
Doh! Realizing that this is likely publicly viewable I went to edit the issue to remove the email addresses in the form but I don't seem to have the edit option. Please yank the email addresses from the code shown. Thank you.
There is an obvious error – which is that you can't have multiple destinations in current releases of the plugin. Please reduce it to a single email address and retest.
If this is still a problem, please can you provide the following:
I was advised by the person that reported it to me that they had originally used one email address and had the same error, then changed it to two today.
I tested a form I have set up and, sure enough, 100% reliable in FF, sporadic in IE. Sometimes it would work, sometimes I'd get that error above, once I got a popup that just said "null", twice after clicking submit it just sat there. I checked the logs and, during the period of time where I saw multiple errors in the browser, I did find one error in the log: [7/3/07 15:14:23:758 MST] 000001be ExecuteQuery W uk.ltd.getaheadplugin.dwr.util.CommonsLoggingOutput warn Method execution failed:
java.lang.NullPointerException
at com.adaptavist.confluence.formMailNG.FormMailManager.getMergedFormMail(FormMailManager.java:260)
at com.adaptavist.confluence.formMailNG.FormMailManager.submit(FormMailManager.java:301)
at com.adaptavist.confluence.formMailNG.FormMailDWR$1.doInTransactionWithoutResult(FormMailDWR.java:70)
at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:33)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java(Compiled Code))
at com.adaptavist.confluence.formMailNG.FormMailDWR.submit(FormMailDWR.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at uk.ltd.getaheadplugin.dwr.impl.ExecuteQuery.execute(ExecuteQuery.java:239)
at uk.ltd.getaheadplugin.dwr.impl.DefaultExecProcessor.handle(DefaultExecProcessor.java:48)
at uk.ltd.getaheadplugin.dwr.impl.DefaultProcessor.handle(DefaultProcessor.java:120)
at uk.ltd.getaheadplugin.dwr.AbstractDWRServlet.doPost(AbstractDWRServlet.java:162)
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at com.atlassian.plugin.descriptors.servlet.ServletModuleContainerServlet.service(ServletModuleContainerServlet.java:38)
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.atlassian.confluence.util.LoggingContextFilter.doFilter(LoggingContextFilter.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.atlassian.seraph.filter.SecurityFilter.doFilter(SecurityFilter.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.atlassian.seraph.filter.LoginFilter.doFilter(LoginFilter.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.atlassian.confluence.util.ClusterHeaderFilter.doFilter(ClusterHeaderFilter.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.atlassian.johnson.filters.JohnsonFilter.doFilter(JohnsonFilter.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at org.springframework.orm.hibernate.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java(Compiled Code))
at com.atlassian.spring.filter.FlushingSpringSessionInViewFilter.doFilterInternal(FlushingSpringSessionInViewFilter.java(Compiled Code))
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.atlassian.util.profiling.filters.ProfilingFilter.doFilter(ProfilingFilter.java(Compiled Code))
at com.atlassian.core.filters.ProfilingAndErrorFilter.doFilter(ProfilingAndErrorFilter.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.atlassian.confluence.util.RequestCacheThreadLocalFilter.doFilter(RequestCacheThreadLocalFilter.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.atlassian.core.filters.gzip.GzipFilter.doFilter(GzipFilter.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.atlassian.core.filters.AbstractEncodingFilter.doFilter(AbstractEncodingFilter.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java(Compiled Code))
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java(Compiled Code))
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java(Compiled Code))
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java(Compiled Code))
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java(Compiled Code))
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java(Compiled Code))
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
[7/3/07 15:14:23:774 MST] 000001be DefaultExecPr W uk.ltd.getaheadplugin.dwr.util.CommonsLoggingOutput warn Erroring: id[9595_1183500857687] message[uk.ltd.getaheadplugin.dwr.OutboundVariable@e3ffa09]
[7/3/07 15:14:32:468 MST] 0000049a ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:09:295 MST] 000006e9 ExecuteQuery I uk.ltd.getaheadplugin.dwr.util.CommonsLoggingOutput info Exec[0]: FormMailDWR.submit()
[7/3/07 15:15:16:225 MST] 000006e9 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:16:301 MST] 0000075d ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:16:374 MST] 00000bd6 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:16:393 MST] 000001be ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:16:660 MST] 000002c1 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:16:724 MST] 000002c0 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:16:803 MST] 000006e9 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:16:803 MST] 000006e2 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:17:350 MST] 0000049a ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:19:060 MST] 000002c0 ExecuteQuery I uk.ltd.getahead.dwr.util.CommonsLoggingOutput info Exec[0]: HeartbeatAjax.startActivity()
[7/3/07 15:15:22:220 MST] 00000bd6 ExecuteQuery I uk.ltd.getaheadplugin.dwr.util.CommonsLoggingOutput info Exec[0]: FormMailDWR.submit()
[7/3/07 15:15:36:198 MST] 000006e9 ExecuteQuery I uk.ltd.getaheadplugin.dwr.util.CommonsLoggingOutput info Exec[0]: FormMailDWR.submit()
[7/3/07 15:15:43:101 MST] 00000ca9 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:43:215 MST] 0000075d ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:43:218 MST] 0000049a ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:45:675 MST] 000002c1 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:46:027 MST] 0000049a ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:46:136 MST] 000002c1 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:46:441 MST] 000002c0 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:46:511 MST] 000006e9 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:46:564 MST] 000001be ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:46:618 MST] 0000075d ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:46:681 MST] 00000ca9 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:46:758 MST] 0000049a ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:46:827 MST] 000002c1 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:330 MST] 000002c0 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:447 MST] 000001be ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:448 MST] 0000075d ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:522 MST] 0000049a ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:523 MST] 000002c1 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:584 MST] 00000bd6 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:590 MST] 000006e0 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:629 MST] 000006e9 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:641 MST] 000001be ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:675 MST] 0000075d ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:683 MST] 0000049a ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:731 MST] 000002c1 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
[7/3/07 15:15:49:749 MST] 00000bd6 ResourceDownl I com.atlassian.plugin.servlet.ResourceDownloadUtils serveFileImpl Serving file done.
As to the question on browsers, IE 6.0 SP2 and FF 2.0.0.4. Hope this helps! I am unable to replicate this in v1.1 using IE7 and Windows XP. I have traced the exception you gave and it points to a bad shuttle ID, for which I have added better detection. Other changes made to fix stupid IE bugs have also been made (such as not being able to set the innerHTML on a form, but it allows it on a div!)
v1.1 should be released within the week. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||