> System error 1067 has occurred.
I took a couple deep breaths and it occurred to me to do what I guess
was obvious: Run mongod.exe from the command line, instead of trying
to start it as a service. That displayed the actual MongoDB error
messages, and it turned out that there wasn't enough free space to
preallocate the journal file. It was as simple as that. One that was
resolved, the Windows service started up like a charm.
Then I checked the log file, and sure enough, the messages were there,
too. So it wasn't an issue with the Windows service. It was just
that the service, when it encountered the error, wasn't able to pass
through the actual error messages.
gs