<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi!<br>
<br>
This exception is thrown when the char/string used by the server
isn't known/supported by Orber (the same might happen for
wchar/wstring) or the server cannot convert those supported by
Orber. Orber support <span class="nv">ISO8859-1</span> (Id ==
16#00010001) and <span class="nv">ISO646-IRV</span> (Id ==
16#00010020) and TAO sure must support at least <span class="nv">ISO8859-1,
otherwise it would not be able to communicate with some of the
frequently used ORBs (Orbix, VisiBroker etc). If my memory serves
me right Orber and TAO has been used together before, so you
should check the TAO configuration.<br>
You can also use this function corba:print_object/2 to get more
"human readable" information out of the TAO IOR.<br>
</span><span class="nv"><br>
Best regards,<br>
<br>
Nick<br>
</span><br>
On 06/07/2012 11:43 AM, Anish Parameswaran wrote:
<blockquote
cite="mid:CAABuXj9Rs61YUcKhKNsTyzBjGZz0DLUGuywTMxfhDMcRdYiDbQ@mail.gmail.com"
type="cite"><br>
Hi, <br>
<br>
I am ( Erlang newbie ) using erlang orber for corba access
to a server running TAO ORB . <br>
But i am getting the char codeset exception as shown below , <br>
<br>
<br>
<br>
=ERROR REPORT==== 7-Jun-2012::14:42:01 ===<br>
=================== Orber =================<br>
[565] iop_ior:check_char_codeset([83951617]);<br>
Orber cannot communicate with this ORB.<br>
It doesn't support a Char CodeSet known to Orber.<br>
===========================================<br>
** exception throw:
{'EXCEPTION',{'INV_OBJREF',[],1163001856,'COMPLETED_NO'}}<br>
in function corba:raise/1<br>
in call from iop_ior:check_components/3<br>
in call from iop_ior:get_key_1/5<br>
in call from corba:call_helper/6<br>
in call from nbiclient:name_resolv/0<br>
<br>
<br>
<br>
The erlang version is 'Erlang R13B03 (erts-5.7.4)' <br>
<br>
Is there any provision to set the charcode set to be used /
or is this error something else. <br>
Any help is highly appreciated .. <br>
<br>
Thanks <br>
Anish<br>
<br>
<br>
<br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a>
</pre>
</blockquote>
<br>
</body>
</html>