Search code examples
ofbiz

Cannot login OFBiz 17.12.04: The Following Errors Occurred: following error occurred during login: User not found


gradlew cleanAll loadDefault
gradlew ofbiz

Running screenshot

enter image description here

  • I go to https://localhost:8443/accounting/control/login

use username: admin, password: ofbiz (Follow the guide at https://cwiki.apache.org/confluence/display/OFBIZ/Demo+and+Test+Setup+Guide )

But error

enter image description here

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.

enter image description here


Solution

  • 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 .