buda-base / editserv

Editing services of the buda platform
Apache License 2.0
0 stars 0 forks source link

tests failing #3

Open eroux opened 5 years ago

eroux commented 5 years ago

with

[2019-09-22 11:33:49.263] - 16545 INFOS [main] --- org.apache.catalina.core.ContainerBase.[Tomcat-1].[localhost].[/]: Initializing Spring embedded WebApplicationContext
[2019-09-22 11:33:49.478] - 16545 INFOS [main] --- org.apache.catalina.core.StandardService: Stopping service [Tomcat]
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.118 s <<< FAILURE! - in editservio.bdrc.edit.test.PostTaskTest
[ERROR] dummy(editservio.bdrc.edit.test.PostTaskTest)  Time elapsed: 0.008 s  <<< ERROR!
java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'headerFilter': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'access-control.Allow-Origin' in value "${access-control.Allow-Origin}"

please repair

MarcAgate commented 5 years ago

Fixed