You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Schweigl, Johann" <Jo...@softwareag.com> on 2003/11/28 15:44:10 UTC

Error in Pipeline: Attempt to output character of integral value ...

Hi all, that's what I get after a map:transform step. The input comes from a
RequestTransformer. All the stylesheets in the following transformer have
encoding="UTF-8", the second one fails with this exception:
 
java.lang.RuntimeException: org.xml.sax.SAXException: Attempt to output
character of integral value 252 that is not represented in specified output
encoding of .
 
I found the message text in bugzilla, seems to be a Xalan bug, but no other
reference - what problem am I facing here?
 
Regardsm
Johann

 


Re: Error in Pipeline: Attempt to output character of integral value ...

Posted by Joerg Heinicke <jo...@gmx.de>.
On 29.11.2003 02:39, Antonio Gallardo wrote:

>>Hi all, that's what I get after a map:transform step. The input comes from
>>a
>>RequestTransformer. All the stylesheets in the following transformer have
>>encoding="UTF-8", the second one fails with this exception:
>>
>>java.lang.RuntimeException: org.xml.sax.SAXException: Attempt to output
>>character of integral value 252 that is not represented in specified
>>output
>>encoding of .
>>
>>I found the message text in bugzilla, seems to be a Xalan bug, but no
>>other
>>reference - what problem am I facing here?
> 
> 
> Try to switch to xsltc if you can. It is just a workaround.
> 
> FYI, seems like the bug is already patched in Xalan CVS. It will be on the
> next Xalan release.

Just for the case you want to read more about it, Johann:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24457

 From there you can get to the Xalan bug.

Joerg


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Error in Pipeline: Attempt to output character of integral value ...

Posted by Antonio Gallardo <ag...@agsoftware.dnsalias.com>.
Schweigl, Johann dijo:
> Hi all, that's what I get after a map:transform step. The input comes from
> a
> RequestTransformer. All the stylesheets in the following transformer have
> encoding="UTF-8", the second one fails with this exception:
>
> java.lang.RuntimeException: org.xml.sax.SAXException: Attempt to output
> character of integral value 252 that is not represented in specified
> output
> encoding of .
>
> I found the message text in bugzilla, seems to be a Xalan bug, but no
> other
> reference - what problem am I facing here?

Try to switch to xsltc if you can. It is just a workaround.

FYI, seems like the bug is already patched in Xalan CVS. It will be on the
next Xalan release.

Best Regards,

Antonio Gallardo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org