Interface IIOPLogger

    • Field Detail

      • ROOT_LOGGER

        static final IIOPLogger ROOT_LOGGER
    • Method Detail

      • activatingSubsystem

        @LogMessage(level=INFO)
        @Message(id=1,
                 value="Activating IIOP Subsystem")
        void activatingSubsystem()
      • failedToFetchCSIv2Policy

        @LogMessage(level=ERROR)
        @Message(id=2,
                 value="Error fetching CSIv2Policy")
        void failedToFetchCSIv2Policy​(@Cause
                                      Throwable cause)
      • caughtExceptionEncodingGSSUPMechOID

        @LogMessage(level=WARN)
        @Message(id=3,
                 value="Caught exception while encoding GSSUPMechOID")
        void caughtExceptionEncodingGSSUPMechOID​(@Cause
                                                 Throwable cause)
      • logInternalError

        @LogMessage(level=ERROR)
        @Message(id=4,
                 value="Internal error")
        void logInternalError​(@Cause
                              Exception cause)
      • failedToCreateNamingContext

        @LogMessage(level=ERROR)
        @Message(id=5,
                 value="Failed to create CORBA naming context")
        void failedToCreateNamingContext​(@Cause
                                         Exception cause)
      • failedToUnbindObject

        @LogMessage(level=WARN)
        @Message(id=6,
                 value="Unbind failed for %s")
        void failedToUnbindObject​(Object name)
      • failedToObtainJSSEDomain

        @LogMessage(level=ERROR)
        @Message(id=7,
                 value="Failed to obtain JSSE security domain with name %s")
        void failedToObtainJSSEDomain​(String securityDomain)
      • corbaNamingServiceStarted

        @LogMessage(level=INFO)
        @Message(id=8,
                 value="CORBA Naming Service started")
        void corbaNamingServiceStarted()
      • corbaORBServiceStarted

        @LogMessage(level=INFO)
        @Message(id=9,
                 value="CORBA ORB Service started")
        void corbaORBServiceStarted()
      • warnClassDescDoesNotConformToSpec

        @LogMessage(level=WARN)
        @Message(id=10,
                 value="Compatibility problem: Class javax.rmi.CORBA.ClassDesc does not conform to the Java(TM) Language to IDL Mapping Specification (01-06-07), section 1.3.5.11")
        void warnClassDescDoesNotConformToSpec()
      • warnCouldNotDeactivateIRObject

        @LogMessage(level=WARN)
        @Message(id=11,
                 value="Could not deactivate IR object")
        void warnCouldNotDeactivateIRObject​(@Cause
                                            Throwable cause)
      • warnCouldNotDeactivateAnonIRObject

        @LogMessage(level=WARN)
        @Message(id=12,
                 value="Could not deactivate anonymous IR object")
        void warnCouldNotDeactivateAnonIRObject​(@Cause
                                                Throwable cause)
      • noSecurityDomainOrSSLContextsSpecified

        @Message(id=13,
                 value="SSL support has been enabled but no security domain or client/server SSL contexts have been specified")
        org.jboss.as.controller.OperationFailedException noSecurityDomainOrSSLContextsSpecified()
      • unexpectedException

        @Message(id=14,
                 value="Unexpected exception")
        RuntimeException unexpectedException​(@Cause
                                             Throwable cause)
      • unexpectedContextErrorInSASReply

        @Message(id=15,
                 value="Unexpected ContextError in SAS reply")
        org.omg.CORBA.NO_PERMISSION unexpectedContextErrorInSASReply​(@Param
                                                                     int minorCode,
                                                                     @Param
                                                                     org.omg.CORBA.CompletionStatus status)
      • errorParsingSASReply

        @Message(id=16,
                 value="Could not parse SAS reply: %s")
        org.omg.CORBA.MARSHAL errorParsingSASReply​(Exception e,
                                                   @Param
                                                   int minorCode,
                                                   @Param
                                                   org.omg.CORBA.CompletionStatus status)
      • errorRegisteringSASCurrentInitRef

        @Message(id=17,
                 value="Could not register initial reference for SASCurrent")
        RuntimeException errorRegisteringSASCurrentInitRef​(@Cause
                                                           Throwable cause)
      • missingSASContext

        @Message(id=18,
                 value="SAS context does not exist")
        org.omg.CORBA.NO_PERMISSION missingSASContext()
      • errorDecodingInitContextToken

        @Message(id=19,
                 value="Could not decode initial context token")
        org.omg.CORBA.NO_PERMISSION errorDecodingInitContextToken()
      • errorDecodingTargetInContextToken

        @Message(id=20,
                 value="Could not decode target name in initial context token")
        org.omg.CORBA.NO_PERMISSION errorDecodingTargetInContextToken()
      • errorDecodingPrincipalName

        @Message(id=21,
                 value="Could not decode incoming principal name")
        org.omg.CORBA.NO_PERMISSION errorDecodingPrincipalName()
      • errorDecodingContextData

        @Message(id=22,
                 value="Exception decoding context data in %s")
        RuntimeException errorDecodingContextData​(String interceptorName,
                                                  @Cause
                                                  Throwable e)
      • errorGettingBindingList

        @Message(id=24,
                 value="Error getting binding list")
        NamingException errorGettingBindingList()
      • errorGeneratingObjectViaFactory

        @Message(id=25,
                 value="Error generating object via object factory")
        NamingException errorGeneratingObjectViaFactory()
      • errorConstructingCNCtx

        @Message(id=26,
                 value="Error constructing context: either ORB or NamingContext must be supplied")
        ConfigurationException errorConstructingCNCtx()
      • errorConvertingIORToNamingCtx

        @Message(id=28,
                 value="Cannot convert IOR to NamingContext: %s")
        ConfigurationException errorConvertingIORToNamingCtx​(String ior)
      • errorResolvingNSInitRef

        @Message(id=29,
                 value="ORB.resolve_initial_references(\"NameService\") does not return a NamingContext")
        ConfigurationException errorResolvingNSInitRef()
      • cosNamingNotRegisteredCorrectly

        @Message(id=30,
                 value="COS Name Service not registered with ORB under the name \'NameService\'")
        NamingException cosNamingNotRegisteredCorrectly()
      • errorConnectingToORB

        @Message(id=31,
                 value="Cannot connect to ORB")
        NamingException errorConnectingToORB()
      • invalidURLOrIOR

        @Message(id=32,
                 value="Invalid IOR or URL: %s")
        NamingException invalidURLOrIOR​(String ior)
      • invalidObjectReference

        @Message(id=33,
                 value="Invalid object reference:  %s")
        NamingException invalidObjectReference​(String ior)
      • notACorbaObject

        @Message(id=35,
                 value="Only instances of org.omg.CORBA.Object can be bound")
        IllegalArgumentException notACorbaObject()
      • noReferenceFound

        @Message(id=36,
                 value="No object reference bound for specified name")
        NamingException noReferenceFound()
      • invalidEmptyName

        @Message(id=37,
                 value="Invalid empty name")
        InvalidNameException invalidEmptyName()
      • unescapedCharacter

        @Message(id=38,
                 value="%s: unescaped \\ at end of component")
        InvalidNameException unescapedCharacter​(String cnString)
      • invalidEscapedCharacter

        @Message(id=39,
                 value="%s: Invalid character being escaped")
        InvalidNameException invalidEscapedCharacter​(String cnString)
      • problemInvokingPortableRemoteObjectToStub

        @Message(id=41,
                 value="Problem with PortableRemoteObject.toStub(); object not exported or stub not found")
        ConfigurationException problemInvokingPortableRemoteObjectToStub()
      • cannotInvokePortableRemoteObjectToStub

        @Message(id=42,
                 value="Cannot invoke javax.rmi.PortableRemoteObject.toStub(java.rmi.Remote)")
        ConfigurationException cannotInvokePortableRemoteObjectToStub()
      • noMethodDefForPortableRemoteObjectToStub

        @Message(id=43,
                 value="No method definition for javax.rmi.PortableRemoteObject.toStub(java.rmi.Remote)")
        IllegalStateException noMethodDefForPortableRemoteObjectToStub()
      • problemInvokingStubConnect

        @Message(id=44,
                 value="Problem invoking javax.rmi.CORBA.Stub.connect()")
        ConfigurationException problemInvokingStubConnect()
      • cannotInvokeStubConnect

        @Message(id=45,
                 value="Cannot invoke javax.rmi.CORBA.Stub.connect()")
        ConfigurationException cannotInvokeStubConnect()
      • noMethodDefForStubConnect

        @Message(id=46,
                 value="No method definition for javax.rmi.CORBA.Stub.connect(org.omg.CORBA.ORB)")
        IllegalStateException noMethodDefForStubConnect()
      • invalidIIOPURLVersion

        @Message(id=47,
                 value="Invalid IIOP URL version: %s")
        MalformedURLException invalidIIOPURLVersion​(String version)
      • unavailableRMIPackages

        @Message(id=48,
                 value="javax.rmi packages not available")
        ConfigurationException unavailableRMIPackages()
      • unavailableISOLatin1Decoder

        @Message(id=49,
                 value="ISO-Latin-1 decoder unavailable")
        MalformedURLException unavailableISOLatin1Decoder()
      • failedToLookupJSSEDomain

        @Message(id=51,
                 value="Error configuring domain socket factory: failed to lookup JSSE security domain")
        ConfigurationException failedToLookupJSSEDomain()
      • errorObtainingKeyManagers

        @Message(id=52,
                 value="keyManager[] is null for security domain %s")
        IOException errorObtainingKeyManagers​(String securityDomain)
      • failedToGetSSLContext

        @Message(id=53,
                 value="Failed to get SSL context")
        IOException failedToGetSSLContext​(@Cause
                                          Throwable cause)
      • failedToStartJBossCOSNaming

        @Message(id=54,
                 value="Failed to start the JBoss Corba Naming Service")
        org.jboss.msc.service.StartException failedToStartJBossCOSNaming​(@Cause
                                                                         Throwable cause)
      • errorEncodingContext

        @Message(id=56,
                 value="Exception raised during encoding")
        RuntimeException errorEncodingContext​(@Cause
                                              Throwable cause)
      • errorGettingSlotInTxInterceptor

        @Message(id=57,
                 value="Exception getting slot in TxServerInterceptor")
        RuntimeException errorGettingSlotInTxInterceptor​(@Cause
                                                         Throwable cause)
      • errorSettingSlotInTxInterceptor

        @Message(id=58,
                 value="Exception setting slot in TxServerInterceptor")
        RuntimeException errorSettingSlotInTxInterceptor​(@Cause
                                                         Throwable cause)
      • cannotAnalyzeNullClass

        @Message(id=59,
                 value="Cannot analyze a null class")
        IllegalArgumentException cannotAnalyzeNullClass()
      • cannotAnalyzeSpecialClass

        @Message(id=61,
                 value="Cannot analyze special class: %s")
        IllegalArgumentException cannotAnalyzeSpecialClass​(String type)
      • badRMIIIOPConstantType

        @Message(id=66,
                 value="Field %s of interface %s is a constant, but it is not primitive or String")
        RMIIIOPViolationException badRMIIIOPConstantType​(String field,
                                                         String intface,
                                                         @Param
                                                         String section)
      • badRMIIIOPExceptionType

        @Message(id=67,
                 value="Exception type %s must be a checked exception class")
        RMIIIOPViolationException badRMIIIOPExceptionType​(String type,
                                                          @Param
                                                          String section)
      • badRMIIIOPMethodSignature

        @Message(id=68,
                 value="All interface methods must throw javax.rmi.RemoteException but method %s of interface %s does not")
        RMIIIOPViolationException badRMIIIOPMethodSignature​(String method,
                                                            String intface,
                                                            @Param
                                                            String section)
      • nameCannotBeNullEmptyOrQualified

        @Message(id=69,
                 value="Name cannot be null, empty or qualified")
        IllegalArgumentException nameCannotBeNullEmptyOrQualified()
      • primitivesHaveNoIRIds

        @Message(id=70,
                 value="Primitive types have no IR IDs")
        IllegalArgumentException primitivesHaveNoIRIds()
      • unavailableSHADigest

        @Message(id=71,
                 value="No SHA message digest available")
        RuntimeException unavailableSHADigest​(@Cause
                                              Throwable cause)
      • unknownPrimitiveType

        @Message(id=72,
                 value="Unknown primitive type: %s")
        RuntimeException unknownPrimitiveType​(String type)
      • cannotAnalyzeStringType

        @Message(id=73,
                 value="Cannot analyze java.lang.String: it is a special case")
        IllegalArgumentException cannotAnalyzeStringType()
      • cannotAnalyzeClassType

        @Message(id=74,
                 value="Cannot analyze java.lang.Class: it is a special case")
        IllegalArgumentException cannotAnalyzeClassType()
      • valueTypeCantImplementRemote

        @Message(id=75,
                 value="Value type %s cannot implement java.rmi.Remote")
        RMIIIOPViolationException valueTypeCantImplementRemote​(String type,
                                                               @Param
                                                               String section)
      • valueTypeCantBeProxy

        @Message(id=76,
                 value="Value type %s cannot be a proxy or inner class")
        RMIIIOPViolationException valueTypeCantBeProxy​(String type)
      • noReadMethodInHelper

        @Message(id=78,
                 value="No read method in helper class %s")
        RuntimeException noReadMethodInHelper​(String type,
                                              @Cause
                                              Throwable cause)
      • noWriteMethodInHelper

        @Message(id=79,
                 value="No write method in helper class %s")
        RuntimeException noWriteMethodInHelper​(String type,
                                               @Cause
                                               Throwable cause)
      • cannotObtainExceptionRepositoryID

        @Message(id=82,
                 value="Cannot obtain exception repository id for %s")
        RuntimeException cannotObtainExceptionRepositoryID​(String type,
                                                           @Cause
                                                           Throwable cause)
      • errorMashalingParams

        @Message(id=83,
                 value="Cannot marshal parameter: unexpected number of parameters")
        RuntimeException errorMashalingParams()
      • cannotChangeRMIIIOPMapping

        @Message(id=84,
                 value="Cannot change RMI/IIOP mapping")
        org.omg.CORBA.BAD_INV_ORDER cannotChangeRMIIIOPMapping()
      • badKindForTypeCode

        @Message(id=85,
                 value="Bad kind %d for TypeCode")
        RuntimeException badKindForTypeCode​(int kind)
      • wrongInterfaceRepository

        @Message(id=86,
                 value="Wrong interface repository")
        IRConstructionException wrongInterfaceRepository()
      • duplicateRepositoryName

        @Message(id=87,
                 value="Duplicate repository name")
        IRConstructionException duplicateRepositoryName()
      • unknownTypeCodeForClass

        @Message(id=90,
                 value="TypeCode for class %s is unknown")
        IRConstructionException unknownTypeCodeForClass​(String className)
      • duplicateTypeCodeForClass

        @Message(id=91,
                 value="TypeCode for class %s already established")
        IRConstructionException duplicateTypeCodeForClass​(String className)
      • collisionWhileCreatingPackage

        @Message(id=92,
                 value="Name collision while creating package")
        IRConstructionException collisionWhileCreatingPackage()
      • cannotDestroyRMIIIOPMapping

        @Message(id=94,
                 value="Cannot destroy RMI/IIOP mapping")
        org.omg.CORBA.BAD_INV_ORDER cannotDestroyRMIIIOPMapping()
      • badKindForSuperValueType

        @Message(id=95,
                 value="Bad kind for super valuetype of %s")
        IRConstructionException badKindForSuperValueType​(String id)
      • errorResolvingRefToImplementedInterface

        @Message(id=96,
                 value="ValueDef %s unable to resolve reference to implemented interface %s")
        IRConstructionException errorResolvingRefToImplementedInterface​(String id,
                                                                        String intface)
      • errorResolvingRefToAbstractValuetype

        @Message(id=97,
                 value="ValueDef %s unable to resolve reference to abstract base valuetype %s")
        IRConstructionException errorResolvingRefToAbstractValuetype​(String id,
                                                                     String valuetype)
      • errorResolvingInitRef

        @Message(id=98,
                 value="Failed to resolve initial reference %s")
        org.jboss.msc.service.StartException errorResolvingInitRef​(String refName,
                                                                   @Cause
                                                                   Throwable cause)
      • errorCreatingPOAFromParent

        @Message(id=99,
                 value="Failed to create POA from parent")
        org.jboss.msc.service.StartException errorCreatingPOAFromParent​(@Cause
                                                                        Throwable cause)
      • invalidPOACreationArgs

        @Message(id=100,
                 value="Unable to instantiate POA: either the running ORB or the parent POA must be specified")
        org.jboss.msc.service.StartException invalidPOACreationArgs()
      • errorActivatingPOA

        @Message(id=101,
                 value="Failed to activate POA")
        org.jboss.msc.service.StartException errorActivatingPOA​(@Cause
                                                                Throwable cause)
      • exceptionDestroingIterator

        @Message(id=102,
                 value="Caught exception destroying Iterator %s")
        org.omg.CORBA.INTERNAL exceptionDestroingIterator​(String cause)
      • sslNotConfigured

        @Message(id=103,
                 value="IOR settings imply ssl connections usage, but secure connections have not been configured")
        org.jboss.as.controller.OperationFailedException sslNotConfigured()
      • inconsistentSupportedTransportConfig

        @Message(id=104,
                 value="Inconsistent transport-config configuration: %s is supported, please configure it to %s value")
        String inconsistentSupportedTransportConfig​(String transportAttributeName,
                                                    String suggested)
      • inconsistentUnsupportedTransportConfig

        @Message(id=105,
                 value="Inconsistent transport-config configuration: %s is not supported, please remove it or configure it to none value")
        String inconsistentUnsupportedTransportConfig​(String transportAttributeName)
      • inconsistentRequiredTransportConfig

        @Message(id=106,
                 value="Inconsistent transport-config configuration: %s is set to true, please configure %s as required")
        String inconsistentRequiredTransportConfig​(String requiredAttributeName,
                                                   String transportAttributeName)
      • cannotCreateSSLSocket

        @LogMessage(level=WARN)
        @Message(id=109,
                 value="SSL socket is required by server but secure connections have not been configured")
        void cannotCreateSSLSocket()
      • serverDoesNotSupportSsl

        @Message(id=110,
                 value="Client requires SSL but server does not support it")
        IllegalStateException serverDoesNotSupportSsl()
      • sslPortWithoutSslConfiguration

        @Message(id=111,
                 value="SSL has not been configured but ssl-port property has been specified - the connection will use clear-text protocol")
        String sslPortWithoutSslConfiguration()
      • ineffectiveAuthenticationContextConfiguration

        @Message(id=113,
                 value="Authentication context has been defined but it is ineffective because the security initializer is not set to \'elytron\'")
        org.jboss.as.controller.OperationFailedException ineffectiveAuthenticationContextConfiguration()
      • elytronInitializerNotSupportedInPreviousVersions

        @Message(id=114,
                 value="Elytron security initializer not supported in previous iiop-openjdk versions and can\'t be converted")
        String elytronInitializerNotSupportedInPreviousVersions()
      • noSocketBindingsConfigured

        @Message(id=115,
                 value="No IIOP socket bindings have been configured")
        IllegalStateException noSocketBindingsConfigured()
      • wontUseCleartextSocket

        @LogMessage(level=WARN)
        @Message(id=117,
                 value="CLEARTEXT in IIOP subsystem won\'t be used because server-requires-ssl parameter have been set to true")
        void wontUseCleartextSocket()
      • legacySecurityUnsupported

        @Message(id=118,
                 value="Legacy security is no longer supported.")
        IllegalStateException legacySecurityUnsupported()
      • runtimeSecurityRealmUnsupported

        @Message(id=119,
                 value="The use of security realms at runtime is unsupported.")
        org.jboss.as.controller.OperationFailedException runtimeSecurityRealmUnsupported()
      • runtimeSecurityDomainUnsupported

        @Message(id=120,
                 value="The use of security domains at runtime is unsupported.")
        org.jboss.as.controller.OperationFailedException runtimeSecurityDomainUnsupported()