View Single Post
  #2 (permalink)  
Old 08-13-2003
mes's Avatar
mes mes is online now
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 971
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
Reply With Quote