T.R | Title | User | Personal Name | Date | Lines |
---|
1366.1 | Try these... | REQUE::whocrz.zko.dec.com::Gumbel | Dick Gumbel | Wed Feb 12 1997 12:32 | 28 |
|
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.2 | Invalid environment setup | METSYS::JOHNSON | | Thu Feb 13 1997 08:18 | 19 |
|
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.3 | | REQUE::BOWER | Peter Bower, ObjectBroker | Thu Feb 13 1997 09:48 | 11 |
|
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.4 | OBB$LIBRARY is defined ok | SYSTEM::newdial_2.reo.dec.com::JOHNSON | Richard Johnson , http://samedi.reo.dec.com | Wed Feb 26 1997 05:39 | 43 |
|
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.5 | | REQUE::BOWER | Peter Bower, ObjectBroker | Wed Feb 26 1997 07:53 | 13 |
| 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.
|