-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle run error #36
Comments
Hi, |
I Used the "/" in the path, as shown in the other issue. This log is shown: BUILD SUCCESSFUL in 7s
FAILURE: Build failed with an exception.
BUILD FAILED in 16s |
org.openqa.selenium.WebDriverException: unknown error: Failed to create Chrome process Das sagt ja, dass er deinen Chrome nicht starten kann - kann also sein, dass das ein Rechteproblem ist, oder er den Browser nicht findet. Welche Chrome-Version nutzt du denn und wo ist er installiert? |
Ja, so habe ich das auch verstanden. allerdings verstehe ich nicht, wieso. Die chrome.exe liegt hier: C:\Program Files\Google\Chrome\Application Habe ich da etwas übersehen? |
Hmm - da fällt mir auf die schnelle auch nix auf / ein. Hast du mal das hier ausprobiert? (info/debug/scan) Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. |
Ja, daraus werde ich aber auch nicht schlau. Was hättest du denn gern? dann lass ich es eben nochmal laufen.... |
Unter info wird klar, dass er das das Java nicht geladen bekommt. ich verstehe aber nicht wie ich das ändern kann. C:\Users\lucal\Desktop\impf-bot-master>gradle run --info
> Task :compileJava NO-SOURCE
FAILURE: Build failed with an exception.
BUILD FAILED in 4s |
Hmm bei adopt gibt es ja Hotspot und die openJ9 vm, vielleicht liegt es an der Hotspot Version? Ansonsten: probier doch mal das "java.com" jdk 16 von oracle, damit läuft es bei mir |
Leider hat das auch nicht geholfen. Ich bin immernoch auf der Suche. Bald verbringe ich mehr Zeit damit als die nervige Seite von Hand zu aktualisieren. Falls jemand noch einen Tipp hat, gern her damit. |
Denke das einfachste wäre, Docker zu installieren und den Dockercontainer zu nutzen. Wenn sogar die offizielle Java-Version nicht funktioniert, wüsste ich auch nicht mehr |
Das vermute ich auch. Dann werde ich mich da mal dran wagen. |
Ich habe das gleiche Problem in meinem Docker container |
|
Das hat es behoben für mich
|
Hi,
i spend almost the whole night searching for the solution, reinstalled java, etc, but I still get this error with gradle run. Do you have an idea what to do?
FAILURE: Build failed with an exception.
Execution failed for task ':run'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 15s
3 actionable tasks: 1 executed, 2 up-to-date
The text was updated successfully, but these errors were encountered: