Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-10055

Unable to register SASClientInterceptor

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • EAP 6.0.1 ER 2
    • IIOP
    • None
    • NEW

    Description

      Unable to register SASClientInterceptor.

      Steps to reproduce:

      1) add SASClientInterceptor to jacorb subsystem

      <subsystem xmlns="urn:jboss:domain:jacorb:1.2">
      <orb socket-binding="jacorb" ssl-socket-binding="jacorb-ssl">
      <initializers security="on" transactions="on"/>
      </orb>
      <properties>
      <property name="org.omg.PortableInterceptor.ORBInitializerClass.org.jboss.as.jacorb.csiv2.SASClientInitializer" value=""/>
      </properties>
      </subsystem>

      2) start EAP

      Following exception is thrown:

      10:48:25,934 WARN [jacorb.orb] (MSC service thread 1-4) org.jboss.as.jacorb.csiv2.SASClientInitializer: ignoring error during ORBInitializer::pre_init. the ORBInitializer will be removed from the current configuration: java.lang.RuntimeException: JBAS016407: Could not register initial reference for SASCurrent
      at org.jboss.as.jacorb.csiv2.SASClientInitializer.pre_init(SASClientInitializer.java:56) [jboss-as-jacorb-7.1.3.Final-redhat-2.jar:7.1.3.Final-redhat-2]
      at org.jacorb.orb.ORB.interceptorPreInit(Unknown Source) [jacorb-2.3.2-redhat-2.jar:]
      at org.jacorb.orb.ORB.internalInit(Unknown Source) [jacorb-2.3.2-redhat-2.jar:]
      at org.jacorb.orb.ORB.set_parameters(Unknown Source) [jacorb-2.3.2-redhat-2.jar:]
      at org.omg.CORBA.ORB.init(Unknown Source) [jacorb-2.3.2-redhat-2.jar:]
      at org.jboss.as.jacorb.service.CorbaORBService.start(CorbaORBService.java:124) [jboss-as-jacorb-7.1.3.Final-redhat-2.jar:7.1.3.Final-redhat-2]
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA-redhat-2.jar:1.0.2.GA-redhat-2]
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA-redhat-2.jar:1.0.2.GA-redhat-2]
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_06-icedtea]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_06-icedtea]
      at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_06-icedtea]
      Caused by: org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName: IDL:omg.org/PortableInterceptor/ORBInitInfo/InvalidName:1.0
      at org.jacorb.orb.portableInterceptor.ORBInitInfoImpl.register_initial_reference(Unknown Source) [jacorb-2.3.2-redhat-2.jar:]
      at org.jboss.as.jacorb.csiv2.SASClientInitializer.pre_init(SASClientInitializer.java:51) [jboss-as-jacorb-7.1.3.Final-redhat-2.jar:7.1.3.Final-redhat-2]
      ... 10 more

      Attachments

        Activity

          People

            sguilhen Stefan Guilhen
            dpospisil Dominik Pospisil (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: