[
https://issues.apache.org/jira/browse/JCR-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tobias Bocanegra resolved JCR-2193.
-----------------------------------
Resolution: Fixed
removed non ascii char.
> builtin_nodetypes.cnd contains non-ascii chars and is not correctly decoded
> using websphere
> -------------------------------------------------------------------------------------------
>
> Key: JCR-2193
> URL: https://issues.apache.org/jira/browse/JCR-2193
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-core
> Affects Versions: 2.0-alpha3
> Reporter: Tobias Bocanegra
> Assignee: Tobias Bocanegra
> Fix For: 2.0.0
>
>
> jackrabbit can't be started within websphere with the following error:
> Caused by:
> org.apache.jackrabbit.spi.commons.nodetype.compact.ParseException: IOException
> while attempting to read input stream
> (org/apache/jackrabbit/core/nodetype/builtin_nodetypes.cnd, line 272)
> .
> .
> Caused by:
> sun.io.MalformedInputException
> at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:262)
> at
> sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:314)
> at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:345)
> I quickly checked the file and it contains some non ascii-7 characters.
> actually it should be stored, packaged and read as utf8. somthing was list in
> translation.
> the simplest fix would be to remove all non-ascii7 characters from the file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.