corba/src/share/classes/com/sun/corba/se/spi/logging/data/ORBUtil.mc
changeset 2664 a0a22a8f16bd
parent 4 02bb8761fcce
child 3291 805a72a26925
equal deleted inserted replaced
2553:a8134c4ee2cf 2664:a0a22a8f16bd
     1 ;
     1 ;
     2 
     2 
     3 ; Copyright 2003-2006 Sun Microsystems, Inc.  All Rights Reserved.
     3 ; Copyright 2003-2008 Sun Microsystems, Inc.  All Rights Reserved.
     4 ; DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 ; DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 ;
     5 ;
     6 ; This code is free software; you can redistribute it and/or modify it
     6 ; This code is free software; you can redistribute it and/or modify it
     7 ; under the terms of the GNU General Public License version 2 only, as
     7 ; under the terms of the GNU General Public License version 2 only, as
     8 ; published by the Free Software Foundation.  Sun designates this
     8 ; published by the Free Software Foundation.  Sun designates this
   142 	     14 FINE "Unexpected {0}, has permissions {1}")
   142 	     14 FINE "Unexpected {0}, has permissions {1}")
   143 	    (TRANSPORT_READ_TIMEOUT_EXCEEDED
   143 	    (TRANSPORT_READ_TIMEOUT_EXCEEDED
   144 	     15 WARNING "Read of full message failed : bytes requested = {0} bytes read = {1} max wait time = {2} total time spent waiting = {3}")
   144 	     15 WARNING "Read of full message failed : bytes requested = {0} bytes read = {1} max wait time = {2} total time spent waiting = {3}")
   145 	    (CREATE_LISTENER_FAILED 
   145 	    (CREATE_LISTENER_FAILED 
   146 	     16 SEVERE "Unable to create listener thread on the specified port: {0}")
   146 	     16 SEVERE "Unable to create listener thread on the specified port: {0}")
       
   147 	    (BUFFER_READ_MANAGER_TIMEOUT
       
   148 	     17 WARNING "Timeout while reading data in buffer manager")
   147 	    )
   149 	    )
   148 	(DATA_CONVERSION
   150 	(DATA_CONVERSION
   149 	    (BAD_STRINGIFIED_IOR_LEN 1  WARNING "A character did not map to the transmission code set")
   151 	    (BAD_STRINGIFIED_IOR_LEN 1  WARNING "A character did not map to the transmission code set")
   150 	    (BAD_STRINGIFIED_IOR 2  WARNING "Bad stringified IOR")
   152 	    (BAD_STRINGIFIED_IOR 2  WARNING "Bad stringified IOR")
   151 	    (BAD_MODIFIER 3 WARNING "Unable to perform resolve_initial_references due to bad host or port configuration")
   153 	    (BAD_MODIFIER 3 WARNING "Unable to perform resolve_initial_references due to bad host or port configuration")