Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Play2-scala now uses Play 2.6.0#2904

Merged
NateBrady23 merged 6 commits intoTechEmpower:masterfrom
mfirry:master
Jul 5, 2017
Merged

Play2-scala now uses Play 2.6.0#2904
NateBrady23 merged 6 commits intoTechEmpower:masterfrom
mfirry:master

Conversation

@mfirry
Copy link
Copy Markdown
Contributor

@mfirry mfirry commented Jun 28, 2017

No description provided.

@mfirry
Copy link
Copy Markdown
Contributor Author

mfirry commented Jun 28, 2017

I know, I should've squashed all those commits. Sorry.

@NateBrady23
Copy link
Copy Markdown
Member

@mfirry No need to squash. I sqaush with every merge.

This is failing:

Setup play2-scala: Oops, cannot start the server.
Setup play2-scala: java.lang.RuntimeException: No application loader is configured. Please configure an application loader either using the play.application.loader configuration property, or by depending on a module that configures one. You can add the Guice support module by adding "libraryDependencies += guice" to your build.sbt.
Setup play2-scala: 	at scala.sys.package$.error(package.scala:27)
Setup play2-scala: 	at play.api.ApplicationLoader$.play$api$ApplicationLoader$$loaderNotFound(ApplicationLoader.scala:43)
Setup play2-scala: 	at play.api.ApplicationLoader$.apply(ApplicationLoader.scala:70)
Setup play2-scala: 	at play.core.server.ProdServerStart$.start(ProdServerStart.scala:46)
Setup play2-scala: 	at play.core.server.ProdServerStart$.main(ProdServerStart.scala:22)
Setup play2-scala: 	at play.core.server.ProdServerStart.main(ProdServerStart.scala)

@mfirry
Copy link
Copy Markdown
Contributor Author

mfirry commented Jun 30, 2017

Can't understand what the issue is now

@mfirry
Copy link
Copy Markdown
Contributor Author

mfirry commented Jul 3, 2017

@nbrady-techempower any hint?

@NateBrady23
Copy link
Copy Markdown
Member

@mfirry Not really sure. Looks like there's some mongo issues?
Server play2-scala-reactivemongo: [error] r.c.a.MongoDBSystem - The entire node set is unreachable, is there a network problem?

@mfirry
Copy link
Copy Markdown
Contributor Author

mfirry commented Jul 3, 2017

I haven't touched that at all though.

@NateBrady23
Copy link
Copy Markdown
Member

@mfirry I'll rerun the job and see if it was a one-off problem. The other changes we made were making sure all db services were shut off between tests, so if this tests relies on mongo, and mongo isn't in the setup file, it will fail. It would pass before if mongo was in a setup file that ran previously.

@NateBrady23
Copy link
Copy Markdown
Member

@mfirry Also, looks like launchpad was down. So that might be the source of all of it. Ran again and we'll see what the output is.

@NateBrady23 NateBrady23 merged commit 0c85f07 into TechEmpower:master Jul 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants