Advertisement
Guest User

Untitled

a guest
Aug 4th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.86 KB | None | 0 0
  1. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
  2. 2016-08-04 15:08:00,711 INFO [alfresco.repo.admin] [localhost-startStop-1] Using database URL 'jdbc:postgresql://localhost:5432/atm_group' with user 'postgres'.
  3. 2016-08-04 15:08:02,418 INFO [alfresco.repo.admin] [localhost-startStop-1] Connected to database PostgreSQL version 9.5.3
  4. 2016-08-04 15:08:10,304 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V4.2-metadata-query-indexes
  5. 2016-08-04 15:08:10,309 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.1-metadata-query-indexes
  6. 2016-08-04 15:08:15,245 WARN [context.support.XmlWebApplicationContext] [localhost-startStop-1] Exception encountered during context initialization - cancelling refresh attempt
  7. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jbpm_engine' defined in class path resource [alfresco/module/activiti-jbpm-workflows/context/repository-context.xml]: Cannot resolve reference to bean 'jbpmWorkflowDAO' while setting bean property 'workflowDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jbpmWorkflowDAO' defined in class path resource [alfresco/module/integrations/context/beone-context.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'integrationService' of bean class [pl.beone.repo.domain.workflow.ibatis.JBPMWorkflowDAOImpl]: Bean property 'integrationService' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
  8. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:334)
  9. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
  10. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1419)
  11. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1160)
  12. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  13. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
  14. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
  15. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
  16. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
  17. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
  18. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:636)
  19. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:934)
  20. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
  21. at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:410)
  22. at org.alfresco.web.app.ContextLoaderListener.configureAndRefreshWebApplicationContext(ContextLoaderListener.java)
  23. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
  24. at org.alfresco.web.app.ContextLoaderListener.initWebApplicationContext(ContextLoaderListener.java)
  25. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
  26. at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:64)
  27. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5068)
  28. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5584)
  29. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147)
  30. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  31. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  32. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  33. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  34. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  35. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  36. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  37. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  38. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  39. at java.lang.Thread.run(Thread.java:745)
  40. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jbpmWorkflowDAO' defined in class path resource [alfresco/module/integrations/context/beone-context.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'integrationService' of bean class [pl.beone.repo.domain.workflow.ibatis.JBPMWorkflowDAOImpl]: Bean property 'integrationService' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
  41. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1455)
  42. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1160)
  43. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  44. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
  45. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
  46. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
  47. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
  48. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
  49. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
  50. ... 31 more
  51. Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'integrationService' of bean class [pl.beone.repo.domain.workflow.ibatis.JBPMWorkflowDAOImpl]: Bean property 'integrationService' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
  52. at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:1044)
  53. at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:904)
  54. at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:75)
  55. at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:57)
  56. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1452)
  57. ... 39 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement