ohair@286: # alanb@368: # Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. ohair@286: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ohair@286: # ohair@286: # This code is free software; you can redistribute it and/or modify it ohair@286: # under the terms of the GNU General Public License version 2 only, as ohair@286: # published by the Free Software Foundation. Oracle designates this ohair@286: # particular file as subject to the "Classpath" exception as provided ohair@286: # by Oracle in the LICENSE file that accompanied this code. ohair@286: # ohair@286: # This code is distributed in the hope that it will be useful, but WITHOUT ohair@286: # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ohair@286: # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ohair@286: # version 2 for more details (a copy is included in the LICENSE file that ohair@286: # accompanied this code). ohair@286: # ohair@286: # You should have received a copy of the GNU General Public License version ohair@286: # 2 along with this work; if not, write to the Free Software Foundation, ohair@286: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. ohair@286: # ohair@286: # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA ohair@286: # or visit www.oracle.com if you need additional information or have any ohair@286: # questions. ohair@286: # ohair@286: ohair@286: no.sunjaxws.xml=Runtime descriptor "{0}" is missing ohair@286: ohair@286: listener.parsingFailed=WSSERVLET11: failed to parse runtime descriptor: {0} ohair@286: JAXRPCSERVLET11.diag.cause.1=WSRuntimeInfoParser could not parse sun-jaxws.xml runtime descriptor ohair@286: WSSERVLET11.diag.check.1=Please check the sun-jaxws.xml file to make sure it is correct ohair@286: WSSERVLET11.diag.cause.2=The sun-jaxws.xml runtime deployment descriptor may be missing ohair@286: WSSERVLET11.diag.check.2=Please check the jaxrpc-ri.xml file to make sure it is present in the war file ohair@286: ohair@286: ohair@286: listener.info.initialize=WSSERVLET12: JAX-WS context listener initializing ohair@286: WSSERVLET12.diag.cause.1=Context listener starting ohair@286: WSSERVLET12.diag.check.1=Normal web service startup ohair@286: ohair@286: listener.info.destroy=WSSERVLET13: JAX-WS context listener destroyed ohair@286: WSSERVLET13.diag.cause.1=Context listener shutdown ohair@286: WSSERVLET13.diag.check.1=Normal web service shutdown ohair@286: ohair@286: servlet.info.initialize=WSSERVLET14: JAX-WS servlet initializing ohair@286: WSSERVLET14.diag.cause.1=Web Services servlet starting up. ohair@286: WSSERVLET14.diag.check.1=Normal Web Service deployment. Deployment of service complete. ohair@286: ohair@286: servlet.info.destroy=WSSERVLET15: JAX-WS servlet destroyed ohair@286: WSSERVLET15.diag.cause.1=Web Services servlet shutdown. ohair@286: WSSERVLET15.diag.check.1=Normal Web service undeployment. Undeployment complete. ohair@286: ohair@286: servlet.warning.missingContextInformation=WSSERVLET16: missing context information ohair@286: WSSERVLET16.diag.cause.1=The jaxrpc-ri.xml file may be missing from the war file ohair@286: WSSERVLET16.diag.check.1=Unjar the service war file; check to see that the jaxrpc-ri-runtime.xml file is present ohair@286: ohair@286: ohair@286: servlet.warning.duplicateEndpointName=WSSERVLET17: duplicate endpoint name ohair@286: WSSERVLET17.diag.cause.1=Two or more endpoints with the same name where found in the jaxrpc-ri.xml runtime descriptor ohair@286: WSSERVLET17.diag.check.1=Note that this may cause problems with service deployment ohair@286: ohair@286: ohair@286: servlet.info.emptyRequestMessage=WSSERVLET18: got empty request message ohair@286: WSSERVLET18.diag.cause.1=Message sent by client is empty ohair@286: WSSERVLET18.diag.check.1=This may or may not be intentional. If not examine client program for errors. ohair@286: ohair@286: servlet.trace.gotRequestForEndpoint=WSSERVLET19: got request for endpoint: {0} ohair@286: WSSERVLET19.diag.cause.1=Client request for this endpoint arrived ohair@286: WSSERVLET19.diag.check.1=Informational message only. Normal operation. ohair@286: ohair@286: servlet.error.noImplementorForEndpoint=WSSERVLET20: no implementor for endpoint: {0} ohair@286: WSSERVLET20.diag.cause.1=Implementation for this service can not be found ohair@286: WSSERVLET20.diag.check.1=Unzip the war, are the tie and serializer classes found? ohair@286: ohair@286: servlet.trace.invokingImplementor=WSSERVLET21: invoking implementor: {0} ohair@286: WSSERVLET21.diag.cause.1=The Web service is being invoked ohair@286: WSSERVLET21.diag.check.1=Normal web service invocation. ohair@286: ohair@286: servlet.error.noEndpointSpecified=WSSERVLET22: no endpoint specified ohair@286: WSSERVLET22.diag.cause.1=A request was invoked with no endpoint ohair@286: WSSERVLET22.diag.check.1=Set endpoint with stub.setTargetEndpoint property ohair@286: ohair@286: servlet.error.noResponseMessage=WSSERVLET23: no response message ohair@286: WSSERVLET23.diag.cause.1=The request generated no response from the service ohair@286: WSSERVLET23.diag.check.1=If a response was expected, check that a request message was actually sent ohair@286: WSSERVLET23.diag.check.2=The request may be malformed and be accepted by the service, yet did not generate a response ohair@286: ohair@286: servlet.trace.writingFaultResponse=WSSERVLET24: writing fault response ohair@286: WSSERVLET24.diag.cause.1=SOAPFault message is being returned to the client. ohair@286: WSSERVLET24.diag.check.1=Tracing message fault recorded. ohair@286: ohair@286: servlet.trace.writingSuccessResponse=WSSERVLET25: writing success response ohair@286: WSSERVLET25.diag.cause.1=SOAPMessage response is being returned to client ohair@286: WSSERVLET25.diag.check.1=Tracing message, normal response. ohair@286: ohair@286: servlet.warning.duplicateEndpointUrlPattern=WSSERVLET26: duplicate URL pattern in endpoint: {0} ohair@286: WSSERVLET26.diag.cause.1=The endpoint URL is a duplicate ohair@286: WSSERVLET26.diag.check.1=This may cause a problem, please remove duplicate endpoints ohair@286: ohair@286: servlet.warning.ignoringImplicitUrlPattern=WSSERVLET27: unsupported implicit URL pattern in endpoint: {0} ohair@286: WSSERVLET27.diag.cause.1=Implicit URLS are not supported in this release ohair@286: WSSERVLET27.diag.check.1=Remove the implicit URL ohair@286: ohair@286: servlet.faultstring.missingPort=WSSERVLET28: Missing port information ohair@286: WSSERVLET28.diag.cause.1=Target endpoint is null ohair@286: WSSERVLET28.diag.check.1=Set target endpoint with stub.setTargetEndpoint() property. ohair@286: ohair@286: servlet.faultstring.portNotFound=WSSERVLET29: Port not found ({0}) ohair@286: WSSERVLET29.diag.cause.1=A port is specified, but a corresponding service implementation is not found ohair@286: WSSERVLET29.diag.check.1=Is the port valid? Unzip the war file and make sure the tie and serializers are present ohair@286: ohair@286: servlet.faultstring.internalServerError=WSSERVLET30: Internal server error ({0}) ohair@286: WSSERVLET30.diag.cause.1=There was a server error processing the request ohair@286: WSSERVLET30.diag.check.1=This could be due to a number of causes. Check the server log file for exceptions. ohair@286: ohair@286: error.servlet.caughtThrowableWhileRecovering=WSSERVLET51: caught throwable while recovering from a previous exception: {0} ohair@286: WSSERVLET51.diag.cause.1=Service processing of the request generated an exception; while attempting to return a SOAPPFaultMessage a throwable was again generated ohair@286: WSSERVLET51.diag.check.1=Check the server.xml log file for exception information ohair@286: ohair@286: error.servlet.caughtThrowable=WSSERVLET49: caught throwable: {0} ohair@286: WSSERVLET49.diag.cause.1=Service processing of the request generated an exception; while attempting to return a SOAPFaultMessage a throwable was again generated ohair@286: WSSERVLET49.diag.check.1=Check the server.xml log file for exception information ohair@286: ohair@286: error.servlet.caughtThrowableInInit=WSSERVLET50: caught throwable during servlet initialization: {0} ohair@286: WSSERVLET50.diag.cause.1=WS runtime sun-jaxws.xml or web.xml may be incorrect ohair@286: WSSERVLET50.diag.check.1=Verify that sun-jaxws.xml and web.xml are correct in the service war file ohair@286: WSSERVLET50.diag.cause.2=Application server deployment descriptors may be incorrect ohair@286: WSSERVLET50.diag.check.2=Verify that Application server deployment descriptors are correct in the service war file ohair@286: WSSERVLET50.diag.cause.3=There may some Application Server initialization problems ohair@286: WSSERVLET50.diag.check.3=Check the server.xml file in the domain directory for failures ohair@286: ohair@286: publisher.info.applyingTransformation=WSSERVLET31: applying transformation with actual address: {0} ohair@286: WSSERVLET31.diag.cause.1=Transformation being applied ohair@286: WSSERVLET31.diag.check.1=Normal operation ohair@286: ohair@286: publisher.info.generatingWSDL=WSSERVLET32: generating WSDL for endpoint: {0} ohair@286: WSSERVLET32.diag.cause.1=WSDL being generated ohair@286: WSSERVLET32.diag.check.1=Normal Operation. ohair@286: ohair@286: exception.cannotCreateTransformer=WSSERVLET33: cannot create transformer ohair@286: WSSERVLET33.diag.cause.1=When publishing the service wsdl, the http location is patched with the deployed location/endpoint using XSLT transformation. The transformer could not be created to do the transformation. ohair@286: WSSERVLET33.diag.check.1=There maybe a transformation engine being used that is not compatible. Make sure you are using the correct transformer and version. ohair@286: WSSERVLET33.diag.cause.2=When publishing the service wsdl, the http location is patched with the deployed location/endpoint using XSLT transformation. The transformer could not be created to do the transformation. ohair@286: WSSERVLET33.diag.check.2=There maybe a transformation engine may not be supported or compatible. Check the server.xml file for exceptions. ohair@286: ohair@286: ohair@286: exception.transformationFailed=WSSERVLET34: transformation failed : {0} ohair@286: WSSERVLET34.diag.cause.1=The location patching on the wsdl failed when attempting to transform. ohair@286: WSSERVLET34.diag.check.1=Check the log file(s) for more detailed errors/exceptions. ohair@286: ohair@286: exception.templateCreationFailed=WSSERVLET35: failed to create a template object ohair@286: WSSERVLET35.diag.cause.1=A XSLT stylesheet template is create for the wsdl location patching using transformation. Template create failed. ohair@286: WSSERVLET35.diag.check.1=An exception was thrown during creation of the template. View exception and stacktrace for more details. ohair@286: ohair@286: servlet.html.method=WSSERVLET63: must use Post for this type of request ohair@286: WSSERVLET63.diag.cause.1=Web service requests must use HTTP POST method: WSI BP 1.0 ohair@286: WSSERVLET63.diag.check.1=Make sure that your HTTP client is using POST requests, not GET requests ohair@286: ohair@286: ohair@286: servlet.faultstring.invalidContentType=WSSERVLET64: Invalid Content-Type, text/xml required ohair@286: WSSERVLET64.diag.cause.1=Web service requests must be a content type text/xml: WSI BP 1.0 ohair@286: WSSERVLET64.diag.check.1=Make sure the client request is using text/xml ohair@286: ohair@286: error.implementorFactory.newInstanceFailed=WSSERVLET43: failed to instantiate service implementor for port \"{0}\" ohair@286: WSSERVLET43.diag.cause.1=Instantiation of the web service failed. ohair@286: WSSERVLET43.diag.check.1=Make sure web service is available and public. Examine exception for more details ohair@286: ohair@286: error.implementorFactory.servantInitFailed=WSSERVLET44: failed to initialize the service implementor for port \"{0}\" ohair@286: WSSERVLET44.diag.cause.1=The web service was instantiated, however, it could not be initialized ohair@286: WSSERVLET44.diag.check.1=Check the exception for more details. Make sure all the configuration files are correct. ohair@286: ohair@286: #not used by anything currently ohair@286: servlet.faultstring.invalidSOAPAction=WSSERVLET65: Invalid Header SOAPAction required ohair@286: WSSERVLET65.diag.cause.1=SOAP Action is required ohair@286: WSSERVLET65.diag.check.1=Add SOAPAction and appropriate value ohair@286: ohair@286: # {0} - URI ohair@286: servlet.no.address.available=No address is available for {0} ohair@286: ohair@286: servlet.html.title= Web Services ohair@286: servlet.html.title2=

Web Services

ohair@286: servlet.html.noInfoAvailable=

No JAX-WS context information available.

ohair@286: servlet.html.columnHeader.portName=Endpoint ohair@286: servlet.html.columnHeader.status=Status ohair@286: servlet.html.columnHeader.information=Information ohair@286: # This is a status code and should not be translated (if you have to, translate it using capital letters). ohair@286: # Usage not found. TODO Remove ohair@286: #servlet.html.status.active=ACTIVE ohair@286: # This is a status code and should not be translated (if you have to, translate it using capital letters). ohair@286: # Usage not found. TODO Remove ohair@286: #servlet.html.status.error=ERROR ohair@286: servlet.html.endpoint.table=
Service Name\:{0}
Port Name\:{1}
ohair@286: servlet.html.information.table=
Address\:{0}
WSDL\:{0}?wsdl
Implementation class\:{1}
ohair@286: servlet.html.notFound=

404 Not Found: {0}

ohair@286: ohair@286: ohair@286: # ohair@286: # ohair@286: # all the following properties are used by the http/ea package ohair@286: # these properties are not longer used as http/ea is no longer used ohair@286: # ohair@286: error.implementorFactory.noConfiguration=WSSERVLET36: no configuration specified ohair@286: error.implementorFactory.noInputStream=WSSERVLET37: no configuration specified ohair@286: error.implementorRegistry.unknownName=WSSERVLET38: unknown port name: {0} ohair@286: error.implementorRegistry.cannotReadConfiguration=WSSERVLET39: cannot read configuration ohair@286: error.implementorRegistry.classNotFound=WSSERVLET40: class not found: {0} ohair@286: error.implementorRegistry.incompleteInformation=WSSERVLET41: configuration information is incomplete ohair@286: error.implementorRegistry.duplicateName=WSSERVLET42: duplicate port name: {0} ohair@286: ohair@286: error.implementorRegistry.fileNotFound=WSSERVLET45: file not found: {0} ohair@286: error.wsdlPublisher.cannotReadConfiguration=WSSERVLET46: cannot read configuration ohair@286: error.servlet.init.config.parameter.missing=WSSERVLET47: cannot find configuration parameter: \"{0}\" ohair@286: error.servlet.init.config.fileNotFound=WSSERVLET48: config file: \"{0}\" not found ohair@286: # ohair@286: ohair@286: error.servlet.noImplementorForPort=WSSERVLET52: no implementor registered for port: {0} ohair@286: error.servlet.noPortSpecified=WSSERVLET53: no port specified in HTTP POST request URL ohair@286: error.servlet.noResponseWasProduced=WSSERVLET54: no response was produced (internal error) ohair@286: # ohair@286: info.servlet.gotEmptyRequestMessage=WSSERVLET55: got empty request message ohair@286: info.servlet.initializing=WSSERVLET56: JAX-WS servlet: init ohair@286: info.servlet.destroying=WSSERVLET57: JAX-WS servlet: destroy ohair@286: # ohair@286: trace.servlet.requestForPortNamed=WSSERVLET58: got request for port: {0} ohair@286: trace.servlet.handingRequestOverToImplementor=WSSERVLET59: handing request over to implementor: {0} ohair@286: trace.servlet.gotResponseFromImplementor=WSSERVLET60: got response from implementor: {0} ohair@286: trace.servlet.writingFaultResponse=WSSERVLET61: writing fault response ohair@286: trace.servlet.writingSuccessResponse=WSSERVLET62: writing success response ohair@286: # ohair@286: html.nonRootPage.title= Web Service ohair@286: html.nonRootPage.body1=

A Web Service is installed at this URL.

ohair@286: html.nonRootPage.body2=

Invalid request URI.

Please check your deployment information.

ohair@286: # Usage not found. TODO Remove ohair@286: #html.nonRootPage.body3a=

Please refer to this page for information about the deployed services.

ohair@286: html.wsdlPage.title= Web Service ohair@286: html.wsdlPage.noWsdl=

No WSDL document available for publishing.

Please check your deployment information.

ohair@286: html.rootPage.title= Web Service ohair@286: html.rootPage.body1=

A Web Service is installed at this URL.

ohair@286: html.rootPage.body2a=

It supports the following ports: ohair@286: html.rootPage.body2b=

ohair@286: # Usage not found. TODO Remove ohair@286: #html.rootPage.body3a=

A WSDL description of these ports is available here.

ohair@286: html.rootPage.body4=

This endpoint is incorrectly configured. Please check the location and contents of the configuration file.