cancel
Showing results for 
Search instead for 
Did you mean: 

WQS Error Not Foud

acro
Champ in-the-making
Champ in-the-making
We were working normally in our share when we have a downspeed. We restart the server and we couldnt connect to it anymore.
Our log says:

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mimetypeService' defined in class path resource [alfresco/content-services-context.xml]: Invocation of init method failed; nested exception is org.springframework.extensions.config.ConfigException: 04080000 Requested area 'mimetype-map' has not been defined
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1401)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
   … 123 more
Caused by: org.springframework.extensions.config.ConfigException: 04080000 Requested area 'mimetype-map' has not been defined
   at org.springframework.extensions.config.BaseConfigService.getConfig(BaseConfigService.java:208)
   at org.alfresco.repo.content.MimetypeMap.init(MimetypeMap.java:214)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1529)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1468)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1398)
   … 130 more
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found


How can we solve this problem?
Thanks
3 REPLIES 3

ganeshnaidu
Champ in-the-making
Champ in-the-making
I am also getting the same problem can anybody help…

trelp
Champ on-the-rise
Champ on-the-rise
I have the same error. It's shown, in my alfresco, after trying to create a custom content model.

trelp
Champ on-the-rise
Champ on-the-rise
I found my error and I wasn't creating the new aspect in the right way.