Hi Kurtis,

I'd suggest to post this log to the Opentaps forums

Jacopo

kurtis shipp wrote:
hello scott,thanks for the insight,I did "ant" build and extracted the 
following error:
classpath:
  classes:
    [javac] Compiling 2 source files to C:\opentaps-1.0.0-preview3\opentaps-1.0.
0\hot-deploy\catalogexport\build\classes
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:18: package or
g.ofbiz.product.catalog does not exist
    [javac] import org.ofbiz.product.catalog.CatalogWorker;
    [javac]                                  ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:19: package or
g.ofbiz.product.product does not exist
    [javac] import org.ofbiz.product.product.ProductContentWrapper;
    [javac]                                  ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:20: package or
g.ofbiz.product.category does not exist
    [javac] import org.ofbiz.product.category.CategoryContentWrapper;
    [javac]                                   ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:77: cannot fin
d symbol
    [javac] symbol  : variable CatalogWorker
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]         List prodCatalogCategories = CatalogWorker.getProdCatalogCat
egories(delegator, catalogId, "PCCT_BROWSE_ROOT");
    [javac]                                      ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:120: cannot fi
nd symbol
    [javac] symbol  : class CategoryContentWrapper
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]             CategoryContentWrapper contentWrapper = new CategoryCont
entWrapper(dispatcher, category, userLocale, null);
    [javac]             ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:120: cannot fi
nd symbol
    [javac] symbol  : class CategoryContentWrapper
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]             CategoryContentWrapper contentWrapper = new CategoryCont
entWrapper(dispatcher, category, userLocale, null);
    [javac]                                                         ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:157: cannot fi
nd symbol
    [javac] symbol  : class CategoryContentWrapper
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]         CategoryContentWrapper contentWrapper = new CategoryContentW
rapper(dispatcher, category, userLocale, null);
    [javac]         ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:157: cannot fi
nd symbol
    [javac] symbol  : class CategoryContentWrapper
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]         CategoryContentWrapper contentWrapper = new CategoryContentW
rapper(dispatcher, category, userLocale, null);
    [javac]                                                     ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:180: cannot fi
nd symbol
    [javac] symbol  : class CategoryContentWrapper
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]         CategoryContentWrapper contentWrapper = new CategoryContentW
rapper(dispatcher, category, userLocale, null);
    [javac]         ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:180: cannot fi
nd symbol
    [javac] symbol  : class CategoryContentWrapper
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]         CategoryContentWrapper contentWrapper = new CategoryContentW
rapper(dispatcher, category, userLocale, null);
    [javac]                                                     ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:222: cannot fi
nd symbol
    [javac] symbol  : class ProductContentWrapper
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]             ProductContentWrapper contentWrapper = new ProductConten
tWrapper(dispatcher, product, userLocale, null);
    [javac]             ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:222: cannot fi
nd symbol
    [javac] symbol  : class ProductContentWrapper
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]             ProductContentWrapper contentWrapper = new ProductConten
tWrapper(dispatcher, product, userLocale, null);
    [javac]                                                        ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:314: cannot fi
nd symbol
    [javac] symbol  : variable CatalogWorker
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]         List storeCatalogs = CatalogWorker.getStoreCatalogs(delegato
r, productStoreId);
    [javac]                              ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:332: cannot fi
nd symbol
    [javac] symbol  : class ProductContentWrapper
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]         ProductContentWrapper contentWrapper = new ProductContentWra
pper(dispatcher, product, userLocale, null);
    [javac]         ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:332: cannot fi
nd symbol
    [javac] symbol  : class ProductContentWrapper
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]         ProductContentWrapper contentWrapper = new ProductContentWra
pper(dispatcher, product, userLocale, null);
    [javac]                                                    ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:381: cannot fi
nd symbol
    [javac] symbol  : class ProductContentWrapper
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]         ProductContentWrapper contentWrapper = new ProductContentWra
pper(dispatcher, product, userLocale, null);
    [javac]         ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:381: cannot fi
nd symbol
    [javac] symbol  : class ProductContentWrapper
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]         ProductContentWrapper contentWrapper = new ProductContentWra
pper(dispatcher, product, userLocale, null);
    [javac]                                                    ^
    [javac] C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\s
rc\org\opentaps\product\catalog\export\CatalogExportServices.java:428: cannot fi
nd symbol
    [javac] symbol  : variable CatalogWorker
    [javac] location: class org.opentaps.product.catalog.export.CatalogExportSer
vices
    [javac]         List prodCatalogCategories = CatalogWorker.getProdCatalogCat
egories(delegator, catalogId, null);
    [javac]                                      ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 18 errors
  BUILD FAILED
C:\opentaps-1.0.0-preview3\opentaps-1.0.0\build.xml:118: The following error occ
urred while executing this line:
C:\opentaps-1.0.0-preview3\opentaps-1.0.0\hot-deploy\catalogexport\build.xml:84:
 Compile failed; see the compiler error output for details.
  Total time: 1 minute 44 seconds
kindly scrutinize!!!
Scott Gray <[EMAIL PROTECTED]> wrote:
  It' more likely the build didn't complete correctly, make sure you're using
jdk 1.5 and run:
ant clean
and then:
ant
and keep an eye out for any errors.

Regards
Scott

On 10/07/07, Amine AZZI wrote:
it seems that an import is missing in the bsh file.

Amine.

2007/7/10, kurtis shipp :
Yea, I did run "ant run-install" and the demo data were launched.

I followed the following sequence;

*Downloaded Opentap/OFBIZ
*run ant run-install
*start OFBIZ with startofbiz.bat
*attempted to open http://localhost:8080/ordermgr/control/main from
the
browser

there the error came up







Jacques Le Roux wrote:
Did you run "ant run-install" to launch demo data ?

Jacques

De : "kurtis shipp"
just installed opentap/OFBIZ and started it from command prompt,it
started well but while trying to open
http://localhost:8080/ordermgr/control/main in th browser,it gave the
following error:


:ERROR MESSAGE:
org.ofbiz.base.util.GeneralException: Error rendering screen
[component://order/widget/ordermgr/OrderViewScreens.xml#OrderHeaderListView]:
org.ofbiz.base.util.GeneralException: Error running
BSH script at location

[component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh]:
org.ofbiz.base.util.GeneralException: Error running BSH script at

[component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh],
line [31]: Sourced file:

component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh
: Attempt to resolve method: getProductStore() on
undefined variable or class name: ProductStoreWorker : at Line: 31 : in
file:

component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh
: ProductStoreWorker .getProductStore ( request )
(Sourced file:
component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh
: Attempt to resolve method:
getProductStore() on undefined variable or class name:
ProductStoreWorker)
(Error running BSH script at

[component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh],
line [31]: Sourced file:

component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh
: Attempt to resolve method: getProductStore() on
undefined variable or class name: ProductStoreWorker : at Line: 31 : in
file:

component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh
: ProductStoreWorker .getProductStore ( request )
(Sourced file:
component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh
: Attempt to resolve method:
getProductStore() on undefined variable or class name:
ProductStoreWorker)) (Error running BSH script at location

[component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh]:
org.ofbiz.base.util.GeneralException: Error running
BSH script at

[component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh],
line [31]: Sourced file:

component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh
: Attempt to resolve method: getProductStore() on
undefined variable or class name: ProductStoreWorker : at Line: 31 : in
file:

component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh
: ProductStoreWorker .getProductStore ( request )
(Sourced file:
component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh
: Attempt to resolve method:
getProductStore() on undefined variable or class name:
ProductStoreWorker)
(Error running BSH script at

[component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh],
line [31]: Sourced file:

component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh
: Attempt to resolve method: getProductStore() on
undefined variable or class name: ProductStoreWorker : at Line: 31 : in
file:

component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh
: ProductStoreWorker .getProductStore ( request )
(Sourced file:
component://order/webapp/ordermgr/WEB-INF/actions/order/filterorderlist.bsh
: Attempt to resolve method:
getProductStore() on undefined variable or class name:
ProductStoreWorker)))



what could be responsible for this and help on how to fix it.

thanks




---------------------------------
Don't get soaked. Take a quick peak at the forecast
with theYahoo! Search weather shortcut.



---------------------------------
Be a better Globetrotter. Get better travel answers from someone who
knows.
Yahoo! Answers - Check it out.


---------------------------------
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us.

Reply via email to