Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 08:45:24,143 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] (ServerService Thread Pool -- 64) Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@56a40954: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,resourceRegisterModel,webConfig,testbedsRegisterDAO,testbedsRegisterService,configLoader,queryLoader,org.springframework.context.config.internalBeanConfigurerAspect,appEntityManagerFactory,transactionManager,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0,propertyConfigInDev]; root of factory hierarchy
- 08:45:24,146 ERROR [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 64) Context initialization failed: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webConfig': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void eu.fiestaiot.portal.resource.registry.util.WebConfig.setUiSecurityUrl(java.lang.String); nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
- at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:609)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:469)
- at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:383)
- at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
- at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
- at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
- at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)
- at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
- at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
- at java.lang.Thread.run(Thread.java:745)
- at org.jboss.threads.JBossThread.run(JBossThread.java:320)
- Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void eu.fiestaiot.portal.resource.registry.util.WebConfig.setUiSecurityUrl(java.lang.String); nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284)
- ... 23 more
- Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:173)
- at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:125)
- at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:151)
- at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:142)
- at org.springframework.context.support.PropertySourcesPlaceholderConfigurer$2.resolveStringValue(PropertySourcesPlaceholderConfigurer.java:169)
- at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:748)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:745)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:735)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:551)
- ... 25 more
- 08:45:24,149 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 64) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host."/ui.resource-registry": org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host."/ui.resource-registry": java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webConfig': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void eu.fiestaiot.portal.resource.registry.util.WebConfig.setUiSecurityUrl(java.lang.String); nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
- at java.lang.Thread.run(Thread.java:745)
- at org.jboss.threads.JBossThread.run(JBossThread.java:320)
- Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webConfig': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void eu.fiestaiot.portal.resource.registry.util.WebConfig.setUiSecurityUrl(java.lang.String); nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)
- at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
- at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
- ... 6 more
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webConfig': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void eu.fiestaiot.portal.resource.registry.util.WebConfig.setUiSecurityUrl(java.lang.String); nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
- at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:609)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:469)
- at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:383)
- at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
- at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
- at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
- at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)
- ... 8 more
- Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void eu.fiestaiot.portal.resource.registry.util.WebConfig.setUiSecurityUrl(java.lang.String); nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284)
- ... 23 more
- Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:173)
- at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:125)
- at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:151)
- at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:142)
- at org.springframework.context.support.PropertySourcesPlaceholderConfigurer$2.resolveStringValue(PropertySourcesPlaceholderConfigurer.java:169)
- at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:748)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:745)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:735)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:551)
- ... 25 more
- 08:45:24,153 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "ui.resource-registry.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host.\"/ui.resource-registry\"" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host.\"/ui.resource-registry\": java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webConfig': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void eu.fiestaiot.portal.resource.registry.util.WebConfig.setUiSecurityUrl(java.lang.String); nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webConfig': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void eu.fiestaiot.portal.resource.registry.util.WebConfig.setUiSecurityUrl(java.lang.String); nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webConfig': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void eu.fiestaiot.portal.resource.registry.util.WebConfig.setUiSecurityUrl(java.lang.String); nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void eu.fiestaiot.portal.resource.registry.util.WebConfig.setUiSecurityUrl(java.lang.String); nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]"}}
- 08:45:24,172 INFO [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "ui.resource-registry.war" (runtime-name : "ui.resource-registry.war")
- 08:45:24,172 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
- WFLYCTL0186: Services which failed to start: service jboss.undertow.deployment.default-server.default-host."/ui.resource-registry": org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host."/ui.resource-registry": java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webConfig': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void eu.fiestaiot.portal.resource.registry.util.WebConfig.setUiSecurityUrl(java.lang.String); nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'UiSecurityUrl' in string value [${UiSecurityUrl}]
- 08:45:24,266 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9995/management
- 08:45:24,266 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9995
- 08:45:24,266 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started (with errors) in 11549ms - Started 473 of 767 services (2 services failed or missing dependencies, 382 services are lazy, passive or on-demand)
- 08:45:24,294 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0019: Stopped Driver service with driver-name = ui.resource-registry.war_com.mysql.jdbc.Driver_5_1
- 08:45:24,294 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0019: Stopped Driver service with driver-name = ui.resource-registry.war_com.mysql.fabric.jdbc.FabricMySQLDriver_5_1
- 08:45:24,304 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 5) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'ui.resource-registry.war#primary'
- 08:45:24,312 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 64) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'ui.resource-registry.war#primary'
- 08:45:24,389 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment ui.resource-registry.war (runtime-name: ui.resource-registry.war) in 98ms
- 08:45:24,450 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "ui.resource-registry.war" (runtime-name: "ui.resource-registry.war")
- 08:45:24,452 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report
- WFLYCTL0184: New missing/unsatisfied dependencies:
- service jboss.deployment.unit."ui.resource-registry.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."eu.fiestaiot.commons.security.filter.FiestaOpenAMSecurityFilter".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."net.bull.javamelody.MonitoringFilter".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."net.bull.javamelody.SessionListener".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.context.ContextLoaderListener".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.context.request.RequestContextListener".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.BindErrorsTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.BindTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.EscapeBodyTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.EvalTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.HtmlEscapeTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.MessageTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.NestedPathTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.ParamTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.ThemeTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.TransformTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.UrlTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.ButtonTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.CheckboxTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.CheckboxesTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.ErrorsTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.FormTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.HiddenInputTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.InputTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.LabelTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.OptionTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.OptionsTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.PasswordInputTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.RadioButtonTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.RadioButtonsTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.SelectTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.springframework.web.servlet.tags.form.TextareaTag".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.zkoss.zk.au.http.DHtmlUpdateServlet".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.zkoss.zk.ui.http.DHtmlLayoutServlet".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.deployment.unit."ui.resource-registry.war".component."org.zkoss.zk.ui.http.HttpSessionListener".START (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.persistenceunit."ui.resource-registry.war#primary" (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- service jboss.undertow.deployment.default-server.default-host."/ui.resource-registry" (missing) dependents: [service jboss.deployment.unit."ui.resource-registry.war".deploymentCompleteService]
- WFLYCTL0186: Services which failed to start: service jboss.undertow.deployment.default-server.default-host."/ui.resource-registry"
- 08:45:29,196 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found ui.resource-registry.war in deployment directory. To trigger deployment create a file called ui.resource-registry.war.dodeploy
Advertisement
Add Comment
Please, Sign In to add comment