In regards to truncated WDDX errors, the WDDX packet is stored in the  
database (dmWizard table) and it may be that the DSN is truncating  
the results.

Try opening up your DSN connection settings in ColdFusion  
administrator and edit your projects DSN. Show Advanced settings and  
bump up the [Long Text Buffer] or [Blog Buffer] (cant remember  
which). Perhaps just add a 0 to the end.

Kind regards

-- 
-- Matthew Bryant
Product Development Manager
Daemon Internet Consultants
Adobe Solutions Partner
http://www.daemon.com.au/
p. 02 9380 4162
f. 02 9380 4204




On 30/05/2007, at 2:39 PM, Mark Curtis (AU) wrote:

>
> Hi all,
>
> I have just installed the latest beta version of FarCry (build 1394)
> on my dev. box. (ColdFusion MX version7,0,2,142559. Microsoft SQL
> Server 2000).
>
> Whenever I try to "Create HTML" I get a WDDX error. I copied the error
> and its associated info at the bottom of this message.
>
> I've tried this on two different computers and get what appears to be
> the same error at the same place on both boxes. I've tried both SQL
> Server 2000 and MySQL databases and both cause an error while trying
> to create a new HTML page.
>
> Any thoughts on this would be gratefully accepted.
>
> Regards,
>
> Mark Curtis
>
> -------------- Error Message Begins Here --------------
> The web site you are accessing has experienced an unexpected error.
> Please contact the website administrator.
>
> The following information is meant for the website developer for
> debugging purposes.
> Error Occurred While Processing Request
> WDDX packet parse error at line -1, column -1. Premature end of file..
>
> The error occurred in C:\Inetpub2\Farcry\core\packages\types
> \dmWizard.cfc: line 62
> Called from C:\Inetpub2\Farcry\core\tags\wizard\wizard.cfm: line 52
> Called from C:\Inetpub2\Farcry\core\packages\types\types.cfc: line 954
> Called from C:\Inetpub2\Farcry\core\admin\conjuror\invocation.cfm:
> line 178
>
> 60 :                  <cfelse>
> 61 :                          <cfset stwizard =
> Create 
> (ReferenceID=stwizard.ReferenceID,UserLogin=arguments.UserLogin)>
> 62 :                          <cfwddx action="WDDX2CFML" 
> input="#stwizard.Data#"
> output="stwizardData">
> 63 :                          <cfset stwizard.Data = duplicate(stwizardData) 
> />
> 64 :                  </cfif>
>
> Resources:
>
>     * Check the ColdFusion documentation to verify that you are using
> the correct syntax.
>     * Search the Knowledge Base to find a solution to your problem.
>
> Browser       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.3)
> Gecko/20070309 Firefox/2.0.0.3
> Remote Address        169.254.85.203
> Referrer
> http://laptop:81/farcry/conjuror/evocation.cfm? 
> parenttype=dmNavigation&objectId=DA79B2B4- 
> F6B4-9403-5AB6760DB8296C82&typename=dmHTML
> Date/Time     30-May-07 02:21 PM
> Stack Trace
> at cfdmWizard2ecfc1118865671$funcREAD.runFunction(C:\Inetpub2\Farcry
> \core\packages\types\dmWizard.cfc:62) at
> cfwizard2ecfm1887083782.runPage(C:\Inetpub2\Farcry\core\tags\wizard
> \wizard.cfm:52) at cftypes2ecfc1176000277$funcEDIT.runFunction(C:
> \Inetpub2\Farcry\core\packages\types\types.cfc:954) at
> cfinvocation2ecfm2010735999.runPage(C:\Inetpub2\Farcry\core\admin
> \conjuror\invocation.cfm:178)
>
> coldfusion.wddx.WddxDeserializationException: WDDX packet parse error
> at line -1, column -1. Premature end of file..
>       at
> coldfusion.wddx.DeserializerWorker.throwSAXException 
> (DeserializerWorker.java:
> 359)
>       at
> coldfusion.wddx.DeserializerWorker.fatalError(DeserializerWorker.java:
> 245)
>       at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown
> Source)
>       at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
> Source)
>       at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
> Source)
>       at
> org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown
> Source)
>       at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>       at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>       at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>       at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>       at javax.xml.parsers.SAXParser.parse(SAXParser.java:314)
>       at
> coldfusion.wddx.DeserializerWorker.deserialize 
> (DeserializerWorker.java:
> 268)
>       at coldfusion.wddx.WddxDeserializer.deserialize 
> (WddxDeserializer.java:
> 96)
>       at coldfusion.tagext.lang.WddxTag.deserialize(WddxTag.java:265)
>       at coldfusion.tagext.lang.WddxTag.doStartTag(WddxTag.java:144)
>       at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
>       at cfdmWizard2ecfc1118865671$funcREAD.runFunction(C:\Inetpub2\Farcry
> \core\packages\types\dmWizard.cfc:62)
>       at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344)
>       at coldfusion.runtime.UDFMethod
> $ReturnTypeFilter.invoke(UDFMethod.java:290)
>       at coldfusion.runtime.UDFMethod
> $ArgumentCollectionFilter.invoke(UDFMethod.java:254)
>       at
> coldfusion.filter.FunctionAccessFilter.invoke 
> (FunctionAccessFilter.java:
> 56)
>       at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207)
>       at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:366)
>       at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:198)
>       at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:157)
>       at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1594)
>       at cfwizard2ecfm1887083782.runPage(C:\Inetpub2\Farcry\core\tags 
> \wizard
> \wizard.cfm:52)
>       at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
>       at
> coldfusion.filter.CFVariablesScopeFilter.invoke 
> (CFVariablesScopeFilter.java:
> 63)
>       at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:255)
>       at cftypes2ecfc1176000277$funcEDIT.runFunction(C:\Inetpub2\Farcry 
> \core
> \packages\types\types.cfc:954)
>       at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344)
>       at coldfusion.runtime.UDFMethod
> $ReturnTypeFilter.invoke(UDFMethod.java:290)
>       at coldfusion.runtime.UDFMethod
> $ArgumentCollectionFilter.invoke(UDFMethod.java:254)
>       at
> coldfusion.filter.FunctionAccessFilter.invoke 
> (FunctionAccessFilter.java:
> 56)
>       at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207)
>       at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:366)
>       at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:198)
>       at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:157)
>       at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1594)
>       at coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTag.java:341)
>       at cfinvocation2ecfm2010735999.runPage(C:\Inetpub2\Farcry\core\admin
> \conjuror\invocation.cfm:178)
>       at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
>       at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
>       at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
>       at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:
> 225)
>       at
> coldfusion.filter.RequestMonitorFilter.invoke 
> (RequestMonitorFilter.java:
> 51)
>       at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
>       at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
>       at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
>       at
> coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:
> 52)
>       at
> coldfusion.filter.ClientScopePersistenceFilter.invoke 
> (ClientScopePersistenceFilter.java:
> 28)
>       at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
>       at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
>       at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:
> 22)
>       at
> coldfusion.filter.RequestThrottleFilter.invoke 
> (RequestThrottleFilter.java:
> 115)
>       at coldfusion.CfmServlet.service(CfmServlet.java:107)
>       at
> coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:
> 78)
>       at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
>       at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
>       at
> jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
> 257)
>       at
> jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
> 541)
>       at
> jrun.servlet.jrpp.JRunProxyService.invokeRunnable 
> (JRunProxyService.java:
> 204)
>       at jrunx.scheduler.ThreadPool
> $DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
>       at jrunx.scheduler.ThreadPool
> $ThreadThrottle.invokeRunnable(ThreadPool.java:426)
>       at jrunx.scheduler.ThreadPool
> $UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
>
>
> >
> -- 
> Message protected by MailGuard: e-mail anti-virus, anti-spam and  
> content filtering.
> http://www.mailguard.com.au/mg
>
>
>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to