Hi altogether,

for having my DSpace 3.5 integrated into IntelliJ IDEA I followed the 
instructions on 

   https://wiki.duraspace.org/display/DSPACE/IDE+Integration+-+DSpace+and+IDEA 
.

In addition to it, I checked out the video of Bram Luyten although it's 
foccussing on MacOS and not on Windows that I have to use here locally.

So far, so good, and now the problem:
I tried many configurations but haven't succeeded yet in deploying my XMLUI 
war file into Tomcat.
I always get runtime exceptions. Strange thing is that it builds and runs 
via command line and also when I deploy the folders as external sources in 
IDEA.

-----

Okt 01, 2015 1:57:45 PM org.apache.catalina.core.ApplicationContext log
java.lang.RuntimeException: Failure during filter init: Failed to startup 
the DSpace Service Manager: failure starting up spring service manager: 
Error creating bean with name 
'org.dspace.discovery.configuration.DiscoveryConfigurationService' defined 
in URL 
[jar:file:/E:/dspace_3_5/dspace-xmlui/target/dspace-xmlui-3.5-SNAPSHOT/WEB-INF/lib/dspace-api-3.5-SNAPSHOT.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]:
 
Cannot resolve reference to bean 'defaultConfiguration' while setting bean 
property 'map' with key [TypedStringValue: value [default], target type 
[null]]; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'defaultConfiguration' defined in URL 
[jar:file:/E:/dspace_3_5/dspace-xmlui/target/dspace-xmlui-3.5-SNAPSHOT/WEB-INF/lib/dspace-api-3.5-SNAPSHOT.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]:
 
Initialization of bean failed; nested exception is 
org.springframework.beans.ConversionNotSupportedException: Failed to 
convert property value of type 'java.util.ArrayList' to required type 
'java.util.List' for property 'sidebarFacets'; nested exception is 
java.lang.IllegalStateException: Cannot convert value of type 
[org.dspace.discovery.configuration.SidebarFacetConfiguration] to required 
type [org.dspace.discovery.configuration.DiscoverySearchFilterFacet] for 
property 'sidebarFacets[0]': no matching editors or conversion strategy 
found
at 
org.dspace.servicemanager.servlet.DSpaceKernelServletContextListener.contextInitialized(DSpaceKernelServletContextListener.java:92)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5003)
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5517)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
at org.apache.catalina.startup.HostConfig.manageApp(HostConfig.java:1809)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)
at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
at 
org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:618)
at 
org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:565)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)
at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
at 
javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1487)
at 
javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:97)
at 
javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1328)
at 
javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1420)
at 
javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:848)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)
at sun.rmi.transport.Transport$1.run(Transport.java:177)
at sun.rmi.transport.Transport$1.run(Transport.java:174)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:173)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:556)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:811)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:670)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.RuntimeException: Failed to startup the DSpace Service 
Manager: failure starting up spring service manager: Error creating bean 
with name 
'org.dspace.discovery.configuration.DiscoveryConfigurationService' defined 
in URL 
[jar:file:/E:/dspace_3_5/dspace-xmlui/target/dspace-xmlui-3.5-SNAPSHOT/WEB-INF/lib/dspace-api-3.5-SNAPSHOT.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]:
 
Cannot resolve reference to bean 'defaultConfiguration' while setting bean 
property 'map' with key [TypedStringValue: value [default], target type 
[null]]; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'defaultConfiguration' defined in URL 
[jar:file:/E:/dspace_3_5/dspace-xmlui/target/dspace-xmlui-3.5-SNAPSHOT/WEB-INF/lib/dspace-api-3.5-SNAPSHOT.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]:
 
Initialization of bean failed; nested exception is 
org.springframework.beans.ConversionNotSupportedException: Failed to 
convert property value of type 'java.util.ArrayList' to required type 
'java.util.List' for property 'sidebarFacets'; nested exception is 
java.lang.IllegalStateException: Cannot convert value of type 
[org.dspace.discovery.configuration.SidebarFacetConfiguration] to required 
type [org.dspace.discovery.configuration.DiscoverySearchFilterFacet] for 
property 'sidebarFacets[0]': no matching editors or conversion strategy 
found
at 
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:224)
at 
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:150)
at 
org.dspace.servicemanager.servlet.DSpaceKernelServletContextListener.contextInitialized(DSpaceKernelServletContextListener.java:81)
... 43 more
Caused by: java.lang.IllegalStateException: failure starting up spring 
service manager: Error creating bean with name 
'org.dspace.discovery.configuration.DiscoveryConfigurationService' defined 
in URL 
[jar:file:/E:/dspace_3_5/dspace-xmlui/target/dspace-xmlui-3.5-SNAPSHOT/WEB-INF/lib/dspace-api-3.5-SNAPSHOT.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]:
 
Cannot resolve reference to bean 'defaultConfiguration' while setting bean 
property 'map' with key [TypedStringValue: value [default], target type 
[null]]; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'defaultConfiguration' defined in URL 
[jar:file:/E:/dspace_3_5/dspace-xmlui/target/dspace-xmlui-3.5-SNAPSHOT/WEB-INF/lib/dspace-api-3.5-SNAPSHOT.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]:
 
Initialization of bean failed; nested exception is 
org.springframework.beans.ConversionNotSupportedException: Failed to 
convert property value of type 'java.util.ArrayList' to required type 
'java.util.List' for property 'sidebarFacets'; nested exception is 
java.lang.IllegalStateException: Cannot convert value of type 
[org.dspace.discovery.configuration.SidebarFacetConfiguration] to required 
type [org.dspace.discovery.configuration.DiscoverySearchFilterFacet] for 
property 'sidebarFacets[0]': no matching editors or conversion strategy 
found
at 
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:208)
... 45 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 
'org.dspace.discovery.configuration.DiscoveryConfigurationService' defined 
in URL 
[jar:file:/E:/dspace_3_5/dspace-xmlui/target/dspace-xmlui-3.5-SNAPSHOT/WEB-INF/lib/dspace-api-3.5-SNAPSHOT.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]:
 
Cannot resolve reference to bean 'defaultConfiguration' while setting bean 
property 'map' with key [TypedStringValue: value [default], target type 
[null]]; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'defaultConfiguration' defined in URL 
[jar:file:/E:/dspace_3_5/dspace-xmlui/target/dspace-xmlui-3.5-SNAPSHOT/WEB-INF/lib/dspace-api-3.5-SNAPSHOT.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]:
 
Initialization of bean failed; nested exception is 
org.springframework.beans.ConversionNotSupportedException: Failed to 
convert property value of type 'java.util.ArrayList' to required type 
'java.util.List' for property 'sidebarFacets'; nested exception is 
java.lang.IllegalStateException: Cannot convert value of type 
[org.dspace.discovery.configuration.SidebarFacetConfiguration] to required 
type [org.dspace.discovery.configuration.DiscoverySearchFilterFacet] for 
property 'sidebarFacets[0]': no matching editors or conversion strategy 
found
at 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
at 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
at 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedMap(BeanDefinitionValueResolver.java:378)
at 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:161)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1360)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
at 
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
at 
org.dspace.servicemanager.spring.SpringServiceManager.startup(SpringServiceManager.java:207)
at 
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:205)
... 45 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'defaultConfiguration' defined in URL 
[jar:file:/E:/dspace_3_5/dspace-xmlui/target/dspace-xmlui-3.5-SNAPSHOT/WEB-INF/lib/dspace-api-3.5-SNAPSHOT.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]:
 
Initialization of bean failed; nested exception is 
org.springframework.beans.ConversionNotSupportedException: Failed to 
convert property value of type 'java.util.ArrayList' to required type 
'java.util.List' for property 'sidebarFacets'; nested exception is 
java.lang.IllegalStateException: Cannot convert value of type 
[org.dspace.discovery.configuration.SidebarFacetConfiguration] to required 
type [org.dspace.discovery.configuration.DiscoverySearchFilterFacet] for 
property 'sidebarFacets[0]': no matching editors or conversion strategy 
found
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:313)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
... 61 more
Caused by: org.springframework.beans.ConversionNotSupportedException: 
Failed to convert property value of type 'java.util.ArrayList' to required 
type 'java.util.List' for property 'sidebarFacets'; nested exception is 
java.lang.IllegalStateException: Cannot convert value of type 
[org.dspace.discovery.configuration.SidebarFacetConfiguration] to required 
type [org.dspace.discovery.configuration.DiscoverySearchFilterFacet] for 
property 'sidebarFacets[0]': no matching editors or conversion strategy 
found
at 
org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:485)
at 
org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:516)
at 
org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:510)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1406)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1365)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
... 65 more
Caused by: java.lang.IllegalStateException: Cannot convert value of type 
[org.dspace.discovery.configuration.SidebarFacetConfiguration] to required 
type [org.dspace.discovery.configuration.DiscoverySearchFilterFacet] for 
property 'sidebarFacets[0]': no matching editors or conversion strategy 
found
at 
org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:241)
at 
org.springframework.beans.TypeConverterDelegate.convertToTypedCollection(TypeConverterDelegate.java:541)
at 
org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:179)
at 
org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:470)
... 71 more

Okt 01, 2015 1:57:48 PM org.apache.catalina.core.ApplicationContext log
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'dspace.eventService' defined in ServletContext resource 
[/WEB-INF/spring/applicationContext.xml]: Instantiation of bean failed; 
nested exception is 
org.springframework.beans.factory.BeanDefinitionStoreException: Factory 
method [public org.dspace.services.EventService 
org.dspace.utils.DSpace.getEventService()] threw exception; nested 
exception is java.lang.IllegalStateException: DSpace kernel cannot be null
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:581)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1015)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:911)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
at 
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
at 
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:385)
at 
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:284)
at 
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5003)
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5517)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
at org.apache.catalina.startup.HostConfig.manageApp(HostConfig.java:1809)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)
at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
at 
org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:618)
at 
org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:565)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)
at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
at 
javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1487)
at 
javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:97)
at 
javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1328)
at 
javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1420)
at 
javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:848)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)
at sun.rmi.transport.Transport$1.run(Transport.java:177)
at sun.rmi.transport.Transport$1.run(Transport.java:174)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:173)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:556)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:811)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:670)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: 
Factory method [public org.dspace.services.EventService 
org.dspace.utils.DSpace.getEventService()] threw exception; nested 
exception is java.lang.IllegalStateException: DSpace kernel cannot be null
at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:169)
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:570)
... 57 more
Caused by: java.lang.IllegalStateException: DSpace kernel cannot be null
at org.dspace.utils.DSpace.getServiceManager(DSpace.java:63)
at org.dspace.utils.DSpace.getEventService(DSpace.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:149)
... 58 more

Okt 01, 2015 1:57:53 PM org.apache.catalina.core.ApplicationContext log

----

My setup: Win7, JDK 1.7, DSpace 3.5, IDEA 14.0.2, Maven 3.2.2, Ant 1.9.4, 
Postgres 9.4, Tomcat 7.0.64

Hope, you can help!
Thanks in advance!

Best regards,
Jan Steinberg



-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to