Hello !

Now I am using xindice-1.0 (and J2SDK 1.4.1), but
a long document can't be inserted by using XML-RPC.
I applied this patch
 http://marc.theaimsgroup.com/?l=xindice-dev&m=102149794111784&w=2
and create $XINDICE_HOME/tmp directory.
I found that it stopped on the 451st line of
java/src/org/apache/xindice/server/service/HTTPServer.java.

[HTTPServer.java]
--- 451,458 ----
                             count = dis.read(buffer)   <=== Stop here !
                             if ( count > 0 )
                                os.write(buffer, 0, count);
                          }
                         while ( count != -1 );
                          os.close();
                       }
                       catch ( Exception e ) {
---------------

Would you teach me if you know the cause ?

Michiaki

Reply via email to