-
When Play is running with hot reloating (`sbt run`), pickling can't load a very simple, sealed class.
```
play.api.Application$$anon$1: Execution exception[[RuntimeException: java.lang.ExceptionInIni…
-
When defining a helper method in app/views/package.scala
```
package views
package object html {
case class PresentationElement(first: String, index: Int, second: String)
def helperMethod(list:…
-
How I reproduce this error:
- clean repository folder from play2.2.1
- git clone git://github.com/arcane86/ReactiveCouchbase-SecureSocial-Sample
- play run
- go to http://localhost:9000/
At this poin…
-
-
Graylog server 1.2.2
I was trying to export a query to CSV and it came back with the error "unable to chunk data this request requires HTTP 1.1 but 1.0 was used" (I am using the latest version of Chr…
-
I am trying to use this endpoint to start the training. I have already created the bounding boxes for my whole dataset. I checked the h2 db and the data seems correct: http://imgur.com/a/sCzAO
When…
-
I write a extremely simple demo, which works well on my OSX. When I run it on Win7, it gives me a NPE.
I don't know where I'm doing wrong or it's a bug on Windows.
`plugins.sbt`
addSbtPlugi…
-
Facing this known issue with max key length while starting Dr Elephant.
Did follow the steps in below url to fix it but still facing same issue .
https://github.com/linkedin/dr-elephant/wiki/FAQ…
-
The main problem is that my connection was dropped and I wanted to setup a connection pool.
I'm trying to integrate the JDBC driver with a play scala application and also trying to use the anorm fo…
-
Hey guys,
I am trying to generate spark json schema for below format-
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"maintenanceWorkOrder"…