Re: SolrCore Initialization Failure Error loading class 'solr.IntField'

2018-08-30 Thread Shawn Heisey
On 8/30/2018 3:14 AM, Salvo Bonanno wrote: The solr version in both enviroment is 7.4.0 Looks that there was a problem using the intPointField type for a key field in my schema, I've changed the type to string and now everything works. Seeing that problem in 7.4.0 definitely sounds like you've

Re: SolrCore Initialization Failure Error loading class 'solr.IntField'

2018-08-30 Thread Salvo Bonanno
The solr version in both enviroment is 7.4.0 Looks that there was a problem using the intPointField type for a key field in my schema, I've changed the type to string and now everything works. Thanks everyone for the replies. On Wed, Aug 29, 2018 at 9:39 PM Shawn Heisey wrote: > > On 8/29/2018 1

Re: SolrCore Initialization Failure Error loading class 'solr.IntField'

2018-08-29 Thread Shawn Heisey
On 8/29/2018 1:27 AM, Salvo Bonanno wrote: [error] corename: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load conf for core corename: Can't load schema /opt/solr/server/solr/corename/conf/managed-schema: Plugin init failure for [schema.xml] fieldType "lo

Re: SolrCore Initialization Failure Error loading class 'solr.IntField'

2018-08-29 Thread Erick Erickson
What versions of Solr? Point fields were introduced in around Solr 6.2. It looks like your new server is running some earlier version of Solr perhaps? Best, Erick On Wed, Aug 29, 2018 at 12:27 AM Salvo Bonanno wrote: > > Hello Everyone! > > I have a strange problem, I'm trying to move an existing

SolrCore Initialization Failure Error loading class 'solr.IntField'

2018-08-29 Thread Salvo Bonanno
Hello Everyone! I have a strange problem, I'm trying to move an existing and working configuration of Apache Solr from a server to another one. The configuration is really simple since it's still incomplete, i've just create the core and create a managed-schema. The core is running flawlessy on