corba/src/share/classes/com/sun/corba/se/spi/logging/data/ORBUtil.mc
changeset 13171 1ac5e9a54a6e
parent 9053 3e19330de8f6
equal deleted inserted replaced
13082:9b19b2302c28 13171:1ac5e9a54a6e
     1 ;
     1 ;
     2 
     2 
     3 ; Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
     3 ; Copyright (c) 2003, 2012, Oracle and/or its affiliates. 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.  Oracle designates this
     8 ; published by the Free Software Foundation.  Oracle designates this
    60 	    (GET_ORB_REQUIRES_STUB 41 WARNING "Call to StubAdapter.getORB did not pass a stub")
    60 	    (GET_ORB_REQUIRES_STUB 41 WARNING "Call to StubAdapter.getORB did not pass a stub")
    61 	    (CONNECT_REQUIRES_STUB 42 WARNING "Call to StubAdapter.connect did not pass a stub")
    61 	    (CONNECT_REQUIRES_STUB 42 WARNING "Call to StubAdapter.connect did not pass a stub")
    62 	    (IS_LOCAL_REQUIRES_STUB 43 WARNING "Call to StubAdapter.isLocal did not pass a stub")
    62 	    (IS_LOCAL_REQUIRES_STUB 43 WARNING "Call to StubAdapter.isLocal did not pass a stub")
    63 	    (REQUEST_REQUIRES_STUB 44 WARNING "Call to StubAdapter.request did not pass a stub")
    63 	    (REQUEST_REQUIRES_STUB 44 WARNING "Call to StubAdapter.request did not pass a stub")
    64 	    (BAD_ACTIVATE_TIE_CALL 45 WARNING "Call to StubAdapter.activateTie did not pass a valid Tie")
    64 	    (BAD_ACTIVATE_TIE_CALL 45 WARNING "Call to StubAdapter.activateTie did not pass a valid Tie")
       
    65             (IO_EXCEPTION_ON_CLOSE 46 FINE "Useless exception on call to Closeable.close()")
    65 	    )
    66 	    )
    66 	(BAD_PARAM
    67 	(BAD_PARAM
    67 	    (NULL_PARAM 1 WARNING "Null parameter")
    68 	    (NULL_PARAM 1 WARNING "Null parameter")
    68 	    (UNABLE_FIND_VALUE_FACTORY 2 FINE "Unable to find value factory")
    69 	    (UNABLE_FIND_VALUE_FACTORY 2 FINE "Unable to find value factory")
    69 	    (ABSTRACT_FROM_NON_ABSTRACT 3 WARNING "Abstract interface derived from non-abstract interface")
    70 	    (ABSTRACT_FROM_NON_ABSTRACT 3 WARNING "Abstract interface derived from non-abstract interface")
   289 	    (NO_INVOCATION_HANDLER 93 WARNING "No invocation handler available for {0}")
   290 	    (NO_INVOCATION_HANDLER 93 WARNING "No invocation handler available for {0}")
   290 	    (INVALID_BUFF_MGR_STRATEGY 94 WARNING "{0}: invalid buffer manager strategy for Java serialization")
   291 	    (INVALID_BUFF_MGR_STRATEGY 94 WARNING "{0}: invalid buffer manager strategy for Java serialization")
   291 	    (JAVA_STREAM_INIT_FAILED 95 WARNING "Java stream initialization failed")
   292 	    (JAVA_STREAM_INIT_FAILED 95 WARNING "Java stream initialization failed")
   292 	    (DUPLICATE_ORB_VERSION_SERVICE_CONTEXT 96 WARNING "An ORBVersionServiceContext was already in the service context list")
   293 	    (DUPLICATE_ORB_VERSION_SERVICE_CONTEXT 96 WARNING "An ORBVersionServiceContext was already in the service context list")
   293 	    (DUPLICATE_SENDING_CONTEXT_SERVICE_CONTEXT 97 WARNING "A SendingContextServiceContext was already in the service context list")
   294 	    (DUPLICATE_SENDING_CONTEXT_SERVICE_CONTEXT 97 WARNING "A SendingContextServiceContext was already in the service context list")
       
   295             (WORK_QUEUE_THREAD_INTERRUPTED 98 FINE "Worker Thread from thread pool {0} was interrupted: closeCalled is {1}.")
       
   296             (WORKER_THREAD_CREATED
       
   297              104 FINE "Worker thread {0} has been created with ClassLoader {1}")
       
   298             (WORKER_THREAD_THROWABLE_FROM_REQUEST_WORK
       
   299              109 FINE "Worker thread {0} caught throwable {1} when requesting work from work queue {2}.")
       
   300             (WORKER_THREAD_NOT_NEEDED
       
   301              110 FINE "Worker thread {0} will exit; current thread count, {1}, greater than minunum worker threads needed, {2}.")
       
   302             (WORKER_THREAD_DO_WORK_THROWABLE
       
   303              111 FINE "Worker thread {0} caught throwable {1} while executing work.")
       
   304             (WORKER_THREAD_CAUGHT_UNEXPECTED_THROWABLE
       
   305              112 WARNING "Worker thread {0} caught unexpected throwable {1}.")
       
   306             (WORKER_THREAD_CREATION_FAILURE
       
   307              113 SEVERE "Worker thread creation failure; cause {0}.")
       
   308             (WORKER_THREAD_SET_NAME_FAILURE
       
   309              114 WARNING "Unable to set worker thread {0} name to {1}; cause {2}.")
       
   310             (WORK_QUEUE_REQUEST_WORK_NO_WORK_FOUND
       
   311              116 WARNING "Ignoring unexpected {0} when retrieving of work from work queue, {1}.")
       
   312             (THREAD_POOL_CLOSE_ERROR 126 WARNING "Error in closing ThreadPool")
       
   313             (THREAD_GROUP_IS_DESTROYED 127 WARNING "ThreadGroup {0} is already destroyed: can't destroy it")
       
   314             (THREAD_GROUP_HAS_ACTIVE_THREADS_IN_CLOSE 128 WARNING "ThreadGroup {0} has {1} active threads: destroy may cause exception")
       
   315             (THREAD_GROUP_HAS_SUB_GROUPS_IN_CLOSE 129 WARNING "ThreadGroup {0} has {1} sub-thread groups: destroy may cause exception")
       
   316             (THREAD_GROUP_DESTROY_FAILED 130 WARNING "ThreadGroup {0} could not be destroyed")
       
   317             (INTERRUPTED_JOIN_CALL_WHILE_CLOSING_THREAD_POOL 131 WARNING "Join was interrupted on thread {0} while closing ThreadPool {1}")
   294 	    )
   318 	    )
       
   319 
   295 	(MARSHAL 
   320 	(MARSHAL 
   296 	    (CHUNK_OVERFLOW 1 WARNING "Data read past end of chunk without closing the chunk")
   321 	    (CHUNK_OVERFLOW 1 WARNING "Data read past end of chunk without closing the chunk")
   297 	    (UNEXPECTED_EOF 2 WARNING "Grow buffer strategy called underflow handler")
   322 	    (UNEXPECTED_EOF 2 WARNING "Grow buffer strategy called underflow handler")
   298 	    (READ_OBJECT_EXCEPTION 3  WARNING "Error in reading marshalled object")
   323 	    (READ_OBJECT_EXCEPTION 3  WARNING "Error in reading marshalled object")
   299 	    (CHARACTER_OUTOFRANGE 4  WARNING "Character not IOS Latin-1 compliant in marshalling")
   324 	    (CHARACTER_OUTOFRANGE 4  WARNING "Character not IOS Latin-1 compliant in marshalling")