yeah, I just copied the indexer-template.xml file to indexer.xml, but didn't modify it. the sample seemed to suggest it just needs a provider selected. I even tried switching it to lazyIndex, but that didn't help either. I didn't try compiling it or using git. I just took the 3.0 RC1 ZIP file and expanded it, then created the conf files from the templates.

<?xml version="1.0"?>
...
<indexer>
   <!-- supported providers are: -->
   <!-- lazyIndex, luceneIndex -->
   <!--  -->
  <provider>luceneIndex</provider>
</indexer>

thanks,
Michael Lepore
michael.lepore.w...@gmail.com

On 06/17/2017 05:04 AM, cryptearth wrote:
Hey Mike,

when you compile from source the conf-folder only contains sample configs - most named 
something "template".
In order to get James running you need to enable at least a few configs needed. 
I did it by just re-tryin until I got it ruunin. Sure someone could point out 
the needed configs and what should changed from sample-default to something 
meaningful.

greetings from Germany

Matt

---- Benoit Tellier schrieb ----

Hi,

Do you have an indexer.xml in your conf folder?

What is its content?

Please have a look at a sample working configuration:

https://github.com/apache/james-project/tree/master/dockerfiles/run/spring/destination/conf

Cheers,

Benoit

Le 17/06/2017 à 02:05, Mike Lepore a écrit :
I keep getting this error when I try to run james.  I've seen some
discussion on indexer.xml and spring-server.xml, but I don't know what
to do with them and I don't know where to put the sample
spring-server.xml that I see on the james website.  I tried putting the
spring-server.xml in the james/conf folder, but that didn't help.  I'm
not a spring expert, so I'm not real sure how to configure it.  Any
ideas much appreciated.


Caused by: org.apache.commons.configuration.ConfigurationException:
Unable to load configuration for component indexer
     at
org.apache.james.container.spring.lifecycle.ConfigurationProviderImpl.getConfiguration(ConfigurationProviderImpl.java:135)

     at
org.apache.james.container.spring.bean.factorypostprocessor.IndexerConfigurationBeanFactoryPostProcessor.postProcessBeanFactory(IndexerConfigurationBeanFactoryPost


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org

Reply via email to