- I download JDK 8u261 x64 for Windows x64 , then set JAVA_HOME, set PATH environment variable.
- I donwload 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: https://user-images.githubusercontent.com/1328316/95867411-51e13780-0d93-11eb-81db-dfa90ef57cbc.png - I go to https://localhost:8443/accounting/control/login use username: admin, password: ofbiz But error: screenshot: https://user-images.githubusercontent.com/1328316/95867345-41c95800-0d93-11eb-9d0c-7046ee1a9e05.png Error message: The Following Errors Occurred: following error occurred during login: User not found. How to fix it? |
Hi Vy,
Your message has been moderated, else it would not have reached this Mailing List. Please subscribe to the mailing list, See why here http://ofbiz.apache.org/mailing-lists.html. -- Thanks & Regards Pawan Verma ofbiz.apache.org On Tue, Oct 13, 2020 at 7:06 PM Vy Do <[hidden email]> wrote: > - I download JDK 8u261 x64 for Windows x64 , then set JAVA_HOME, set PATH > environment variable. > > - I donwload > 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: > https://user-images.githubusercontent.com/1328316/95867411-51e13780-0d93-11eb-81db-dfa90ef57cbc.png > > - I go to https://localhost:8443/accounting/control/login > > use username: admin, password: ofbiz > > But error: screenshot: > https://user-images.githubusercontent.com/1328316/95867345-41c95800-0d93-11eb-9d0c-7046ee1a9e05.png > > Error message: > The Following Errors Occurred: > following error occurred during login: User not found. > > How to fix it? > > |
In reply to this post by Vy Do
I also post question at here https://stackoverflow.com/questions/64336397/cannot-login-ofbiz-17-12-04
|
Hi Vy,
Your message has been moderated, else it would not have reached this Mailing List. Please subscribe to the user ML for such questions and then use your email client. See why here http://ofbiz.apache.org/mailing-lists.html. You will get better support, people can answer you on the ML. The wider the audience the better the answers you might get. Also, it's more work for moderators who have to accept your messages as long as you have not subscribed. I'll personally no longer accept them (other moderators still could). Thanks Pawan Verma |
Pawan,
Please include the user email address as well, else he will not get your email. Thanks & Regards -- Deepak Dixit ofbiz.apache.org On Tue, Oct 13, 2020 at 7:37 PM Pawan Verma <[hidden email]> wrote: > Hi Vy, > > Your message has been moderated, else it would not have reached this > Mailing List. > > Please subscribe to the user ML for such questions and then use your email > client. > See why here http://ofbiz.apache.org/mailing-lists.html. > > You will get better support, people can answer you on the ML. > The wider the audience the better the answers you might get. > > Also, it's more work for moderators who have to accept your messages as > long as you have not subscribed. > I'll personally no longer accept them (other moderators still could). > > Thanks > Pawan Verma > |
In reply to this post by Vy Do
Hi Vy Do,
It seems data load issue, as you mentioned you are using "cleanAll loadDefault" but loadDefault is deprecated and replaced with loadAll Please run following command *`gradlew cleanAll loadAll`* Thanks & Regards -- Deepak Dixit ofbiz.apache.org On Tue, Oct 13, 2020 at 7:06 PM Vy Do <[hidden email]> wrote: > - I download JDK 8u261 x64 for Windows x64 , then set JAVA_HOME, set PATH > environment variable. > > - I donwload > 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: > https://user-images.githubusercontent.com/1328316/95867411-51e13780-0d93-11eb-81db-dfa90ef57cbc.png > > - I go to https://localhost:8443/accounting/control/login > > use username: admin, password: ofbiz > > But error: screenshot: > https://user-images.githubusercontent.com/1328316/95867345-41c95800-0d93-11eb-9d0c-7046ee1a9e05.png > > Error message: > The Following Errors Occurred: > following error occurred during login: User not found. > > How to fix it? > > |
Free forum by Nabble | Edit this page |