OK, so I think I have found a couple of answers. I found this bit of advice on how to get the log file. Awsome and many thanks @ltilley. This is really critical to debugging, of course.
Now that I have had a chance to look at the log file, I could see that on startup ozw was attempting to fetch something (value?) for each config parameter in the .xml file. The 2-3 minute holdup (actually, just shy of 6 minutes) was attempting to fetch for config 161-199 with a 10s timeout on each.
So my question now is to those who really know, what are those messages saying? If they are reading a config parameter that doesn’t exist and that is why they are timing out, I will fix the .xml. My concern is that ozw sends a query message with the config number and DOES get a reply (the sixth line of my log) but seems to be waiting for more that never comes. Then it times out at 10s (the first line of my log). What is the expected transaction? 1. Query out, 2. some sort of ack back, 3. data back?
Please advise so I can fix the xml if appropriate.