admin user is part of demo data, you need to create new admin user login, as mentioned by Paul.
For more detail please refer README.md file. http://svn.apache.org/repos/asf/ofbiz/branches/release16.11/README.md.html Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Fri, Mar 2, 2018 at 8:55 AM, Sean Turner <[email protected]> wrote: > I'm sorted, I ran java -jar build/libs/ofbiz.jar --load-data, and I was > able to log in > > On Fri, Mar 2, 2018 at 12:21 AM, Sean Turner <[email protected] > > > wrote: > > > That solved it, thank you Paul! > > > > Is there something I need to do to enable the default admin user with > > password ofbiz? > > > > On Fri, Mar 2, 2018 at 8:16 AM, Paul Foxworthy <[email protected]> > > wrote: > > > >> On 2 March 2018 at 09:29, Sean Turner <[email protected]> > >> wrote: > >> > >> > >> > I'm trying to create a fresh install (without the preloaded data), but > >> I'm > >> > running into some issues. Maybe I'm missing a step. I'm on a Mac, and > my > >> > version of Java is 1.8.0_144. > >> > > >> > I first run : > >> > svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 > >> > ofbiz.16.11 > >> > Then in the ofbiz directory I run ./gradlew build > >> > Then I run ./gradlew ofbiz > >> > > >> > When I got to https://localhost:8443/accounting/control/login, I see > >> the > >> > following in my browser: > >> > > >> > ERROR rendering error page [/error/error.jsp] > >> > >> > >> Hi Sean, > >> > >> Have you imported the seed data? If you're starting on a production > >> system, > >> you don't need the demo data, but you will need seed. > >> > >> Try this: > >> > >> gradlew "ofbiz --load-data readers=seed,seed-initial" > >> > >> Cheers > >> > >> Paul Foxworthy > >> > >> -- > >> Coherent Software Australia Pty Ltd > >> PO Box 2773 > >> Cheltenham Vic 3192 > >> Australia > >> > >> Phone: +61 3 9585 6788 > >> Web: http://www.coherentsoftware.com.au/ > >> Email: [email protected] > >> > > > > >
