Project

General

Profile

gradlew.bat issue

Added by Greg Shah over 6 years ago

From james jo:

Hi, I've been encountering an issue following the installation of FWD on a windows system using the steps outlined on https://proj.goldencode.com/projects/p2j/wiki/Development_Environment_Setup
The issue is that when I attempt to build the project using the gradlew.bat all command I receive an error:

`org.apache.http.ssl.SSLInitialization: C:Usersjoeyjojo.keystore (The system cannot find the file specified)`

What can I do to remedy this problem?


Replies (1)

RE: gradlew.bat issue - Added by Greg Shah over 6 years ago

From Hynek:

james jo wrote:

Hi, I've been encountering an issue following the installation of FWD on a windows system using the steps outlined on https://proj.goldencode.com/projects/p2j/wiki/Development_Environment_Setup
The issue is that when I attempt to build the project using the gradlew.bat all command I receive an error:

`org.apache.http.ssl.SSLInitialization: C:Usersjoeyjojo.keystore (The system cannot find the file specified)`

What can I do to remedy this problem?

James, we will have to gather some more information to help diagnose the issue. Please rerun gradlew.bat with the debug option and attach the output here, see below the command to use.

gradlew.bat -d all > gradle.out 2>&1

    (1-1/1)