All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.xml.ws.transport.tcp.resources.Messages.properties Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
#
# Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Distribution License v. 1.0, which is available at
# http://www.eclipse.org/org/documents/edl-v10.php.
#
# SPDX-License-Identifier: BSD-3-Clause
#

# i18n messages for SOAP/TCP code

# Logger error messages
WSTCP0001.MESSAGE_PROCESS_FAILED=WSTCP0001:Processing message failed!
WSTCP0002.SERVER_ERROR_MESSAGE_SENDING_FAILED=WSTCP0002:Failed to send error message to client!
WSTCP0003.TARGET_WS_NOT_FOUND=WSTCP0003:Target WS not found. TargetURI: {0}
WSTCP0004.CHECK_SERVER_LOG=WSTCP0004:For details check server's log
WSTCP0005.INVALID_EP_URL=WSTCP0005:Invalid endpoint URL: {0}
WSTCP0006.VERSION_MISMATCH=WSTCP0006:Version mismatch!
WSTCP0007.TRANSPORT_MODULE_NOT_INITIALIZED=WSTCP0007:Transport module was not initialized!
# {0} - qname (of webservice)
WSTCP0008.ERROR_TCP_ADAPTER_CREATE=WSTCP0008:Error creating TCP adapter for {0}
WSTCP0009.UNKNOWN_BINDING=WSTCP0009:Unknown WSBinding {0}
WSTCP0010.UNKNOWN_PARAMETER=WSTCP0010:Unknown parameter {0}
WSTCP0011.UNKNOWN_CONTENT_TYPE=WSTCP0011:Unknown content-type {0}
# Added space between Retry and #. {0} stands for a number. Word "number" can be used instead of # in translation.
WSTCP0012.SEND_RETRY=WSTCP0012:Sending failed. Retry #{0}
WSTCP0013.TCP_PROCESSOR_NOT_REGISTERED=WSTCP0013:WS TCP Request came. But no processor registered!
WSTCP0014.NO_JAXWS_DESCRIPTOR=WSTCP0014:No JAX-WS descriptor file found
WSTCP0015.ERROR_PROTOCOL_VERSION_EXCHANGE=WSTCP0015:Error when exchanging protocol version
WSTCP0016.ERROR_WS_EXECUTION_ON_SERVER=WSTCP0016:Error executing webservice. Server error: {0}
WSTCP0017.ERROR_WS_EXECUTION_ON_CLIENT=WSTCP0017:Error executing webservice
WSTCP0018.ERROR_READING_FROM_SOCKET=WSTCP0018:Error reading from socket
WSTCP0019.PEER_DISCONNECTED=WSTCP0019:Peer disconnected host: {0} port: {1}
# Magic number = a constant numerical or text value used to identify a file format or protocol. In this case it is a protocol. When an input stream is opened on a connection there should be a certain string present at the very beginning of this input stream. If it?s not there then this error message is raised.
WSTCP0020.WRONG_MAGIC=WSTCP0020: wrong magic: {0}
WSTCP0021.TCP_ADAPTER_UNSUPPORTER_OPERATION=WSTCP0021: Unsupported operation. Codec can not recognize reply message type!
WSTCP0022.ERROR_WS_EXECUTION=WSTCP0022: Error processing request message. Client host: {0} port: {1}
WSTCP0023.TARGET_EXEC_ERROR=WSTCP0023: Error execution WS target. Client host: {0} port: {1}
WSTCP0024.SERVICE_CHANNEL_EXCEPTION=WSTCP0024: Exception occured during Connection Management web service operation executing. Id: {0} Description: {1}
WSTCP0025.GENERAL_CHANNEL_ERROR=WSTCP0025: General channel error. {0}
WSTCP0026.UNKNOWN_CHANNEL_ID=WSTCP0026: Unknown channel identifier: {0}
WSTCP0027.MALFORMED_FRAME=WSTCP0027: Malformed frame. {0}
WSTCP0028.UNKNOWN_MESSAGE_ID=WSTCP0028: Unknown message identifier: {0}
WSTCP0029.INCORRECT_FRAME_SEQ=WSTCP0029: Incorrect message frame sequence. {0}
WSTCP0030.INTERLEAVED_FRAME_SEQ=WSTCP0030: Interleaved message frame sequence. {0}
WSTCP0031.UNKNOWN_REQ_RESP_PATTERN=WSTCP0031: Unknown request/response pattern. {0}
WSTCP0032.UNEXPECTED_TRANSPORT_SOAP_ACTION=WSTCP0032: Transport SOAPAction parameter is not expected to be set. Is not used with SOAP1.2
WSTCP0033.CONTENT_NEGOTIATION_FAILED=WSTCP0033: Content negotiation failed for WS Endpoint: {0} .Server supported content: {1}
WSTCP0034.WS_ENDPOINT_NOT_FOUND=WSTCP0034: Web service for endpoint {0} is not found!
WSTCP0035.UNKNOWN_CHANNEL_UD=WSTCP0035: Channel-id {0} doesn't exist!

# Logger debug messages
WSTCP1001.TCP_SERVICE_TP_PROCESS_ENTER=WSTCP1001:ServiceChannelTransportPipe.process() entering. Target URI: {0}
WSTCP1002.TCP_SERVICE_TP_PROCESS_TRANSPORT_REUSE=WSTCP1002:ServiceChannelTransportPipe.process() reuse client transport
WSTCP1003.TCP_SERVICE_TP_PROCESS_TRANSPORT_CREATE=WSTCP1003:ServiceChannelTransportPipe.process() create new client transport
WSTCP1004.TCP_SERVICE_TP_PROCESS_ENCODE=WSTCP1004:ServiceChannelTransportPipe.process() encode. ContentType: {0}
WSTCP1005.TCP_SERVICE_TP_PROCESS_SEND=WSTCP1005:ServiceChannelTransportPipe.process() send
WSTCP1006.TCP_SERVICE_TP_PROCESS_OPEN_PREPARE_READING=WSTCP1006:ServiceChannelTransportPipe.process() prepare reading
WSTCP1007.TCP_SERVICE_TP_PROCESS_OPEN_PROCESS_READING=WSTCP1007:ServiceChannelTransportPipe.process() process reading. Status: {0}, ContentType: {1}

WSTCP1010.TCP_TP_PROCESS_ENTER=WSTCP1010:TCPTransportPipe.process() entering. Target URI: {0}
WSTCP1011.TCP_TP_PROCESS_TRANSPORT_CREATE=WSTCP1011:TCPTransportPipe.process() create new client transport
WSTCP1012.TCP_TP_PROCESS_TRANSPORT_REUSE=WSTCP1012:TCPTransportPipe.process() reuse client transport
WSTCP1013.TCP_TP_PROCESS_ENCODE=WSTCP1013:TCPTransportPipe.process() encode. ContentType: {0}
WSTCP1014.TCP_TP_PROCESS_SEND=WSTCP1014:TCPTransportPipe.process() send
WSTCP1015.TCP_TP_PROCESS_OPEN_PREPARE_READING=WSTCP1015:TCPTransportPipe.process() prepare reading
WSTCP1016.TCP_TP_PROCESS_OPEN_PROCESS_READING=WSTCP1016:TCPTransportPipe.process() process reading. Status: {0}, ContentType: {1}

WSTCP1020.CONNECTION_CACHE_ENTER=WSTCP1020:WSConnectionCache.lockConnection entering
WSTCP1021.CONNECTION_CACHE_SYNC=WSTCP1021:WSConnectionCache.lockConnection inside sync
WSTCP1022.CONNECTION_CACHE_LOCK=WSTCP1022:WSConnectionCache.lockConnection lock
WSTCP1023.CONNECTION_CACHE_SESSION_ABORTED=WSTCP1023:WSConnectionCache.lockConnection session aborted

WSTCP1030.CONNECTION_MANAGER_ENTER=WSTCP1030:WSConnectionManager.openChannel entering URI: {0}, Service: {1}, Binding: {2}, Codec: {3}
WSTCP1031.CONNECTION_MANAGER_USE_OPENED_SESSION=WSTCP1031:WSConnectionManager.openChannel Use opened session
WSTCP1032.CONNECTION_MANAGER_OFFER_SESSION_FOR_REUSE=WSTCP1032:WSConnectionManager.openChannel Offer session for reuse
WSTCP1033.CONNECTION_MANAGER_RETURN_CHANNEL_CONTEXT=WSTCP1033:WSConnectionManager.openChannel Return channelContext Id: {0}
WSTCP1034.CONNECTION_MANAGER_CREATE_SESSION_ENTER=WSTCP1034:WSConnectionManager.createConnectionSession entering URI: {0}
WSTCP1035.CONNECTION_MANAGER_INITIATE_SESSION=WSTCP1035:WSConnectionManager.createConnectionSession call ServiceWS.initiateSession
WSTCP1036.CONNECTION_MANAGER_DO_OPEN_CHANNEL_ENTER=WSTCP1036:WSConnectionManager.doOpenChannel enter
WSTCP1037.CONNECTION_MANAGER_DO_OPEN_WS_CALL=WSTCP1037:WSConnectionManager.doOpenChannel call ServiceWS.openChannel targetURI: {0} \nnegotiatingMimeTypes: {1} \nnegotiatingParams: {2}
WSTCP1038.CONNECTION_MANAGER_DO_OPEN_PROCESS_SERVER_SETTINGS=WSTCP1038:WSConnectionManager.doOpenChannel serverSettings: {0}
WSTCP1039.CONNECTION_MANAGER_DO_OPEN_REGISTER_CHANNEL=WSTCP1039:WSConnectionManager.doOpenChannel register channel Id: {0}
WSTCP1040.CONNECTION_MANAGER_DO_CHECK_VERSION_ENTER=WSTCP1040:WSConnectionManager.doCheckVersions enter framingVersion: {0} connectionMngmntVersion: {1}
WSTCP1041.CONNECTION_MANAGER_DO_CHECK_VERSION_SENT=WSTCP1041:WSConnectionManager.doCheckVersions version sent
WSTCP1043.CONNECTION_MANAGER_NOTIFY_SESSION_CLOSE=WSTCP1043:Session URI: {0} was closed
WSTCP1044.CONNECTION_MANAGER_CLIENT_SIDE_CONNECTION_CACHE=WSTCP1044: SOAP/TCP client side connection cache settings. HighWaterMark: {0}, MaxParallelConnections: {1}, NumberToReclaim: {2}

WSTCP1050.CONNECTION_BUFFERING_IS=WSTCP1050:Connection.prepareForReading Buffering Connection.InputStream. Size: {0}
WSTCP1051.CONNECTION_OPEN_TCP_SOCKET=WSTCP1051:Connection.create Opening connection host: {0} port: {1}

WSTCP1060.FRAMED_MESSAGE_IS_READ_HEADER_ENTER=WSTCP1060:FramedMessageInputStream.readHeader
WSTCP1061.FRAMED_MESSAGE_IS_READ_HEADER_DONE=WSTCP1061:FramedMessageInputStream.readHeader done. channelId: {0}, messageId: {1}, content-id: {2}, content-params: {3}, currentFrameDataSize: {4}, isLastFrame: {5}
WSTCP1062.FRAMED_MESSAGE_IS_READ_UNEXPECTED_EOF=WSTCP1062:Unexpected EOF. isLastFrame: {0}, frameBytesRead: {1}, frameSize: {2}, currentFrameDataSize: {3}

WSTCP1070.OUTPUT_WRITER_DUMP=WSTCP1070:Output dump to host: {0} port: {1}:

WSTCP1080.INCOME_MSG_PROC_ENTER=WSTCP1080:Start processing incoming request from host: {0} port: {1}:
WSTCP1081.INCOME_MSG_CREATE_NEW_SESSION=WSTCP1081:Create new ConnectionSession
WSTCP1082.INCOME_MSG_VERSION_CHECK_ENTER=WSTCP1082: entering
WSTCP1083.INCOME_MSG_VERSION_CHECK_RESULT=WSTCP1083: Version check clientFramingVersion: {0}, clientConnectionMngmntVersion: {1}, serverFramingVersion: {2}, serverConnectionMngmntVersion: {3}, successCode: {4}
WSTCP1084.INCOME_MSG_SERVER_SIDE_CONNECTION_CACHE=WSTCP1084: SOAP/TCP server side connection cache settings. HighWaterMark: {0}, NumberToReclaim: {1}

WSTCP1090.TCP_ADAPTER_REQ_CONTENT_TYPE=WSTCP1090: Request contentType {0}
WSTCP1091.TCP_ADAPTER_DECODED=WSTCP1091: Decoded
WSTCP1092.TCP_ADAPTER_RPL_CONTENT_TYPE=WSTCP1092: Reply contentType: {0}
WSTCP1093.TCP_ADAPTER_ONE_WAY=WSTCP1093: One way message
WSTCP1094.TCP_ADAPTER_CLOSE=WSTCP1094: close() callback method is called. Message in oneway
WSTCP1095.TCP_ADAPTER_WRITE_INTERNAL_SERVER_ERROR=WSTCP1095: writeInternalServerError() called.

WSTCP1100.WSTCP_DELEGATE_DEREGISTER_ADAPTER=WSTCP1100: Deregister adapter. URL: {0}
WSTCP1101.WSTCP_DELEGATE_REGISTER_ADAPTER=WSTCP1101: Register adapter. URL: {0}
WSTCP1102.WSTCP_DELEGATE_GOING_TO_CUSTOM_REG=WSTCP1102: Going to custom registry URL: {0}
WSTCP1103.WSTCP_DELEGATE_ON_MESSAGE=WSTCP1103: OnMessage host: {0}, port: {1}, localHost: {2}, localPort: {3}
WSTCP1104.WSTCP_DELEGATE_ON_MESSAGE_COMPLETED=WSTCP1104: OnMessage completed
WSTCP1105.WSTCP_DELEGATE_DESTROY=WSTCP1105: destroy

WSTCP1110.APP_SERV_REG_REGISTER_ENDPOINT=WSTCP1110: Register endpoint. ServiceName: {0} path: {1} isEJB: {2}
WSTCP1111.APP_SERV_REG_DEREGISTER_ENDPOINT=WSTCP1111: Deregister endpoint. ServiceName: {0} path: {1} isEJB: {2}
WSTCP1112.APP_SERV_REG_GET_ENDP_CR_NON_EJB=WSTCP1112: EndpointContextRoot nonEJB WS. ContextRoot: {0}
WSTCP1113.APP_SERV_REG_GET_ENDP_CR_EJB=WSTCP1113: EndpointContextRoot EJB WS. ContextRoot: {0}
WSTCP1114.APP_SERV_REG_GET_ENDP_URL_PATTERN_NON_EJB=WSTCP1114: EndpointUrlPattern nonEJB WS. URLPattern: {0}
WSTCP1115.APP_SERV_REG_GET_ENDP_URL_PATTERN_EJB=WSTCP1115: EndpointUrlPattern EJB WS. URLPattern: {0}
WSTCP1116.APP_SERV_REG_GET_WS_ENDP_PATH_NON_EJB=WSTCP1116: WebServiceEndpointPath nonEJB WS. Path: {0}
WSTCP1117.APP_SERV_REG_GET_WS_ENDP_PATH_EJB=WSTCP1117: WebServiceEndpointPath EJB WS. Path: {0}

WSTCP1120.CHANNEL_CONTEXT_ENCODE_CT=WSTCP1120: Encode content type: {0}
WSTCP1121.CHANNEL_CONTEXT_ENCODED_CT=WSTCP1121: Encoded mimeId: {0} params: {1}
WSTCP1122.CHANNEL_CONTEXT_DECODE_CT=WSTCP1122: mimeId: {0} params: {1}
WSTCP1123.CHANNEL_CONTEXT_DECODED_CT=WSTCP1123: Decoded content type: {0}

WSTCP1130.CONNECTION_MNGMNT_SETTINGS_LOADED=WSTCP1130: Custom SOAP/TCP connection settings loaded. HighWaterMark: {0}, MaxParallelConnections: {1}, NumberToReclaim: {2}

WSTCP1140.SOAPTCP_SESSION_OPEN=WSTCP1140: Session: {0} opened
# {1} - channel ID (it?s a number), you can translate # as "number"
WSTCP1141.SOAPTCP_CHANNEL_OPEN=WSTCP1141: Session: {0}. Channel #{1} was opened for WS: {2}
# {1} - channel ID (it?s a number), you can translate # as "number"
WSTCP1142.SOAPTCP_CHANNEL_CLOSE=WSTCP1142: Session: {0}. Channel #{1} was closed

WSTCP1150.CON_MNGMNT_SETTINGS_POLICY=WSTCP1150: Policy based ConnectionManagementSettings holder is taken
WSTCP1151.CON_MNGMNT_SETTINGS_SYST_PROPS=WSTCP1151: System properties based ConnectionManagementSettings holder is taken

WSTCP1160.PORT_ATTR_INVALID_VALUE=WSTCP1160: Invalid SOAP/TCP port value: {0}. Value will be set by the runtime
WSTCP1161.ADD_PORT_ATTR_INIT_FAIL=WSTCP1161: Unexpected exception happened when trying to initialize writeAttribute invocation
WSTCP1162.UNSUPPORTED_PORT_ATTRIBUTE=WSTCP1162: SOAP/TCP doesn't have own TCP listener, so the SOAP/TCP runtime is not able to set the valid 'port' attribute. 'Port' attribute is ignored

WSTCP1170.INIT_SOAPTCP=Initializing SOAP/TCP on port {0}
WSTCP1171.START_SOAPTCP_LISTENER=Starting SOAP/TCP
WSTCP1172.PAUSE_SOAPTCP_LISTENER=Pausing SOAP/TCP
WSTCP1173.RESUME_SOAPTCP_LISTENER=Resuming SOAP/TCP
WSTCP1174.TOMCAT_SOAPTCP_LISTENER=Tomcat SOAP/TCP listener on port {0}

# Standalone run messages
WSTCP2000.STANDALONE_EXCEPTION=WSTCP2000: Exception during standalone run!
WSTCP2001.STANDALONE_ADAPTER_REGISTERED=WSTCP2001: Adapter: "{0}" with url-pattern "{1}" is registered.
WSTCP2002.STANDALONE_ADAPTER_NOT_REGISTERED=WSTCP2002: Adapter: "{0}" with url-pattern "{1}" is not registered.

# Console messages (development only)
STANDALONE_RUN=Run WSTCP  [-enableProtocolCheck]
STANDALONE_EXIT=Press enter key to quit




© 2015 - 2024 Weber Informatics LLC | Privacy Policy