Skip to content

Instantly share code, notes, and snippets.

@emag
Created May 14, 2015 13:36
Show Gist options
  • Select an option

  • Save emag/aac9e213f3ad92ecc634 to your computer and use it in GitHub Desktop.

Select an option

Save emag/aac9e213f3ad92ecc634 to your computer and use it in GitHub Desktop.
jpa-fraction-stack-strace
22:35:27,093 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.4.Final
22:35:27,273 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Core 1.0.0.CR1 "Kenny" starting
22:35:28,592 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 6) WFLYCTL0006: Failed executing subsystem jpa boot operations: java.lang.IllegalArgumentException: WFLYCTL0156: step is null
at org.jboss.as.controller.AbstractOperationContext.addStep(AbstractOperationContext.java:258)
at org.jboss.as.controller.AbstractOperationContext.addStep(AbstractOperationContext.java:238)
at org.jboss.as.controller.AbstractOperationContext.addStep(AbstractOperationContext.java:227)
at org.jboss.as.controller.ParallelBootOperationContext.addStep(ParallelBootOperationContext.java:110)
at org.jboss.as.controller.ParallelBootOperationStepHandler$ParallelBootTask.run(ParallelBootOperationStepHandler.java:353)
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)
22:35:28,597 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 3) WFLYCTL0028: Attribute enabled is deprecated, and it might be removed in future version!
22:35:28,601 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) "java.lang.IllegalArgumentException: WFLYCTL0156: step is null"
22:35:28,603 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("parallel-subsystem-boot") failed - address: ([]) - failure description: "\"java.lang.IllegalArgumentException: WFLYCTL0156: step is null\""
22:35:28,607 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
22:35:28,609 INFO [org.jboss.as.server] (Thread-3) WFLYSRV0220: Server shutdown has been requested.
22:35:28,626 INFO [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: WildFly Core 1.0.0.CR1 "Kenny" stopped in 12ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment