Good afternoon. I'm having trouble installing the Dspace 6 + Oraclle 10g +
SLES10.
The error occurs in the ant fresh_install, which returns me the following:


ant -Dconfig=/opt/dspace-6.1-src-release/dspace/config/local.cfg
fresh_install
Buildfile:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/build.xml

init_installation:
    [mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${org.dspace.app.itemexport.work.dir}
    [mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${org.dspace.app.itemexport.download.dir}
    [mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${handle.dir}
    [mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${upload.temp.dir}
    [mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${report.dir}

prepare_configs:
    [mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp
     [copy] Copying 159 files to
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp
     [copy] Copying 1 file to
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp
     [copy] Copying 1 file to
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp
     [copy] Copying 16 files to
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp

init_configs:
     [copy] Copying 2 files to /dspace/config
   [delete] Deleting directory
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp

test_database:
     [java] 2017-08-29 16:24:31,081 WARN
 org.springframework.context.support.ClassPathXmlApplicationContext @
Exception encountered during context initialization - cancelling refresh
attempt: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.dspace.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java] 2017-08-29 16:24:31,093 ERROR
org.dspace.servicemanager.DSpaceServiceManager @ Failed to startup the
DSpace Service Manager: failure starting up spring service manager: Error
creating bean with name
'org.dspace.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java] java.lang.IllegalStateException: failure starting up spring
service manager: Error creating bean with name
'org.dspace.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:215)
     [java]     at
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:153)
     [java]     at
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:128)
     [java]     at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:49)
     [java] Caused by:
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'org.dspace.app.requestitem.RequestItemAuthorExtractor':
Injection of autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:298)
     [java]     at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1148)
     [java]     at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
     [java]     at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
     [java]     at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
     [java]     at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
     [java]     at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
     [java]     at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
     [java]     at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:636)
     [java]     at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:938)
     [java]     at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
     [java]     at
org.dspace.servicemanager.spring.SpringServiceManager.startup(SpringServiceManager.java:221)
     [java]     at
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:212)
     [java]     ... 3 more
     [java] Caused by:
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:531)
     [java]     at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
     [java]     at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:295)
     [java]     ... 15 more
     [java] Caused by:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:997)
     [java]     at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:867)
     [java]     at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:779)
     [java]     at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:503)
     [java]     ... 17 more
     [java] Failure during kernel init: Failed to startup the DSpace
Service Manager: failure starting up spring service manager: Error creating
bean with name 'org.dspace.app.requestitem.RequestItemAuthorExtractor':
Injection of autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java] java.lang.RuntimeException: Failed to startup the DSpace
Service Manager: failure starting up spring service manager: Error creating
bean with name 'org.dspace.app.requestitem.RequestItemAuthorExtractor':
Injection of autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:231)
     [java]     at
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:153)
     [java]     at
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:128)
     [java]     at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:49)
     [java] Caused by: java.lang.IllegalStateException: failure starting up
spring service manager: Error creating bean with name
'org.dspace.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:215)
     [java]     ... 3 more
     [java] Caused by:
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'org.dspace.app.requestitem.RequestItemAuthorExtractor':
Injection of autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:298)
     [java]     at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1148)
     [java]     at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
     [java]     at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
     [java]     at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
     [java]     at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
     [java]     at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
     [java]     at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
     [java]     at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:636)
     [java]     at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:938)
     [java]     at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
     [java]     at
org.dspace.servicemanager.spring.SpringServiceManager.startup(SpringServiceManager.java:221)
     [java]     at
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:212)
     [java]     ... 3 more
     [java] Caused by:
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:531)
     [java]     at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
     [java]     at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:295)
     [java]     ... 15 more
     [java] Caused by:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:997)
     [java]     at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:867)
     [java]     at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:779)
     [java]     at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:503)
     [java]     ... 17 more
     [java] Exception in thread "main" java.lang.IllegalStateException:
Failure during kernel init: Failed to startup the DSpace Service Manager:
failure starting up spring service manager: Error creating bean with name
'org.dspace.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:65)
     [java] 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.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:231)
     [java]     at
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:153)
     [java]     at
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:128)
     [java]     at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:49)
     [java] Caused by: java.lang.IllegalStateException: failure starting up
spring service manager: Error creating bean with name
'org.dspace.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:215)
     [java]     ... 3 more
     [java] Caused by:
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'org.dspace.app.requestitem.RequestItemAuthorExtractor':
Injection of autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:298)
     [java]     at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1148)
     [java]     at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
     [java]     at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
     [java]     at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
     [java]     at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
     [java]     at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
     [java]     at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
     [java]     at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:636)
     [java]     at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:938)
     [java]     at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
     [java]     at
org.dspace.servicemanager.spring.SpringServiceManager.startup(SpringServiceManager.java:221)
     [java]     at
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:212)
     [java]     ... 3 more
     [java] Caused by:
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:531)
     [java]     at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
     [java]     at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:295)
     [java]     ... 15 more
     [java] Caused by:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
     [java]     at
org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:997)
     [java]     at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:867)
     [java]     at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:779)
     [java]     at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:503)
     [java]     ... 17 more

BUILD FAILED
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/build.xml:792:
Java returned: 1

Total time: 3 seconds

-- 
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 https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to