Reply to topic
ColdFusion error on VPS: java.util.NoSuchElementException
EricBourland


Joined: 05 Jan 2007
Posts: 61
Location: Chicago
Reply with quote
Hi. I wonder if someone can help me out. I am getting a weird ColdFusion error on my client's web page at http://ascassociation.org/ascs2008/poster/poster-form-2008.cfm

I am pretty sure the error occurs b/c of a server configuration problem.

The CF code is just a simple Mail form, using the common CFMail tag.

The code works fine on other CF servers. I've had colleagues confirm that there are no errors in the code.

But when I put this code on my HMS Windows VPS server at 208.112.123.43, I get this cryptic error, detailed below.

The form still works -- it sends mail. But I get this distracting error message (see below).

Has anyone seen this java.util.NoSuchElementException error before?

Very grateful for any insights. Thanks as always.

Eric

Code:

The error occurred in C:\websites\ascassociation.org\ascs2008\poster\poster-form-2008.cfm: line 203

201 :
202 :
203 : <cfinput type="submit" name="submit" value="Send to ASCs 2008" />
204 :
205 :

Browser      Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Remote Address      24.12.176.171
Referrer      http://ascassociation.org/ascs2008/poster/
Date/Time      19-Dec-07 01:15 PM
Stack Trace
at cfposter2dform2d20082ecfm1278057363.runPage(C:\websites\ascassociation.org\ascs2008\poster\poster-form-2008.cfm:203)

java.util.NoSuchElementException
   at java.util.LinkedList.getLast(LinkedList.java:122)
   at coldfusion.tagext.html.ajax.HtmlAssembler.resetScriptSrc(HtmlAssembler.java:474)
   at coldfusion.tagext.html.form.FormTag.doEndTag(FormTag.java:927)
   at cfposter2dform2d20082ecfm1278057363.runPage(C:\websites\ascassociation.org\ascs2008\poster\poster-form-2008.cfm:203)
   at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192)
   at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366)
   at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
   at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279)
   at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
   at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
   at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
   at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
   at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
   at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
   at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
   at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
   at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
   at coldfusion.CfmServlet.service(CfmServlet.java:175)
   at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
   at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
   at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
   at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
   at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
   at jrun.servlet.FilterChain.service(FilterChain.java:101)
   at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
   at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
   at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
   at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
   at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
   at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
   at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
   at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
   at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
ColdFusion error on VPS: java.util.NoSuchElementException
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic