[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference pamsrc::objectbroker

Title:ObjectBroker - BEA Systems' CORBA
Notice:See note 3 for kits; note 5 for training; note 1134 for releases
Moderator:TLE::PARODId
Created:Tue Jul 11 1989
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1413
Total number of notes:6391

1366.0. "Error Code 61" by EDIBUS::JOHNSON () Wed Feb 12 1997 13:15

    OBB V2.6-07 "TCP/IP-Only Configuration"
    Using UCX Digital TCP/IP Services for OpenVMS VAX Version V4.1
    on a MicroVAX 3400 Series running OpenVMS V6.2
    
    ObjectBroker error occured in DECEDI_IMC_IMPL_REGISTER
            ObjectBroker error : %OBB-E-INV_NOCTRLSRV, No agent is running
    on node `skomer.reo.dec.com'.
    -OBB-E-INV_TRANSSRVNTF, The requested server was not found or is not
    accessible
                    on the network.
    -OBB-E-INV_TRANSERR, Transport error `Error Code: 61'.
    
    Could someone shed some light on where Error Code: 61 is coming from
    and what might be causing this?
    
     Configuration  "TCP/IP-Only Configuration"  (Current)
     -------------------------------------------------------
      Authentication
        AuthrWOAuthn: Enabled
        Package:      Trusted
         Description: Trusted authentication package
      Network
        Package:      TCP
         Description: TCP/IP transport package
      Logging Level                  None
      Repository Cache Size          5
      Maximum Active Servers         0
    
    Thanks
    Richard Johnson
                                      
T.RTitleUserPersonal
Name
DateLines
1366.1Try these...REQUE::whocrz.zko.dec.com::GumbelDick GumbelWed Feb 12 1997 15:3228
The ObjectBroker Agent process is not running on your vax/vms
node. Try the following to further diagnose the problem:

1. Did the obb startup script (sys$startup:obb$startup.com) get
   run as part of the boot process? Look for the obb$scratch
   and obb$sak logical names. If not defined, then run the
   startup procedure.

2. If the 2 logical names are defined, then look for the log
   file from the last agent startup:

	obb$scratch:obb$agent.log

   See what information or errors are in that log file.

3. Try the following command to show the running agent:

	$ application/broker show agent

Post your results here for further analysis. Hopefully, one of
the above steps will help you resolve the problem on your end.




  Dick Gumbel

1366.2Invalid environment setupMETSYS::JOHNSONThu Feb 13 1997 11:1819
    
    Skomer::Anu_so> @sys$startup:obb$startup.com
    Starting ObjectBroker Agent
    %RUN-S-PROC_ID, identification of created process is 0000019A
    
    OBB$AGENT.SYS$ERROR;15           14-FEB-1997 13:07:32.35
    Problem initializing.
    %OBB-F-COM_INVSETUP, Invalid environment setup.
    
    OBB$AGENT.SYS$ERROR;16           14-FEB-1997 13:07:32.98
    %OBB-E-AGN_INITFAIL, Agent service initialization failed.
    
    There is no obb$agent.log file
    
    Which environment is it talking about?
    How do I find out what it does not like about the environment?
    
    Thanks
    Richard
1366.3REQUE::BOWERPeter Bower, ObjectBrokerThu Feb 13 1997 12:4811
    
    OBB_INVSETUP only occurs when the obb$library logical is
    not defined in the system logical name table. Check to make
    sure that your sys$startup:obb$startup.com was created
    correctly in the installation and contains the definition
    of the obb$library in the define_logicals section of
    the startup procedure.
    
    Error code 61 is returned from UCX and corresponds to the
    error ECONNREFUSED - basically the agent port is not there
    as the agent process is not running.
1366.4OBB$LIBRARY is defined ok SYSTEM::newdial_2.reo.dec.com::JOHNSONRichard Johnson , http://samedi.reo.dec.comWed Feb 26 1997 08:3943
	OBB$LIBRARY is defined ok :

Skomer::Anu_so> sh log *obb$lib*

(LNM$PROCESS_TABLE)

(LNM$JOB_811C8600)

(LNM$GROUP_000200)

(LNM$SYSTEM_TABLE)

  "OBB$LIBRARY" = "SYS$SYSROOT:[OBB]"

Skomer::Anu_so> dir OBB$LIBRARY

Directory SYS$SYSROOT:[OBB]

OBB_SYSTEM_REGISTRY.REG;21
OBB_SYSTEM_REGISTRY.REG_OLD;1
SAK.DIR;1
SCRATCH.DIR;1

Total of 4 files.

Directory SYS$COMMON:[OBB]

CXXBLD.DIR;1
CXXSRC.DIR;1
OBBSYSC.COL;5
OBBSYSR.IDL;5
OBB_ADVERTISEMENT_REGISTRY.REG;2
OBB_SECURITY_REGISTRY.REG;8
OBB_SOFTWARE_REGISTRY.REG;110
OBB_SYSTEM_CONTEXT.CO;1
OBB_SYSTEM_REPOSITORY.IR;1
QUICKSTART.DIR;1

Total of 10 files.

Grand total of 2 directories, 14 files.

1366.5REQUE::BOWERPeter Bower, ObjectBrokerWed Feb 26 1997 10:5313
    The only place where invsetup occurs is from a call to translate
    the logical. If it is defined, then I am not sure why the call fails.
    
    What is the output from $ show log/full obb$library
    It should be something like
    
     "OBB$LIBRARY" [exec] = "SYS$SYSROOT:[OBB]" (LNM$SYSTEM_TABLE)
    
    If that is correct, then I am stumped. You could reinstal. Delete 
    obb$shr.exe and reinstall. Optionally, I could give you a C program
    that replicates the call to translate the logical and see if
    it fails.