playframework Questions
1
I try to run Play project in IntelliJ IDEA. i follow this document.
this is my config. api is my sub project
But when I hit run icon, my service start successful and immediately AkkaHttpServer - St...
Laureate asked 31/7, 2020 at 3:25
9
Solved
I'm running my Java project in IntelliJ 14.1.1 and I'm using play framework.
For some reason I can't compile any part of the code in IntelliJ (even though everything is working perfectly in the pla...
Boss asked 26/5, 2015 at 16:37
5
What can i do with this? I try to create bot for telegram with deploy on heroky. But i got this exception, when i Run my project. I using IntelliJ IDEA Ultimate. PlayFramework with sbt. Database - ...
Psia asked 11/5, 2017 at 22:54
3
Solved
I am trying to deploy a simple web application written using Play Framework in Scala to Amazon web service.
The web application is running OK in development mode and production mode in my local m...
Turboelectric asked 13/7, 2017 at 1:47
2
We developed a web application with play 2.2.3 and want to obfuscate it. I am trying to use sbt-proguard plugin. I put the line below to PROJECT_FOLDER/project/plugins.sbt file
addSbtPlugin("com.t...
Parthen asked 10/7, 2014 at 7:6
4
Solved
Searched for a few hours, but I'm stuck in a my learning curve for PlayFramework with JPA. I'm building a sample website where posts can be made. But these posts can have the states:
PostDraft (p...
Latticework asked 8/10, 2011 at 22:4
5
Solved
I have evolution problem Unknown data type: "JSONB" when running tests in playframework using
playframework v2.6.6 for scala
play-slick v3.0.2
play-slick-evolutions v3.0.2
postgresql - 42.0.0
h2...
Floorman asked 21/12, 2017 at 11:53
4
Solved
contains like functionality for play.api.libs.json.Json
val data=Map("id" -> "240190", "password" -> "password","email" -> "[email protected]")
data.contains("email")//true
val in...
Emeldaemelen asked 23/7, 2014 at 7:35
1
Here is exception I am getting
This is the configuration I am using in my c3p0
<property name="acquireIncrement">5</property>
<property name="preferredTestQuery">SELECT 1<...
Dandridge asked 17/8, 2016 at 11:4
6
Solved
I get the error below, but I can find the package in rt.jar.
I can see the JDK being used from Project Structure.
I'm not sure what's missing.
Error:(6, -1) Play 2 Compiler:
C:\user\projects\por...
Wilden asked 6/11, 2016 at 10:18
2
Solved
I've created an application in Play Framework using activator new.
Upon activator start this application it's giving me the following error:
Bad application path: -Dhttp.port=9000
How to solv...
Practically asked 5/1, 2015 at 14:13
8
Solved
For example, I have this Map value in Scala:
val m = Map(
"name" -> "john doe",
"age" -> 18,
"hasChild" -> true,
"childs" -> List(
Map("name" -> "dorothy", "age" -> 5, "h...
Anaesthetize asked 14/1, 2015 at 16:44
2
Solved
I'm attempting to test out Akka with Play 2.5 and I'm running into a compile error I can't seem to get around.
I'm following this page from the Play docs:
https://playframework.com/documentation/2...
Secunderabad asked 7/3, 2016 at 21:53
3
Solved
I need some resources (text files) for my tests in a Scala Play 2.0 application. Where can I put these files?
In a maven app I would put them into src/test/resources, but I cannot find anything ab...
Chuppah asked 6/10, 2012 at 19:11
5
Solved
We are building a fully RESTful back-end with the Play Framework. We are also building a separate web front-end with a different technology stack that will call the RESTful API.
How do we deploy bo...
Homolographic asked 31/7, 2013 at 20:31
2
Solved
I'm using Play framework to develop consumer for Instagram real-time API. But still could not perform x-hub-signature verification properly. So, how can we perform Instagram x-hub-signature verific...
Radiothorium asked 18/12, 2013 at 12:54
5
Solved
I'm using play framework in Java.
I want to retrieve the entire request body sent in a POST request to the play server. How can I retrieve it?
Engineer asked 12/4, 2014 at 19:4
1
Very often, when Play reloads the application after a code change, I receive the following error:
MongoError['The node set can not be reached! Please check your network
connectivity.']
The Mo...
Aura asked 6/9, 2016 at 17:46
8
Solved
I am using IDEA 13 with Play 2.2.1 and was doing the examples on the play site.
public static Result index() {
return redirect(routes.Application.tasks());
}
IDEA says "cannot resolve method re...
Haematosis asked 5/2, 2014 at 12:39
3
Solved
This JSON automated mapping example from the play documentation fails. why?
https://www.playframework.com/documentation/2.5.x/ScalaJsonAutomated
libraryDependencies += "com.typesafe.play" %% "play...
Outhouse asked 28/4, 2016 at 21:58
3
Solved
I deploy Play applications in distributed environments, backed by a remote MySQL database. Specifically, the applications are hosted on heroku, and the database is on Amazon RDS (though this really...
Burrow asked 17/12, 2014 at 22:56
7
Solved
I'm writing a web application with some ACL requirements: a user can make changes to some items, some items may be editable by several users, administrator can edit anything and a manager can edit ...
Wristlet asked 31/8, 2011 at 18:16
3
Solved
I cleaned my ~/.ivy2/cache directory.
My project/plugins.sbt file :
$ cat project/plugins.sbt
// Comment to get more information during initialization
logLevel := Level.Warn
// The Typesafe repos...
Libelant asked 21/8, 2020 at 2:6
2
Solved
I am developing an application in Scala Play 2.5.4. I want to test my database interactions, and am attempting to do so by the method recommended in this page.
The trouble is, I am unable to impor...
Prochronism asked 1/8, 2016 at 19:3
0
I am new to Mac and Scala/Play-framework and trying to setup and run a webapp locally, but getting an error which I assume is an issue with the M1 silicone processor. Installing the webapp with sbt...
Elgar asked 26/10, 2022 at 8:2
1 Next >
© 2022 - 2025 — McMap. All rights reserved.