Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.73 KB | None | 0 0
  1. 14:26:58,788 ERROR [] [org.springframework.web.context.ContextLoader] (MSC service thread 1-2) Context initialization failed: java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
  2. at java.util.Properties.loadConvert(Properties.java:568) [rt.jar:1.7.0_06]
  3. at java.util.Properties.load0(Properties.java:391) [rt.jar:1.7.0_06]
  4. at java.util.Properties.load(Properties.java:341) [rt.jar:1.7.0_06]
  5. at org.springframework.util.DefaultPropertiesPersister.load(DefaultPropertiesPersister.java:79) [spring-core.jar:3.0.7.RELEASE]
  6. at org.springframework.core.io.support.PropertiesLoaderSupport.loadProperties(PropertiesLoaderSupport.java:198) [spring-core.jar:3.0.7.RELEASE]
  7. at org.springframework.core.io.support.PropertiesLoaderSupport.mergeProperties(PropertiesLoaderSupport.java:161) [spring-core.jar:3.0.7.RELEASE]
  8. at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:69) [spring-beans.jar:3.0.7.RELEASE]
  9. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:663) [spring-context.jar:3.0.7.RELEASE]
  10. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:638) [spring-context.jar:3.0.7.RELEASE]
  11. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:407) [spring-context.jar:3.0.7.RELEASE]
  12. at org.springframework.context.access.ContextSingletonBeanFactoryLocator.initializeDefinition(ContextSingletonBeanFactoryLocator.java:143) [spring-context.jar:3.0.7.RELEASE]
  13. at org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(SingletonBeanFactoryLocator.java:384) [spring-beans.jar:3.0.7.RELEASE]
  14. at org.springframework.web.context.ContextLoader.loadParentContext(ContextLoader.java:364) [spring-web.jar:3.0.7.RELEASE]
  15. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:200) [spring-web.jar:3.0.7.RELEASE]
  16. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) [spring-web.jar:3.0.7.RELEASE]
  17. at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.13.Final.jar:]
  18. at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.13.Final.jar:]
  19. at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
  20. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
  21. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
  22. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_06]
  23. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_06]
  24. at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_06]
  25.  
  26. 14:26:59,027 ERROR [] [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/slms]] (MSC service thread 1-2) Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener: java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
  27. at java.util.Properties.loadConvert(Properties.java:568) [rt.jar:1.7.0_06]
  28. at java.util.Properties.load0(Properties.java:391) [rt.jar:1.7.0_06]
  29. at java.util.Properties.load(Properties.java:341) [rt.jar:1.7.0_06]
  30. at org.springframework.util.DefaultPropertiesPersister.load(DefaultPropertiesPersister.java:79) [spring-core.jar:3.0.7.RELEASE]
  31. at org.springframework.core.io.support.PropertiesLoaderSupport.loadProperties(PropertiesLoaderSupport.java:198) [spring-core.jar:3.0.7.RELEASE]
  32. at org.springframework.core.io.support.PropertiesLoaderSupport.mergeProperties(PropertiesLoaderSupport.java:161) [spring-core.jar:3.0.7.RELEASE]
  33. at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:69) [spring-beans.jar:3.0.7.RELEASE]
  34. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:663) [spring-context.jar:3.0.7.RELEASE]
  35. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:638) [spring-context.jar:3.0.7.RELEASE]
  36. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:407) [spring-context.jar:3.0.7.RELEASE]
  37. at org.springframework.context.access.ContextSingletonBeanFactoryLocator.initializeDefinition(ContextSingletonBeanFactoryLocator.java:143) [spring-context.jar:3.0.7.RELEASE]
  38. at org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(SingletonBeanFactoryLocator.java:384) [spring-beans.jar:3.0.7.RELEASE]
  39. at org.springframework.web.context.ContextLoader.loadParentContext(ContextLoader.java:364) [spring-web.jar:3.0.7.RELEASE]
  40. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:200) [spring-web.jar:3.0.7.RELEASE]
  41. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) [spring-web.jar:3.0.7.RELEASE]
  42. at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.13.Final.jar:]
  43. at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.13.Final.jar:]
  44. at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
  45. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
  46. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
  47. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_06]
  48. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_06]
  49. at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_06]
  50.  
  51. 14:26:59,231 INFO [] [scholastic.slms.startup.SlmsSpringContextLoaderListener] (MSC service thread 1-2) SLMS Spring contextInitialized...
  52. 14:26:59,268 ERROR [] [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/slms]] (MSC service thread 1-2) Exception sending context initialized event to listener instance of class scholastic.slms.startup.SlmsSpringContextLoaderListener: java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
  53. at java.util.Properties.loadConvert(Properties.java:568) [rt.jar:1.7.0_06]
  54. at java.util.Properties.load0(Properties.java:391) [rt.jar:1.7.0_06]
  55. at java.util.Properties.load(Properties.java:341) [rt.jar:1.7.0_06]
  56. at org.springframework.util.DefaultPropertiesPersister.load(DefaultPropertiesPersister.java:79) [spring-core.jar:3.0.7.RELEASE]
  57. at org.springframework.core.io.support.PropertiesLoaderSupport.loadProperties(PropertiesLoaderSupport.java:198) [spring-core.jar:3.0.7.RELEASE]
  58. at org.springframework.core.io.support.PropertiesLoaderSupport.mergeProperties(PropertiesLoaderSupport.java:161) [spring-core.jar:3.0.7.RELEASE]
  59. at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:69) [spring-beans.jar:3.0.7.RELEASE]
  60. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:663) [spring-context.jar:3.0.7.RELEASE]
  61. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:638) [spring-context.jar:3.0.7.RELEASE]
  62. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:407) [spring-context.jar:3.0.7.RELEASE]
  63. at org.springframework.context.access.ContextSingletonBeanFactoryLocator.initializeDefinition(ContextSingletonBeanFactoryLocator.java:143) [spring-context.jar:3.0.7.RELEASE]
  64. at org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(SingletonBeanFactoryLocator.java:384) [spring-beans.jar:3.0.7.RELEASE]
  65. at org.springframework.web.context.ContextLoader.loadParentContext(ContextLoader.java:364) [spring-web.jar:3.0.7.RELEASE]
  66. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:200) [spring-web.jar:3.0.7.RELEASE]
  67. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) [spring-web.jar:3.0.7.RELEASE]
  68. at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.13.Final.jar:]
  69. at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.13.Final.jar:]
  70. at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
  71. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
  72. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
  73. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_06]
  74. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_06]
  75. at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_06]
  76.  
  77. 14:26:59,517 INFO [] [stdout] (MSC service thread 1-2) SLMS contextInitialized...
  78. 14:26:59,547 ERROR [] [org.apache.catalina.core.StandardContext] (MSC service thread 1-2) Error listenerStart
  79. 14:26:59,554 ERROR [] [org.apache.catalina.core.StandardContext] (MSC service thread 1-2) Context [/slms] startup failed due to previous errors
  80. 14:26:59,601 INFO [] [stdout] (MSC service thread 1-2) SLMS contextDestroyed...
  81. 14:26:59,611 INFO [] [scholastic.slms.startup.SlmsSpringContextLoaderListener] (MSC service thread 1-2) SLMS Spring contextDestroyed...
  82. 14:26:59,620 INFO [] [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/slms]] (MSC service thread 1-2) Closing Spring root WebApplicationContext
  83. 14:26:59,642 ERROR [] [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.web.deployment.default-host./slms: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./slms: JBAS018040: Failed to start context
  84. at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:95)
  85. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
  86. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
  87. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_06]
  88. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_06]
  89. at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_06]
  90.  
  91. 14:26:59,713 INFO [] [org.jboss.as] (MSC service thread 1-3) JBAS015951: Admin console listening on http://127.0.0.1:9990
  92. 14:26:59,727 ERROR [] [org.jboss.as] (MSC service thread 1-3) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 33418ms - Started 407 of 514 services (11 services failed or missing dependencies, 93 services are passive or on-demand)
  93. 14:26:59,925 INFO [] [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "slms.ear" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./slms" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./slms: JBAS018040: Failed to start context"},"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".INSTALLjboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"com.sun.faces.config.ConfigureListener\".START, jboss.web.deployment.default-host./slms/xsl, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.web.deployment.default-host./slms/xsl.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scho
  94. ployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".INSTALLjboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"com.sun.faces.config.ConfigureListener\".START, jboss.web.deployment.default-host./slms/xsl, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.web.deployment.default-host./slms/xsl.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"org.apache.catalina.servlets.DefaultServlet\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"org.apache.jasper.servlet.JspServlet\".START]","jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".INSTALLjboss.web.deployment.default-host./slms/loader, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"c
  95. slms.loader-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START, jboss.web.deployment.default-host./slms/loader.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"org.apache.catalina.servlets.DefaultServlet\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"org.apache.jasper.servlet.JspServlet\".STARTMissing[jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".INSTALLjboss.web.deployment.default-host./slms/loader, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"com.sun.faces.config.ConfigureListener\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"javax.servlet.jsp.j
  96. s.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"org.apache.jasper.servlet.JspServlet\".START]","jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".INSTALLjboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"org.apache.jasper.servlet.JspServlet\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"org.apache.catalina.servlets.DefaultServlet\".START, jboss.web.deployment.default-host./slms/extensions.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"com.sun.faces.config.ConfigureListener\".START, jboss.web.deployment.default-host./slms/extensionsMissing[jboss.deployment.subu
  97. holastic.slms.extensions-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"org.apache.catalina.servlets.DefaultServlet\".START, jboss.web.deployment.default-host./slms/extensions.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"com.sun.faces.config.ConfigureListener\".START, jboss.web.deployment.default-host./slms/extensions]","jboss.deployment.subunit.\"slms.ear\".\"licensing-rules.jar\".INSTALLjboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.web.deployment.default-host./slms/sdp.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START, jboss.deployment.subunit.\"slms
  98. g.apache.jasper.servlet.JspServlet\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"com.sun.faces.config.ConfigureListener\".STARTMissing[jboss.deployment.subunit.\"slms.ear\".\"licensing-rules.jar\".INSTALLjboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.web.deployment.default-host./slms/sdp.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"org.apache.catalina.servlets.DefaultServlet\".START, jboss.web.deployment.default-host./slms/sdp, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"org.apache.jasper.servlet.JspServlet\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".
  99. 14:27:00,798 INFO [] [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015871: Deploy of deployment "slms-static.war" was rolled back with no failure message
  100. 14:27:02,098 INFO [] [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment licensing-rules.jar in 2179ms
  101. 14:27:02,107 INFO [] [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment scholastic.slms.sdp-web.war in 2188ms
  102. 14:27:02,115 INFO [] [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment scholastic.slms.loader-web.war in 2196ms
  103. 14:27:02,124 INFO [] [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment scholastic.slms-impl.jar in 2205ms
  104. 14:27:02,132 INFO [] [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment scholastic.common-impl.jar in 2213ms
  105. 14:27:02,165 INFO [] [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment slms-static.war in 74ms
  106. 14:27:02,394 INFO [] [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment scholastic.slms.xsl-web.war in 2475ms
  107. 14:27:02,842 INFO [] [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment scholastic.slms.extensions-web.war in 2923ms
  108. 14:27:03,533 INFO [] [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment scholastic.slms-web.war in 3615ms
  109. 14:27:04,027 INFO [] [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment slms.ear in 4109ms
  110. 14:27:04,048 INFO [] [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
  111. JBAS014775: New missing/unsatisfied dependencies:
  112. service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".INSTALL]
  113. service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".INSTALL]
  114. service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".INSTALL]
  115. service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".INSTALL]
  116. service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".component."org.apache.catalina.servlets.DefaultServlet".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".INSTALL]
  117. service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".component."org.apache.jasper.servlet.JspServlet".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".INSTALL]
  118. service jboss.deployment.subunit."slms.ear"."scholastic.slms.loader-web.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".INSTALL]
  119. service jboss.deployment.subunit."slms.ear"."scholastic.slms.loader-web.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".INSTALL]
  120. service jboss.deployment.subunit."slms.ear"."scholastic.slms.loader-web.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".INSTALL]
  121. service jboss.deployment.subunit."slms.ear"."scholastic.slms.loader-web.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".INSTALL]
  122. service jboss.deployment.subunit."slms.ear"."scholastic.slms.loader-web.war".component."org.apache.catalina.servlets.DefaultServlet".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".INSTALL]
  123. service jboss.deployment.subunit."slms.ear"."scholastic.slms.loader-web.war".component."org.apache.jasper.servlet.JspServlet".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".INSTALL]
  124. service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."licensing-rules.jar".INSTALL]
  125. service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."licensing-rules.jar".INSTALL]
  126. service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."licensing-rules.jar".INSTALL]
  127. service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."licensing-rules.jar".INSTALL]
  128. service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".component."org.apache.catalina.servlets.DefaultServlet".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."licensing-rules.jar".INSTALL]
  129. service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".component."org.apache.jasper.servlet.JspServlet".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."licensing-rules.jar".INSTALL]
  130. service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".INSTALL]
  131. service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".INSTALL]
  132. service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".INSTALL]
  133. service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".INSTALL]
  134. service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".component."org.apache.catalina.servlets.DefaultServlet".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".INSTALL]
  135. service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".component."org.apache.jasper.servlet.JspServlet".START (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".INSTALL]
  136. service jboss.web.deployment.default-host./slms/extensions (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".INSTALL]
  137. service jboss.web.deployment.default-host./slms/extensions.realm (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.xsl-web.war".INSTALL]
  138. service jboss.web.deployment.default-host./slms/loader (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".INSTALL]
  139. service jboss.web.deployment.default-host./slms/loader.realm (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.extensions-web.war".INSTALL]
  140. service jboss.web.deployment.default-host./slms/sdp (missing) dependents: [service jboss.deployment.subunit."slms.ear"."licensing-rules.jar".INSTALL]
  141. service jboss.web.deployment.default-host./slms/sdp.realm (missing) dependents: [service jboss.deployment.subunit."slms.ear"."licensing-rules.jar".INSTALL]
  142. service jboss.web.deployment.default-host./slms/xsl (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".INSTALL]
  143. service jboss.web.deployment.default-host./slms/xsl.realm (missing) dependents: [service jboss.deployment.subunit."slms.ear"."scholastic.slms.sdp-web.war".INSTALL]
  144. JBAS014777: Services which failed to start: service jboss.web.deployment.default-host./slms: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./slms: JBAS018040: Failed to start context
  145.  
  146. 14:27:04,405 ERROR [] [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS014654: Composite operation was rolled back
  147. 14:27:04,428 ERROR [] [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./slms" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./slms: JBAS018040: Failed to start context"},"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".INSTALLjboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"com.sun.faces.config.ConfigureListener\".START, jboss.web.deployment.default-host./slms/xsl, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.web.deployment.default-host./slms/xsl.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START
  148. per.servlet.JspServlet\".STARTMissing[jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".INSTALLjboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"com.sun.faces.config.ConfigureListener\".START, jboss.web.deployment.default-host./slms/xsl, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.web.deployment.default-host./slms/xsl.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"org.apache.catalina.servlets.DefaultServlet\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".component.\"org.apache.jasper.servlet.JspServlet\".START]","jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".INSTALLjboss.web.deployment.default-host./slms/loader, jboss.deployment.subunit.\"slms.ear\".\"
  149. .deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START, jboss.web.deployment.default-host./slms/loader.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"org.apache.catalina.servlets.DefaultServlet\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"org.apache.jasper.servlet.JspServlet\".STARTMissing[jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".INSTALLjboss.web.deployment.default-host./slms/loader, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"com.sun.faces.config.ConfigureListener\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.lo
  150. catalina.servlets.DefaultServlet\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.loader-web.war\".component.\"org.apache.jasper.servlet.JspServlet\".START]","jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.xsl-web.war\".INSTALLjboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"org.apache.jasper.servlet.JspServlet\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"org.apache.catalina.servlets.DefaultServlet\".START, jboss.web.deployment.default-host./slms/extensions.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"com.sun.faces.config.ConfigureListener\".START, jboss.web.deployment.default-host
  151. RT, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"org.apache.catalina.servlets.DefaultServlet\".START, jboss.web.deployment.default-host./slms/extensions.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.extensions-web.war\".component.\"com.sun.faces.config.ConfigureListener\".START, jboss.web.deployment.default-host./slms/extensions]","jboss.deployment.subunit.\"slms.ear\".\"licensing-rules.jar\".INSTALLjboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.web.deployment.default-host./slms/sdp.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTagli
  152. \"scholastic.slms.sdp-web.war\".component.\"org.apache.jasper.servlet.JspServlet\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"com.sun.faces.config.ConfigureListener\".STARTMissing[jboss.deployment.subunit.\"slms.ear\".\"licensing-rules.jar\".INSTALLjboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"javax.faces.webapp.FacetTag\".START, jboss.web.deployment.default-host./slms/sdp.realm, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"org.apache.catalina.servlets.DefaultServlet\".START, jboss.web.deployment.default-host./slms/sdp, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"org.apache.jasper.servlet.JspServlet\".START, jboss.deployment.subunit.\"slms.ear\".\"scholastic.slms.sdp-web.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement