Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 26th, 2012  |  syntax: None  |  size: 5.98 KB  |  hits: 34  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. 17:28:13,445 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
  2. 17:28:13,451 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
  3. 17:28:13,451 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013171: Activating Security Subsystem
  4. 17:28:13,453 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011906: Activating OSGi Subsystem
  5. 17:28:13,458 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
  6. 17:28:13,459 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
  7. 17:28:13,464 INFO  [org.jboss.as.security] (MSC service thread 1-5) JBAS013170: Current PicketBox version=4.0.9.Final
  8. 17:28:13,475 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-13) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.11.Final)
  9. 17:28:13,516 INFO  [org.jboss.as.naming] (MSC service thread 1-12) JBAS011802: Starting Naming Service
  10. 17:28:13,522 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
  11. 17:28:13,538 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
  12. 17:28:13,566 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-3) JBoss Web Services - Stack CXF Server 4.1.0.Beta1
  13. 17:28:13,715 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http-/127.0.0.1:8080
  14. 17:28:13,811 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory I:\jboss-as-7.2.0.Alpha1-SNAPSHOT\standalone\deployments
  15. 17:28:13,811 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment sim-web.war
  16. 17:28:13,815 INFO  [org.jboss.as.remoting] (MSC service thread 1-14) JBAS017100: Listening on 127.0.0.1:4447
  17. 17:28:13,815 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on 127.0.0.1:9999
  18. 17:28:13,840 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/SimONNDS]
  19. 17:28:13,967 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-15) JBAS015876: Starting deployment of "sim-web.war"
  20. 17:28:15,220 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-12) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
  21. 17:28:15,498 INFO  [org.jboss.as.osgi] (MSC service thread 1-3) JBAS011907: Register module: Module "deployment.sim-web.war:main" from Service Module Loader
  22. 17:28:16,234 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-14) Error listenerStart
  23. 17:28:16,235 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-14) Context [/sim-web] startup failed due to previous errors
  24. 17:28:16,252 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-14) MSC00001: Failed to start service jboss.web.deployment.default-host./sim-web: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./sim-web: JBAS018040: Failed to start context
  25.         at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:95)
  26.         at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
  27.         at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
  28.         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_05]
  29.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_05]
  30.         at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_05]
  31.  
  32. 17:28:16,257 INFO  [org.jboss.as] (MSC service thread 1-14) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
  33. 17:28:16,258 INFO  [org.jboss.as] (MSC service thread 1-14) JBAS015951: Admin console listening on http://127.0.0.1:9990
  34. 17:28:16,258 ERROR [org.jboss.as] (MSC service thread 1-14) JBAS015875: JBoss AS 7.2.0.Alpha1-SNAPSHOT "Steropes" started (with errors) in 5043ms - Started 349 of 431 services (2 services failed or missing dependencies, 79 services are passive or on-demand)
  35. 17:28:16,460 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "sim-web.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./sim-web" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./sim-web: JBAS018040: Failed to start context"},"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"sim-web.war\".jboss.security.jacc Missing[JBAS014861: <one or more transitive dependencies>]"]}
  36. 17:28:16,464 INFO  [org.jboss.as.osgi] (MSC service thread 1-15) JBAS011908: Unregister module: Module "deployment.sim-web.war:main" from Service Module Loader
  37. 17:28:16,709 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment sim-web.war in 248ms
  38. 17:28:16,711 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./sim-web" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./sim-web: JBAS018040: Failed to start context"},"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"sim-web.war\".jboss.security.jacc Missing[JBAS014861: <one or more transitive dependencies>]"]}}}