You're right, they should have set up better error messages, but there isn't
anything really useful that you can glean from this error message... 

> -----Original Message-----
> From: Ray Champagne [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 02, 2006 9:31 AM
> To: CF-Talk
> Subject: Re: Ralio (was Re: Bluedragon 6.1)
> 
> This probably would have been better sent to them first, dontcha think?
>   I mean, a site shouldn't be set up so that one can glean info from
> their error messages, but I think you should let them know about the
> problem before posting the info to a public forum.
> 
> Thomas Chiverton wrote:
> > On Thursday 02 February 2006 00:40, Jordan Michaels wrote:
> >> I look forward to seeing what Ralio is going for (in USD) when the new
> >> site is up.
> >
> > I look forward to the Ralio guys configuring their web site correctly.
> > I just died with a timeout, and told me all about their code:
> >
> > Message  Communication link failure:
> railo.runtime.exp.PageRuntimeException,
> > request is run into a timeout and has been stopped
> >   Context  The Error Occurred in
> > /usr/virtual/railoch/public_html/jmuffin/data/struct/index.cfm: line 57
> > called from /usr/virtual/railoch/public_html/en/index.cfm: line 4
> >   Code  55: </cfscript><cfif url.treeID EQ 0><cfquery name="tmp"
> > datasource="#application.datasource#" username="#application.userName#"
> > password="#application.passWord#">
> >  56: select treeID from area,tree
> >  57: where area.code='#area#'
> >  58: and tree.parentID=0
> >  59: and area.areaID=tree.areaID
> >
> >   Java Stacktrace
> >   railo.runtime.exp.DatabaseException: Communication link failure:
> > railo.runtime.exp.PageRuntimeException, request is run into a timeout
> and has
> > been stopped
> >         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1862)
> >         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1831)
> >         at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:896)
> >         at com.mysql.jdbc.Connection.createNewIO(Connection.java:1654)
> >         at com.mysql.jdbc.Connection.(Connection.java:432)
> >         at
> >
> com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:400)
> >         at java.sql.DriverManager.getConnection(DriverManager.java:512)
> >         at java.sql.DriverManager.getConnection(DriverManager.java:171)
> >         at railo.runtime.config.Config.getConnection(Unknown Source)
> >         at railo.runtime.db.ConnectionPool.get(Unknown Source)
> >         at railo.runtime.db.Manager.getConnection(Unknown Source)
> >         at railo.runtime.tag.Query.a(Unknown Source)
> >         at railo.runtime.tag.Query.doEndTag(Unknown Source)
> >         at
> > jmuffin.data.struct.index_cfm.call(jmuffin.data.struct.index_cfm:287)
> >         at railo.runtime.PageContext.include(Unknown Source)
> >         at railo.runtime.PageContext.include(Unknown Source)
> >         at en.index_cfm.call(en.index_cfm:37)
> >         at railo.runtime.PageContext.include(Unknown Source)
> >         at railo.runtime.PageContext.execute(Unknown Source)
> >         at railo.runtime.engine.CFMLEngineImpl.serviceCFML(Unknown
> Source)
> >         at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32)
> >         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >         at
> >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicati
> onFilterChain.java:284)
> >         at
> >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilter
> Chain.java:204)
> >         at
> >
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.
> java:257)
> >         at
> >
> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont
> ext.java:151)
> >         at
> >
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567
> )
> >         at
> >
> org.apache.catalina.core.StandardContextValve.invokeInternal(StandardConte
> xtValve.java:245)
> >         at
> >
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.
> java:199)
> >         at
> >
> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont
> ext.java:151)
> >         at
> >
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567
> )
> >         at
> >
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:1
> 84)
> >         at
> >
> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont
> ext.java:151)
> >         at
> >
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:1
> 64)
> >         at
> >
> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont
> ext.java:149)
> >         at
> >
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:578)
> >         at
> >
> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont
> ext.java:149)
> >         at
> >
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567
> )
> >         at
> >
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.ja
> va:156)
> >         at
> >
> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont
> ext.java:151)
> >         at
> >
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567
> )
> >         at
> > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972)
> >         at
> > org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206)
> >         at
> >
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833)
> >         at
> >
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processCon
> nection(Http11Protocol.java:732)
> >         at
> >
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619)
> >         at
> >
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.j
> ava:688)
> >         at java.lang.Thread.run(Thread.java:534)
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231108
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to