Created
October 12, 2010 15:16
-
-
Save pmuir/622340 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SEVERE: Exception sending context initialized event to listener instance of class org.jboss.weld.environment.servlet.Listener | |
org.jboss.weld.exceptions.IllegalStateException: WELD-000117 Required service org.jboss.weld.resources.spi.ResourceLoader has not been specified | |
at org.jboss.weld.bootstrap.WeldBootstrap.verifyServices(WeldBootstrap.java:475) | |
at org.jboss.weld.bootstrap.WeldBootstrap$DeploymentVisitor.visit(WeldBootstrap.java:163) | |
at org.jboss.weld.bootstrap.WeldBootstrap$DeploymentVisitor.visit(WeldBootstrap.java:153) | |
at org.jboss.weld.bootstrap.WeldBootstrap.startContainer(WeldBootstrap.java:278) | |
at org.jboss.weld.environment.servlet.Listener.contextInitialized(Listener.java:126) | |
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972) | |
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4467) | |
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791) | |
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) | |
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546) | |
at org.jboss.arquillian.container.tomcat.embedded_6.TomcatContainer.deploy(TomcatContainer.java:165) | |
at org.jboss.arquillian.impl.handler.ContainerDeployer.callback(ContainerDeployer.java:62) | |
at org.jboss.arquillian.impl.handler.ContainerDeployer.callback(ContainerDeployer.java:50) | |
at org.jboss.arquillian.impl.event.MapEventManager.fire(MapEventManager.java:63) | |
at org.jboss.arquillian.impl.context.AbstractEventContext.fire(AbstractEventContext.java:115) | |
at org.jboss.arquillian.impl.EventTestRunnerAdaptor.beforeClass(EventTestRunnerAdaptor.java:78) | |
at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:162) | |
at org.jboss.arquillian.junit.Arquillian$3$1.evaluate(Arquillian.java:186) | |
at org.jboss.arquillian.junit.Arquillian$MultiStatementExecutor.execute(Arquillian.java:297) | |
at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:182) | |
at org.junit.runners.ParentRunner.run(ParentRunner.java:236) | |
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:127) | |
at org.junit.runners.Suite.runChild(Suite.java:128) | |
at org.junit.runners.Suite.runChild(Suite.java:24) | |
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) | |
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) | |
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) | |
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) | |
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) | |
at org.junit.runners.ParentRunner.run(ParentRunner.java:236) | |
at org.junit.runner.JUnitCore.run(JUnitCore.java:157) | |
at org.junit.runner.JUnitCore.run(JUnitCore.java:136) | |
at org.junit.runner.JUnitCore.run(JUnitCore.java:127) | |
at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:208) | |
at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:95) | |
at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:67) | |
at org.apache.maven.surefire.Surefire.run(Surefire.java:169) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) | |
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment