[ 
https://issues.apache.org/jira/browse/AURORA-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011671#comment-14011671
 ] 

David McLaughlin edited comment on AURORA-485 at 5/28/14 9:58 PM:
------------------------------------------------------------------

In .gitignore we have:

{quote}
dist/
{quote}

Which meant this change would have passed locally, but the jquery dist 
directory was excluded from the commit. We can either manually include 
jquery.js or modify the .gitignore and rerun the bower commands. 


was (Author: davmclau):
In .gitignore we have:

{quote}
dist/
{quote}

Which meant this change would have passed locally, but the jquery dist filed 
excluded from the commit. We can either manually include jquery.js or modify 
the .gitignore and rerun the bower commands. 

> 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)

Reply via email to