You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Bryan Che (JIRA)" <be...@incubator.apache.org> on 2004/11/03 16:14:35 UTC

[jira] Created: (BEEHIVE-58) PetStoreDashboard doesn't build

PetStoreDashboard doesn't build
-------------------------------

         Key: BEEHIVE-58
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-58
     Project: Beehive
        Type: Bug
  Components: Samples  
    Versions: V1Alpha    
 Environment: beehive trunk and branch tip on linux
    Reporter: Bryan Che


I tried building the PetStoreDashboard according to the directions at /samples/PetStoreDashboard/README.txt.    Running ant inside of BEEHIVE_HOME/samples/PetStoreDashboard fails at the getClient phase.  The ant task succeeds, but no Java is generated due to an IOException.  Here is a verbose output of that phase:

>ant -v genClient
Apache Ant version 1.6.2 compiled on July 16 2004
Buildfile: build.xml
Detected Java version: 1.5 in: /opt/jdk1.5.0/jre
Detected OS: Linux
parsing buildfile /home/bche/src/svn/beehive/v1-alpha/build/dist/apache-beehive-incubating-1.0-alpha-snapshot/samples/PetStoreDashboard/build.xml with URI = file:///home/bche/src/svn/beehive/v1-alpha/build/dist/apache-beehive-incubating-1.0-alpha-snapshot/samples/PetStoreDashboard/build.xml
Project base dir set to: /home/bche/src/svn/beehive/v1-alpha/build/dist/apache-beehive-incubating-1.0-alpha-snapshot/samples/PetStoreDashboard
Build sequence for target `genClient' is [dirs, genClient]
Complete build sequence is [dirs, genClient, clean, compile, run, all, test, ]

dirs:

genClient:
[wsdl2java] Running Wsdl2javaAntTask with parameters:
[wsdl2java] 	verbose:false
[wsdl2java] 	debug:false
[wsdl2java] 	quiet:false
[wsdl2java] 	server-side:false
[wsdl2java] 	skeletonDeploy:false
[wsdl2java] 	helperGen:false
[wsdl2java] 	factory:null
[wsdl2java] 	nsIncludes:[]
[wsdl2java] 	nsExcludes:[]
[wsdl2java] 	factoryProps:[]
[wsdl2java] 	testCase:true
[wsdl2java] 	noImports:false
[wsdl2java] 	NStoPkg:{}
[wsdl2java] 	output:/home/bche/src/svn/beehive/v1-alpha/build/dist/apache-beehive-incubating-1.0-alpha-snapshot/samples/PetStoreDashboard/build/generated
[wsdl2java] 	protocolHandlerPkgs:
[wsdl2java] 	deployScope:
[wsdl2java] 	URL:http://localhost:8080/petstoreWeb/PetstoreInventoryManager.jws?wsdl
[wsdl2java] 	all:false
[wsdl2java] 	typeMappingVersion:1.1
[wsdl2java] 	timeout:45000
[wsdl2java] 	failOnNetworkErrors:false
[wsdl2java] 	printStackTraceOnFailure:true
[wsdl2java] 	namespaceMappingFile:null
[wsdl2java] 	username:null
[wsdl2java] 	:passwordnull
[wsdl2java] 	:noWrappedfalse
[wsdl2java] 	:implementationClassNamenull
[wsdl2java] 	:classpathnull
[wsdl2java] 	http.proxyHost=null
[wsdl2java] 	http.proxyPort=null
[wsdl2java] 	http.proxyUser=null
[wsdl2java] 	http.proxyPassword=null
[wsdl2java] 	socks.proxyHost=null
[wsdl2java] 	socks.proxyPort=null
[wsdl2java] WSDL2Java http://localhost:8080/petstoreWeb/PetstoreInventoryManager.jws?wsdl
[wsdl2java] java.io.IOException: Type {http://awt.java}Image is referenced but not defined.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-58) PetStoreDashboard doesn't build

Posted by "Bryan Che (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-58?page=history ]
     
Bryan Che closed BEEHIVE-58:
----------------------------

    Resolution: Fixed

This bug happened because I put the sun jars in my /samples/petStoreWeb/WEB-INF/lib dir under svn and assumed that they would be copied over during an ant build.dist.  The jars weren't copied over, so my webapp didn't have the activation.jar.  Manually copying over the jars resolved the problem

> PetStoreDashboard doesn't build
> -------------------------------
>
>          Key: BEEHIVE-58
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-58
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1Alpha
>  Environment: beehive trunk and branch tip on linux
>     Reporter: Bryan Che

>
> I tried building the PetStoreDashboard according to the directions at /samples/PetStoreDashboard/README.txt.    Running ant inside of BEEHIVE_HOME/samples/PetStoreDashboard fails at the getClient phase.  The ant task succeeds, but no Java is generated due to an IOException.  Here is a verbose output of that phase:
> >ant -v genClient
> Apache Ant version 1.6.2 compiled on July 16 2004
> Buildfile: build.xml
> Detected Java version: 1.5 in: /opt/jdk1.5.0/jre
> Detected OS: Linux
> parsing buildfile /home/bche/src/svn/beehive/v1-alpha/build/dist/apache-beehive-incubating-1.0-alpha-snapshot/samples/PetStoreDashboard/build.xml with URI = file:///home/bche/src/svn/beehive/v1-alpha/build/dist/apache-beehive-incubating-1.0-alpha-snapshot/samples/PetStoreDashboard/build.xml
> Project base dir set to: /home/bche/src/svn/beehive/v1-alpha/build/dist/apache-beehive-incubating-1.0-alpha-snapshot/samples/PetStoreDashboard
> Build sequence for target `genClient' is [dirs, genClient]
> Complete build sequence is [dirs, genClient, clean, compile, run, all, test, ]
> dirs:
> genClient:
> [wsdl2java] Running Wsdl2javaAntTask with parameters:
> [wsdl2java] 	verbose:false
> [wsdl2java] 	debug:false
> [wsdl2java] 	quiet:false
> [wsdl2java] 	server-side:false
> [wsdl2java] 	skeletonDeploy:false
> [wsdl2java] 	helperGen:false
> [wsdl2java] 	factory:null
> [wsdl2java] 	nsIncludes:[]
> [wsdl2java] 	nsExcludes:[]
> [wsdl2java] 	factoryProps:[]
> [wsdl2java] 	testCase:true
> [wsdl2java] 	noImports:false
> [wsdl2java] 	NStoPkg:{}
> [wsdl2java] 	output:/home/bche/src/svn/beehive/v1-alpha/build/dist/apache-beehive-incubating-1.0-alpha-snapshot/samples/PetStoreDashboard/build/generated
> [wsdl2java] 	protocolHandlerPkgs:
> [wsdl2java] 	deployScope:
> [wsdl2java] 	URL:http://localhost:8080/petstoreWeb/PetstoreInventoryManager.jws?wsdl
> [wsdl2java] 	all:false
> [wsdl2java] 	typeMappingVersion:1.1
> [wsdl2java] 	timeout:45000
> [wsdl2java] 	failOnNetworkErrors:false
> [wsdl2java] 	printStackTraceOnFailure:true
> [wsdl2java] 	namespaceMappingFile:null
> [wsdl2java] 	username:null
> [wsdl2java] 	:passwordnull
> [wsdl2java] 	:noWrappedfalse
> [wsdl2java] 	:implementationClassNamenull
> [wsdl2java] 	:classpathnull
> [wsdl2java] 	http.proxyHost=null
> [wsdl2java] 	http.proxyPort=null
> [wsdl2java] 	http.proxyUser=null
> [wsdl2java] 	http.proxyPassword=null
> [wsdl2java] 	socks.proxyHost=null
> [wsdl2java] 	socks.proxyPort=null
> [wsdl2java] WSDL2Java http://localhost:8080/petstoreWeb/PetstoreInventoryManager.jws?wsdl
> [wsdl2java] java.io.IOException: Type {http://awt.java}Image is referenced but not defined.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira