Page 1 of 1

Demo Admin getting error after login

Posted: Sat Feb 04, 2012 9:29 pm
by sai
I am trying to run the demo locally and accessing the admin page as
http://localhost:8080/broadleafdemo/admin.html

I am getting an error once I login to demo admin page using admin/admin ..it says
'GWT Module 'org.broadleafcommerce.admin.demoadmin' may need to be (re)compiled'

I tried by running GWT in a host mode ..by Ant --> gwt-run and launched the admin demo, once I login with admin/admin I am getting error ' plugin failed to connect to hosted mode server at ....'

The broadleaf demo works fine...I am having trouble with the admin once I login..

Can you please help me understand what am I missing here.

Re: Demo Admin getting error after login

Posted: Fri Feb 10, 2012 11:01 am
by jefffischer
Here are the steps I would try:

At the command line:

    1. execute mvn clean
    2. execute mvn install
    3. execute ant jetty-demo

This should launch the demo in a "production" style configuration. You should then be able to access the demo at the url you specified.