-
-
Notifications
You must be signed in to change notification settings - Fork 161
java.lang.VerifyError: Bad type on operand stack #122
Comments
I'm having exactly the same problem. I'm using Play version 2.3.7 On a side note, it has been frustrating to start using the Redis plugin, because the provided example uses the outdated Build.scala. The template I started with uses the now preferred build.sbt. The README says: add Being new to Play, I had no idea how to do this. Different examples use addSbtPlugin, libraryDependencies, appDependencies in various different files. I finally found this SO post that helped. Now I'm compiling, but when I run the app and hit the endpoint I get something like the error pasted in this issue: Cannot load plugin |
The above errors are from the webpage. From the console: ! @6l6ije61p - Internal server error, for (GET) [/] -> @6l6ije61p: Cannot load plugin
|
In my Play! app, I'm inlcuding the latest version of the plugin:
"com.typesafe" %% "play-plugins-redis" % "2.2.1"
When I do
sbt run
to run my Play app, the following traceback is observed:As you may have noticed, I'm using Scala 2.10 and Play 2.2.2.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: