Hi Jeff,
Sorry to hear you're having trouble. Rest assured that this isn't the expected behavior.
Please run the server with the following option:
$ ./server --Ice.NullHandleAbort=1
This should cause a core dump to be generated when the situation causing the Ice.NullHandleException is detected, from which you can hopefully obtain a stack trace that should help us discover the source of the problem.
Thanks,
- Mark