Re: Help



On Fri, 2003-11-14 at 16:54, some one wrote:
> I'm writing a client appliation using Orbit that will
> talk to a server using IONAs Orbix.  I have an IOR
> file that I use to connect to the server, but get a
> warning message that indicates:
> 
> WARNING **: Ignoring incoming code_sets component.
> 
> Can someone tell me what this means and does it have
> anything to do with why my application is coring?

	It shouldn't be related. It means we're simply ignoring the code-set of
the incoming strings; we deal with only UTF-8 really internally, and I
don't really want to be getting into the tangled mess of other
code-sets.

	To debug your problem we need more data; re-compile ORBit2 with
--enable-debug; then export ORBIT2_DEBUG=all and run it again; that
should give us enough data to get a handle on it. It would also help to
have a stack trace. Run it in gdb, then do 'thread apply all backtrace'
and post the result.

	Thanks,

		Michael.

-- 
 michael@ximian.com  <><, Pseudo Engineer, itinerant idiot




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]