I am trying to build and deploy the ESPD service locally, but I am getting different errors depending on which environment I am using.
I was therefore wondering if the installation page is completely up to date?
When running on a tomcat 9 application, I am not able to start the service at all.
I am getting the following error when using the prod environment:
Could not find an appender named [EMAIL]. Did you define it below instead of above in the configuration file?
When using the dev-local and the one liner start up command i get the following error
Error creating bean with name 'org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration'
When using tomcat 7 application I am able to run the service, however when it is up and running, there is no styling on the language selection page.
When I click on a language and redirected to a new page the following error greets me:
Internal Server Error (500)
org.apache.tiles.definition.NoSuchDefinitionException: Unable to find the definition 'progress'
org.apache.tiles.definition.NoSuchDefinitionException: Unable to find the definition 'progress' at org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:218) at org.apache.tiles.template.InsertDefinitionModel.renderDefinition(InsertDefinitionModel.java:132) at
Is there something I am missing?
Are there additional steps to setup and running the ESPD service?
Hello
I am trying to build and deploy the ESPD service locally, but I am getting different errors depending on which environment I am using.
I was therefore wondering if the installation page is completely up to date?
When running on a tomcat 9 application, I am not able to start the service at all. I am getting the following error when using the prod environment: Could not find an appender named [EMAIL]. Did you define it below instead of above in the configuration file?
When using the dev-local and the one liner start up command i get the following error Error creating bean with name 'org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration'
When using tomcat 7 application I am able to run the service, however when it is up and running, there is no styling on the language selection page. When I click on a language and redirected to a new page the following error greets me: Internal Server Error (500) org.apache.tiles.definition.NoSuchDefinitionException: Unable to find the definition 'progress' org.apache.tiles.definition.NoSuchDefinitionException: Unable to find the definition 'progress' at org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:218) at org.apache.tiles.template.InsertDefinitionModel.renderDefinition(InsertDefinitionModel.java:132) at
Is there something I am missing? Are there additional steps to setup and running the ESPD service?
Additionally what are the TED api keys used for?