0 Replies Latest reply on Dec 10, 2003 2:23 PM by lking28

    Weblogic IIOP configuration

      org.omg.CORBA.INTERNAL: IJTPFW_CAT:4: ERROR: Cannot execute delegate bootstrap constructor minor code: at com.beasys.Tobj_Bootstrap.getDlg(Tobj_Bootstrap.java:135)
      at com.beasys.Tobj_Bootstrap.(Tobj_Bootstrap.java:179)


      I recieve the above error when trying to initialize an ORB instance to a Web Logic ORB. Below is my iiop-service.xml configuration file. Am I missing something?


      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE server>
      <!-- $Id: iiop-service.xml,v 1.1.2.2 2002/04/26 15:32:50 reverbel Exp $ -->

      <!-- ===================================================================== -->
      <!-- -->
      <!-- JBoss RMI/IIOP Configuration -->
      <!-- -->
      <!-- ===================================================================== -->





      <!-- ==================================================================== -->
      <!-- CorbaORB service -->
      <!-- The ORB is pluggable. This configuration uses JacORB. -->
      <!-- ==================================================================== -->


      org.jacorb.orb.ORB
      org.jboss.system.ORBSingleton
      org.jacorb.orb.ORBSingleton
      jacorb.properties
      org.jboss.ejb.plugins.iiop.server.CodebaseInterceptorInitializer





      THanks,

      Leon