Skip to content

Instantly share code, notes, and snippets.

@nurettin
Created October 19, 2012 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nurettin/3917750 to your computer and use it in GitHub Desktop.
Save nurettin/3917750 to your computer and use it in GitHub Desktop.
torquebox deployment error
14:36:46,907 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.deployment.unit."TIP-knob.yml".CONFIGURE_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."TIP-knob.yml".CONFIGURE_MODULE: JBAS018733: Failed to process phase CONFIGURE_MODULE of deployment "TIP-knob.yml"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:123) [jboss-as-server-7.1.x.incremental.1.jar:7.1.x.incremental.1]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_05]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_05]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_05]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
14:36:46,926 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS015870: Deploy of deployment "TIP-knob.yml" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"TIP-knob.yml\".CONFIGURE_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"TIP-knob.yml\".CONFIGURE_MODULE: JBAS018733: Failed to process phase CONFIGURE_MODULE of deployment \"TIP-knob.yml\"
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded"}}
14:36:46,931 INFO [org.jboss.as.server.deployment] (MSC service thread 1-15) JBAS015877: Stopped deployment TIP-knob.yml in 10ms
14:36:46,934 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"TIP-knob.yml\".CONFIGURE_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"TIP-knob.yml\".CONFIGURE_MODULE: JBAS018733: Failed to process phase CONFIGURE_MODULE of deployment \"TIP-knob.yml\"
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded"}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment