EDIT: I have switched from DCPSInfoRepo to RTPS, and everything is working fine. I don't know if this question should stay open to answer the problem for anyone working with DCPSInfoRepo
I am looking into using OpenDDS, and I am currently following the "Getting Started" guide for Windows. I reached the step of running the Messenger example using the command
run run_test.pl
I get the following output which I believe is an error.
C:\dds\bin\.\DCPSInfoRepo.EXE -ORBDebugLevel 10 -ORBLogFile DCPSInfoRepo.log -o
repo.ior
TAO (5508|6556) - Did not find default svc.conf
TAO (5508|6556) - Completed initializing the process-wide service context
TAO (5508|6556) - Default ORB services initialization begins
TAO (5508|6556) - Default ORB services initialization completed
TAO (5508|6556) - We are the default ORB ...
TAO (5508|6556) - Initializing the orb-specific services
TAO (5508|6556) - ORBInitializer_Registry::register_orb_initializer 0 @007F95C0
.\.\publisher.EXE -ORBDebugLevel 10 -DCPSDebugLevel 10 -ORBLogFile publisher.lo
g
.\.\subscriber.EXE -ORBDebugLevel 10 -DCPSDebugLevel 10 -DCPSTransportDebugLeve
l 6 -ORBLogFile subscriber.log
ERROR: publisher returned 4294967295
ERROR: subscriber returned 4294967295
INFO: C:\dds/bin/DCPSInfoRepo being killed.
Can I please get some directions on how to resolve this issue?