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
michael.lepore.w...@gmail.com

On 06/17/2017 04:13 AM, Benoit Tellier wrote:

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



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 file and expanded it, then created the conf files from the templates.




...

   
   
   
  luceneIndex


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



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 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
>


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 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



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 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


--

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