Page 1 of 1

Problems with admin install

Posted: Sun Sep 27, 2009 11:49 am
by penguin71
I installed the app and got that working.
I have created a second tomcat instance and am trying to get the admin working.
While tomcat seems to startup correctly, my problems are these:

1) When I go to access the new instance I get this:
HTTP Status 404 - /broadleafadmin/welcome.htm
--------------------------------------------------------------------------------
type Status report
message /broadleafadmin/welcome.htm
description The requested resource (/broadleafadmin/welcome.htm) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/6.0.20


2) When I try to perform ant load-data within C:\broadleaf\src\BroadleafCommerceAdminWeb then I get this
C:\broadleaf\src\BroadleafCommerceAdminWeb>ant load-data
Buildfile: build.xml

load-data:

load-data:

BUILD FAILED
C:\broadleaf\src\BroadleafCommerceAdminWeb\build.xml:42: The following error occ
urred while executing this line:
C:\broadleaf\src\BroadleafCommerceDemo\build.xml:79: Replace: source file C:\bro
adleaf\src\BroadleafCommerceAdminWeb\config\mysql\stage\load_data.sql doesn't ex
ist

Total time: 5 seconds


sure enough when I check the zip file, there is no such file in the admin section.

ANY IDEAS??? :?:

Re: Problems with admin install

Posted: Mon Sep 28, 2009 3:25 pm
by bradford.taylor
Currently the load_data in the BroadleafCommerceAdminWeb isn't working. You can run the load_data target in the BroadleafCommerceDemo/build.xml and the data will be available for Admin.

As far as your 404 error; are you using the URL http://localhost:8080/broadleafadmin/Br ... Admin.html in your browser?

Re: Problems with admin install

Posted: Mon Sep 28, 2009 3:36 pm
by bradford.taylor
I have entered a ticket to fix the load_data target in BroadleafCommerceAdmin. It's ticket number 61: http://ubuntu.credera.com/trac/ticket/61.

Bradford Taylor

Re: Problems with admin install

Posted: Mon Sep 28, 2009 8:42 pm
by penguin71
Ya know, I had not tried http://localhost:8080/broadleafadmin/Br ... Admin.html

I just tried http://localhost:8080/broadleafadmin/ because that is what it said to use on the http://broadleafcommerce.org/trac/wiki/quickStartGuide ;)

It works now :D

Thanks!!

Re: Problems with admin install

Posted: Tue Sep 29, 2009 9:06 am
by bradford.taylor
Thanks for pointing that out. I have fixed the documentation now.