Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

WDDX packet parse error

New Here ,
Apr 03, 2007 Apr 03, 2007
I have recently set up a local pc environment with Cold Fusion web server, SQL database, and HTML, CFM files and have a functional local web site. However, only about half of the site works, the other half when I click on a link I get this error:

WDDX packet parse error at line -1, column -1. Premature end of file..

The line of code that errors out is: <cfwddx action="wddx2cfml" input="#getobject.data2#" output="object">
I am fairly new to this, please provide me with any helpful info regarding why I am getting this error.
Thanks a Bunch!
Carl

TOPICS
Getting started
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 03, 2007 Apr 03, 2007
LATEST
I suspect getobject.data2. You are deserializing, so the input attribute should contain the name that was once the output attribute of the serializer, for example, <cfwddx action = "cfml2wddx" output = "name_one_expects_in_place_of_getobject.data2">. The name usually doesn't contain a dot.



Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources