You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Joe Smith (JIRA)" <ji...@apache.org> on 2014/05/28 23:43:03 UTC

[jira] [Created] (AURORA-485) Broken SchedulerIT test

Joe Smith created AURORA-485:
--------------------------------

             Summary: Broken SchedulerIT test
                 Key: AURORA-485
                 URL: https://issues.apache.org/jira/browse/AURORA-485
             Project: Aurora
          Issue Type: Bug
          Components: Scheduler
            Reporter: Joe Smith
            Assignee: Suman Karumuri
            Priority: Blocker


{noformat}
org.apache.aurora.scheduler.app.SchedulerIT > testLaunch FAILED
    com.google.inject.CreationException: Guice creation errors:

    1) An exception was caught and reported. Message: resource bower_components/jquery/dist/jquery.js not found.
      at org.apache.aurora.scheduler.app.AppModule.configure(AppModule.java:115)

    1 error
        at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:435)
        at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:154)
        at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:106)
        at com.google.inject.Guice.createInjector(Guice.java:95)
        at com.google.inject.Guice.createInjector(Guice.java:72)
        at org.apache.aurora.scheduler.app.SchedulerIT.mySetUp(SchedulerIT.java:198)

        Caused by:
        java.lang.IllegalArgumentException: resource bower_components/jquery/dist/jquery.js not found.
            at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148)
            at com.google.common.io.Resources.getResource(Resources.java:229)
            at org.apache.aurora.scheduler.http.ServletModule.registerAsset(ServletModule.java:197)
            at org.apache.aurora.scheduler.http.ServletModule.registerJQueryAssets(ServletModule.java:114)
            at org.apache.aurora.scheduler.http.ServletModule.configure(ServletModule.java:100)
            at com.google.inject.AbstractModule.configure(AbstractModule.java:59)
            at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223)
            at com.google.inject.AbstractModule.install(AbstractModule.java:118)
            at org.apache.aurora.scheduler.app.AppModule.configure(AppModule.java:115)
            at com.google.inject.AbstractModule.configure(AbstractModule.java:59)
            at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223)
            at com.google.inject.spi.Elements.getElements(Elements.java:101)
            at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:133)
            at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:103)
            ... 3 more

    java.lang.IllegalStateException: calling verify is not allowed in record state
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)