This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package scripts.rest | |
def values = [:] | |
params.each { name, value -> values[name] = value } | |
headers.each { name, value -> values[name] = value } | |
cookies.each { name, value -> values[name] = value } | |
sessionAttributes.each { name, value -> values[name] = value } | |
return values |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] 2018-03-28 21:04:02,858 [http-nio-18080-exec-6] [deployment.DmPublishServiceImpl] | Starting Bulk Go Live for path / site mysite | |
[INFO] 2018-03-28 21:04:03,307 [http-nio-18080-exec-6] [deployment.DmPublishServiceImpl] | Deploying package of 1 items for site mysite path /config/studio/administration/site-config-tools.xml | |
[INFO] 2018-03-28 21:04:03,454 [http-nio-18080-exec-6] [deployment.DmPublishServiceImpl] | Deploying package of 1 items for site mysite path /config/studio/context-nav/sidebar.xml | |
[INFO] 2018-03-28 21:04:03,750 [http-nio-18080-exec-6] [deployment.DmPublishServiceImpl] | Deploying package of 7680 items for site mysite path /site/components/account/account-common.xml | |
[INFO] 2018-03-28 21:04:08,205 [studioSchedulerFactoryBean_Worker-7] [job.DeployContentToEnvironmentStore] | Starting publishing on environment live for site mysite | |
[ERROR] 2018-03-28 21:04:17,456 [studioSchedulerFactoryBean_Worker-7] [git.GitContentRepository] | Failed to checkout published master and to pull content fr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] 2018-03-29 14:34:42,059 [localhost-startStop-1] [context.ContextLoader] | Context initialization failed | |
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cstudioContentService' defined in class path resource [crafter/studio/studio-services-context.xml]: Cannot resolve reference to bean 'contentRepository' while setting bean property 'contentRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'contentRepository' defined in class path resource [crafter/studio/studio-services-context.xml]: Invocation of init method failed; nested exception is java.io.FileNotFoundException: File '/opt/crafter/bin/../data/repos/global/blueprints/BLUEPRINTS.MF' does not exist | |
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) | |
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueR |