WebSphere Process Server messages     Operating Systems: All supported

WSWS

WSWS0001E: The path "{0}" is not an absolute path.
Problem The name of the published WSDL file must be an fully qualified, absolute, path name.
User response Provide an absolute path.
WSWS0002E: The parent directory for directory "{0}" does not exist.
Problem The directory into which the published WSDL file is to be placed must already exist.
User response Name an existing directory.
WSWS0003E: Protocol must be either "http" or "https", not "{0}".
Problem The only valid choices for the protocol are "http" and "https".
User response sSpecify either "http" or "https".
WSWS0004E: Port must be a positive number, not "{0}".
Problem Port must be a positive number.
User response Provide a positive number.
WSWS0005E: An exception occurred while attempting to extract module "{0}" from the application EAR file into the file system. The exception is "{1}".
Problem The exception details should provide additional information.
User response The exception details should give guidance on what to do.
WSWS0006E: An exception occured while attempting to construct a WSDLParser on WSDL file "{0}" in module "{1}". The exceptions is "{2}".
Problem The exception details should provide additional information.
User response The exception details should give guidance on what to do.
WSWS0007E: The Web services Deployment Descriptor "webservices.xml" for module {0} has a webservice-description element whose wsdl-file element is "{1}". The webservice-description element contains a port-component element with the elements port-qname-namespace = {2} and port-qname-localname = {3}. The wsdl file must contain a targetNameSpace whose value matches the binding file's port-qname-namespace, and it must contain a port whose name attribute matches the port-qname-localname.
Problem The values in the wsdl file and the Web services Deployment Descriptor must match up.
User response Correct one of the files.
WSWS0008E: Cannot set the soap address into the published WSDL file. Failed when calling WSLDParser.setSoapAddress() with wsdlNameSpace={0}, wsdlPortName={1}, and soapAddressURI={2}. The input WSDL file is {3} for module {4}.
Problem There may be a syntax error in the input WSDL file.
User response Check the input WSDL file for any errors.
WSWS0009E: Caught an exception while saving input WSDL file {0} for module {1} to filename {2}. The exceptions is {3}.
Problem Could not create output WSDL file.
User response The exception details should give some guidance.
WSWS0010E: Caught an exception while creating a working directory. The exception is {0}.
Problem Could not create a working directory.
User response The exception details should give some guidance.
WSWS0011E: Caught an exception while trying to get an InputStream for file {0} in module {1}. The exception is {2}.
Problem Could not get the InputStream.
User response The exception details should give some guidance.
WSWS0012E: Failed while looking in the application ear file''s application.xml for a Web module whose name is {0}. Perhaps the EndpointEnabler has not been run on the application.
Problem The ibm-webservice-bnd.dtd file of Web service enabled jar file has routeModuleName attribute whose value does not match any Web module described in the application's application.xml file. Or, a Web service enabled war file does not appear i the application's application.xml file.
User response Check the ibm-webservice-bnd.dtd and application.xml files. Make sure the endpointEnabler has been run on the ear file.
WSWS0013E: The module {0}''s Web services Deployment Descriptor, webservices.xml, has a wsdl-file element for the file {1}. However, the module's bindingfile, {2}, doesn't have a ws-desc-binding element for that WSDL file.
Problem There is a mismatch between the information in the Web services Deployment Descriptor and the information in the Web services Binding file.
User response Make the two files consistent.
WSWS0015E: Caught an exception while trying to get an InputStream for file {0}. The exception is {1}.
Problem The exception details should provide additional information.
User response The exception details should give some guidance.
WSWS0016E: The webservices.xml file for module {0} refers to WSDL file "{1}", but the module does not contain a WSDL file by that name.
Problem If a webservices.xml file has a reference to a WSDL file then that WSDL file must exist in the module.
User response Add the expected WSDL file.
WSWS0018E: The module {0} does not contain a Web services binding file, {1}. Run the endptEnabler command on the EAR file before installing to add this file.
Problem A Web service enabled module must contain a Web services binding file.
User response Add the missing binding file using either the Assembly Toolkit or the endptEnabler command.
WSWS0019E: The resource bundle {0} for locale {1} could not be opened. Exception {2}
Problem The resource bundle for your locale was not found. This will prevent logging of information.
User response If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS0020E: Internal Error: {0}
Problem This exception is unexpected. The cause is not immediately known.
User response If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS0021E: In the Web services Deployment Descriptor for module "{0}", there is no wsdl-file element for webservice-deployment descriptor number {1}.
Problem The Web services Deployment Descriptor is not properly formed, one if its webservice-description elements does not have a wsdl-file element.
User response Fix the DeploymentDescriptor.
WSWS0022E: In the Web services Deployment Descriptor for module "{0}", the portcomponent element number {1} of webservice-description element number {2} is not properly formed.
Problem The Web services Deployment Descriptor is not properly formed, one if its webservice-description elements has an improperly formed portcomponent element.
User response Fix the DeploymentDescriptor.
WSWS0023E: The Web services bindings file, {0}, for module {1} does not contain any properly formatted routerModules elements
Problem The Web services binding file does not contain a properly formatted "routerModules" element.
User response Fix the bindings file.
WSWS0024E: A Web services enabled EJB-JAR module must be deployed to the same server as its router module. However the EJB-JAR module "{0}" is deployed to "{1}" while its router module. "{2}" is deployed to "{3}".
Problem Each EBJ-JAR file must have a related router WAR module.
User response Fix the application.
WSWS0025E: Caught an Exception while copying a file. The source file is {0}. The target file is {1}. The exception is {2}.
Problem An IOException occurred while copying a file.
User response The exception details should give some guidance.
WSWS0026E: The file system name "{0}" is needed for a directory in the published WSDL file tree. However, the name already exists in the file system and is not a directory.
Problem There is a name conflict between directory and file system name.
User response Remove the file.
WSWS0027E: In the Web services Deployment Descriptor for module "{0}", there is no webservice-description-name element for webservice-deployment descriptor number {1}.
Problem The Web services Deployment Descriptor is not properly formed, one if its webservice-description elements does not have a webservice-description-name element.
User response Fix the DeploymentDescriptor.
WSWS0028W: completeTask : Cannot close InputStream "{0}"
Problem This exception is unexpected. The cause is not immediately known.
User response If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS0029E: getServerName: MapModulesToServers :taskData did not contain a row for moduleURIString "{0}"
Problem This is a programming error. All the modules shouldhave server names.
User response This exception is unexpected. The cause is not immediately known.
WSWS0030E: MapModulesToServersAccessor.getNodeNamesFromServerString: the string "{0}" does not have the correct syntax.
Problem This is a programming error. Assume that theMapModulesToServers task should have already validated thatthe user input has the correct syntax.
User response This exception is unexpected. The cause is not immediately known.
WSWS0031E: If a servlet is linked to a webservice.xml file'''s port-component, then the module'''s web.xml file must contain no more than one servlet-mapping for that servlet. However, in module {0}, web.xml contains more than one servlet-mapping element for servlet {1}.
Problem The web.xml file contains an error.
User response Repair the web.xml file.
WSWS0032E: If a servlet is linked to from a webservice.xml file'''s port-component, and the module'''s web.xml file contains a url-pattern for that servlet, then the url-pattern must be an exact match pattern, that is it must not contain an asterisk("*"). However, in module {0}, web.xml contains a url-pattern of {1} for servlet {2}.
Problem The web.xml file contains an error.
User response Repair the web.xml file.
WSWS0033E: In the webservices.xml file for a Web services enabled WAR module, a port-component''s service-impl-bean must be servlet-link, not an EJB-link. However in module {0}, webservice.xml has a port-component named {1} whose service-impl-bean is not a servlet-link.
Problem The webservices.xml file contains an error.
User response Repair the webservices.xml file.
WSWS0034E: In module {0}, the WSDL file {1} contains a port named {2}, but there is no corresponding port component in the Web services deployment descriptor.
Problem One of the WSDL files in a module is inconsistent with the Web services deployment descriptor.
User response remove the inconsistency, either by removing the port from the WSDL file or adding a corresponding port-component to the Deployment Descriptor.
WSWS0035E: The ibm-webservices-bnd.xml for EJB module {0} says that the associated router WAR module is {1}. However that WAR module does not exist in the application.
Problem The router war module is missing from the application.
User response Fix the application.
WSWS0036E: {0} is the router module for Web services enabled module {1}. The router modules web.xml file must contain a servlet-mapping stanza with a url-pattern and a servlet-name of {2}, but it does not.
Problem The router WAR's web.xml is not correct.
User response Make sure the servlet-mapping element is there and that it contains a url-pattern.
WSWS0037W: The module {0} contains WSDL file {1}. It is recommended that WSDL files reside in or below WEB-INF/wsdl (for WAR modules) and META-INF/wsdl (for JAR modules).
Problem Older versions of Web services specification allowed the wsdl-file element of the Web services Deployment Descriptor to point anywhere in the module. The current version recommends that all WSDL files reside in or below WEB-INF/wsdl (for WAR modules) and META-INF/wsdl (for JAR modules).. In the future, WSDL files that do not reside in or below the appropriate wsdl directory will not be published to URI, or to file.
User response Move all WSDL files to the wsdl directory.
WSWS0038E: Error from Web services deploy tool: {0}
Problem Web services deploy tool reported an error, the deployment may have failed.
User response Examine the error message from WSDeploy tool to determine the source of the problem.
WSWS0039W: Warning from Web services deploy tool: {0}
Problem Web services deploy tool reports a warning, the deployment may or may not fail.
User response Examine the warning message from WSDeploy to determine whether any corrective action is necessary.
WSWS0040I: Message from Web services deploy tool: {0}
Problem None.
User response None.
WSWS0041I: Web services deploy task completed successfully.
Problem The Web services deploy task has completed successfully.
User response None.
WSWS0042E: The Web services bindings file for module {0} contains router module stanza whose transport type is neither jms nor http, but, incorrectly, {1}
Problem The Web services bindings file has incorrect information
User response Correct the Web services bindings file
WSWS0043E: The EJB module {0} does not have an associated router module
Problem For all Web services enabled EJB module, at least one router module has to be created within the same application
User response Run endpointEnabler to add appropriate router modules
WSWS0044E: Can not locate the deploy target for module: {0}
Problem All applications have to deployed into either a server or a cluster.
User response Correct the deployment.xml for this the application or reinstall the application.
WSWS0045E: The router war module for EJB module {0} is {1}, but its web.xml is missing a url pattern for port component {2}.
Problem The web.xml for the router war module should have one url pattern for each port component defined within webservices.xml.
User response Correct the web.xml for this router module.
WSWS0046E: The JMS router MDB module {0} does not contain a WebSphere IBM binding file.
Problem This exception is unexpected. The cause is not immediately known.
User response If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WSWS0047E: Can not find any WSDL files to publish.
Problem All Web services enabled applications should have at least one wsdl file.
User response If the application is Web services enabled, check to see whether wsdl files are packaged with the application.
WSWS0048I: Web services endpointenabler task completed successfully.
Problem The Web services endpointenabler task has completed successfully.
User response None.
WSWS0049E: The EJB URL suffix {0} is not correctly formatted. It must have the form <property_name>=<value>[&<propety_name>=<value>], where the valid property_names are {1}. For example {2}
Problem Incorrect user input for EJB URL suffix
User response Provide correct input.
WSWS0050E: The Web services client bind file, ibm-webservicesclient-bnd.xmi, contains port type {0} which is not a valid port type for this client.
Problem There is an inconsistency in the Web services client configurartion.
User response Ensure that the WSDL file configured for this client contains the port type.
WSWS0051W: Custom Property parameter configured for {0} module {1} was ignored.
Problem Only element zero of the custom property parameters object is used.
User response Product code should make sure the properties configured are combined into the first parameter element. Report an error to support.
WSWS0052E: Preferred port mapping could not be created for module {0} client Web service {1}
Problem An problem occurred while creating a mapping of port types and the ports that could be configured for them. This information is generated from the client deployment descriptor and the WSDL file.
User response Ensure that Web services client in this module is probably configured and the WSDL file identified in the client deployment descriptor is in the module.
WSWS0053E: The port {0} is not valid for port type {1} for Web service {2}, module {3}{4}
Problem A Web service client preferred port must implement its port type. The client WSDL file specifies ports, bindings and port types.
User response Specify a preferred port that implements the port type.
WSWS0054E: the JMS URL prefix {0} is not correctly formatted. It must start with jms:/[queue|topic]?, and the destination and connectionFactory must not contain java:comp.
Problem Incorrect user input for JMS URL prefix.
User response Provide correct input.
WSWS0055E: The value for Web service scope, {0}, for a port in module {1} is invalid.
Problem Incorrect user input provided for Web service scope.
User response Provide correct input. Correct values are Application, Request, and Session.
WSWS0056E: The value for Web service client request timeout, {0}, for a port in module {1} is invalid.
Problem Incorrect user input provided for Web service client resquest timeout. The timeout is number of milliseconds to wait for a request to complete.
User response Provide correct input. The value must be a positive integer, 0, or -1.
WSWS0057E: The value for Web service client overridden endpoint URL, {0}, for a port in module {1} is invalid.
Problem The user input provided for Web service client overridden endpoint URL is not a valid URL.
User response Provide correct input. The value must be a valid URL that represents an HTTP port, JMS port, or a local ejb.
WSWS0058E: The deployed WSDL, {0}, could not be found for the Web service client in module {1}.
Problem The user input provided for Web service client's deployed WSDL is invalid.
User response Provide correct input. The deployed WSDL value must be a uri relative to the module and represent a WSDL file that is in the client's module.
WSWS0059E: The Web service client overridden binding namespace, {0}, for module {1} cannot be specified if the overridden endpoint URL is not defined.
Problem The overridden binding namespace cannot be specified unless the overridden endpoint URL is specified or previously defined.
User response Provide a value for Web service client overridden endpoint URL or do not specify a value for the overridden binding namespace.
Reference topic    

Terms of Use | Feedback

Last updated: Jun 13, 2009 1:00:35 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.ws.webservices.deploy.resources.deployMessages.html

© Copyright IBM Corporation 2006, 2009. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)