Re: problem on running fullimport

2012-05-24 Thread pla
Thanks Alexey Serba. I encountered the *java.sql.SQLException: Illegal value for setFetchSize()* error after upgrading one of my servers to MySQL version 5.5.22. PLA -- View this message in context: http://lucene.472066.n3.nabble.com/problem-on-running-fullimport-tp1707206p3985924.html Sent

RE: problem on running fullimport

2012-05-24 Thread Dyer, James
%28int%29 James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: pla [mailto:patrick.archib...@gmail.com] Sent: Thursday, May 24, 2012 9:10 AM To: solr-user@lucene.apache.org Subject: Re: problem on running fullimport Thanks Alexey Serba. I encountered

Re: problem on running fullimport

2010-10-24 Thread Alexey Serba
Caused by: java.sql.SQLException: Illegal value for setFetchSize(). Try to add batchSize=-1 to your data source declaration

problem on running fullimport

2010-10-15 Thread swapnil dubey
Hi, I am using the full import option with the data-config file as mentioned below dataConfig dataSource type=JdbcDataSource driver=com.mysql.jdbc.Driver url=jdbc:mysql:///xxx user=xxx password=xx / document entity name=yyy query=select studentName from test1

Re: problem on running fullimport

2010-10-15 Thread Ken Stanley
On Fri, Oct 15, 2010 at 7:42 AM, swapnil dubey swapnil.du...@gmail.comwrote: Hi, I am using the full import option with the data-config file as mentioned below dataConfig dataSource type=JdbcDataSource driver=com.mysql.jdbc.Driver url=jdbc:mysql:///xxx user=xxx password=xx /