Guest User

Untitled

a guest
Apr 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed org.springframework.extensions.webscripts.WebScriptException: 03230000 Web Script Store
  2. workspace://SpacesStore/app:company_home/app:dictionary/cm:extensionwebscripts must exist; multiple entries found.
  3.  
  4. at org.alfresco.repo.web.scripts.RepoStore$1$1.execute(RepoStore.java:237)
  5. at org.alfresco.repo.web.scripts.RepoStore$1$1.execute(RepoStore.java:219)
  6. at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:464)
  7. at org.alfresco.repo.web.scripts.RepoStore$1.doWork(RepoStore.java:218)
  8. at org.alfresco.repo.web.scripts.RepoStore$1.doWork(RepoStore.java:215)
  9. at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:555)
  10. at org.alfresco.repo.web.scripts.RepoStore.getBaseNodeRef(RepoStore.java:214)
  11. at org.alfresco.repo.web.scripts.RepoStore.exists(RepoStore.java:289)
  12. at org.springframework.extensions.webscripts.SearchPath.getStores(SearchPath.java:110)
  13. ...
  14.  
  15. org.apache.catalina.core.StandardContext listenerStart
  16. SEVERE: Exception sending context initialized event to listener instance of class org.alfresco.web.app.ContextLoaderListener
  17. org.springframework.extensions.webscripts.WebScriptException: 03230000
  18. Web Script Store workspace://SpacesStore/app:company_home/app:dictionary/cm:extensionwebscripts must exist; multiple entries found.
  19. at org.alfresco.repo.web.scripts.RepoStore$1$1.execute(RepoStore.java:237)
  20. at org.alfresco.repo.web.scripts.RepoStore$1$1.execute(RepoStore.java:219)
  21. at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:464)
  22. at org.alfresco.repo.web.scripts.RepoStore$1.doWork(RepoStore.java:218)
  23. at org.alfresco.repo.web.scripts.RepoStore$1.doWork(RepoStore.java:215)
  24. at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:555)
  25. at org.alfresco.repo.web.scripts.RepoStore.getBaseNodeRef(RepoStore.java:214)
  26. at org.alfresco.repo.web.scripts.RepoStore.exists(RepoStore.java:289)
  27. ...
  28.  
  29. <bean id="webscripts.searchpath"
  30. class="org.springframework.extensions.webscripts.SearchPath">
  31. <property name="searchPath">
  32. <list>
  33. <!-- This lookup in this store fails in your case -->
  34. <!-- <ref bean="webscripts.store.repo.extension" /> -->
  35. <ref bean="webscripts.store.repo" />
  36. <ref bean="webscripts.store.client.extension" />
  37. <ref bean="webscripts.store.client" />
  38. <ref bean="webscripts.store.alfresco" />
  39. <ref bean="webscripts.store" />
  40. </list>
  41. </property>
  42. </bean>
Add Comment
Please, Sign In to add comment