Being practical, it's all about "If this is likely to fail for enough
users", as I said in my previous post.
I don't really know the answer to that at this point.

-Yonik
http://www.lucenerevolution.org -- Lucene/Solr User Conference, May
25-26, San Francisco


On Fri, Apr 1, 2011 at 11:12 AM, Uwe Schindler <u...@thetaphi.de> wrote:
> Hi Yonik,
>
> I started my virtual box with fresh windows xp snapshot. Downloaded JDK
> 1.6.0_24 and Solr 3.1.0. Started solr and then "java -jar post.jar *.xml" ->
> success.
>
> You should before we start to "fix" something that's not an issue ask this
> person which JDK exactly he uses and where he downloaded it. Is it maybe not
> an Oracle one? (this GB encoding is very common - if a JVM does not support
> it (it must not) it can only be some western-european one like I mentioned
> in my mail).
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>
>> -----Original Message-----
>> From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik
>> Seeley
>> Sent: Friday, April 01, 2011 4:21 PM
>> To: dev@lucene.apache.org
>> Cc: Robert Muir
>> Subject: Re: Unsupported encoding GB18030
>>
>> On Fri, Apr 1, 2011 at 10:07 AM, Robert Muir <rcm...@gmail.com> wrote:
>> > On Fri, Apr 1, 2011 at 10:00 AM, Yonik Seeley
>> > <yo...@lucidimagination.com> wrote:
>> >> On Fri, Apr 1, 2011 at 9:22 AM, Jan Høydahl <jan....@cominvent.com>
>> wrote:
>> >>> Testing the new Solr 3.1 release under Windows XP and Java 1.6.0_23
>> >>>
>> >>> When trying to post example\exampledocs\gb18030-example.xml using
>> post.jar I get this error:
>> >>> % java -jar post.jar gb18030-example.xml jar gb18030-example.xml
>> >>> SimplePostTool: version 1.3
>> >>> SimplePostTool: POSTing files to http://localhost:8983/solr/update..
>> >>> SimplePostTool: POSTing file gb18030-example.xml
>> >>> SimplePostTool: FATAL: Solr returned an error #400 Unsupported
>> >>> encoding: GB18030lap
>> >>>
>> >>> From the stack it is caused by com.ctc.wstx.exc.WstxIOException:
>> >>> Unsupported encoding: GB18030
>> >>>
>> >>> The same works on my MacBook with Java1.6.0_24
>> >>
>> >> Interesting - things seem fine for me on Win7 Java1.6.0_24, but I
>> >> don't have XP around any longer to see if that's the factor somehow.
>> >>
>> >
>> > Its worth mentioning, there is no guarantee the JRE will support
>> > GB18030 encoding.
>> >
>> > There are only 6 charsets guaranteed to exist:
>> > http://download.oracle.com/javase/6/docs/api/java/nio/charset/Charset.
>> > html
>>
>> Indexing *.xml is a very common thing for new users to do.
>> If this is likely to fail for enough users, we should move, remove, or at
> least
>> change the filename to something like gb18030-example.xml.gb18030 so it
>> won't get picked up by accident.
>>
>> -Yonik
>> http://www.lucenerevolution.org -- Lucene/Solr User Conference, May 25-
>> 26, San Francisco
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional
>> commands, e-mail: dev-h...@lucene.apache.org
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to