aslak

Untitled

Nov 9th, 2011
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 5.45 KB | None | 0 0
  1. 10:53:56,676 INFO  [org.jboss.as.server.deployment] (pool-1-thread-1) Content added at location /home/aslak/dev/servers/jboss-as-7.0.2.Final/standalone/data/content/93/66776d2e1ebebaf9ba8d3d74120df60f21afb4/content
  2. 10:53:56,689 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) Starting deployment of "621ee699-749c-4fb8-add8-7d797e2ec54a.war"
  3. 10:53:56,965 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) added javax.persistence.api dependency to 621ee699-749c-4fb8-add8-7d797e2ec54a.war
  4. 10:53:57,293 INFO  [org.jboss.web] (MSC service thread 1-1) registering web context: /621ee699-749c-4fb8-add8-7d797e2ec54a
  5. 10:53:57,366 INFO  [org.jboss.as.server.controller] (pool-1-thread-1) Deployed "621ee699-749c-4fb8-add8-7d797e2ec54a.war"
  6. 10:53:57,756 INFO  [org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer] (http--127.0.0.1-8080-1) BeanManager not found.
  7. 10:53:57,850 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) Stopped deployment 621ee699-749c-4fb8-add8-7d797e2ec54a.war in 31ms
  8. 10:53:57,861 INFO  [org.jboss.as.server.controller] (pool-1-thread-1) Undeployed "621ee699-749c-4fb8-add8-7d797e2ec54a.war"
  9. 10:53:58,701 INFO  [org.jboss.as.server.deployment] (pool-1-thread-1) Content added at location /home/aslak/dev/servers/jboss-as-7.0.2.Final/standalone/data/content/dd/230ce8971a203347cd9378af504ee874daaf53/content
  10. 10:53:58,708 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) Starting deployment of "arquillian-service"
  11. 10:53:58,896 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) added javax.persistence.api dependency to arquillian-service
  12. 10:53:58,911 INFO  [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) JBossOSGi Framework Core - 1.0.0.CR8
  13. 10:53:58,953 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jbosgi.SystemBundle: org.jboss.msc.service.StartException in service jbosgi.SystemBundle: Failed to start service
  14.     at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1780) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
  15.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
  16.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
  17.     at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
  18. Caused by: java.lang.NullPointerException
  19.     at java.io.Writer.write(Writer.java:157) [:1.6.0_22]
  20.     at java.io.BufferedWriter.newLine(BufferedWriter.java:242) [:1.6.0_22]
  21.     at java.util.Properties.writeComments(Properties.java:688) [:1.6.0_22]
  22.     at java.util.Properties.store0(Properties.java:822) [:1.6.0_22]
  23.     at java.util.Properties.store(Properties.java:813) [:1.6.0_22]
  24.     at org.jboss.osgi.framework.internal.BundleStorageState.writeProperties(BundleStorageState.java:204)
  25.     at org.jboss.osgi.framework.internal.BundleStorageState.createBundleStorageState(BundleStorageState.java:105)
  26.     at org.jboss.osgi.framework.internal.BundleStoragePlugin.createStorageState(BundleStoragePlugin.java:120)
  27.     at org.jboss.osgi.framework.internal.SystemBundleState.createStorageState(SystemBundleState.java:100)
  28.     at org.jboss.osgi.framework.internal.SystemBundleService.start(SystemBundleService.java:86)
  29.     at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
  30.     at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
  31.     ... 3 more
  32.  
  33. 10:53:59,163 INFO  [org.jboss.as.server.controller] (pool-1-thread-1) Deployment of "arquillian-service" was rolled back with failure message Operation handler failed to complete
  34. 10:53:59,164 INFO  [org.jboss.as.controller] (pool-1-thread-1) Service status report
  35.    New missing/unsatisfied dependencies:
  36.       service jbosgi.AutoInstallProvider.COMPLETE (missing)
  37.       service jbosgi.internal.PersistentBundles.COMPLETE (missing)
  38.   Services which failed to start:
  39.       service jbosgi.SystemBundle: org.jboss.msc.service.StartException in service jbosgi.SystemBundle: Failed to start service
  40.  
  41. 10:53:59,209 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) Stopped deployment arquillian-service in 43ms
  42. 10:53:59,209 INFO  [org.jboss.as.controller] (MSC service thread 1-4) Service status report
  43.    Newly corrected services:
  44.       service jbosgi.AutoInstallProvider.COMPLETE (no longer required)
  45.       service jbosgi.internal.PersistentBundles.COMPLETE (no longer required)
  46.  
  47. 10:53:59,215 INFO  [org.jboss.as.server.deployment] (pool-1-thread-1) Content added at location /home/aslak/dev/servers/jboss-as-7.0.2.Final/standalone/data/content/0e/2f8aba15080a27618e709515b7ed6472bac058/content
  48. 10:53:59,218 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) Starting deployment of "8cca9f11-0818-4494-932f-779523c7ec11.war"
  49. 10:53:59,225 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) added javax.persistence.api dependency to 8cca9f11-0818-4494-932f-779523c7ec11.war
  50. 10:53:59,428 INFO  [org.jboss.as.server.controller] (pool-1-thread-1) Deployment of "8cca9f11-0818-4494-932f-779523c7ec11.war" was rolled back with failure message {"Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"8cca9f11-0818-4494-932f-779523c7ec11.war\".CONFIGURE_MODULE missing [ jboss.module.information.service.\"deployment.arquillian-service\".main ]"]}
  51. 10:53:59,435 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) Stopped deployment 8cca9f11-0818-4494-932f-779523c7ec11.war in 7ms
  52.  
  53.  
Advertisement
Add Comment
Please, Sign In to add comment