Re: James 3.0 RC1, failed to run james, unable to load indexer, spring config

2017-06-19 Thread Mike Lepore
Actually, as it turns out, it was the quota and event conf file that I hadn't copied. After, I created the indexer.xml, I didn't notice that the error messages had changed slightly. Looks like I'm going to have to do the rest of the conf files as well. thanks, Michael Lepore

Re: James 3.0 RC1, failed to run james, unable to load indexer, spring config

2017-06-19 Thread Mike Lepore
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

Re: James 3.0 RC1, failed to run james, unable to load indexer, spring config

2017-06-17 Thread cryptearth
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

Re: James 3.0 RC1, failed to run james, unable to load indexer, spring config

2017-06-17 Thread Benoit Tellier
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

James 3.0 RC1, failed to run james, unable to load indexer, spring config

2017-06-16 Thread Mike Lepore
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