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