Dear Riccardo, yes, I already used that file as template, and I customized it. The exception arise by using this file...
What does this error mean? Why does it occur? Thanks again. Filippo ([email protected]) Il giorno mercoledì 22 gennaio 2020 17:00:32 UTC+1, Fazio Riccardo ha scritto: > > Dear Filippo, > > There is a circular reference on "av-stream.server.url" property; > check > > https://github.com/4Science/DSpace/blob/dspace-6_x_x-cris/dspace/config/local.cfg.EXAMPLE > > and use this one as reference to customize your local.cfg > > I hope this helps > > Regards > Riccardo > > On Wed, 2020-01-22 at 07:03 -0800, Filippo Santoro wrote: > > Hi to everyone. > > I am trying to install DSpace-CRIS on an working instance of DSpace > > 6.3.0. > > After launch ant update, the build failed on test database: > > > > test_database: > > [java] Failure during kernel init: Infinite loop in property > > interpolation of ${av-stream.server.url}: av-stream.server.url > > [java] java.lang.IllegalStateException: Infinite loop in > > property interpolation of ${av-stream.server.url}: av- > > stream.server.url > > [java] at > > org.apache.commons.lang.text.StrSubstitutor.checkCyclicSubstitution(S > > trSubstitutor.java:701) > > [java] at > > org.apache.commons.lang.text.StrSubstitutor.substitute(StrSubstitutor > > .java:645) > > [java] at > > org.apache.commons.lang.text.StrSubstitutor.substitute(StrSubstitutor > > .java:656) > > [java] at > > org.apache.commons.lang.text.StrSubstitutor.substitute(StrSubstitutor > > .java:563) > > [java] at > > org.apache.commons.lang.text.StrSubstitutor.replace(StrSubstitutor.ja > > va:305) > > [java] at > > org.apache.commons.configuration.PropertyConverter.interpolate(Proper > > tyConverter.java:1040) > > [java] at > > org.apache.commons.configuration.AbstractConfiguration.interpolate(Ab > > stractConfiguration.java:449) > > [java] at > > org.apache.commons.configuration.AbstractConfiguration.interpolate(Ab > > stractConfiguration.java:436) > > [java] at > > org.apache.commons.configuration.AbstractConfiguration.getList(Abstra > > ctConfiguration.java:1128) > > [java] at > > org.apache.commons.configuration.AbstractConfiguration.getList(Abstra > > ctConfiguration.java:1117) > > [java] at > > org.apache.commons.configuration.ConfigurationConverter.getProperties > > (ConfigurationConverter.java:113) > > [java] at > > org.dspace.servicemanager.config.DSpaceConfigurationService.getProper > > ties(DSpaceConfigurationService.java:98) > > [java] at > > org.dspace.servicemanager.config.DSpaceConfigurationService.toString( > > DSpaceConfigurationService.java:553) > > [java] at > > org.dspace.servicemanager.config.DSpaceConfigurationService.loadIniti > > alConfig(DSpaceConfigurationService.java:506) > > [java] at > > org.dspace.servicemanager.config.DSpaceConfigurationService.<init>(DS > > paceConfigurationService.java:87) > > [java] at > > org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.jav > > a:148) > > [java] at > > org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.jav > > a:128) > > [java] at > > org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:50) > > [java] Exception in thread "main" > > java.lang.IllegalStateException: Failure during kernel init: Infinite > > loop in property interpolation of ${av-stream.server.url}: av- > > stream.server.url > > [java] at > > org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:66) > > [java] Caused by: java.lang.IllegalStateException: Infinite loop > > in property interpolation of ${av-stream.server.url}: av- > > stream.server.url > > [java] at > > org.apache.commons.lang.text.StrSubstitutor.checkCyclicSubstitution(S > > trSubstitutor.java:701) > > [java] at > > org.apache.commons.lang.text.StrSubstitutor.substitute(StrSubstitutor > > .java:645) > > [java] at > > org.apache.commons.lang.text.StrSubstitutor.substitute(StrSubstitutor > > .java:656) > > [java] at > > org.apache.commons.lang.text.StrSubstitutor.substitute(StrSubstitutor > > .java:563) > > [java] at > > org.apache.commons.lang.text.StrSubstitutor.replace(StrSubstitutor.ja > > va:305) > > [java] at > > org.apache.commons.configuration.PropertyConverter.interpolate(Proper > > tyConverter.java:1040) > > [java] at > > org.apache.commons.configuration.AbstractConfiguration.interpolate(Ab > > stractConfiguration.java:449) > > [java] at > > org.apache.commons.configuration.AbstractConfiguration.interpolate(Ab > > stractConfiguration.java:436) > > [java] at > > org.apache.commons.configuration.AbstractConfiguration.getList(Abstra > > ctConfiguration.java:1128) > > [java] at > > org.apache.commons.configuration.AbstractConfiguration.getList(Abstra > > ctConfiguration.java:1117) > > [java] at > > org.apache.commons.configuration.ConfigurationConverter.getProperties > > (ConfigurationConverter.java:113) > > [java] at > > org.dspace.servicemanager.config.DSpaceConfigurationService.getProper > > ties(DSpaceConfigurationService.java:98) > > [java] at > > org.dspace.servicemanager.config.DSpaceConfigurationService.toString( > > DSpaceConfigurationService.java:553) > > [java] at > > org.dspace.servicemanager.config.DSpaceConfigurationService.loadIniti > > alConfig(DSpaceConfigurationService.java:506) > > [java] at > > org.dspace.servicemanager.config.DSpaceConfigurationService.<init>(DS > > paceConfigurationService.java:87) > > [java] at > > org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.jav > > a:148) > > [java] at > > org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.jav > > a:128) > > [java] at > > org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:50) > > > > The file local.cfg in [dspace-src]\DSpace-dspace-6_x_x- > > cris\dspace\config contains the same settings used during DSpace > > 6.3.0 installation (currently running). > > Other settings: Windows Server 2016, Tomcat 8.5, JDK 8, PGSQL 9.4. > > > > Can you help me? > > Thanks in advance. > > Filippo > > > > > > > > > > > > -- > > All messages to this mailing list should adhere to the DuraSpace Code > > of Conduct: https://duraspace.org/about/policies/code-of-conduct/ > > --- > > 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] <javascript:>. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/dspace-tech/08643993-9540-4598-a731-e415ca4c5585%40googlegroups.com > > > . > > > -- > -- > Riccardo Fazio > DSpace and DSpace-CRIS developer > > 4Science, www.4science.it (an Itway Group Company) > > office: UP Urban Places - Via Tiburtina, 652, 00159 Roma RM > tel: +39 3339341798 > > -- > Questo messaggio e' stato analizzato da Libra ESVA ed e' risultato non > infetto. > This message was scanned by Libra ESVA and is believed to be clean. > > -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- 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 view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/210f64d3-2dc4-4631-a616-e5fe2e08dca5%40googlegroups.com.
