NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Error Starting WSGEN When Generating and Copying WSDL From Web Service

 
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users
View previous topic :: View next topic  
Author Message
Chris55



Joined: 03 Jan 2009
Posts: 7
Location: New Jersey, U.S.A.

PostPosted: Fri Oct 30, 2009 2:27 am    Post subject: Error Starting WSGEN When Generating and Copying WSDL From Web Service Reply with quote

I am having a problem generating and copying WSDL from a web service. The WS
uses an input parameter that was generated from a xsd using JAXB. There was
no problem generating the JAXB classes nor seeing those types when
specifying the WS. Although the WS input parameter is a complex type, I can
successfully create the Test WS. I have been unable to test the WS using
SOAPUI because I need to generate the WSDL first.

My environment... OS: Window Vista; AppSvr: Glassfish 2.1; IDE: Netbeans
6.7.1.

The Output console is...

init:
deps-module-jar:
init:
deps-jar:
compile:
library-inclusion-in-archive:
Copying 1 file to
C:\Users\Chris\Documents\NetBeansProjects\partner_console\ContextDaoBean\build\jar
Copying 1 file to
C:\Users\Chris\Documents\NetBeansProjects\partner_console\ContextDaoBean\build\jar
Building jar:
C:\Users\Chris\Documents\NetBeansProjects\partner_console\ContextDaoBean\dist\ContextDaoBean.jar
dist:
deps-ear-jar:
deps-jar:
xjc-typedef-target:
jaxb-code-generation:
files are up to date
library-inclusion-in-archive:
Copying 1 file to
C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\build\web\WEB-INF\lib
Copying 1 file to
C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\build\web\WEB-INF\lib
Copying 1 file to
C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\build\web\WEB-INF\lib
Copying 1 file to
C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\build\web\WEB-INF\lib
Copying 1 file to
C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\build\web\WEB-INF\lib
Copying 1 file to
C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\build\web\WEB-INF\lib
library-inclusion-in-manifest:
wsgen-init:
Created dir:
C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\build\generated-sources\jax-ws\resources
wsgen-BugReportSvc:
command line: wsgen -classpath "C:\Program
Files\Java\jdk1.6.0_06\lib\tools.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\build\web\WEB-INF\classes;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\GlassFish_v2.x\webservices-api.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\GlassFish_v2.x\webservices-tools.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\GlassFish_v2.x\webservices-rt.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\GlassFish_v2.x\appserv-jstl.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\GlassFish_v2.x\javaee.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\GlassFish_v2.x\appserv-ws.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\GlassFish_v2.x\mail.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\GlassFish_v2.x\activation.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\GlassFish_v2.x\jsf-impl.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\GlassFish_v2.x\appserv-tags.jar;C:\Users\Chris\Documents\NetBeansProjects\partner_console\ContextDaoBean\dist\ContextDaoBean.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\jaxb\activation.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\jaxb\jaxb-api.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\jaxb\jaxb-impl.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\jaxb\jaxb-xjc.jar;C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\lib\jaxb\jsr173_api.jar"
-d
C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\build\generated-sources\jax-ws
-keep -wsdl -r
C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\build\generated-sources\jax-ws\resources
-s
C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\build\generated-sources\jax-ws
-verbose com.orderclothes.partnerconsole.xml.services.BugReportSvc
Note: ap round: 1
[ProcessedMethods Class:
com.orderclothes.partnerconsole.xml.services.BugReportSvc]
[should process method: setBugReport hasWebMethods: true ]
[endpointReferencesInterface: false]
[declaring class has WebSevice: true]
[returning: true]
[WrapperGen - method:
setBugReport(org.netbeans.xml.schema.bugreportschema.BugReportType)]
[method.getDeclaringType():
com.orderclothes.partnerconsole.xml.services.BugReportSvc]
[requestWrapper:
com.orderclothes.partnerconsole.xml.services.jaxws.SetBugReport]
[ProcessedMethods Class: java.lang.Object]
com\orderclothes\partnerconsole\xml\services\jaxws\ExceptionBean.java
com\orderclothes\partnerconsole\xml\services\jaxws\SetBugReport.java
com\orderclothes\partnerconsole\xml\services\jaxws\SetBugReportResponse.java
Note: ap round: 2
C:\Users\Chris\Documents\NetBeansProjects\PartnerConsoleApi\nbproject\jaxws-build.xml:16:
Error starting wsgen:
BUILD FAILED (total time: 1 second)


Thank you in advance for your assistance.

Chris
--
View this message in context: http://www.nabble.com/Error-Starting-WSGEN-When-Generating-and-Copying-WSDL-From-Web-Service-tp26124099p26124099.html
Sent from the Netbeans - J2EE mailing list archive at Nabble.com.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo