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]
