I have seen https://github.com/libbitcoin/libbitcoin-server/wiki/Regtest-Configuration and I've tried a bunch of different ways of implementing these different configuration options but I keep getting the following error when I try starting the server after I initialize the chain:
20:31:53.264383 INFO [server] ================= startup ==================
20:31:53.264405 WARNING [server] ================= startup ==================
20:31:53.264476 ERROR [server] ================= startup ==================
20:31:53.264509 FATAL [server] ================= startup ==================
20:31:53.264534 INFO [server] Using config file: "/usr/local/etc/libbitcoin/bs.cfg"
20:31:53.264572 INFO [server] Please wait while the server is starting...
20:31:53.265203 INFO [network] Starting manual session.
20:31:53.265276 INFO [network] Not configured to populate an address pool.
20:31:53.265299 INFO [server] Seeding is complete.
20:31:53.265343 INFO [node] Node start height is (0).
20:31:53.265393 INFO [network] Not configured for accepting incoming connections.
20:31:53.265420 INFO [network] Starting outbound session.
20:31:53.265476 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265557 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265586 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265613 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265626 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265675 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265692 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265705 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265718 WARNING [network] Failure fetching new address: object does not exist
20:31:53.265731 WARNING [network] Failure fetching new address: object does not exist
20:31:53.266051 INFO [server] Bound public query service to tcp://*:9091
20:31:53.266251 INFO [server] Bound public heartbeat service to tcp://*:9092
20:31:53.266339 INFO [server] Bound public block service to tcp://*:9093
20:31:53.266451 INFO [server] Bound public transaction service to tcp://*:9094
20:31:53.266478 INFO [server] Server is started.
20:31:58.265851 WARNING [network] Failure fetching new address: object does not exist
20:31:58.265889 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266024 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266048 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266110 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266133 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266212 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266240 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266345 WARNING [network] Failure fetching new address: object does not exist
20:31:58.266354 WARNING [network] Failure fetching new address: object does not exist