Skip to main content
June 20, 2007
Question

generate word file

  • June 20, 2007
  • 2 replies
  • 288 views
I'm hoping that I'm not the only person that this has happened to.
While trying to generate a word file, I get coldfusion error message: unexpected constant #182 -1.
The trace gives me: java.lang.IllegalStateException: unexpected constant #182 -1
at coldfusion.compiler.ClassReader.readCpool(ClassReader.java:155).
Thanks in advance.
This topic has been closed for replies.

2 replies

Inspiring
June 20, 2007
what method are you using to create your content for the word file?
June 20, 2007
I may have figured this one out. There can be no space between cfcontent and cfoutput tags.
Now it displays, but, it does not fill in data.
What now?