score:6
Well, I finally figured it out. I feel like a bit of a dolt, but I'll post it here since it may be useful to someone else:
During earlier work on my project, I was experimenting with other potential libraries for various things: Mongo, BSON converters, etc. Of course, while experimenting, I was adding them to my IDE's project library dependencies (I'm using IntelliJ IDEA 12). Naturally, IntelliJ was downloading the JARs and placing them into my project's lib directory. However, after settling on the libraries that I wanted to use and removing the unnecessary ones from my project dependencies, IntelliJ did NOT delete/clean out the unused JARs from my project's lib directory. This resulted in a whole bunch of unnecessary JARs being in there, some of which presumably conflicted with the SBT libs.
In short: I cleaned out my Play project's lib directory, double-checked my project's library dependencies in the IDE, and re-imported only the JARs that I really needed.
Source: stackoverflow.com
Related Query
- Strange Play Framework 2.2 exceptions after trying to add MySQL / slick
- Trying to add scala-uri plugin to play framework
- Play Framework - add a field to JSON object
- Play framework + SLICK (Scalaquery) tutorial
- Scala, Play Framework Slick issue - could not find implicit value for parameter rconv
- Play Framework - dev server shutting down after refreshing
- How to add a prefix to all my routes in Play Framework 2?
- Play Framework - ExecutionContext cannot be resolved when trying to map a Promise
- Scala + Play Framework + Slick - Json as Model Field
- slick exception when trying to connect to MySql
- Play Framework 2.4 Scala missing parameter type for implicit request in Action after ActionRefiner
- The "right" way to use write Slick 3.0 Scala queries in Play Framework
- Cleanup after sending a file in Play Framework
- Play Framework 2.4.1: How to get configuration values just after configuration file has been loaded
- Handling exceptions in Play framework
- Play Framework -- add new directories to classpath
- Play framework 2.2.2 evolutions are not getting fired in mysql
- Scala + Play Framework + Slick + Akka - DB Access from Akka Actor
- How do I add filters for WebSocket requests in Play Framework
- Scala Play Framework Slick session doesn't work
- Play framework and Slick automatic database creation
- Scala Play Framework - getting "cannot enqueue after timer shutdown" error when running tests that involve Akka
- Using SORM with Play Framework causes reflection exceptions to be thrown
- how can I remove codes creating session in unit test for Play framework and slick
- Scala Play Framework 2.1 Slick 1.0 Cake Pattern Common Table Fields
- After application logout click on back button enter to application page in play framework
- Scala Play Framework application doesn't restart properly after changing sources
- Play framework 2.2 Slick dependency issue
- Slick 2: Delete row in slick with play framework
- Play Framework ws libray stream method stops after 2 minutes on connection
More Query from same tag
- Join three tables in Scala Slick or flatten nested tuples
- Information and management of the akka cluster using JMX console
- Scala - List of Strings to Square Cypher String
- How to correctly implement a custom number-like class in Scala?
- Is it possible to use implicit evidence to force static type compatibility between abstract types?
- Specs2 comparison of strings doesn't work with should
- Mixing existing Play static routes with new 'compile-time' dependency-injected controller instances
- Java EE replacement for Scala?
- Fast way to collect spark dataframe column value into a list (scala)
- spark add a col to dataframe with condtions on another df
- How to transform Spark Dataframe columns to a single column of a string array
- update one column in cassandra table
- Mapping a 2d Char list in Scala
- Converting a Heterogeneous List to and from Json in Play for Scala
- Why do I need to extend my case class with a function signature to work in Sparks rdd.mapPartition?
- How can I customize Scala ambiguous implicit errors when using shapeless type inequalities
- How to deserialize Flume's Avro events coming to Spark?
- Cannot access project-wide dependencies in source-generator files
- .pop() equivalent in scala
- Eclipse Scala IDE 4.1.1 - How to run the load project in the interpreter using a keyboard shortcut?
- Scala: the diffenence of method with brackets and not
- class defined in trait cannot be serialized
- Scala/Play: load template dynamically
- How to evaluate expressions that are the column values?
- Scala: Are Pattern Matching and Match Expression the Same in Scala?
- Sbt run command for multiple projects
- Scala Class Methods
- Akka HTTP Redirect Error
- Inserting JsNumber into Mongo
- how to do scala pattern matching on array?