-
Notifications
You must be signed in to change notification settings - Fork 169
Cannot run sample #37
Comments
I cant run frontend, backend works ...
|
I can't run the frontend either... so much for a full-stack example :(
|
try run on java 8
…On Mon, Apr 2, 2018, 04:37 achaiah ***@***.***> wrote:
I can't run the frontend either... so much for a full-stack example :(
* What went wrong:
Execution failed for task ':frontend:npm-preunpack'.
> javax/xml/bind/DatatypeConverter
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIOEpQtyalSLDtMLjR8lvwXcwRGVNmOCks5tkY7UgaJpZM4SeDK0>
.
|
Yes, that worked. Thanks. Apparently the frontend cannot be built with jdk9. To build with jdk8 you can specify the following option: |
That doesn't work for me. Whenever I try to run the sample and connect to http://localhost:8080/, I get this message: "Error occured while trying to proxy to: localhost:8080/". |
same procedure and symptoms as inital posting: 08:57:47.724 [ktor-pool-1-thread-4] TRACE Thinkter - 200 OK: GET - / I used for build and run: Please help |
@picaron same issue here. Man, so much config going on behind the scenes... |
not a very convincing example ... 👎 |
Had the same problem. To solve the problem for now you can just update the single line in |
@jsvde Appreciate the suggestion, but I don't see the difference between "frontend/build.gradle from devDependency("babel-core") to devDependency("babel-core") at line 38" . Thanks P.S. I get stuck at 80% when I run it on windows: openjdk version "1.8.0_202-release" |
Should be |
This doesn't help. The build still hangs. |
I cloned the repo and ran both services (
./gradlew backend:run
and./gradlew frontend:run
)Both servers start successfully but it seems the backend is unable to load the resource :
/frontend/frontend.bundle.js
The text was updated successfully, but these errors were encountered: