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

com.sun.xml.ws.transport.tcp.resources.Messages_es.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: fallo al procesar el mensaje.
WSTCP0002.SERVER_ERROR_MESSAGE_SENDING_FAILED=WSTCP0002: fallo al enviar el mensaje de error al cliente.
WSTCP0003.TARGET_WS_NOT_FOUND=WSTCP0003: no se ha encontrado el WS de destino. TargetURI: {0}
WSTCP0004.CHECK_SERVER_LOG=WSTCP0004: para obtener detalles, consulte el log del servidor
WSTCP0005.INVALID_EP_URL=WSTCP0005: URL de punto final no v\u00E1lida: {0}
WSTCP0006.VERSION_MISMATCH=WSTCP0006: no coinciden las versiones.
WSTCP0007.TRANSPORT_MODULE_NOT_INITIALIZED=WSTCP0007: no se ha inicializado el m\u00F3dulo de transporte.
# {0} - qname (of webservice)
WSTCP0008.ERROR_TCP_ADAPTER_CREATE=WSTCP0008: error al crear el adaptador TCP para {0}
WSTCP0009.UNKNOWN_BINDING=WSTCP0009: WSBinding {0} desconocido
WSTCP0010.UNKNOWN_PARAMETER=WSTCP0010: par\u00E1metro {0} desconocido
WSTCP0011.UNKNOWN_CONTENT_TYPE=WSTCP0011: Content-type {0} desconocido
# 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: ha llegado la solicitud TCP de WS, pero no se ha registrado ning\u00FAn procesador.
WSTCP0014.NO_JAXWS_DESCRIPTOR=WSTCP0014: no se ha encontrado ning\u00FAn archivo de descriptor JAX-WS
WSTCP0015.ERROR_PROTOCOL_VERSION_EXCHANGE=WSTCP0015: error al intercambiar la versi\u00F3n del protocolo
WSTCP0016.ERROR_WS_EXECUTION_ON_SERVER=WSTCP0016: error al ejecutar el servicio web. Error del servidor: {0}
WSTCP0017.ERROR_WS_EXECUTION_ON_CLIENT=WSTCP0017: error al ejecutar el servicio web
WSTCP0018.ERROR_READING_FROM_SOCKET=WSTCP0018: error al leer del socket
WSTCP0019.PEER_DISCONNECTED=WSTCP0019: el peer ha desconectado el host: {0}, puerto: {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: N\u00FAmero m\u00E1gico incorrecto: {0}
WSTCP0021.TCP_ADAPTER_UNSUPPORTER_OPERATION=WSTCP0021: operaci\u00F3n no soportada. El codec no puede reconocer el tipo de mensaje de respuesta.
WSTCP0022.ERROR_WS_EXECUTION=WSTCP0022: error al procesar el mensaje de solicitud. Host del cliente: {0}, puerto: {1}
WSTCP0023.TARGET_EXEC_ERROR=WSTCP0023: error al ejecutar el destino de WS. Host del cliente: {0}, puerto: {1}
WSTCP0024.SERVICE_CHANNEL_EXCEPTION=WSTCP0024: se ha producido una excepci\u00F3n durante la ejecuci\u00F3n de la operaci\u00F3n del servicio web de gesti\u00F3n de conexiones. Identificador: {0}. Descripci\u00F3n: {1}
WSTCP0025.GENERAL_CHANNEL_ERROR=WSTCP0025: error general de canal {0}
WSTCP0026.UNKNOWN_CHANNEL_ID=WSTCP0026: Identificador de canal desconocido: {0}
WSTCP0027.MALFORMED_FRAME=WSTCP0027: marco con formato incorrecto. {0}
WSTCP0028.UNKNOWN_MESSAGE_ID=WSTCP0028: Identificador de mensaje desconocido: {0}
WSTCP0029.INCORRECT_FRAME_SEQ=WSTCP0029: secuencia de marcos de mensajes incorrecta. {0}
WSTCP0030.INTERLEAVED_FRAME_SEQ=WSTCP0030: secuencia de marcos de mensajes con interleave. {0}
WSTCP0031.UNKNOWN_REQ_RESP_PATTERN=WSTCP0031: patr\u00F3n de solicitud/respuesta desconocido. {0}
WSTCP0032.UNEXPECTED_TRANSPORT_SOAP_ACTION=WSTCP0032: no se esperaba que estuviera definido el par\u00E1metro SOAPAction del transporte. No se utiliza con SOAP1.2
WSTCP0033.CONTENT_NEGOTIATION_FAILED=WSTCP0033: Fallo de negociaci\u00F3n de contenido para el punto final de WS: {0}. Contenido soportado por el servidor: {1}
WSTCP0034.WS_ENDPOINT_NOT_FOUND=WSTCP0034: no se ha encontrado el servicio web para el punto final {0}.
WSTCP0035.UNKNOWN_CHANNEL_UD=WSTCP0035: el identificador de canal {0} no existe.

# 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: EOF inesperado. 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: Valor del puerto SOAP/TCP no v\u00E1lido: {0}. El valor se definir\u00E1 en tiempo de ejecuci\u00F3n
WSTCP1161.ADD_PORT_ATTR_INIT_FAIL=WSTCP1161: se ha producido una excepci\u00F3n inesperada al intentar inicializar la llamada a writeAttribute
WSTCP1162.UNSUPPORTED_PORT_ATTRIBUTE=WSTCP1162: SOAP/TCP no tiene un listener TCP propio, por lo que SOAP/TCP en tiempo de ejecuci\u00F3n no es capaz de definir el atributo 'port' v\u00E1lido. El atributo 'port' se ignora

WSTCP1170.INIT_SOAPTCP=Inicializando SOAP/TCP en el puerto {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=Listener SOAP/TCP de Tomcat en el puerto {0}

# Standalone run messages
WSTCP2000.STANDALONE_EXCEPTION=WSTCP2000: excepci\u00F3n durante la ejecuci\u00F3n aut\u00F3noma.
WSTCP2001.STANDALONE_ADAPTER_REGISTERED=WSTCP2001: Adapter: "{0}" with url-pattern "{1}" is registered.
WSTCP2002.STANDALONE_ADAPTER_NOT_REGISTERED=WSTCP2002: el adaptador: "{0}" con url-pattern "{1}" no est\u00E1 registrado.

# Console messages (development only)
STANDALONE_RUN=Ejecute WSTCP  [-enableProtocolCheck]
STANDALONE_EXIT=Pulse la tecla Intro para salir




© 2015 - 2024 Weber Informatics LLC | Privacy Policy