Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-360

Build failure in petstoreDashboard

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • V1Beta
    • 1.0
    • Samples
    • None
    • Windows, Tomcat

    Description

      ant -f %BEEHIVE_HOME%\samples\PetstoreDashboard\build.xml

      (NOTE: I doubt it matters but ... petstoreWeb app was successfully built and deployed to Tomcat previous to running build.xml for the dashboard.)

      Build spew in shell below
      No errors in Tomcat console-->

      (Build failed: )
      D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot>ant -f %BEEHIVE_HOME%\samples\PetstoreDashboard\build
      .xml
      Buildfile: D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\build.xml

      dirs:

      genClient:
      [wsdl2java] WSDL2Java http://localhost:8080/petstoreWeb/PetstoreInventoryManager.jws?wsdl
      [wsdl2java] Exception in thread "Thread-0" java.lang.StackOverflowError
      [wsdl2java] at java.util.HashMap.get(HashMap.java:320)
      [wsdl2java] at org.apache.axis.wsdl.symbolTable.SchemaUtils.getComplexElementExtensionBase(SchemaUtils.java:961)
      [wsdl2java] at org.apache.axis.wsdl.symbolTable.SchemaUtils.getBaseType(SchemaUtils.java:1863)
      [wsdl2java] at org.apache.axis.wsdl.toJava.JavaGeneratorFactory.javifyTypeEntryName(JavaGeneratorFactory.java:532)

      <...... Repeat above line a zillion times .......>

      compile:
      [javac] Compiling 2 source files to D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\Petst
      oreDashboard\build\classes
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      Dashboard.java:34: package org.apache.beehive.petstore does not exist
      [javac] import org.apache.beehive.petstore.PetstoreInventoryManager;
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      Dashboard.java:40: cannot find symbol
      [javac] symbol : class PetstoreInventoryManager
      [javac] location: class ui.PetStoreDashboard
      [javac] PetstoreInventoryManager store;
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:51: package org.apache.beehive.petstore does not exist
      [javac] import org.apache.beehive.petstore.InvalidIdentifierException;
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:52: package org.apache.beehive.petstore does not exist
      [javac] import org.apache.beehive.petstore.PetstoreInventoryManager;
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:53: package org.apache.beehive.samples.petstore.model does not exist
      [javac] import org.apache.beehive.samples.petstore.model.Item;
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:54: package org.apache.beehive.samples.petstore.model.ws does not exist
      [javac] import org.apache.beehive.samples.petstore.model.ws.Category;
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:55: package org.apache.beehive.samples.petstore.model.ws does not exist
      [javac] import org.apache.beehive.samples.petstore.model.ws.Product;
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      Dashboard.java:44: cannot find symbol
      [javac] symbol : class PetstoreInventoryManager
      [javac] location: class ui.PetStoreDashboard
      [javac] public PetStoreDashboard(PetstoreInventoryManager store) {
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:63: cannot find symbol
      [javac] symbol : class PetstoreInventoryManager
      [javac] location: class ui.PetStoreProductView
      [javac] PetstoreInventoryManager store;
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:75: cannot find symbol
      [javac] symbol : class PetstoreInventoryManager
      [javac] location: class ui.PetStoreProductView
      [javac] public PetStoreProductView(PetstoreInventoryManager store) {
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:264: cannot find symbol
      [javac] symbol : class Item
      [javac] location: class ui.PetStoreProductView.ProductDetailModel
      [javac] Item[] items = null;
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:266: cannot find symbol
      [javac] symbol : class Product
      [javac] location: class ui.PetStoreProductView.ProductDetailModel
      [javac] public ProductDetailModel(Product product) throws RemoteException {
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:239: cannot find symbol
      [javac] symbol : class Product
      [javac] location: class ui.PetStoreProductView.ProductItemView
      [javac] public void setProductItem(Product product) {
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:364: cannot find symbol
      [javac] symbol : class Category
      [javac] location: class ui.PetStoreProductView.ProductCategoryInfo
      [javac] Category category;
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:369: cannot find symbol
      [javac] symbol : class Category
      [javac] location: class ui.PetStoreProductView.ProductCategoryInfo
      [javac] public Category getCategory() {
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:376: cannot find symbol
      [javac] symbol : class Category
      [javac] location: class ui.PetStoreProductView.ProductCategoryInfo
      [javac] public ProductCategoryInfo(Category category) {
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:389: cannot find symbol
      [javac] symbol : class Product
      [javac] location: class ui.PetStoreProductView.ProductInfo
      [javac] Product product;
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:394: cannot find symbol
      [javac] symbol : class Product
      [javac] location: class ui.PetStoreProductView.ProductInfo
      [javac] public Product getProduct() {
      [javac] ^
      [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore
      ProductView.java:401: cannot find symbol
      [javac] symbol : class Product
      [javac] location: class ui.PetStoreProductView.ProductInfo
      [javac] public ProductInfo(Product product)

      { [javac] ^ [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore Dashboard.java:79: cannot find symbol [javac] symbol : class PetstoreInventoryManager [javac] location: class ui.PetStoreDashboard [javac] PetstoreInventoryManager store; [javac] ^ [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore Dashboard.java:82: package org.apache.beehive.petstore does not exist [javac] store = (org.apache.beehive.petstore.PetstoreInventoryManagerSoapBindingStub) [javac] ^ [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore Dashboard.java:83: package org.apache.beehive.petstore does not exist [javac] new org.apache.beehive.petstore.PetstoreInventoryManagementServiceLocator().ge tPetstoreInventoryManager(); [javac] ^ [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore Dashboard.java:92: package org.apache.beehive.petstore does not exist [javac] ((org.apache.beehive.petstore.PetstoreInventoryManagerSoapBindingStub)store).setTimeout(60000); [javac] ^ [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore ProductView.java:144: cannot find symbol [javac] symbol : class Category [javac] location: class ui.PetStoreProductView [javac] Category[] categories = store.listCategories(); [javac] ^ [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore ProductView.java:155: cannot find symbol [javac] symbol : class Product [javac] location: class ui.PetStoreProductView [javac] Product[] products = store.listProducts(info.getCategory() [javac] ^ [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore ProductView.java:285: cannot find symbol [javac] symbol : class Item [javac] location: class ui.PetStoreProductView.ProductDetailModel [javac] Item curItem = items[row]; [javac] ^ [javac] D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\src\ui\PetStore ProductView.java:340: cannot find symbol [javac] symbol : class InvalidIdentifierException [javac] location: class ui.PetStoreProductView.ProductDetailModel [javac] }

      catch (InvalidIdentifierException e) {
      [javac] ^
      [javac] 27 errors

      BUILD FAILED
      D:\TEMP\TestingBeehive\Zips\apache-beehive-incubating-svn-snapshot\samples\PetstoreDashboard\build.xml:55: Compile faile
      d; see the compiler error output for details.

      Total time: 10 seconds

      Attachments

        1. BEEHIVE-360-build.xml
          1 kB
          Jeremiah Johnson
        2. BEEHIVE-360.txt
          17 kB
          Jeremiah Johnson

        Activity

          People

            dmehrtash daryoush mehrtash
            heathers Heather Stephens
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: