src/share/jaxws_classes/com/sun/xml/internal/ws/resources/wsservlet.properties

Thu, 31 Aug 2017 15:18:52 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:18:52 +0800
changeset 637
9c07ef4934dd
parent 408
b0610cd08440
parent 0
373ffda63c9a
permissions
-rw-r--r--

merge

aoqi@0 1 #
aoqi@0 2 # Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
aoqi@0 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
aoqi@0 4 #
aoqi@0 5 # This code is free software; you can redistribute it and/or modify it
aoqi@0 6 # under the terms of the GNU General Public License version 2 only, as
aoqi@0 7 # published by the Free Software Foundation. Oracle designates this
aoqi@0 8 # particular file as subject to the "Classpath" exception as provided
aoqi@0 9 # by Oracle in the LICENSE file that accompanied this code.
aoqi@0 10 #
aoqi@0 11 # This code is distributed in the hope that it will be useful, but WITHOUT
aoqi@0 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
aoqi@0 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
aoqi@0 14 # version 2 for more details (a copy is included in the LICENSE file that
aoqi@0 15 # accompanied this code).
aoqi@0 16 #
aoqi@0 17 # You should have received a copy of the GNU General Public License version
aoqi@0 18 # 2 along with this work; if not, write to the Free Software Foundation,
aoqi@0 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
aoqi@0 20 #
aoqi@0 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
aoqi@0 22 # or visit www.oracle.com if you need additional information or have any
aoqi@0 23 # questions.
aoqi@0 24 #
aoqi@0 25
aoqi@0 26 no.sunjaxws.xml=Runtime descriptor "{0}" is missing
aoqi@0 27
aoqi@0 28 listener.parsingFailed=WSSERVLET11: failed to parse runtime descriptor: {0}
aoqi@0 29 JAXRPCSERVLET11.diag.cause.1=WSRuntimeInfoParser could not parse sun-jaxws.xml runtime descriptor
aoqi@0 30 WSSERVLET11.diag.check.1=Please check the sun-jaxws.xml file to make sure it is correct
aoqi@0 31 WSSERVLET11.diag.cause.2=The sun-jaxws.xml runtime deployment descriptor may be missing
aoqi@0 32 WSSERVLET11.diag.check.2=Please check the jaxrpc-ri.xml file to make sure it is present in the war file
aoqi@0 33
aoqi@0 34
aoqi@0 35 listener.info.initialize=WSSERVLET12: JAX-WS context listener initializing
aoqi@0 36 WSSERVLET12.diag.cause.1=Context listener starting
aoqi@0 37 WSSERVLET12.diag.check.1=Normal web service startup
aoqi@0 38
aoqi@0 39 listener.info.destroy=WSSERVLET13: JAX-WS context listener destroyed
aoqi@0 40 WSSERVLET13.diag.cause.1=Context listener shutdown
aoqi@0 41 WSSERVLET13.diag.check.1=Normal web service shutdown
aoqi@0 42
aoqi@0 43 servlet.info.initialize=WSSERVLET14: JAX-WS servlet initializing
aoqi@0 44 WSSERVLET14.diag.cause.1=Web Services servlet starting up.
aoqi@0 45 WSSERVLET14.diag.check.1=Normal Web Service deployment. Deployment of service complete.
aoqi@0 46
aoqi@0 47 servlet.info.destroy=WSSERVLET15: JAX-WS servlet destroyed
aoqi@0 48 WSSERVLET15.diag.cause.1=Web Services servlet shutdown.
aoqi@0 49 WSSERVLET15.diag.check.1=Normal Web service undeployment. Undeployment complete.
aoqi@0 50
aoqi@0 51 servlet.warning.missingContextInformation=WSSERVLET16: missing context information
aoqi@0 52 WSSERVLET16.diag.cause.1=The jaxrpc-ri.xml file may be missing from the war file
aoqi@0 53 WSSERVLET16.diag.check.1=Unjar the service war file; check to see that the jaxrpc-ri-runtime.xml file is present
aoqi@0 54
aoqi@0 55
aoqi@0 56 servlet.warning.duplicateEndpointName=WSSERVLET17: duplicate endpoint name
aoqi@0 57 WSSERVLET17.diag.cause.1=Two or more endpoints with the same name where found in the jaxrpc-ri.xml runtime descriptor
aoqi@0 58 WSSERVLET17.diag.check.1=Note that this may cause problems with service deployment
aoqi@0 59
aoqi@0 60
aoqi@0 61 servlet.info.emptyRequestMessage=WSSERVLET18: got empty request message
aoqi@0 62 WSSERVLET18.diag.cause.1=Message sent by client is empty
aoqi@0 63 WSSERVLET18.diag.check.1=This may or may not be intentional. If not examine client program for errors.
aoqi@0 64
aoqi@0 65 servlet.trace.gotRequestForEndpoint=WSSERVLET19: got request for endpoint: {0}
aoqi@0 66 WSSERVLET19.diag.cause.1=Client request for this endpoint arrived
aoqi@0 67 WSSERVLET19.diag.check.1=Informational message only. Normal operation.
aoqi@0 68
aoqi@0 69 servlet.error.noImplementorForEndpoint=WSSERVLET20: no implementor for endpoint: {0}
aoqi@0 70 WSSERVLET20.diag.cause.1=Implementation for this service can not be found
aoqi@0 71 WSSERVLET20.diag.check.1=Unzip the war, are the tie and serializer classes found?
aoqi@0 72
aoqi@0 73 servlet.trace.invokingImplementor=WSSERVLET21: invoking implementor: {0}
aoqi@0 74 WSSERVLET21.diag.cause.1=The Web service is being invoked
aoqi@0 75 WSSERVLET21.diag.check.1=Normal web service invocation.
aoqi@0 76
aoqi@0 77 servlet.error.noEndpointSpecified=WSSERVLET22: no endpoint specified
aoqi@0 78 WSSERVLET22.diag.cause.1=A request was invoked with no endpoint
aoqi@0 79 WSSERVLET22.diag.check.1=Set endpoint with stub.setTargetEndpoint property
aoqi@0 80
aoqi@0 81 servlet.error.noResponseMessage=WSSERVLET23: no response message
aoqi@0 82 WSSERVLET23.diag.cause.1=The request generated no response from the service
aoqi@0 83 WSSERVLET23.diag.check.1=If a response was expected, check that a request message was actually sent
aoqi@0 84 WSSERVLET23.diag.check.2=The request may be malformed and be accepted by the service, yet did not generate a response
aoqi@0 85
aoqi@0 86 servlet.trace.writingFaultResponse=WSSERVLET24: writing fault response
aoqi@0 87 WSSERVLET24.diag.cause.1=SOAPFault message is being returned to the client.
aoqi@0 88 WSSERVLET24.diag.check.1=Tracing message fault recorded.
aoqi@0 89
aoqi@0 90 servlet.trace.writingSuccessResponse=WSSERVLET25: writing success response
aoqi@0 91 WSSERVLET25.diag.cause.1=SOAPMessage response is being returned to client
aoqi@0 92 WSSERVLET25.diag.check.1=Tracing message, normal response.
aoqi@0 93
aoqi@0 94 servlet.warning.duplicateEndpointUrlPattern=WSSERVLET26: duplicate URL pattern in endpoint: {0}
aoqi@0 95 WSSERVLET26.diag.cause.1=The endpoint URL is a duplicate
aoqi@0 96 WSSERVLET26.diag.check.1=This may cause a problem, please remove duplicate endpoints
aoqi@0 97
aoqi@0 98 servlet.warning.ignoringImplicitUrlPattern=WSSERVLET27: unsupported implicit URL pattern in endpoint: {0}
aoqi@0 99 WSSERVLET27.diag.cause.1=Implicit URLS are not supported in this release
aoqi@0 100 WSSERVLET27.diag.check.1=Remove the implicit URL
aoqi@0 101
aoqi@0 102 servlet.faultstring.missingPort=WSSERVLET28: Missing port information
aoqi@0 103 WSSERVLET28.diag.cause.1=Target endpoint is null
aoqi@0 104 WSSERVLET28.diag.check.1=Set target endpoint with stub.setTargetEndpoint() property.
aoqi@0 105
aoqi@0 106 servlet.faultstring.portNotFound=WSSERVLET29: Port not found ({0})
aoqi@0 107 WSSERVLET29.diag.cause.1=A port is specified, but a corresponding service implementation is not found
aoqi@0 108 WSSERVLET29.diag.check.1=Is the port valid? Unzip the war file and make sure the tie and serializers are present
aoqi@0 109
aoqi@0 110 servlet.faultstring.internalServerError=WSSERVLET30: Internal server error ({0})
aoqi@0 111 WSSERVLET30.diag.cause.1=There was a server error processing the request
aoqi@0 112 WSSERVLET30.diag.check.1=This could be due to a number of causes. Check the server log file for exceptions.
aoqi@0 113
aoqi@0 114 error.servlet.caughtThrowableWhileRecovering=WSSERVLET51: caught throwable while recovering from a previous exception: {0}
aoqi@0 115 WSSERVLET51.diag.cause.1=Service processing of the request generated an exception; while attempting to return a SOAPPFaultMessage a throwable was again generated
aoqi@0 116 WSSERVLET51.diag.check.1=Check the server.xml log file for exception information
aoqi@0 117
aoqi@0 118 error.servlet.caughtThrowable=WSSERVLET49: caught throwable: {0}
aoqi@0 119 WSSERVLET49.diag.cause.1=Service processing of the request generated an exception; while attempting to return a SOAPFaultMessage a throwable was again generated
aoqi@0 120 WSSERVLET49.diag.check.1=Check the server.xml log file for exception information
aoqi@0 121
aoqi@0 122 error.servlet.caughtThrowableInInit=WSSERVLET50: caught throwable during servlet initialization: {0}
aoqi@0 123 WSSERVLET50.diag.cause.1=WS runtime sun-jaxws.xml or web.xml may be incorrect
aoqi@0 124 WSSERVLET50.diag.check.1=Verify that sun-jaxws.xml and web.xml are correct in the service war file
aoqi@0 125 WSSERVLET50.diag.cause.2=Application server deployment descriptors may be incorrect
aoqi@0 126 WSSERVLET50.diag.check.2=Verify that Application server deployment descriptors are correct in the service war file
aoqi@0 127 WSSERVLET50.diag.cause.3=There may some Application Server initialization problems
aoqi@0 128 WSSERVLET50.diag.check.3=Check the server.xml file in the domain directory for failures
aoqi@0 129
aoqi@0 130 publisher.info.applyingTransformation=WSSERVLET31: applying transformation with actual address: {0}
aoqi@0 131 WSSERVLET31.diag.cause.1=Transformation being applied
aoqi@0 132 WSSERVLET31.diag.check.1=Normal operation
aoqi@0 133
aoqi@0 134 publisher.info.generatingWSDL=WSSERVLET32: generating WSDL for endpoint: {0}
aoqi@0 135 WSSERVLET32.diag.cause.1=WSDL being generated
aoqi@0 136 WSSERVLET32.diag.check.1=Normal Operation.
aoqi@0 137
aoqi@0 138 exception.cannotCreateTransformer=WSSERVLET33: cannot create transformer
aoqi@0 139 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.
aoqi@0 140 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.
aoqi@0 141 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.
aoqi@0 142 WSSERVLET33.diag.check.2=There maybe a transformation engine may not be supported or compatible. Check the server.xml file for exceptions.
aoqi@0 143
aoqi@0 144
aoqi@0 145 exception.transformationFailed=WSSERVLET34: transformation failed : {0}
aoqi@0 146 WSSERVLET34.diag.cause.1=The location patching on the wsdl failed when attempting to transform.
aoqi@0 147 WSSERVLET34.diag.check.1=Check the log file(s) for more detailed errors/exceptions.
aoqi@0 148
aoqi@0 149 exception.templateCreationFailed=WSSERVLET35: failed to create a template object
aoqi@0 150 WSSERVLET35.diag.cause.1=A XSLT stylesheet template is create for the wsdl location patching using transformation. Template create failed.
aoqi@0 151 WSSERVLET35.diag.check.1=An exception was thrown during creation of the template. View exception and stacktrace for more details.
aoqi@0 152
aoqi@0 153 servlet.html.method=WSSERVLET63: must use Post for this type of request
aoqi@0 154 WSSERVLET63.diag.cause.1=Web service requests must use HTTP POST method: WSI BP 1.0
aoqi@0 155 WSSERVLET63.diag.check.1=Make sure that your HTTP client is using POST requests, not GET requests
aoqi@0 156
aoqi@0 157
aoqi@0 158 servlet.faultstring.invalidContentType=WSSERVLET64: Invalid Content-Type, text/xml required
aoqi@0 159 WSSERVLET64.diag.cause.1=Web service requests must be a content type text/xml: WSI BP 1.0
aoqi@0 160 WSSERVLET64.diag.check.1=Make sure the client request is using text/xml
aoqi@0 161
aoqi@0 162 error.implementorFactory.newInstanceFailed=WSSERVLET43: failed to instantiate service implementor for port \"{0}\"
aoqi@0 163 WSSERVLET43.diag.cause.1=Instantiation of the web service failed.
aoqi@0 164 WSSERVLET43.diag.check.1=Make sure web service is available and public. Examine exception for more details
aoqi@0 165
aoqi@0 166 error.implementorFactory.servantInitFailed=WSSERVLET44: failed to initialize the service implementor for port \"{0}\"
aoqi@0 167 WSSERVLET44.diag.cause.1=The web service was instantiated, however, it could not be initialized
aoqi@0 168 WSSERVLET44.diag.check.1=Check the exception for more details. Make sure all the configuration files are correct.
aoqi@0 169
aoqi@0 170 #not used by anything currently
aoqi@0 171 servlet.faultstring.invalidSOAPAction=WSSERVLET65: Invalid Header SOAPAction required
aoqi@0 172 WSSERVLET65.diag.cause.1=SOAP Action is required
aoqi@0 173 WSSERVLET65.diag.check.1=Add SOAPAction and appropriate value
aoqi@0 174
aoqi@0 175 # {0} - URI
aoqi@0 176 servlet.no.address.available=No address is available for {0}
aoqi@0 177
aoqi@0 178 servlet.html.title= Web Services
aoqi@0 179 servlet.html.title2=<h1>Web Services</h1>
aoqi@0 180 servlet.html.noInfoAvailable=<p>No JAX-WS context information available.</p>
aoqi@0 181 servlet.html.columnHeader.portName=Endpoint
aoqi@0 182 servlet.html.columnHeader.status=Status
aoqi@0 183 servlet.html.columnHeader.information=Information
aoqi@0 184 # This is a status code and should not be translated (if you have to, translate it using capital letters).
aoqi@0 185 # Usage not found. TODO Remove
aoqi@0 186 #servlet.html.status.active=ACTIVE
aoqi@0 187 # This is a status code and should not be translated (if you have to, translate it using capital letters).
aoqi@0 188 # Usage not found. TODO Remove
aoqi@0 189 #servlet.html.status.error=ERROR
aoqi@0 190 servlet.html.endpoint.table=<table border=\"0\"><tr><td>Service Name\:</td><td>{0}</td></tr><tr><td>Port Name\:</td><td>{1}</td></tr></table>
aoqi@0 191 servlet.html.information.table=<table border=\"0\"><tr><td>Address\:</td><td>{0}</td></tr><tr><td>WSDL\:</td><td><a href\="{0}?wsdl">{0}?wsdl</a></td></tr><tr><td>Implementation class\:</td><td>{1}</td></tr></table>
aoqi@0 192 servlet.html.notFound=<h1>404 Not Found: {0}</h1>
aoqi@0 193
aoqi@0 194
aoqi@0 195 #
aoqi@0 196 #
aoqi@0 197 # all the following properties are used by the http/ea package
aoqi@0 198 # these properties are not longer used as http/ea is no longer used
aoqi@0 199 #
aoqi@0 200 error.implementorFactory.noConfiguration=WSSERVLET36: no configuration specified
aoqi@0 201 error.implementorFactory.noInputStream=WSSERVLET37: no configuration specified
aoqi@0 202 error.implementorRegistry.unknownName=WSSERVLET38: unknown port name: {0}
aoqi@0 203 error.implementorRegistry.cannotReadConfiguration=WSSERVLET39: cannot read configuration
aoqi@0 204 error.implementorRegistry.classNotFound=WSSERVLET40: class not found: {0}
aoqi@0 205 error.implementorRegistry.incompleteInformation=WSSERVLET41: configuration information is incomplete
aoqi@0 206 error.implementorRegistry.duplicateName=WSSERVLET42: duplicate port name: {0}
aoqi@0 207
aoqi@0 208 error.implementorRegistry.fileNotFound=WSSERVLET45: file not found: {0}
aoqi@0 209 error.wsdlPublisher.cannotReadConfiguration=WSSERVLET46: cannot read configuration
aoqi@0 210 error.servlet.init.config.parameter.missing=WSSERVLET47: cannot find configuration parameter: \"{0}\"
aoqi@0 211 error.servlet.init.config.fileNotFound=WSSERVLET48: config file: \"{0}\" not found
aoqi@0 212 #
aoqi@0 213
aoqi@0 214 error.servlet.noImplementorForPort=WSSERVLET52: no implementor registered for port: {0}
aoqi@0 215 error.servlet.noPortSpecified=WSSERVLET53: no port specified in HTTP POST request URL
aoqi@0 216 error.servlet.noResponseWasProduced=WSSERVLET54: no response was produced (internal error)
aoqi@0 217 #
aoqi@0 218 info.servlet.gotEmptyRequestMessage=WSSERVLET55: got empty request message
aoqi@0 219 info.servlet.initializing=WSSERVLET56: JAX-WS servlet: init
aoqi@0 220 info.servlet.destroying=WSSERVLET57: JAX-WS servlet: destroy
aoqi@0 221 #
aoqi@0 222 trace.servlet.requestForPortNamed=WSSERVLET58: got request for port: {0}
aoqi@0 223 trace.servlet.handingRequestOverToImplementor=WSSERVLET59: handing request over to implementor: {0}
aoqi@0 224 trace.servlet.gotResponseFromImplementor=WSSERVLET60: got response from implementor: {0}
aoqi@0 225 trace.servlet.writingFaultResponse=WSSERVLET61: writing fault response
aoqi@0 226 trace.servlet.writingSuccessResponse=WSSERVLET62: writing success response
aoqi@0 227 #
aoqi@0 228 html.nonRootPage.title= Web Service
aoqi@0 229 html.nonRootPage.body1= <p>A Web Service is installed at this URL.</p>
aoqi@0 230 html.nonRootPage.body2= <p>Invalid request URI.</p><p>Please check your deployment information.</p>
aoqi@0 231 # Usage not found. TODO Remove
aoqi@0 232 #html.nonRootPage.body3a= <p>Please refer to <a href=\'
aoqi@0 233 # Concatenated with html.nonRootPage.body3a
aoqi@0 234 #html.nonRootPage.body3b= \'>this page</a> for information about the deployed services.</p>
aoqi@0 235 html.wsdlPage.title= Web Service
aoqi@0 236 html.wsdlPage.noWsdl=<p>No WSDL document available for publishing.</p><p>Please check your deployment information.</p>
aoqi@0 237 html.rootPage.title= Web Service
aoqi@0 238 html.rootPage.body1=<p>A Web Service is installed at this URL.</p>
aoqi@0 239 html.rootPage.body2a=<p>It supports the following ports:
aoqi@0 240 html.rootPage.body2b=</p>
aoqi@0 241 # Usage not found. TODO Remove
aoqi@0 242 #html.rootPage.body3a=<p>A WSDL description of these ports is available <a href='
aoqi@0 243 # Concatenated with html.rootPage.body3a
aoqi@0 244 #html.rootPage.body3b='>here.</a></p>
aoqi@0 245 html.rootPage.body4=<p>This endpoint is incorrectly configured. Please check the location and contents of the configuration file.</p>
aoqi@0 246
aoqi@0 247 message.too.long=\nMessage has been truncated\n\
aoqi@0 248 use {0} property to increase the amount of printed part of the message

mercurial