Interface ORBUtilSystemException

    • Field Detail

      • METHOD_NOT_FOUND_IN_TIE

        static final int METHOD_NOT_FOUND_IN_TIE
      • couldNotAccessStubDelegate

        static final java.lang.String couldNotAccessStubDelegate
        See Also:
        Constant Field Values
      • LOCAL_OBJECT_NOT_ALLOWED

        static final int LOCAL_OBJECT_NOT_ALLOWED
      • badTimeoutStringData

        static final java.lang.String badTimeoutStringData
        See Also:
        Constant Field Values
      • CONNECTION_REBIND

        static final int CONNECTION_REBIND
      • BAD_SERVER_ID

        static final int BAD_SERVER_ID
    • Method Detail

      • adapterIdNotAvailable

        @Log(level=WARNING,
             id=1)
        @Message("Adapter ID not available")
        BAD_OPERATION adapterIdNotAvailable()
      • serverIdNotAvailable

        @Log(level=WARNING,
             id=2)
        @Message("Server ID not available")
        BAD_OPERATION serverIdNotAvailable()
      • orbIdNotAvailable

        @Log(level=WARNING,
             id=3)
        @Message("ORB ID not available")
        BAD_OPERATION orbIdNotAvailable()
      • objectAdapterIdNotAvailable

        @Log(level=WARNING,
             id=4)
        @Message("Object adapter ID not available")
        BAD_OPERATION objectAdapterIdNotAvailable()
      • connectingServant

        @Log(level=WARNING,
             id=5)
        @Message("Error connecting servant")
        BAD_OPERATION connectingServant​(@Chain
                                        java.rmi.RemoteException exc)
      • extractWrongType

        @Log(level=FINE,
             id=6)
        @Message("Expected typecode kind {0} but got typecode kind {1}")
        BAD_OPERATION extractWrongType​(java.lang.String arg0,
                                       java.lang.String arg1)
      • extractWrongTypeList

        @Log(level=WARNING,
             id=7)
        @Message("Expected typecode kind to be one of {0} but got typecode kind {1}")
        BAD_OPERATION extractWrongTypeList​(java.util.List<java.lang.String> opList,
                                           java.lang.String tcName)
      • badStringBounds

        @Log(level=WARNING,
             id=8)
        @Message("String length of {0} exceeds bounded string length of {1}")
        BAD_OPERATION badStringBounds​(int len,
                                      int boundedLen)
      • insertObjectIncompatible

        @Log(level=WARNING,
             id=10)
        @Message("Tried to insert an object of an incompatible type into an Any for an object reference")
        BAD_OPERATION insertObjectIncompatible()
      • insertObjectFailed

        @Log(level=WARNING,
             id=11)
        @Message("insert_Object call failed on an Any")
        BAD_OPERATION insertObjectFailed​(@Chain
                                         java.lang.Exception exc)
      • extractObjectIncompatible

        @Log(level=WARNING,
             id=12)
        @Message("extract_Object call failed on an Any")
        BAD_OPERATION extractObjectIncompatible()
      • fixedNotMatch

        @Log(level=WARNING,
             id=13)
        @Message("Fixed type does not match typecode")
        BAD_OPERATION fixedNotMatch()
      • fixedBadTypecode

        @Log(level=WARNING,
             id=14)
        @Message("Tried to insert Fixed type for non-Fixed typecode")
        BAD_OPERATION fixedBadTypecode​(@Chain
                                       BadKind bk)
      • setExceptionCalledNullArgs

        @Log(level=WARNING,
             id=23)
        @Message("set_exception(Any) called with null args for DSI ServerRequest")
        BAD_OPERATION setExceptionCalledNullArgs()
      • setExceptionCalledBadType

        @Log(level=WARNING,
             id=24)
        @Message("set_exception(Any) called with a bad (non-exception) type")
        BAD_OPERATION setExceptionCalledBadType()
      • contextCalledOutOfOrder

        @Log(level=WARNING,
             id=25)
        @Message("ctx() called out of order for DSI ServerRequest")
        BAD_OPERATION contextCalledOutOfOrder()
      • badOrbConfigurator

        @Log(level=WARNING,
             id=26)
        @Message("ORB configurator class {0} could not be instantiated")
        BAD_OPERATION badOrbConfigurator​(@Chain
                                         java.lang.Exception exc,
                                         java.lang.String name)
      • badOrbConfigurator

        @Log(level=WARNING,
             id=26)
        @Message("ORB configurator class {0} could not be instantiated")
        BAD_OPERATION badOrbConfigurator​(java.lang.String name)
      • orbConfiguratorError

        @Log(level=WARNING,
             id=27)
        @Message("Error in running ORB configurator")
        BAD_OPERATION orbConfiguratorError​(@Chain
                                           java.lang.Exception exc)
      • orbDestroyed

        @Log(level=WARNING,
             id=28)
        @Message("This ORB instance has been destroyed, so no operations can be performed on it")
        BAD_OPERATION orbDestroyed()
      • negativeBounds

        @Log(level=WARNING,
             id=29)
        @Message("Negative bound for string TypeCode is illegal")
        BAD_OPERATION negativeBounds()
      • extractNotInitialized

        @Log(level=WARNING,
             id=30)
        @Message("Called typecode extract on an uninitialized typecode")
        BAD_OPERATION extractNotInitialized()
      • extractObjectFailed

        @Log(level=WARNING,
             id=31)
        @Message("extract_Object failed on an uninitialized Any")
        BAD_OPERATION extractObjectFailed​(@Chain
                                          java.lang.Exception exc)
      • methodNotFoundInTie

        @Log(level=FINE,
             id=32)
        @Message("Could not find method named {0} in class {1} in reflective Tie")
        BAD_OPERATION methodNotFoundInTie​(java.lang.String arg0,
                                          java.lang.String arg1)
      • classNotFound1

        @Log(level=FINE,
             id=33)
        @Message("ClassNotFoundException while attempting to load preferred stub named {0}")
        @CS(MAYBE)
        BAD_OPERATION classNotFound1​(@Chain
                                     java.lang.Exception exc,
                                     java.lang.String arg0)
      • classNotFound2

        @Log(level=FINE,
             id=34)
        @Message("ClassNotFoundException while attempting to load alternate stub named {0}")
        @CS(MAYBE)
        BAD_OPERATION classNotFound2​(@Chain
                                     java.lang.Exception exc,
                                     java.lang.String arg0)
      • classNotFound3

        @Log(level=FINE,
             id=35)
        @Message("ClassNotFoundException while attempting to load interface {0}")
        @CS(MAYBE)
        BAD_OPERATION classNotFound3​(@Chain
                                     java.lang.Exception exc,
                                     java.lang.String arg0)
      • getDelegateServantNotActive

        @Log(level=WARNING,
             id=36)
        @Message("POA ServantNotActive exception while trying get an org.omg.CORBA.Portable.Delegate for an org.omg.PortableServer.Servant")
        BAD_OPERATION getDelegateServantNotActive​(@Chain
                                                  java.lang.Exception exc)
      • getDelegateWrongPolicy

        @Log(level=WARNING,
             id=37)
        @Message("POA WrongPolicy exception while trying get an org.omg.CORBA.Portable.Delegate for an org.omg.PortableServer.Servant")
        BAD_OPERATION getDelegateWrongPolicy​(@Chain
                                             java.lang.Exception exc)
      • setDelegateRequiresStub

        @Log(level=FINE,
             id=38)
        @Message("Call to StubAdapter.setDelegate did not pass a stub")
        BAD_OPERATION setDelegateRequiresStub()
      • getDelegateRequiresStub

        @Log(level=WARNING,
             id=39)
        @Message("Call to StubAdapter.getDelegate did not pass a stub")
        BAD_OPERATION getDelegateRequiresStub()
      • getTypeIdsRequiresStub

        @Log(level=WARNING,
             id=40)
        @Message("Call to StubAdapter.getTypeIds did not pass a stub")
        BAD_OPERATION getTypeIdsRequiresStub()
      • getOrbRequiresStub

        @Log(level=WARNING,
             id=41)
        @Message("Call to StubAdapter.getORB did not pass a stub")
        BAD_OPERATION getOrbRequiresStub()
      • connectRequiresStub

        @Log(level=WARNING,
             id=42)
        @Message("Call to StubAdapter.connect did not pass a stub")
        BAD_OPERATION connectRequiresStub()
      • isLocalRequiresStub

        @Log(level=WARNING,
             id=43)
        @Message("Call to StubAdapter.isLocal did not pass a stub")
        BAD_OPERATION isLocalRequiresStub()
      • requestRequiresStub

        @Log(level=WARNING,
             id=44)
        @Message("Call to StubAdapter.request did not pass a stub")
        BAD_OPERATION requestRequiresStub()
      • badActivateTieCall

        @Log(level=WARNING,
             id=45)
        @Message("Call to StubAdapter.activateTie did not pass a valid Tie")
        BAD_OPERATION badActivateTieCall()
      • badOperationFromInvoke

        @Log(level=WARNING,
             id=46)
        @Message("Bad operation from _invoke: {0}")
        BAD_OPERATION badOperationFromInvoke​(@Chain
                                             java.lang.Exception exc,
                                             java.lang.String arg0)
      • couldNotAccessStubDelegate

        @Log(level=WARNING,
             id=47)
        @Message("Could not access StubDelegateImpl")
        BAD_OPERATION couldNotAccessStubDelegate​(@Chain
                                                 java.lang.Exception exc)
      • couldNotAccessStubDelegate

        @Log(level=WARNING,
             id=47)
        @Message("Could not access StubDelegateImpl")
        BAD_OPERATION couldNotAccessStubDelegate()
      • couldNotLoadInterface

        @Log(level=WARNING,
             id=48)
        @Message("Could not load interface {0} for creating stub")
        BAD_OPERATION couldNotLoadInterface​(@Chain
                                            java.lang.Exception exc,
                                            java.lang.String arg0)
      • adapterInactiveInActivateServant

        @Log(level=WARNING,
             id=49)
        @Message("Could not activate POA from foreign ORB due to AdapterInactive exception in StubAdapter")
        BAD_OPERATION adapterInactiveInActivateServant​(@Chain
                                                       java.lang.Exception exc)
      • couldNotInstantiateStubClass

        @Log(level=WARNING,
             id=50)
        @Message("Could not instantiate stub class {0} for dynamic RMI-IIOP")
        BAD_OPERATION couldNotInstantiateStubClass​(@Chain
                                                   java.lang.Exception exc,
                                                   java.lang.String arg0)
      • stringExpectedInOperation

        @Log(level=WARNING,
             id=51)
        @Message("String expected in OperationFactory.getString()")
        BAD_OPERATION stringExpectedInOperation()
      • objectArrayExpected

        @Log(level=WARNING,
             id=52)
        @Message("Object[] expected")
        BAD_OPERATION objectArrayExpected()
      • pairStringStringExpected

        @Log(level=WARNING,
             id=53)
        @Message("Pair<String,String> expected")
        BAD_OPERATION pairStringStringExpected()
      • classActionException

        @Log(level=WARNING,
             id=54)
        @Message("Error while attempting to load class {0}")
        BAD_OPERATION classActionException​(@Chain
                                           java.lang.Exception exc,
                                           java.lang.String arg0)
      • badUrlInAction

        @Log(level=WARNING,
             id=55)
        @Message("Bad URL {0} in URLAction")
        BAD_OPERATION badUrlInAction​(@Chain
                                     java.lang.Exception exc,
                                     java.lang.String arg0)
      • valueNotInRange

        @Log(level=WARNING,
             id=56)
        @Message("Property value {0} is not in the range {1} to {2}")
        BAD_OPERATION valueNotInRange​(int arg0,
                                      int arg1,
                                      int arg2)
      • numTokensActionsDontMatch

        @Log(level=WARNING,
             id=57)
        @Message("Number of token ({0}) and number of actions ({1}) don\'t match")
        BAD_OPERATION numTokensActionsDontMatch​(int arg0,
                                                int arg1)
      • exceptionInConvertActionConstructor

        @Log(level=WARNING,
             id=58)
        @Message("Could not find constructor <init>(String) in class {0}")
        BAD_OPERATION exceptionInConvertActionConstructor​(@Chain
                                                          java.lang.Exception exc,
                                                          java.lang.String arg0)
      • exceptionInConvertAction

        @Log(level=WARNING,
             id=59)
        @Message("Exception in ConvertAction operation")
        BAD_OPERATION exceptionInConvertAction​(@Chain
                                               java.lang.Exception exc)
      • ioExceptionOnClose

        @Log(level=FINE,
             id=60)
        @Message("Useless exception on call to Closeable.close()")
        BAD_OPERATION ioExceptionOnClose​(@Chain
                                         java.lang.Exception exc)
      • bundleCouldNotLoadClass

        @Log(level=FINE,
             id=63)
        @Message("Class {0} could not be loaded by bundle {1}")
        BAD_OPERATION bundleCouldNotLoadClass​(@Chain
                                              java.lang.Exception exc,
                                              java.lang.String arg0,
                                              java.lang.String arg1)
      • exceptionInSelector

        @Log(level=WARNING,
             id=75)
        @Message("Exception while handling event on {0}")
        BAD_OPERATION exceptionInSelector​(@Chain
                                          java.lang.Throwable t,
                                          EventHandler arg0)
      • canceledSelectionKey

        @Log(level=FINE,
             id=76)
        @Message("Ignoring cancelled SelectionKey {0}: key will be removed from Selector")
        BAD_OPERATION canceledSelectionKey​(java.nio.channels.SelectionKey arg0)
      • packageAdminServiceNotAvailable

        @Log(level=FINE,
             id=77)
        @Message("The OSGi PackageAdmin service is not available")
        BAD_OPERATION packageAdminServiceNotAvailable()
      • setParameterCalledAgain

        @Log(level=WARNING,
             id=78)
        @Message("The ORBImpl.set_parameters method was called more than once")
        BAD_OPERATION setParameterCalledAgain()
      • couldNotMakeInstance

        @Log(level=WARNING,
             id=81)
        @Message("Could not make an instance of Class {0}")
        BAD_OPERATION couldNotMakeInstance​(@Chain
                                           java.lang.Exception ex,
                                           java.lang.Class<?> arg0)
      • exceptionInCreateCopy

        @Log(level=WARNING,
             id=82)
        @Message("Exception in createCopy`")
        BAD_OPERATION exceptionInCreateCopy​(@Chain
                                            java.lang.Exception exc)
      • exceptionInReset

        @Message("Exception in reset method in ClientGroupManager")
        @Log(level=FINE,
             id=83)
        BAD_OPERATION exceptionInReset​(@Chain
                                       java.lang.Throwable t)
      • noIORUpdateServicateContext

        @Message("No IORUpdate service context present in ClientGroupManager")
        @Log(level=FINE,
             id=84)
        BAD_OPERATION noIORUpdateServicateContext​(@Chain
                                                  BAD_PARAM e)
      • exceptionInNext

        @Message("Exception in next method in ClientGroupManager")
        @Log(level=FINE,
             id=85)
        BAD_OPERATION exceptionInNext​(@Chain
                                      java.lang.Throwable t)
      • bindNameException

        @Message("Could not bind initial GIS to name service")
        @Log(level=FINE,
             id=86)
        BAD_OPERATION bindNameException​(@Chain
                                        java.lang.Exception e)
      • nullParam

        @Log(level=WARNING,
             id=1)
        @Message("Null parameter")
        @CS(MAYBE)
        BAD_PARAM nullParam()
      • nullParamNoComplete

        @Log(level=WARNING,
             id=1)
        @Message("Null parameter")
        @CS(NO)
        BAD_PARAM nullParamNoComplete()
      • unableFindValueFactory

        @Log(level=FINE,
             id=2)
        @Message("Unable to find value factory")
        BAD_PARAM unableFindValueFactory​(@Chain
                                         MARSHAL exc)
      • abstractFromNonAbstract

        @Log(level=WARNING,
             id=3)
        @Message("Abstract interface derived from non-abstract interface")
        BAD_PARAM abstractFromNonAbstract()
      • invalidTaggedProfile

        @Log(level=WARNING,
             id=4)
        @Message("Error in reading IIOP TaggedProfile")
        BAD_PARAM invalidTaggedProfile()
      • objrefFromForeignOrb

        @Log(level=FINE,
             id=5)
        @Message("Object reference came from foreign ORB")
        BAD_PARAM objrefFromForeignOrb()
      • localObjectNotAllowed

        @Log(level=FINE,
             id=6)
        @Message("Local object not allowed")
        BAD_PARAM localObjectNotAllowed()
      • nullObjectReference

        @Log(level=WARNING,
             id=7)
        @Message("null object reference")
        BAD_PARAM nullObjectReference()
      • couldNotLoadClass

        @Log(level=WARNING,
             id=8)
        @Message("Could not load class {0}")
        BAD_PARAM couldNotLoadClass​(java.lang.String arg0)
      • badUrl

        @Log(level=WARNING,
             id=9)
        @Message("Malformed URL {0}")
        BAD_PARAM badUrl​(java.lang.String arg0)
      • fieldNotFound

        @Log(level=WARNING,
             id=10)
        @Message("Field {0} not found in parser data object")
        BAD_PARAM fieldNotFound​(java.lang.String arg0)
      • fieldNotFound

        @Log(level=WARNING,
             id=10)
        @Message("Field {0} not found in parser data object")
        BAD_PARAM fieldNotFound​(@Chain
                                java.lang.Exception exc,
                                java.lang.String arg0)
      • errorSettingField

        @Log(level=WARNING,
             id=11)
        @Message("Error in setting field {0} to value {1} in parser data object")
        BAD_PARAM errorSettingField​(@Chain
                                    java.lang.Throwable exc,
                                    java.lang.String arg0,
                                    java.lang.Object arg1)
      • boundsErrorInDiiRequest

        @Log(level=WARNING,
             id=12)
        @Message("Bounds error occurred in DII request")
        BAD_PARAM boundsErrorInDiiRequest​(@Chain
                                          Bounds b)
      • persistentServerInitError

        @Log(level=WARNING,
             id=13)
        @Message("Initialization error for persistent server")
        @CS(MAYBE)
        BAD_PARAM persistentServerInitError​(@Chain
                                            java.lang.Exception exc)
      • couldNotCreateArray

        @Log(level=WARNING,
             id=14)
        @Message("Could not create array for field {0} with component type {1} and size {2}")
        BAD_PARAM couldNotCreateArray​(@Chain
                                      java.lang.Throwable exc,
                                      java.lang.String arg0,
                                      java.lang.Class<?> arg1,
                                      int arg2)
      • couldNotSetArray

        @Log(level=WARNING,
             id=15)
        @Message("Could not set array for field {0} at index {1} with component type {2} and size {3} to value {4}")
        BAD_PARAM couldNotSetArray​(@Chain
                                   java.lang.Throwable thr,
                                   java.lang.String arg0,
                                   int arg1,
                                   java.lang.Class<?> arg2,
                                   int arg3,
                                   java.lang.Object arg4)
      • illegalBootstrapOperation

        @Log(level=WARNING,
             id=16)
        @Message("Illegal bootstrap operation {0}")
        BAD_PARAM illegalBootstrapOperation​(java.lang.String arg0)
      • bootstrapRuntimeException

        @Log(level=WARNING,
             id=17)
        @Message("Runtime Exception during bootstrap operation")
        BAD_PARAM bootstrapRuntimeException​(@Chain
                                            java.lang.Exception exc)
      • bootstrapException

        @Log(level=WARNING,
             id=18)
        @Message("Exception during bootstrap operation")
        BAD_PARAM bootstrapException​(@Chain
                                     java.lang.Exception exc)
      • stringExpected

        @Log(level=WARNING,
             id=19)
        @Message("Expected a string, but argument was not of String type")
        BAD_PARAM stringExpected()
      • invalidTypecodeKind

        @Log(level=WARNING,
             id=20)
        @Message("{0} does not represent a valid kind of typecode")
        BAD_PARAM invalidTypecodeKind​(@Chain
                                      java.lang.Throwable t,
                                      int kind)
      • socketFactoryAndContactInfoListAtSameTime

        @Log(level=WARNING,
             id=21)
        @Message("cannot have a SocketFactory and a ContactInfoList at the same time")
        BAD_PARAM socketFactoryAndContactInfoListAtSameTime()
      • acceptorsAndLegacySocketFactoryAtSameTime

        @Log(level=WARNING,
             id=22)
        @Message("cannot have Acceptors and a legacy SocketFactory at the same time")
        BAD_PARAM acceptorsAndLegacySocketFactoryAtSameTime()
      • badOrbForServant

        @Log(level=WARNING,
             id=23)
        @Message("Reflective POA Servant requires an instance of org.omg.CORBA_2_3.ORB")
        BAD_PARAM badOrbForServant​(@Chain
                                   java.lang.Exception exc)
      • invalidRequestPartitioningPolicyValue

        @Log(level=WARNING,
             id=24)
        @Message("Request partitioning value specified, {0}, is outside supported range, {1} - {2}")
        BAD_PARAM invalidRequestPartitioningPolicyValue​(int arg0,
                                                        int arg1,
                                                        int arg2)
      • invalidRequestPartitioningComponentValue

        @Log(level=WARNING,
             id=25)
        @Message("Could not set request partitioning component value to {0}, valid values are {1} - {2}")
        BAD_PARAM invalidRequestPartitioningComponentValue​(int arg0,
                                                           int arg1,
                                                           int arg2)
      • invalidRequestPartitioningId

        @Log(level=WARNING,
             id=26)
        @Message("Invalid request partitioning id {0}, valid values are {1} - {2}")
        BAD_PARAM invalidRequestPartitioningId​(int arg0,
                                               int arg1,
                                               int arg2)
      • errorInSettingDynamicStubFactoryFactory

        @Log(level=FINE,
             id=27)
        @Message("ORBDynamicStubFactoryFactoryClass property had value {0}, which could not be loaded by the ORB ClassLoader")
        BAD_PARAM errorInSettingDynamicStubFactoryFactory​(java.lang.String arg0)
      • registerDuplicateServiceContext

        @Log(level=WARNING,
             id=28)
        @Message("An attempt was made to register a ServiceContext.Factory with an ID that is already registered")
        BAD_PARAM registerDuplicateServiceContext()
      • notAnObjectImpl

        @Log(level=WARNING,
             id=29)
        @Message("CORBA object is not an ObjectImpl in ORB.getIOR")
        BAD_PARAM notAnObjectImpl()
      • badTimeoutStringData

        @Log(level=WARNING,
             id=30)
        @Message("{0} is not a valid positive decimal integer for {1}")
        BAD_PARAM badTimeoutStringData​(@Chain
                                       java.lang.Exception exc,
                                       java.lang.String arg0,
                                       java.lang.String arg1)
      • badTimeoutStringData

        @Log(level=WARNING,
             id=30)
        @Message("{0} is not a valid positive decimal integer for {1}")
        BAD_PARAM badTimeoutStringData​(java.lang.String arg0,
                                       java.lang.String arg1)
      • badTimeoutDataLength

        @Log(level=WARNING,
             id=31)
        @Message("Timeout data must be 3 or 4 positive decimal integers separated by :")
        BAD_PARAM badTimeoutDataLength()
      • invalidLoadBalancingPolicyValue

        @Log(level=WARNING,
             id=32)
        @Message("Load balancing value specified, {0}, is outside supported range, {1} - {2}")
        BAD_PARAM invalidLoadBalancingPolicyValue​(int arg0,
                                                  int arg1,
                                                  int arg2)
      • invalidLoadBalancingComponentValue

        @Log(level=WARNING,
             id=33)
        @Message("Could not set load balancing component value to {0}, valid values are {1} - {2}")
        BAD_PARAM invalidLoadBalancingComponentValue​(int arg0,
                                                     int arg1,
                                                     int arg2)
      • invalidLoadBalancingId

        @Log(level=WARNING,
             id=34)
        @Message("Invalid request partitioning id {0}, valid values are {1} - {2}")
        BAD_PARAM invalidLoadBalancingId​(java.lang.String arg0,
                                         java.lang.String arg1,
                                         java.lang.String arg2)
      • codeBaseUnavailable

        @Log(level=FINE,
             id=35)
        @Message("CodeBase unavailable on connection {0}")
        BAD_PARAM codeBaseUnavailable​(Connection conn)
      • dsimethodNotcalled

        @Log(level=WARNING,
             id=1)
        @Message("DSI method not called")
        @CS(MAYBE)
        BAD_INV_ORDER dsimethodNotcalled()
      • argumentsCalledMultiple

        @Log(level=WARNING,
             id=2)
        @Message("arguments(NVList) called more than once for DSI ServerRequest")
        BAD_INV_ORDER argumentsCalledMultiple()
      • argumentsCalledAfterException

        @Log(level=WARNING,
             id=3)
        @Message("arguments(NVList) called after exceptions set for DSI ServerRequest")
        BAD_INV_ORDER argumentsCalledAfterException()
      • argumentsCalledNullArgs

        @Log(level=WARNING,
             id=4)
        @Message("arguments(NVList) called with null args for DSI ServerRequest")
        BAD_INV_ORDER argumentsCalledNullArgs()
      • argumentsNotCalled

        @Log(level=FINE,
             id=5)
        @Message("arguments(NVList) not called for DSI ServerRequest")
        BAD_INV_ORDER argumentsNotCalled()
      • setResultCalledMultiple

        @Log(level=WARNING,
             id=6)
        @Message("set_result(Any) called more than once for DSI ServerRequest")
        BAD_INV_ORDER setResultCalledMultiple()
      • setResultAfterException

        @Log(level=FINE,
             id=7)
        @Message("set_result(Any) called exception was set for DSI ServerRequest")
        BAD_INV_ORDER setResultAfterException()
      • setResultCalledNullArgs

        @Log(level=WARNING,
             id=8)
        @Message("set_result(Any) called with null args for DSI ServerRequest")
        BAD_INV_ORDER setResultCalledNullArgs()
      • badRemoteTypecode

        @Log(level=WARNING,
             id=1)
        @Message("Foreign to native typecode conversion constructor should not be called with native typecode")
        BAD_TYPECODE badRemoteTypecode()
      • unresolvedRecursiveTypecode

        @Log(level=WARNING,
             id=2)
        @Message("Invoked operation on unresolved recursive TypeCode")
        BAD_TYPECODE unresolvedRecursiveTypecode()
      • connectFailure

        @Log(level=FINE,
             id=1)
        @Message("Connection failure: socketType: {0}; hostname: {1}; port: {2}")
        COMM_FAILURE connectFailure​(@Chain
                                    java.lang.Throwable t,
                                    java.lang.String arg0,
                                    java.lang.String arg1,
                                    java.lang.String arg2)
      • writeErrorSend

        @Log(level=FINE,
             id=3)
        @Message("Write error sent")
        @CS(MAYBE)
        COMM_FAILURE writeErrorSend​(@Chain
                                    java.lang.Exception exc)
      • writeErrorSend

        @Log(level=FINE,
             id=3)
        @Message("Write error sent")
        COMM_FAILURE writeErrorSend()
      • getPropertiesError

        @Log(level=WARNING,
             id=4)
        @Message("Get properties error")
        COMM_FAILURE getPropertiesError()
      • bootstrapServerNotAvail

        @Log(level=WARNING,
             id=5)
        @Message("Bootstrap server is not available")
        COMM_FAILURE bootstrapServerNotAvail()
      • invokeError

        @Log(level=WARNING,
             id=6)
        @Message("Invocation error")
        COMM_FAILURE invokeError()
      • defaultCreateServerSocketGivenNonIiopClearText

        @Log(level=WARNING,
             id=7)
        @Message("DefaultSocketFactory.createServerSocket only handles IIOP_CLEAR_TEXT, given {0}")
        COMM_FAILURE defaultCreateServerSocketGivenNonIiopClearText​(java.lang.String arg0)
      • connectionAbort

        @Log(level=FINE,
             id=8)
        @Message("Connection abort")
        COMM_FAILURE connectionAbort​(@Chain
                                     java.lang.Throwable thr)
      • connectionRebind

        @Log(level=FINE,
             id=9)
        @Message("Connection rebind")
        COMM_FAILURE connectionRebind​(@Chain
                                      java.lang.Throwable thr)
      • connectionRebindMaybe

        @Log(level=FINE,
             id=9)
        @Message("Connection rebind")
        @CS(MAYBE)
        COMM_FAILURE connectionRebindMaybe​(@Chain
                                           java.lang.Throwable thr)
      • connectionRebind

        @Log(level=FINE,
             id=9)
        @Message("Connection rebind")
        COMM_FAILURE connectionRebind()
      • recvMsgError

        @Log(level=WARNING,
             id=10)
        @Message("Received a GIOP MessageError, indicating header corruption or version mismatch")
        COMM_FAILURE recvMsgError()
      • ioexceptionWhenReadingConnection

        @Log(level=FINE,
             id=11)
        @Message("IOException received when reading from connection {0}")
        COMM_FAILURE ioexceptionWhenReadingConnection​(@Chain
                                                      java.lang.Exception exc,
                                                      Connection arg0)
      • selectionKeyInvalid

        @Log(level=FINE,
             id=12)
        @Message("SelectionKey invalid on channel, {0}")
        COMM_FAILURE selectionKeyInvalid​(java.lang.String arg0)
      • exceptionInAccept

        @Log(level=FINE,
             id=13)
        @Message("Unexpected {0} in accept")
        COMM_FAILURE exceptionInAccept​(@Chain
                                       java.lang.Exception exc,
                                       java.lang.String arg0)
      • securityExceptionInAccept

        @Log(level=FINE,
             id=14)
        @Message("Unexpected exception, has permissions {0}")
        COMM_FAILURE securityExceptionInAccept​(@Chain
                                               java.lang.Exception exc,
                                               java.lang.String arg0)
      • transportReadTimeoutExceeded

        @Log(level=WARNING,
             id=15)
        @Message("Read of full message failed : bytes requested = {0} bytes read = {1} max wait time = {2} total time spent waiting = {3}")
        COMM_FAILURE transportReadTimeoutExceeded​(int arg0,
                                                  int arg1,
                                                  int arg2,
                                                  int arg3)
      • createListenerFailed

        @Log(level=SEVERE,
             id=16)
        @Message("Unable to create IIOP listener on the specified host {0} and port {1}")
        COMM_FAILURE createListenerFailed​(@Chain
                                          java.lang.Throwable thr,
                                          java.lang.String host,
                                          int port)
      • throwableInReadBits

        @Log(level=FINE,
             id=17)
        @Message("Throwable received in ReadBits")
        COMM_FAILURE throwableInReadBits​(@Chain
                                         java.lang.Throwable exc)
      • oexceptionInAccept

        @Log(level=WARNING,
             id=18)
        @Message("IOException in accept")
        COMM_FAILURE oexceptionInAccept()
      • communicationsTimeoutWaitingForResponse

        @Log(level=WARNING,
             id=19)
        @Message("Communications timeout waiting for response.  Exceeded {0} milliseconds")
        @CS(MAYBE)
        COMM_FAILURE communicationsTimeoutWaitingForResponse​(long arg0)
      • communicationsRetryTimeout

        @Log(level=WARNING,
             id=20)
        @Message("Communications retry timeout.  Exceeded {0} milliseconds")
        COMM_FAILURE communicationsRetryTimeout​(@Chain
                                                java.lang.Exception exc,
                                                long arg0)
      • ignoringExceptionWhileWaitingForRetry

        @Log(level=FINE,
             id=21)
        @Message("Ignoring exception while waiting for retry")
        COMM_FAILURE ignoringExceptionWhileWaitingForRetry()
      • temporaryWriteSelectorWithBlockingConnection

        @Log(level=SEVERE,
             id=22)
        @Message("Invalid request for a temporary write selector object for use on a blocking connection: {0}.")
        COMM_FAILURE temporaryWriteSelectorWithBlockingConnection​(Connection arg0)
      • temporaryReadSelectorWithBlockingConnection

        @Log(level=SEVERE,
             id=23)
        @Message("Invalid request for a temporary read selector object for use on a blocking connection: {0}.")
        COMM_FAILURE temporaryReadSelectorWithBlockingConnection​(Connection arg0)
      • temporarySelectorSelectTimeoutLessThanOne

        @Log(level=SEVERE,
             id=24)
        @Message("TemporarySelector\'s Selector, {0} .select(timeout) must called with timeout value greater than 0, called with a timeout value of, {1}.")
        COMM_FAILURE temporarySelectorSelectTimeoutLessThanOne​(java.nio.channels.Selector arg0,
                                                               long arg1)
      • transportWriteTimeoutExceeded

        @Log(level=WARNING,
             id=25)
        @Message("Write of message exceeded TCP timeout : max wait time = {0} ms, total time spent blocked, waiting to write = {1} ms.")
        COMM_FAILURE transportWriteTimeoutExceeded​(int arg0,
                                                   int arg1)
      • exceptionWhenReadingWithTemporarySelector

        @Log(level=SEVERE,
             id=26)
        @Message("Unexpected exception when reading with a temporary selector: bytes read = {0}, bytes requested = {1}, time spent waiting = {2} ms, max time to wait = {3}.")
        COMM_FAILURE exceptionWhenReadingWithTemporarySelector​(@Chain
                                                               java.lang.Exception exc,
                                                               int arg0,
                                                               int arg1,
                                                               int arg2,
                                                               int arg3)
      • exceptionWhenWritingWithTemporarySelector

        @Log(level=SEVERE,
             id=27)
        @Message("Unexpected exception when writing with a temporary selector:  bytes written = {0}, total bytes requested to write = {1}, time spent waiting = {2} ms, max time to wait = {3}.")
        COMM_FAILURE exceptionWhenWritingWithTemporarySelector​(@Chain
                                                               java.lang.Exception exc,
                                                               int arg0,
                                                               int arg1,
                                                               int arg2,
                                                               int arg3)
      • throwableInDoOptimizedReadStrategy

        @Log(level=FINE,
             id=28)
        @Message("Throwable received in doOptimizedReadStrategy")
        COMM_FAILURE throwableInDoOptimizedReadStrategy​(@Chain
                                                        java.lang.Throwable thr)
      • blockingReadTimeout

        @Log(level=WARNING,
             id=29)
        @Message("Blocking read failed, expected to read additional bytes:  max wait time = {0}ms total time spent waiting = {1}ms")
        COMM_FAILURE blockingReadTimeout​(long arg0,
                                         long arg1)
      • exceptionBlockingReadWithTemporarySelector

        @Log(level=FINE,
             id=30)
        @Message("Exception in a blocking read on connection {0} with a temporary selector")
        COMM_FAILURE exceptionBlockingReadWithTemporarySelector​(@Chain
                                                                java.lang.Exception exc,
                                                                Connection arg0)
      • nonBlockingReadOnBlockingSocketChannel

        @Log(level=SEVERE,
             id=31)
        @Message("Invalid operation, attempting a non-blocking read on blocking connection, {0}")
        COMM_FAILURE nonBlockingReadOnBlockingSocketChannel​(Connection arg0)
      • unexpectedExceptionCancelAndFlushTempSelector

        @Log(level=FINE,
             id=32)
        @Message("Unexpected exception when canceling SelectionKey and flushing temporary Selector")
        COMM_FAILURE unexpectedExceptionCancelAndFlushTempSelector​(@Chain
                                                                   java.lang.Exception exc)
      • maximumReadByteBufferSizeExceeded

        @Log(level=WARNING,
             id=33)
        @Message("Ignoring request to read a message which exceeds read size threshold of {0} bytes, requested size was {1}. Use ORB property -D{2}=<# of bytes> to set threshold higher.")
        COMM_FAILURE maximumReadByteBufferSizeExceeded​(int arg0,
                                                       int arg1,
                                                       java.lang.String arg2)
      • blockingReadEndOfStream

        @Log(level=FINE,
             id=34)
        @Message("Received {0}, in a blocking read on connection, {1}, because an \'end of stream\' was detected")
        COMM_FAILURE blockingReadEndOfStream​(@Chain
                                             java.lang.Exception exc,
                                             java.lang.String arg0,
                                             java.lang.String arg1)
      • nonblockingReadEndOfStream

        @Log(level=FINE,
             id=35)
        @Message("Received {0}, in a non-blocking read on connection, {1}, because an \'end of stream\' was detected")
        COMM_FAILURE nonblockingReadEndOfStream​(java.lang.String arg0,
                                                java.lang.String arg1)
      • ioexceptionInAccept

        @Log(level=WARNING,
             id=36)
        @Message("IOException in accept")
        COMM_FAILURE ioexceptionInAccept​(@Chain
                                         java.lang.Exception exc)
      • ioexceptionInAcceptFine

        @Log(level=FINE,
             id=36)
        @Message("IOException in accept")
        COMM_FAILURE ioexceptionInAcceptFine​(@Chain
                                             java.lang.Exception exc)
      • bufferReadManagerTimeout

        @Log(level=WARNING,
             id=37)
        @Message("Timeout while reading data in buffer manager")
        COMM_FAILURE bufferReadManagerTimeout()
      • badStringifiedIorLen

        @Log(level=WARNING,
             id=1)
        @Message("A character did not map to the transmission code set")
        DATA_CONVERSION badStringifiedIorLen()
      • badStringifiedIor

        @Log(level=WARNING,
             id=2)
        @Message("Bad stringified IOR")
        DATA_CONVERSION badStringifiedIor​(@Chain
                                          java.lang.Throwable thr)
      • badModifier

        @Log(level=WARNING,
             id=3)
        @Message("Unable to perform resolve_initial_references due to bad host or port configuration")
        DATA_CONVERSION badModifier()
      • codesetIncompatible

        @Log(level=WARNING,
             id=4)
        @Message("Codesets incompatible")
        DATA_CONVERSION codesetIncompatible()
      • badHexDigit

        @Log(level=WARNING,
             id=5)
        @Message("Illegal hexadecimal digit")
        DATA_CONVERSION badHexDigit()
      • badUnicodePair

        @Log(level=WARNING,
             id=6)
        @Message("Invalid unicode pair detected during code set conversion")
        DATA_CONVERSION badUnicodePair​(@Chain
                                       java.nio.charset.MalformedInputException exc)
      • btcResultMoreThanOneChar

        @Log(level=WARNING,
             id=7)
        @Message("Tried to convert bytes to a single java char, but conversion yielded more than one Java char (Surrogate pair?)")
        DATA_CONVERSION btcResultMoreThanOneChar()
      • badCodesetsFromClient

        @Log(level=WARNING,
             id=8)
        @Message("Client sent code set service context that we do not support")
        DATA_CONVERSION badCodesetsFromClient()
      • invalidSingleCharCtb

        @Log(level=WARNING,
             id=9)
        @Message("Char to byte conversion for a CORBA char resulted in more than one byte")
        @CS(MAYBE)
        DATA_CONVERSION invalidSingleCharCtb()
      • badGiop11Ctb

        @Log(level=WARNING,
             id=10)
        @Message("Character to byte conversion did not exactly double number of chars (GIOP 1.1 only)")
        @CS(MAYBE)
        DATA_CONVERSION badGiop11Ctb()
      • badSequenceBounds

        @Log(level=WARNING,
             id=12)
        @Message("Tried to insert a sequence of length {0} into a bounded sequence of maximum length {1} in an Any")
        DATA_CONVERSION badSequenceBounds​(int len,
                                          int maxLen)
      • illegalSocketFactoryType

        @Log(level=WARNING,
             id=13)
        @Message("Class {0} is not a subtype of ORBSocketFactory")
        DATA_CONVERSION illegalSocketFactoryType​(java.lang.String arg0)
      • badCustomSocketFactory

        @Log(level=WARNING,
             id=14)
        @Message("{0} is not a valid custom socket factory")
        DATA_CONVERSION badCustomSocketFactory​(@Chain
                                               java.lang.Exception exc,
                                               java.lang.String arg0)
      • fragmentSizeMinimum

        @Log(level=WARNING,
             id=15)
        @Message("Fragment size {0} is too small: it must be at least {1}")
        DATA_CONVERSION fragmentSizeMinimum​(int arg0,
                                            int arg1)
      • fragmentSizeDiv

        @Log(level=WARNING,
             id=16)
        @Message("Illegal value for fragment size ({0}): must be divisible by {1}")
        DATA_CONVERSION fragmentSizeDiv​(int arg0,
                                        int arg1)
      • orbInitializerFailure

        @Log(level=WARNING,
             id=17)
        @Message("Could not instantiate ORBInitializer {0}")
        DATA_CONVERSION orbInitializerFailure​(@Chain
                                              java.lang.Exception exc,
                                              java.lang.String arg0)
      • orbInitializerType

        @Log(level=WARNING,
             id=18)
        @Message("orb initializer class {0} is not a subtype of ORBInitializer")
        DATA_CONVERSION orbInitializerType​(java.lang.String arg0)
      • orbInitialreferenceSyntax

        @Log(level=WARNING,
             id=19)
        @Message("Bad syntax for ORBInitialReference")
        DATA_CONVERSION orbInitialreferenceSyntax()
      • acceptorInstantiationFailure

        @Log(level=WARNING,
             id=20)
        @Message("Could not instantiate Acceptor {0}")
        DATA_CONVERSION acceptorInstantiationFailure​(@Chain
                                                     java.lang.Exception exc,
                                                     java.lang.String arg0)
      • acceptorInstantiationTypeFailure

        @Log(level=WARNING,
             id=21)
        @Message("Acceptor class {0} is not a subtype of Acceptor")
        DATA_CONVERSION acceptorInstantiationTypeFailure​(java.lang.String arg0)
      • illegalContactInfoListFactoryType

        @Log(level=WARNING,
             id=22)
        @Message("Class {0} is not a subtype of CorbaContactInfoListFactory")
        DATA_CONVERSION illegalContactInfoListFactoryType​(java.lang.String arg0)
      • badContactInfoListFactory

        @Log(level=WARNING,
             id=23)
        @Message("{0} is not a valid CorbaContactInfoListFactory")
        DATA_CONVERSION badContactInfoListFactory​(@Chain
                                                  java.lang.Exception exc,
                                                  java.lang.String arg0)
      • illegalIorToSocketInfoType

        @Log(level=WARNING,
             id=24)
        @Message("Class {0} is not a subtype of IORToSocketInfo")
        DATA_CONVERSION illegalIorToSocketInfoType​(java.lang.String arg0)
      • badCustomIorToSocketInfo

        @Log(level=WARNING,
             id=25)
        @Message("{0} is not a valid custom IORToSocketInfo")
        DATA_CONVERSION badCustomIorToSocketInfo​(@Chain
                                                 java.lang.Exception exc,
                                                 java.lang.String arg0)
      • illegalIiopPrimaryToContactInfoType

        @Log(level=WARNING,
             id=26)
        @Message("Class {0} is not a subtype of IIOPPrimaryToContactInfo")
        DATA_CONVERSION illegalIiopPrimaryToContactInfoType​(java.lang.String arg0)
      • badCustomIiopPrimaryToContactInfo

        @Log(level=WARNING,
             id=27)
        @Message("{0} is not a valid custom IIOPPrimaryToContactInfo")
        DATA_CONVERSION badCustomIiopPrimaryToContactInfo​(@Chain
                                                          java.lang.Exception exc,
                                                          java.lang.String arg0)
      • badCorbalocString

        @Log(level=WARNING,
             id=1)
        @Message("Bad corbaloc: URL")
        INV_OBJREF badCorbalocString()
      • noProfilePresent

        @Log(level=WARNING,
             id=2)
        @Message("No profile in IOR")
        INV_OBJREF noProfilePresent()
      • cannotCreateOrbidDb

        @Log(level=WARNING,
             id=1)
        @Message("Cannot create ORB ID datastore")
        INITIALIZE cannotCreateOrbidDb()
      • cannotReadOrbidDb

        @Log(level=WARNING,
             id=2)
        @Message("Cannot read ORB ID datastore")
        INITIALIZE cannotReadOrbidDb()
      • cannotWriteOrbidDb

        @Log(level=WARNING,
             id=3)
        @Message("Cannot write ORB ID datastore")
        INITIALIZE cannotWriteOrbidDb()
      • getServerPortCalledBeforeEndpointsInitialized

        @Log(level=WARNING,
             id=4)
        @Message("legacyGetServerPort called before endpoints initialized")
        INITIALIZE getServerPortCalledBeforeEndpointsInitialized()
      • persistentServerportNotSet

        @Log(level=FINE,
             id=5)
        @Message("Persistent server port is not set")
        @CS(MAYBE)
        INITIALIZE persistentServerportNotSet()
      • persistentServeridNotSet

        @Log(level=FINE,
             id=6)
        @Message("Persistent server ID is not set")
        @CS(MAYBE)
        INITIALIZE persistentServeridNotSet()
      • userConfiguratorException

        @Log(level=WARNING,
             id=7)
        @Message("Exception occurred while running a user configurator")
        INITIALIZE userConfiguratorException​(@Chain
                                             java.lang.Exception exc)
      • nonExistentOrbid

        @Log(level=WARNING,
             id=1)
        @Message("Non-existent ORB ID")
        INTERNAL nonExistentOrbid()
      • noServerSubcontract

        @Log(level=WARNING,
             id=2)
        @Message("No server request dispatcher")
        INTERNAL noServerSubcontract()
      • serverScTempSize

        @Log(level=WARNING,
             id=3)
        @Message("server request dispatcher template size error")
        INTERNAL serverScTempSize()
      • noClientScClass

        @Log(level=WARNING,
             id=4)
        @Message("No client request dispatcher class")
        INTERNAL noClientScClass()
      • serverScNoIiopProfile

        @Log(level=WARNING,
             id=5)
        @Message("No IIOP profile in server request dispatcher")
        INTERNAL serverScNoIiopProfile()
      • getSystemExReturnedNull

        @Log(level=WARNING,
             id=6)
        @Message("getSystemException returned null")
        INTERNAL getSystemExReturnedNull()
      • peekstringFailed

        @Log(level=WARNING,
             id=7)
        @Message("The repository ID of a user exception had a bad length")
        INTERNAL peekstringFailed()
      • getLocalHostFailed

        @Log(level=WARNING,
             id=8)
        @Message("Unable to determine local hostname from InetAddress.getLocalHost().getHostName()")
        INTERNAL getLocalHostFailed​(@Chain
                                    java.lang.Exception exc)
      • badLocateRequestStatus

        @Log(level=WARNING,
             id=10)
        @Message("Bad locate request status in IIOP locate reply")
        INTERNAL badLocateRequestStatus()
      • stringifyWriteError

        @Log(level=WARNING,
             id=11)
        @Message("Error while stringifying an object reference")
        INTERNAL stringifyWriteError()
      • badGiopRequestType

        @Log(level=WARNING,
             id=12)
        @Message("IIOP message with bad GIOP 1.0 message type")
        INTERNAL badGiopRequestType()
      • errorUnmarshalingUserexc

        @Log(level=WARNING,
             id=13)
        @Message("Error in unmarshalling user exception")
        INTERNAL errorUnmarshalingUserexc()
      • requestdispatcherregistryError

        @Log(level=WARNING,
             id=14)
        @Message("Overflow in RequestDispatcherRegistry")
        INTERNAL requestdispatcherregistryError()
      • locationforwardError

        @Log(level=WARNING,
             id=15)
        @Message("Error in processing a LocationForward")
        INTERNAL locationforwardError()
      • wrongClientsc

        @Log(level=WARNING,
             id=16)
        @Message("Wrong client request dispatcher")
        INTERNAL wrongClientsc()
      • badServantReadObject

        @Log(level=WARNING,
             id=17)
        @Message("Bad servant in read_Object")
        INTERNAL badServantReadObject()
      • multIiopProfNotSupported

        @Log(level=WARNING,
             id=18)
        @Message("multiple IIOP profiles not supported")
        INTERNAL multIiopProfNotSupported()
      • giopMagicError

        @Log(level=WARNING,
             id=20)
        @Message("Error in GIOP magic")
        @CS(MAYBE)
        INTERNAL giopMagicError()
      • giopVersionError

        @Log(level=WARNING,
             id=21)
        @Message("Error in GIOP version")
        @CS(MAYBE)
        INTERNAL giopVersionError()
      • illegalReplyStatus

        @Log(level=WARNING,
             id=22)
        @Message("Illegal reply status in GIOP reply message")
        @CS(MAYBE)
        INTERNAL illegalReplyStatus()
      • illegalGiopMsgType

        @Log(level=WARNING,
             id=23)
        @Message("Illegal GIOP message type")
        INTERNAL illegalGiopMsgType()
      • fragmentationDisallowed

        @Log(level=WARNING,
             id=24)
        @Message("Fragmentation not allowed for this message type")
        @CS(MAYBE)
        INTERNAL fragmentationDisallowed()
      • badReplystatus

        @Log(level=WARNING,
             id=25)
        @Message("Bad status in the IIOP reply message")
        INTERNAL badReplystatus()
      • ctbConverterFailure

        @Log(level=WARNING,
             id=26)
        @Message("character to byte converter failure")
        INTERNAL ctbConverterFailure​(@Chain
                                     java.lang.Exception exc)
      • btcConverterFailure

        @Log(level=WARNING,
             id=27)
        @Message("byte to character converter failure")
        INTERNAL btcConverterFailure​(@Chain
                                     java.lang.Exception exc)
      • wcharArrayUnsupportedEncoding

        @Log(level=WARNING,
             id=28)
        @Message("Unsupported wchar encoding: ORB only supports fixed width UTF-16 encoding")
        INTERNAL wcharArrayUnsupportedEncoding()
      • illegalTargetAddressDisposition

        @Log(level=WARNING,
             id=29)
        @Message("Illegal target address disposition value")
        @CS(MAYBE)
        INTERNAL illegalTargetAddressDisposition()
      • nullReplyInGetAddrDisposition

        @Log(level=WARNING,
             id=30)
        @Message("No reply while attempting to get addressing disposition")
        INTERNAL nullReplyInGetAddrDisposition()
      • orbTargetAddrPreferenceInExtractObjectkeyInvalid

        @Log(level=WARNING,
             id=31)
        @Message("Invalid GIOP target addressing preference")
        INTERNAL orbTargetAddrPreferenceInExtractObjectkeyInvalid()
      • invalidIsstreamedTckind

        @Log(level=WARNING,
             id=32)
        @Message("Invalid isStreamed TCKind {0}")
        @CS(MAYBE)
        INTERNAL invalidIsstreamedTckind​(int kind)
      • invalidJdk131PatchLevel

        @Log(level=WARNING,
             id=33)
        @Message("Found a JDK 1.3.1 patch level indicator with value less than JDK 1.3.1_01 value of 1")
        INTERNAL invalidJdk131PatchLevel()
      • svcctxUnmarshalError

        @Log(level=WARNING,
             id=34)
        @Message("Error unmarshalling service context data")
        @CS(MAYBE)
        INTERNAL svcctxUnmarshalError()
      • nullIor

        @Log(level=WARNING,
             id=35)
        @Message("null IOR")
        INTERNAL nullIor()
      • unsupportedGiopVersion

        @Log(level=WARNING,
             id=36)
        @Message("Unsupported GIOP version {0}")
        INTERNAL unsupportedGiopVersion​(GIOPVersion arg0)
      • applicationExceptionInSpecialMethod

        @Log(level=WARNING,
             id=37)
        @Message("Application exception in special method: should not happen")
        INTERNAL applicationExceptionInSpecialMethod​(@Chain
                                                     java.lang.Exception exc)
      • statementNotReachable1

        @Log(level=WARNING,
             id=38)
        @Message("Assertion failed: statement not reachable (1)")
        INTERNAL statementNotReachable1()
      • statementNotReachable2

        @Log(level=WARNING,
             id=39)
        @Message("Assertion failed: statement not reachable (2)")
        INTERNAL statementNotReachable2()
      • statementNotReachable3

        @Log(level=WARNING,
             id=40)
        @Message("Assertion failed: statement not reachable (3)")
        INTERNAL statementNotReachable3()
      • statementNotReachable4

        @Log(level=FINE,
             id=41)
        @Message("Assertion failed: statement not reachable (4)")
        INTERNAL statementNotReachable4()
      • statementNotReachable5

        @Log(level=WARNING,
             id=42)
        @Message("Assertion failed: statement not reachable (5)")
        INTERNAL statementNotReachable5()
      • statementNotReachable6

        @Log(level=WARNING,
             id=43)
        @Message("Assertion failed: statement not reachable (6)")
        INTERNAL statementNotReachable6()
      • unexpectedDiiException

        @Log(level=WARNING,
             id=44)
        @Message("Unexpected exception while unmarshalling DII user exception")
        INTERNAL unexpectedDiiException​(@Chain
                                        java.lang.Exception exc)
      • methodShouldNotBeCalled

        @Log(level=WARNING,
             id=45)
        @Message("This method should never be called")
        INTERNAL methodShouldNotBeCalled()
      • cancelNotSupported

        @Log(level=WARNING,
             id=46)
        @Message("We do not support cancel request for GIOP 1.1")
        INTERNAL cancelNotSupported()
      • emptyStackRunServantPostInvoke

        @Log(level=WARNING,
             id=47)
        @Message("Empty stack exception while calling runServantPostInvoke")
        INTERNAL emptyStackRunServantPostInvoke​(@Chain
                                                java.lang.Exception exc)
      • problemWithExceptionTypecode

        @Log(level=WARNING,
             id=48)
        @Message("Bad exception typecode")
        INTERNAL problemWithExceptionTypecode​(@Chain
                                              java.lang.Exception exc)
      • illegalSubcontractId

        @Log(level=WARNING,
             id=49)
        @Message("Illegal Subcontract id {0}")
        INTERNAL illegalSubcontractId​(java.lang.String arg0)
      • badSystemExceptionInLocateReply

        @Log(level=WARNING,
             id=50)
        @Message("Bad system exception in locate reply")
        INTERNAL badSystemExceptionInLocateReply()
      • badSystemExceptionInReply

        @Log(level=WARNING,
             id=51)
        @Message("Bad system exception in reply")
        @CS(MAYBE)
        INTERNAL badSystemExceptionInReply​(@Chain
                                           java.lang.Exception exc)
      • badCompletionStatusInLocateReply

        @Log(level=WARNING,
             id=52)
        @Message("Bad CompletionStatus {0} in locate reply")
        @CS(MAYBE)
        INTERNAL badCompletionStatusInLocateReply​(int arg0)
      • badCompletionStatusInReply

        @Log(level=WARNING,
             id=53)
        @Message("Bad CompletionStatus {0} in reply")
        @CS(MAYBE)
        INTERNAL badCompletionStatusInReply​(int arg0)
      • badkindCannotOccur

        @Log(level=WARNING,
             id=54)
        @Message("The BadKind exception should never occur here")
        INTERNAL badkindCannotOccur​(@Chain
                                    BadKind bk)
      • badkindCannotOccur

        @Log(level=WARNING,
             id=54)
        @Message("The BadKind exception should never occur here")
        INTERNAL badkindCannotOccur()
      • errorResolvingAlias

        @Log(level=WARNING,
             id=55)
        @Message("Could not resolve alias typecode")
        INTERNAL errorResolvingAlias()
      • tkLongDoubleNotSupported

        @Log(level=WARNING,
             id=56)
        @Message("The long double type is not supported in Java")
        INTERNAL tkLongDoubleNotSupported()
      • typecodeNotSupported

        @Log(level=WARNING,
             id=57)
        @Message("Illegal typecode kind")
        INTERNAL typecodeNotSupported()
      • boundsCannotOccur

        @Log(level=WARNING,
             id=59)
        @Message("Bounds exception cannot occur in this context")
        INTERNAL boundsCannotOccur​(@Chain
                                   Bounds bd)
      • boundsCannotOccur

        @Log(level=WARNING,
             id=59)
        @Message("Bounds exception cannot occur in this context")
        INTERNAL boundsCannotOccur​(@Chain
                                   Bounds bd)
      • numInvocationsAlreadyZero

        @Log(level=WARNING,
             id=61)
        @Message("Number of invocations is already zero, but another invocation has completed")
        @CS(YES)
        INTERNAL numInvocationsAlreadyZero()
      • errorInitBadserveridhandler

        @Log(level=WARNING,
             id=62)
        @Message("Error in constructing instance of bad server ID handler")
        INTERNAL errorInitBadserveridhandler​(@Chain
                                             java.lang.Exception exc)
      • noToa

        @Log(level=WARNING,
             id=63)
        @Message("No TOAFactory is available")
        INTERNAL noToa()
      • noPoa

        @Log(level=WARNING,
             id=64)
        @Message("No POAFactory is available")
        INTERNAL noPoa()
      • invocationInfoStackEmpty

        @Log(level=WARNING,
             id=65)
        @Message("Invocation info stack is unexpectedly empty")
        INTERNAL invocationInfoStackEmpty()
      • badCodeSetString

        @Log(level=WARNING,
             id=66)
        @Message("Empty or null code set string")
        INTERNAL badCodeSetString()
      • unknownNativeCodeset

        @Log(level=WARNING,
             id=67)
        @Message("Unknown native codeset: {0}")
        INTERNAL unknownNativeCodeset​(int codeset)
      • unknownConversionCodeSet

        @Log(level=WARNING,
             id=68)
        @Message("Unknown conversion codeset: {0}")
        INTERNAL unknownConversionCodeSet​(int codeset)
      • invalidCodeSetNumber

        @Log(level=WARNING,
             id=69)
        @Message("Invalid codeset number")
        INTERNAL invalidCodeSetNumber​(@Chain
                                      java.lang.NumberFormatException exc)
      • invalidCodeSetString

        @Log(level=WARNING,
             id=70)
        @Message("Invalid codeset string {0}")
        INTERNAL invalidCodeSetString​(@Chain
                                      java.util.NoSuchElementException exc,
                                      java.lang.String arg0)
      • invalidCtbConverterName

        @Log(level=WARNING,
             id=71)
        @Message("Invalid CTB converter {0}")
        INTERNAL invalidCtbConverterName​(java.lang.Exception exc,
                                         java.lang.String arg0)
      • invalidBtcConverterName

        @Log(level=WARNING,
             id=72)
        @Message("Invalid BTC converter {0}")
        INTERNAL invalidBtcConverterName​(@Chain
                                         java.lang.Exception exc,
                                         java.lang.String arg0)
      • couldNotDuplicateCdrInputStream

        @Log(level=WARNING,
             id=73)
        @Message("Could not duplicate CDRInputStream")
        INTERNAL couldNotDuplicateCdrInputStream​(@Chain
                                                 java.lang.Exception exc)
      • bootstrapApplicationException

        @Log(level=WARNING,
             id=74)
        @Message("BootstrapResolver caught an unexpected ApplicationException")
        INTERNAL bootstrapApplicationException​(@Chain
                                               java.lang.Exception exc)
      • duplicateIndirectionOffset

        @Log(level=FINE,
             id=75)
        @Message("Old entry in serialization indirection table has a different value than the value being added with the same key")
        INTERNAL duplicateIndirectionOffset()
      • badMessageTypeForCancel

        @Log(level=WARNING,
             id=76)
        @Message("GIOP Cancel request contained a bad request ID: the request ID did not match the request that was to be cancelled")
        INTERNAL badMessageTypeForCancel()
      • duplicateExceptionDetailMessage

        @Log(level=WARNING,
             id=77)
        @Message("Duplicate ExceptionDetailMessage")
        INTERNAL duplicateExceptionDetailMessage()
      • badExceptionDetailMessageServiceContextType

        @Log(level=WARNING,
             id=78)
        @Message("Bad ExceptionDetailMessage ServiceContext type")
        INTERNAL badExceptionDetailMessageServiceContextType()
      • unexpectedDirectByteBufferWithNonChannelSocket

        @Log(level=WARNING,
             id=79)
        @Message("unexpected direct ByteBuffer with non-channel socket")
        INTERNAL unexpectedDirectByteBufferWithNonChannelSocket()
      • unexpectedNonDirectByteBufferWithChannelSocket

        @Log(level=WARNING,
             id=80)
        @Message("unexpected non-direct ByteBuffer with channel socket")
        INTERNAL unexpectedNonDirectByteBufferWithChannelSocket()
      • invalidContactInfoListIteratorFailureException

        @Log(level=WARNING,
             id=82)
        @Message("There should be at least one CorbaContactInfo to try (and fail) so this error should not be seen.")
        INTERNAL invalidContactInfoListIteratorFailureException()
      • remarshalWithNowhereToGo

        @Log(level=WARNING,
             id=83)
        @Message("Remarshal with nowhere to go")
        INTERNAL remarshalWithNowhereToGo()
      • exceptionWhenSendingCloseConnection

        @Log(level=WARNING,
             id=84)
        @Message("Exception when sending close connection")
        INTERNAL exceptionWhenSendingCloseConnection​(@Chain
                                                     java.lang.Throwable thr)
      • invocationErrorInReflectiveTie

        @Log(level=WARNING,
             id=85)
        @Message("A reflective tie got an error while invoking method {0} on class {1}")
        INTERNAL invocationErrorInReflectiveTie​(@Chain
                                                java.lang.Exception exc,
                                                java.lang.String arg0,
                                                java.lang.String arg1)
      • badHelperWriteMethod

        @Log(level=WARNING,
             id=86)
        @Message("Could not find or invoke write method on exception Helper class {0}")
        INTERNAL badHelperWriteMethod​(@Chain
                                      java.lang.Exception exc,
                                      java.lang.String arg0)
      • badHelperReadMethod

        @Log(level=WARNING,
             id=87)
        @Message("Could not find or invoke read method on exception Helper class {0}")
        INTERNAL badHelperReadMethod​(@Chain
                                     java.lang.Exception exc,
                                     java.lang.String arg0)
      • badHelperIdMethod

        @Log(level=WARNING,
             id=88)
        @Message("Could not find or invoke id method on exception Helper class {0}")
        INTERNAL badHelperIdMethod​(@Chain
                                   java.lang.Exception exc,
                                   java.lang.String arg0)
      • writeUndeclaredException

        @Log(level=WARNING,
             id=89)
        @Message("Tried to write exception of type {0} that was not declared on method")
        INTERNAL writeUndeclaredException​(@Chain
                                          java.lang.Exception exc,
                                          java.lang.String arg0)
      • readUndeclaredException

        @Log(level=WARNING,
             id=90)
        @Message("Tried to read undeclared exception with ID {0}")
        INTERNAL readUndeclaredException​(java.lang.String arg0)
      • unableToSetSocketFactoryOrb

        @Log(level=WARNING,
             id=91)
        @Message("Unable to setSocketFactoryORB")
        INTERNAL unableToSetSocketFactoryOrb​(@Chain
                                             java.lang.Throwable thr)
      • unexpectedException

        @Log(level=WARNING,
             id=92)
        @Message("Unexpected exception occurred where no exception should occur")
        INTERNAL unexpectedException​(@Chain
                                     java.lang.Throwable exc)
      • noInvocationHandler

        @Log(level=WARNING,
             id=93)
        @Message("No invocation handler available for {0}")
        INTERNAL noInvocationHandler​(java.lang.String arg0)
      • invalidBuffMgrStrategy

        @Log(level=WARNING,
             id=94)
        @Message("{0}: invalid buffer manager strategy for Java serialization")
        INTERNAL invalidBuffMgrStrategy​(java.lang.String arg0)
      • javaStreamInitFailed

        @Log(level=WARNING,
             id=95)
        @Message("Java stream initialization failed")
        INTERNAL javaStreamInitFailed()
      • duplicateOrbVersionServiceContext

        @Log(level=WARNING,
             id=96)
        @Message("An ORBVersionServiceContext was already in the service context list")
        INTERNAL duplicateOrbVersionServiceContext()
      • duplicateSendingContextServiceContext

        @Log(level=WARNING,
             id=97)
        @Message("A SendingContextServiceContext was already in the service context list")
        INTERNAL duplicateSendingContextServiceContext()
      • noSuchThreadpoolOrQueue

        @Log(level=WARNING,
             id=98)
        @Message("No such threadpool or queue {0}")
        INTERNAL noSuchThreadpoolOrQueue​(@Chain
                                         java.lang.Throwable thr,
                                         int arg0)
      • infoCreateListenerSucceeded

        @Log(level=FINE,
             id=99)
        @Message("Successfully created IIOP listener on the specified host/port: {0}/{1}")
        INTERNAL infoCreateListenerSucceeded​(java.lang.String arg0,
                                             java.lang.String arg1)
      • ioexceptionDuringStreamClose

        @Log(level=WARNING,
             id=100)
        @Message("Exception occurred while closing an IO stream object")
        INTERNAL ioexceptionDuringStreamClose​(@Chain
                                              java.lang.Exception exc)
      • invalidJavaSerializationVersion

        @Log(level=SEVERE,
             id=101)
        @Message("Invalid Java serialization version {0}")
        INTERNAL invalidJavaSerializationVersion​(JavaSerializationComponent arg0)
      • errorInServiceContextMap

        @Log(level=WARNING,
             id=102)
        @Message("Object in ServiceContext map was not of the correct type")
        INTERNAL errorInServiceContextMap()
      • badTypeInDelegate

        @Log(level=WARNING,
             id=103)
        @Message("The ContactInfoList in a CorbaClientDelegate is NOT a CorbaContactInfoList")
        INTERNAL badTypeInDelegate()
      • noFragmentQueueForRequestId

        @Log(level=WARNING,
             id=117)
        @Message("Ignoring parsed fragment message because there is no fragment queue found for request id {0}.")
        INTERNAL noFragmentQueueForRequestId​(java.lang.String arg0)
      • resumeOptimizedReadThreadInterrupted

        @Log(level=WARNING,
             id=118)
        @Message("Ignoring unexpected InterruptedException while waiting for next fragment in CorbaMessageMediatorImpl.resumeOptimizedReadProcessing.")
        INTERNAL resumeOptimizedReadThreadInterrupted​(@Chain
                                                      java.lang.Exception exc)
      • undefinedCorbaRequestIdNotAllowed

        @Log(level=SEVERE,
             id=119)
        @Message("Not allowed to get the integer value for an undefined CorbaRequestId.")
        INTERNAL undefinedCorbaRequestIdNotAllowed()
      • getKeyInvalidInCacheTable

        @Log(level=WARNING,
             id=120)
        @Message("Illegal call to getKey in CacheTable: this instance has no reverse map")
        INTERNAL getKeyInvalidInCacheTable()
      • timerManagerNotInitialized

        @Log(level=WARNING,
             id=121)
        @Message("TimerManager not initialized: error in constructing TypeCodeImpl")
        INTERNAL timerManagerNotInitialized()
      • timingPointsAreNull

        @Log(level=WARNING,
             id=122)
        @Message("TimingPoints instance is null in TypeCodeImpl constructor")
        INTERNAL timingPointsAreNull()
      • lostConnectionEvent

        @Log(level=SEVERE,
             id=123)
        @Message("Error in connection event handler caused event loss: may result in client-side deadlock")
        INTERNAL lostConnectionEvent()
      • undefinedSocketinfoOperation

        @Log(level=WARNING,
             id=124)
        @Message("SharedCDRContactInfoImpl does not support SocketInfo calls")
        INTERNAL undefinedSocketinfoOperation()
      • duplicateRequestIdsInResponseWaitingRoom

        @Log(level=WARNING,
             id=125)
        @Message("Duplicate request ids in response waiting room: over wrote old one: {0},  with new one: {1}")
        INTERNAL duplicateRequestIdsInResponseWaitingRoom​(java.lang.String arg0,
                                                          java.lang.String arg1)
      • exceptionInReaderThread

        @Log(level=FINE,
             id=132)
        @Message("Exception occurred in reader thread")
        INTERNAL exceptionInReaderThread​(@Chain
                                         java.lang.Throwable thr)
      • exceptionInListenerThread

        @Log(level=FINE,
             id=133)
        @Message("Exception occurred in listener thread")
        INTERNAL exceptionInListenerThread​(@Chain
                                           java.lang.Throwable thr)
      • exceptionInHandleRequestForRequest

        @Log(level=WARNING,
             id=134)
        @Message("Exception occurred in handleRequest for a Request message")
        INTERNAL exceptionInHandleRequestForRequest​(@Chain
                                                    java.lang.Throwable thr)
      • exceptionInHandleRequestForLocateRequest

        @Log(level=WARNING,
             id=135)
        @Message("Exception occurred in handleRequest for a LocateRequest message")
        INTERNAL exceptionInHandleRequestForLocateRequest​(@Chain
                                                          java.lang.Throwable thr)
      • couldNotSetOrbInitializer

        @Log(level=WARNING,
             id=136)
        @Message("Could not set ORBData.orbInitializers")
        INTERNAL couldNotSetOrbInitializer​(@Chain
                                           java.lang.Exception exc)
      • connectionNotNullInCreateMessageMediator

        @Log(id=137)
        @Message("Connection {0} not null in createMessageMediator")
        INTERNAL connectionNotNullInCreateMessageMediator​(Connection connection)
      • changedTypeIdOnSetEffectiveTargetIOR

        @Log(level=FINE,
             id=138)
        @Message("Old typeId {0} is not the same as the new typeId {1} in setEffectiveTargetIOR")
        INTERNAL changedTypeIdOnSetEffectiveTargetIOR​(java.lang.String oldTypeId,
                                                      java.lang.String newTypeId)
      • chunkOverflow

        @Log(level=WARNING,
             id=1)
        @Message("Data read past end of chunk without closing the chunk")
        MARSHAL chunkOverflow()
      • unexpectedEof

        @Log(level=WARNING,
             id=2)
        @Message("Grow buffer strategy called underflow handler")
        MARSHAL unexpectedEof()
      • readObjectException

        @Log(level=WARNING,
             id=3)
        @Message("Error in reading marshalled object")
        MARSHAL readObjectException()
      • characterOutofrange

        @Log(level=WARNING,
             id=4)
        @Message("Character not IOS Latin-1 compliant in marshalling")
        MARSHAL characterOutofrange()
      • dsiResultException

        @Log(level=WARNING,
             id=5)
        @Message("Exception thrown during result() on ServerRequest")
        @CS(MAYBE)
        MARSHAL dsiResultException​(java.lang.Exception exc)
      • iiopinputstreamGrow

        @Log(level=WARNING,
             id=6)
        @Message("grow() called on IIOPInputStream")
        MARSHAL iiopinputstreamGrow()
      • endOfStream

        @Log(level=FINE,
             id=7)
        @Message("Underflow in BufferManagerReadStream after last fragment in message")
        MARSHAL endOfStream()
      • invalidObjectKey

        @Log(level=WARNING,
             id=8)
        @Message("Invalid ObjectKey in request header")
        MARSHAL invalidObjectKey()
      • invalidObjectKey

        @Log(level=WARNING,
             id=8)
        @Message("Invalid ObjectKey in request header")
        MARSHAL invalidObjectKey​(@Chain
                                 java.lang.Exception exc)
      • malformedUrl

        @Log(level=WARNING,
             id=9)
        @Message("Unable to locate value class for repository ID {0} because codebase URL {1} is malformed")
        @CS(MAYBE)
        MARSHAL malformedUrl​(@Chain
                             java.net.MalformedURLException exc,
                             java.lang.String arg0,
                             java.lang.String arg1)
      • valuehandlerReadError

        @Log(level=WARNING,
             id=10)
        @Message("Error from readValue on ValueHandler in CDRInputStream")
        @CS(MAYBE)
        MARSHAL valuehandlerReadError​(@Chain
                                      java.lang.Error err)
      • valuehandlerReadException

        @Log(level=WARNING,
             id=11)
        @Message("Exception from readValue on ValueHandler in CDRInputStream")
        @CS(MAYBE)
        MARSHAL valuehandlerReadException​(@Chain
                                          java.lang.Exception exc)
      • badKind

        @Log(level=WARNING,
             id=12)
        @Message("Bad kind in isCustomType in CDRInputStream")
        MARSHAL badKind​(BadKind bk)
      • cnfeReadClass

        @Log(level=WARNING,
             id=13)
        @Message("Could not find class {0} in CDRInputStream.readClass")
        @CS(MAYBE)
        MARSHAL cnfeReadClass​(@Chain
                              java.lang.ClassNotFoundException exc,
                              java.lang.String arg0)
      • badRepIdIndirection

        @Log(level=WARNING,
             id=14)
        @Message("Bad repository ID indirection at index {0}")
        @CS(MAYBE)
        MARSHAL badRepIdIndirection​(int index)
      • badCodebaseIndirection

        @Log(level=WARNING,
             id=15)
        @Message("Bad codebase string indirection at index {0}")
        @CS(MAYBE)
        MARSHAL badCodebaseIndirection​(int index)
      • unknownCodeset

        @Log(level=WARNING,
             id=16)
        @Message("Unknown code set {0} specified by client ORB as a negotiated code set")
        MARSHAL unknownCodeset​(int arg0)
      • unknownCodeset

        @Log(level=WARNING,
             id=16)
        @Message("Unknown code set {0} specified by client ORB as a negotiated code set")
        MARSHAL unknownCodeset​(OSFCodeSetRegistry.Entry arg0)
      • wcharDataInGiop10

        @Log(level=WARNING,
             id=17)
        @Message("Attempt to marshal wide character or string data in GIOP 1.0")
        @CS(MAYBE)
        MARSHAL wcharDataInGiop10()
      • negativeStringLength

        @Log(level=WARNING,
             id=18)
        @Message("String or wstring with a negative length {0}")
        @CS(MAYBE)
        MARSHAL negativeStringLength​(int arg0)
      • expectedTypeNullAndNoRepId

        @Log(level=WARNING,
             id=19)
        @Message("CDRInputStream.read_value(null) called, but no repository ID information on the wire")
        @CS(MAYBE)
        MARSHAL expectedTypeNullAndNoRepId()
      • readValueAndNoRepId

        @Log(level=WARNING,
             id=20)
        @Message("CDRInputStream.read_value() called, but no repository ID information on the wire")
        MARSHAL readValueAndNoRepId()
      • unexpectedEnclosingValuetype

        @Log(level=WARNING,
             id=22)
        @Message("Received end tag {0}, which is less than the expected value {1}")
        @CS(MAYBE)
        MARSHAL unexpectedEnclosingValuetype​(int endTag,
                                             int expected)
      • positiveEndTag

        @Log(level=WARNING,
             id=23)
        @Message("Read non-negative end tag {0} at offset {1} (end tags should always be negative)")
        @CS(MAYBE)
        MARSHAL positiveEndTag​(int endTag,
                               int offset)
      • nullOutCall

        @Log(level=WARNING,
             id=24)
        @Message("Out call descriptor is missing")
        @CS(MAYBE)
        MARSHAL nullOutCall()
      • writeLocalObject

        @Log(level=WARNING,
             id=25)
        @Message("write_Object called with a local object")
        @CS(MAYBE)
        MARSHAL writeLocalObject()
      • badInsertobjParam

        @Log(level=WARNING,
             id=26)
        @Message("Tried to insert non-ObjectImpl {0} into an Any via insert_Object")
        @CS(MAYBE)
        MARSHAL badInsertobjParam​(java.lang.String name)
      • customWrapperWithCodebase

        @Log(level=WARNING,
             id=27)
        @Message("Codebase present in RMI-IIOP stream format version 1 optional data valuetype header")
        @CS(MAYBE)
        MARSHAL customWrapperWithCodebase()
      • customWrapperIndirection

        @Log(level=WARNING,
             id=28)
        @Message("Indirection present in RMI-IIOP stream format version 2 optional data valuetype header")
        @CS(MAYBE)
        MARSHAL customWrapperIndirection()
      • customWrapperNotSingleRepid

        @Log(level=WARNING,
             id=29)
        @Message("0 or more than one repository ID found reading the optional data valuetype header")
        @CS(MAYBE)
        MARSHAL customWrapperNotSingleRepid()
      • badValueTag

        @Log(level=WARNING,
             id=30)
        @Message("Bad valuetag {0} found while reading repository IDs")
        @CS(MAYBE)
        MARSHAL badValueTag​(java.lang.String arg0)
      • badTypecodeForCustomValue

        @Log(level=WARNING,
             id=31)
        @Message("Bad typecode found for custom valuetype")
        @CS(MAYBE)
        MARSHAL badTypecodeForCustomValue​(@Chain
                                          BadKind bk)
      • errorInvokingHelperWrite

        @Log(level=WARNING,
             id=32)
        @Message("An error occurred using reflection to invoke IDL Helper write method")
        @CS(MAYBE)
        MARSHAL errorInvokingHelperWrite​(@Chain
                                         java.lang.Exception exc)
      • badDigitInFixed

        @Log(level=WARNING,
             id=33)
        @Message("A bad digit was found while marshalling an IDL fixed type")
        @CS(MAYBE)
        MARSHAL badDigitInFixed()
      • refTypeIndirType

        @Log(level=WARNING,
             id=34)
        @Message("Referenced type of indirect type not marshaled")
        @CS(MAYBE)
        MARSHAL refTypeIndirType()
      • badReservedLength

        @Log(level=WARNING,
             id=35)
        @Message("Request message reserved bytes has invalid length")
        @CS(MAYBE)
        MARSHAL badReservedLength()
      • nullNotAllowed

        @Log(level=WARNING,
             id=36)
        @Message("A null object is not allowed here")
        MARSHAL nullNotAllowed()
      • unionDiscriminatorError

        @Log(level=WARNING,
             id=38)
        @Message("Error in typecode union discriminator")
        MARSHAL unionDiscriminatorError()
      • cannotMarshalNative

        @Log(level=WARNING,
             id=39)
        @Message("Cannot marshal a native TypeCode")
        MARSHAL cannotMarshalNative()
      • cannotMarshalBadTckind

        @Log(level=WARNING,
             id=40)
        @Message("Cannot marshal an invalid TypeCode kind")
        MARSHAL cannotMarshalBadTckind()
      • invalidIndirection

        @Log(level=WARNING,
             id=41)
        @Message("Invalid indirection value {0} (>-4): probable stream corruption")
        MARSHAL invalidIndirection​(int arg0)
      • indirectionNotFound

        @Log(level=FINE,
             id=42)
        @Message("No type found at indirection {0}: probably stream corruption")
        MARSHAL indirectionNotFound​(int arg0)
      • recursiveTypecodeError

        @Log(level=WARNING,
             id=43)
        @Message("Recursive TypeCode not supported by InputStream subtype")
        MARSHAL recursiveTypecodeError()
      • invalidSimpleTypecode

        @Log(level=WARNING,
             id=44)
        @Message("TypeCode is of wrong kind to be simple")
        MARSHAL invalidSimpleTypecode()
      • invalidComplexTypecode

        @Log(level=WARNING,
             id=45)
        @Message("TypeCode is of wrong kind to be complex")
        MARSHAL invalidComplexTypecode()
      • invalidTypecodeKindMarshal

        @Log(level=WARNING,
             id=46)
        @Message("Cannot marshal typecode of invalid kind")
        MARSHAL invalidTypecodeKindMarshal()
      • unexpectedUnionDefault

        @Log(level=WARNING,
             id=47)
        @Message("Default union branch not expected")
        MARSHAL unexpectedUnionDefault()
      • illegalUnionDiscriminatorType

        @Log(level=WARNING,
             id=48)
        @Message("Illegal discriminator type in union")
        MARSHAL illegalUnionDiscriminatorType()
      • couldNotSkipBytes

        @Log(level=WARNING,
             id=49)
        @Message("Could not skip over {0} bytes at offset {1}")
        @CS(MAYBE)
        MARSHAL couldNotSkipBytes​(int len,
                                  int offset)
      • badChunkLength

        @Log(level=WARNING,
             id=50)
        @Message("Incorrect chunk length {0} at offset {1}")
        MARSHAL badChunkLength​(int len,
                               int offset)
      • unableToLocateRepIdArray

        @Log(level=WARNING,
             id=51)
        @Message("Unable to locate array of repository IDs from indirection {0}")
        MARSHAL unableToLocateRepIdArray​(int indir)
      • badFixed

        @Log(level=WARNING,
             id=52)
        @Message("Fixed of length {0} in buffer of length {1}")
        MARSHAL badFixed​(short flen,
                         int blen)
      • readObjectLoadClassFailure

        @Log(level=WARNING,
             id=53)
        @Message("Failed to load stub for {0} with class {1}")
        MARSHAL readObjectLoadClassFailure​(java.lang.String arg0,
                                           java.lang.String arg1)
      • couldNotInstantiateHelper

        @Log(level=WARNING,
             id=54)
        @Message("Could not instantiate Helper class {0}")
        MARSHAL couldNotInstantiateHelper​(@Chain
                                          java.lang.InstantiationException exc,
                                          java.lang.Class<?> arg0)
      • badToaOaid

        @Log(level=WARNING,
             id=55)
        @Message("Bad ObjectAdapterId for TOA")
        MARSHAL badToaOaid()
      • couldNotInvokeHelperReadMethod

        @Log(level=WARNING,
             id=56)
        @Message("Could not invoke helper read method for helper {0}")
        MARSHAL couldNotInvokeHelperReadMethod​(@Chain
                                               java.lang.Exception exc,
                                               java.lang.Class<?> arg0)
      • couldNotFindClass

        @Log(level=WARNING,
             id=57)
        @Message("Could not load class {0}")
        @CS(MAYBE)
        MARSHAL couldNotFindClass​(java.lang.String clasName)
      • badArgumentsNvlist

        @Log(level=FINE,
             id=58)
        @Message("Error in arguments(NVList) for DSI ServerRequest")
        MARSHAL badArgumentsNvlist​(@Chain
                                   java.lang.Exception exc)
      • stubCreateError

        @Log(level=FINE,
             id=59)
        @Message("Could not create stub")
        MARSHAL stubCreateError​(@Chain
                                java.lang.Throwable thr)
      • javaSerializationException

        @Log(level=WARNING,
             id=60)
        @Message("Java serialization exception during {0} operation")
        MARSHAL javaSerializationException​(java.lang.String arg0)
      • couldNotReadInfo

        @Log(level=WARNING,
             id=61)
        @Message("Could not read exception from UEInfoServiceContext")
        @CS(MAYBE)
        MARSHAL couldNotReadInfo​(@Chain
                                 java.lang.Exception exc)
      • enumClassNotFound

        @Log(level=WARNING,
             id=62)
        @Message("Could not find enum class {0} while reading an enum")
        MARSHAL enumClassNotFound​(@Chain
                                  java.lang.ClassNotFoundException ex,
                                  java.lang.String arg0)
      • proxyClassNotFound

        @Log(level=WARNING,
             id=63)
        @Message("Could not find Proxy class for interfaces {0} while reading a proxy")
        MARSHAL proxyClassNotFound​(@Chain
                                   java.lang.ClassNotFoundException exc,
                                   java.util.List<java.lang.String> interfaceNames)
      • proxyClassNotFound

        @Log(level=WARNING,
             id=63)
        @Message("Could not find Proxy class for interfaces {0} while reading a proxy")
        MARSHAL proxyClassNotFound​(@Chain
                                   java.lang.ClassNotFoundException exc,
                                   java.lang.String interfaceNames)
      • malformedProxyUrl

        @Log(level=WARNING,
             id=64)
        @Message("Unable to load proxy class for interfaces {0} because codebase URL {1} is malformed")
        MARSHAL malformedProxyUrl​(@Chain
                                  java.net.MalformedURLException exc,
                                  java.util.List<java.lang.String> interfaceNames,
                                  java.lang.String url)
      • emptyProxyInterfaceList

        @Log(level=WARNING,
             id=65)
        @Message("Unable to create proxy instance because the interface list specified is empty")
        MARSHAL emptyProxyInterfaceList​(@Chain
                                        java.lang.NullPointerException exc)
      • proxyWithIllegalArgs

        @Log(level=WARNING,
             id=66)
        @Message("Unable to create proxy instance because Proxy.getProxyClass(..) called with violated restrictions.")
        MARSHAL proxyWithIllegalArgs​(@Chain
                                     java.lang.IllegalArgumentException exc)
      • objectNotSerializable

        @Log(level=WARNING,
             id=67)
        @Message("An instance of class {0} could not be marshalled: the class is not an instance of java.io.Serializable")
        MARSHAL objectNotSerializable​(java.lang.String arg0)
      • couldNotUnmarshalEnum

        @Log(level=WARNING,
             id=68)
        @Message("Could not unmarshal enum with cls {0}, value {1} using EnumDesc")
        MARSHAL couldNotUnmarshalEnum​(java.lang.String cls,
                                      java.io.Serializable value)
      • enumValueNotString

        @Log(level=WARNING,
             id=69)
        @Message("Expected String value for enum class {0}, but got value {1}")
        MARSHAL enumValueNotString​(java.lang.Class cls,
                                   java.io.Serializable value)
      • genericNoImpl

        @Log(level=FINE,
             id=1)
        @Message("feature not implemented")
        NO_IMPLEMENT genericNoImpl()
      • contextNotImplemented

        @Log(level=FINE,
             id=2)
        @Message("IDL request context is not implemented")
        NO_IMPLEMENT contextNotImplemented()
      • getinterfaceNotImplemented

        @Log(level=FINE,
             id=3)
        @Message("getInterface() is not implemented")
        NO_IMPLEMENT getinterfaceNotImplemented()
      • sendDeferredNotimplemented

        @Log(level=FINE,
             id=4)
        @Message("send deferred is not implemented")
        NO_IMPLEMENT sendDeferredNotimplemented()
      • longDoubleNotImplemented

        @Log(level=FINE,
             id=5)
        @Message("IDL type long double is not supported in Java")
        @CS(MAYBE)
        NO_IMPLEMENT longDoubleNotImplemented()
      • notSupportedOnLazyAcceptor

        @Log(level=WARNING,
             id=6)
        @Message("getAcceptedSocket is not supported for a CorbaAcceptorLazyImpl")
        NO_IMPLEMENT notSupportedOnLazyAcceptor()
      • noServerScInDispatch

        @Log(level=WARNING,
             id=1)
        @Message("No server request dispatcher found when dispatching request to object adapter")
        OBJ_ADAPTER noServerScInDispatch()
      • orbConnectError

        @Log(level=WARNING,
             id=2)
        @Message("Error in connecting servant to ORB")
        OBJ_ADAPTER orbConnectError​(@Chain
                                    java.lang.Exception exc)
      • adapterInactiveInActivation

        @Log(level=FINE,
             id=3)
        @Message("StubAdapter.getDelegate failed to activate a Servant")
        OBJ_ADAPTER adapterInactiveInActivation()
      • locateUnknownObject

        @Log(level=WARNING,
             id=1)
        @Message("Locate response indicated that the object was unknown")
        OBJECT_NOT_EXIST locateUnknownObject()
      • badServerId

        @Log(level=FINE,
             id=2)
        @Message("The server ID in the target object key does not match the server key expected by the server")
        OBJECT_NOT_EXIST badServerId()
      • badSkeleton

        @Log(level=WARNING,
             id=3)
        @Message("No skeleton found in the server that matches the target object key")
        OBJECT_NOT_EXIST badSkeleton()
      • servantNotFound

        @Log(level=WARNING,
             id=4)
        @Message("Servant not found")
        OBJECT_NOT_EXIST servantNotFound()
      • noObjectAdapterFactory

        @Log(level=WARNING,
             id=5)
        @Message("No object adapter factory")
        OBJECT_NOT_EXIST noObjectAdapterFactory()
      • badAdapterId

        @Log(level=WARNING,
             id=6)
        @Message("Bad adapter ID")
        OBJECT_NOT_EXIST badAdapterId()
      • dynAnyDestroyed

        @Log(level=WARNING,
             id=7)
        @Message("Dynamic Any was destroyed: all operations are invalid")
        OBJECT_NOT_EXIST dynAnyDestroyed()
      • interruptedExceptionInTimeout

        @Log(level=FINE,
             id=1)
        @Message("Sleep was interrupted in TCP timeouts")
        TIMEOUT interruptedExceptionInTimeout()
      • requestCanceled

        @Log(level=FINE,
             id=1)
        @Message("Request cancelled by exception")
        TRANSIENT requestCanceled​(@Chain
                                  java.lang.Throwable thr)
      • unknownCorbaExc

        @Log(level=WARNING,
             id=1)
        @Message("Unknown user exception while unmarshalling")
        @CS(MAYBE)
        UNKNOWN unknownCorbaExc()
      • runtimeexception

        @Log(level=WARNING,
             id=2)
        @Message("Unknown user exception thrown by the server - exception: {0}; message: {1}")
        @CS(MAYBE)
        UNKNOWN runtimeexception​(@Chain
                                 java.lang.Throwable exc,
                                 java.lang.String arg0,
                                 java.lang.String arg1)
      • unknownDsiSysex

        @Log(level=WARNING,
             id=3)
        @Message("Error while marshalling SystemException after DSI-based invocation")
        @CS(MAYBE)
        UNKNOWN unknownDsiSysex()
      • unknownSysex

        @Log(level=WARNING,
             id=4)
        @Message("Error while unmarshalling SystemException")
        @CS(MAYBE)
        UNKNOWN unknownSysex​(@Chain
                             java.lang.Exception exc)
      • wrongInterfaceDef

        @Log(level=WARNING,
             id=5)
        @Message("InterfaceDef object of wrong type returned by server")
        @CS(MAYBE)
        UNKNOWN wrongInterfaceDef()
      • noInterfaceDefStub

        @Log(level=WARNING,
             id=6)
        @Message("org.omg.CORBA._InterfaceDefStub class not available")
        UNKNOWN noInterfaceDefStub​(@Chain
                                   java.lang.Exception exc)
      • unknownExceptionInDispatch

        @Log(level=FINE,
             id=7)
        @Message("UnknownException in dispatch")
        @CS(MAYBE)
        UNKNOWN unknownExceptionInDispatch​(@Chain
                                           java.lang.Exception exc)
      • marshalErrorInReadIDLValue

        @Log(level=FINE,
             id=8)
        @Message("MARSHAL exception while trying to get value factory")
        UNKNOWN marshalErrorInReadIDLValue​(@Chain
                                           MARSHAL marshal)
      • vaaErrorInPostInit

        @Message("Exception in post_init in VirtualAddressAgentImpl")
        @Log(level=FINE,
             id=9)
        UNKNOWN vaaErrorInPostInit​(@Chain
                                   java.lang.Exception exc)
      • couldNotSetTcpNoDelay

        @Message("Could not set tcpNoDelay on socket")
        @Log(level=FINE,
             id=10)
        UNKNOWN couldNotSetTcpNoDelay​(@Chain
                                      java.lang.Exception e)
      • exceptionInPurgeCalls

        @Message("Exception in purgeCalls")
        @Log(level=FINE,
             id=11)
        UNKNOWN exceptionInPurgeCalls​(@Chain
                                      java.lang.Exception ex)
      • exceptionOnClose

        @Message("Exception while closing socket")
        @Log(level=FINE,
             id=12)
        UNKNOWN exceptionOnClose​(java.io.IOException e)
      • openingWaitInterrupted

        @Message("Interrupted while waiting in writeLock on OPENING state")
        @Log(level=FINE,
             id=13)
        UNKNOWN openingWaitInterrupted​(java.lang.InterruptedException ie)
      • establishedWaitInterrupted

        @Message("Interrupted while waiting in writeLock on ESTABLISHED state")
        @Log(level=FINE,
             id=14)
        UNKNOWN establishedWaitInterrupted​(java.lang.InterruptedException ie)
      • exceptionOnCreatingTypecode

        @Message("Exception while creating Typecode from native representation")
        @Log(level=FINE,
             id=15)
        UNKNOWN exceptionOnCreatingTypecode​(@Chain
                                            java.lang.Exception e)
      • exceptionInTypecodeEquals

        @Message("Exception in Typecode equals")
        @Log(level=FINE,
             id=16)
        UNKNOWN exceptionInTypecodeEquals​(@Chain
                                          java.lang.Exception e)
      • bootstrapRemarshalException

        @Message("Remarshal exception in bootstrap resolver")
        @Log(level=FINE,
             id=17)
        UNKNOWN bootstrapRemarshalException​(@Chain
                                            RemarshalException e)
      • couldNotInitializeInitialGIS

        @Message("Could not initialize initial GIS")
        @Log(level=FINE,
             id=18)
        UNKNOWN couldNotInitializeInitialGIS​(@Chain
                                             java.lang.Exception exc)
      • noCSIV2Handler

        @Log(level=FINE,
             id=19)
        @Message("No CSIv2TaggedComponentHandler available from initial references")
        UNKNOWN noCSIV2Handler​(@Chain
                               InvalidName e)
      • serverGroupManagerException

        @Log(level=FINE,
             id=20)
        @Message("Error in ServerGroupManager")
        UNKNOWN serverGroupManagerException​(@Chain
                                            java.lang.Exception e)
      • threadStateValidatorException

        @Log(level=FINE,
             id=21)
        @Message("ThreadStateValidator {0} threw an exception")
        UNKNOWN threadStateValidatorException​(java.lang.Runnable run,
                                              @Chain
                                              java.lang.Throwable thr)
      • bad1_1CancelRequestReceived

        @Log(level=FINE,
             id=22)
        @Message("Bad GIOP 1.1 cancel request received")
        UNKNOWN bad1_1CancelRequestReceived()
      • cancelRequestWithId0

        @Log(level=FINE,
             id=23)
        @Message("Cancel request with id 0 received")
        UNKNOWN cancelRequestWithId0()
      • badCancelRequest

        @Log(level=FINE,
             id=24)
        @Message("Bad cancel request received")
        UNKNOWN badCancelRequest()
      • classNotFoundInCodebase

        @Log(level=FINE,
             id=25)
        @Message("Class {0} not found in remote codebase {1}")
        UNKNOWN classNotFoundInCodebase​(java.lang.String className,
                                        java.lang.String remoteCodebase)
      • classNotFoundInJDKClassLoader

        @Log(level=FINE,
             id=26)
        @Message("Class {0} not found in JDKClassLoader")
        UNKNOWN classNotFoundInJDKClassLoader​(java.lang.String className,
                                              @Chain
                                              java.lang.ClassNotFoundException e)