I download JDK 8u261 x64 for Windows x64 , then set JAVA_HOME
, set PATH
environment variable.
I download https://mirror.downloadvn.com/apache/ofbiz/apache-ofbiz-17.12.04.zip
I run file gradlew.bat
I run command
gradlew cleanAll loadDefault
gradlew ofbiz
Running screenshot
use username: admin
, password: ofbiz
(Follow the guide at https://cwiki.apache.org/confluence/display/OFBIZ/Demo+and+Test+Setup+Guide )
But error
Error message: The Following Errors Occurred: following error occurred during login: User not found. How to fix it?
Follow guide at http://ofbiz.135035.n4.nabble.com/Following-error-occurred-during-login-User-not-found-td4706898.html , I run
gradlew "ofbiz ‐‐load-data readers=seed,seed-initial" loadAdminUserLogin -PuserLoginId=admin
but not success.
On Windows x64, I run
git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework
gradlew cleanAll loadDefault
gradle ofbiz
Wait about 40 minutes. Go to https://localhost:8443/accounting use username: admin
and password: ofbiz
.