<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-9">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=346105212-15012004><FONT face=Arial 
size=2>Hello,</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>I am using Omni ORB 
2.80. When I am connecting to ORB sevice from JDK1.3.1_06 there is no problem. 
But I&nbsp; update the JDK version to&nbsp;jdk1.4.1_05 . The problem is 
below</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>Thanks for your 
helps,</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>volkan 
iravul</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004></SPAN>&nbsp;</DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>when&nbsp;I am 
trying&nbsp;to execute the &nbsp;code&nbsp;</FONT>&nbsp;</SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial 
size=2>--------------------------------------------------</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
private static InitialContext thsGatewayContext = null;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
public static InitialContext getInitialContext() throws NamingException 
{</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (thsGatewayContext == 
null)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set();</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 
thsGatewayContext;<BR>&nbsp;&nbsp;&nbsp; }</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
public static synchronized void set() throws NamingException 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Properties p = new 
Properties();</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
p.put(InitialContext.PROVIDER_URL, 
"iiop://10.12.108.82:900");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p.put(InitialContext.INITIAL_CONTEXT_FACTORY, 
"com.sun.jndi.cosnaming.CNCtxFactory");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
thsGatewayContext = new InitialContext(p);</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
}</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2><SPAN 
class=346105212-15012004><FONT face=Arial 
size=2>--------------------------------------------------</FONT></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2><SPAN 
class=346105212-15012004></SPAN></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2><SPAN 
class=346105212-15012004>it gets an exception at line 
</SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2><SPAN 
class=346105212-15012004>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
thsGatewayContext = new InitialContext(p);</SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2><SPAN 
class=346105212-15012004></SPAN></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2><SPAN 
class=346105212-15012004>&lt;td&gt;tr.com.sekerBilisim.component.tahsilat.exception.TahsilatServerException: 
org.omg.CORBA.MARSHAL: Exception waiting for response; nested exception is: <BR>&lt;br&gt;&nbsp;java.io.EOFException: GIOP protocol error&nbsp; vmcid: 0x0&nbsp; minor code: 0&nbsp; completed: No<BR>&lt;br&gt;&nbsp;at 
weblogic.iiop.Utils.mapRemoteToCORBAException(Utils.java:849)<BR>&lt;br&gt;&nbsp;at 
weblogic.iiop.Utils.mapToCORBAException(Utils.java:883)<BR>&lt;br&gt;&nbsp;at 
weblogic.iiop.IORManager.locateNameService(IORManager.java:183)<BR>&lt;br&gt;&nbsp;at 
weblogic.corba.orb.ORB.resolve_initial_references(ORB.java:178)<BR>&lt;br&gt;&nbsp;at 
com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:340)<BR>&lt;br&gt;&nbsp;at 
com.sun.jndi.cosnaming.CNCtx.initUsingIiopUrl(CNCtx.java:289)<BR>&lt;br&gt;&nbsp;at 
com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:245)<BR>&lt;br&gt;&nbsp;at 
com.sun.jndi.cosnaming.CNCtx.initOrbAndRootContext(CNCtx.java:209)<BR>&lt;br&gt;&nbsp;at 
com.sun.jndi.cosnaming.CNCtx.&lt;init&gt;(CNCtx.java:69)<BR>&lt;br&gt;&nbsp;at 
com.sun.jndi.cosnaming.CNCtxFactory.getInitialContext(CNCtxFactory.java:32)<BR>&lt;br&gt;&nbsp;at 
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)<BR>&lt;br&gt;&nbsp;at 
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)<BR>&lt;br&gt;&nbsp;at 
javax.naming.InitialContext.init(InitialContext.java:219)<BR>&lt;br&gt;&nbsp;at 
javax.naming.InitialContext.&lt;init&gt;(InitialContext.java:195)</SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2><SPAN 
class=346105212-15012004></SPAN></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2><SPAN 
class=346105212-15012004></SPAN></FONT></SPAN>&nbsp;</DIV><FONT SIZE=3><BR>
<BR>
____________________________________<BR>
Bu mesajda gizli kalmasi gereken ozel bilgiler olabilir. Mesaji yanlislikla aldiysaniz, baskalarina aktarmayiniz ve kopyalamayiniz. Lutfen gondereni uyariniz ve mesaji siliniz. Duyarliliginizdan dolayi tesekkur ederiz. Sekerbank bu mesajdaki bilgilerin dogru ve eksiksiz oldugunu garanti etmez. Bankamiz bu mesajin gonderilmesinden ve saklanmasindan sorumlu degildir. Bu mesaj gonderenin goruslerini icerir; Sekerbank'in goruslerini yansitmayabilir. Bu mesaj gonderilmeden once bilgisayar viruslerine karsi taranmistir.<BR>
--------------------------------<BR>
This e-mail may contain confidential and/or privileged information. If you have received this e-mail in error, please destroy this e-mail and notify the sender immediately. Thank you for your co-operation. Sekerbank makes no warranty as to the accuracy or completeness of any information contained in this message. Sekerbank  excludes any  liability of any kind for the information transmission, reception, storage or use of such in any way whatsoever. The opinions expressed in this message belong to sender alone and may not necessarily reflect the opinions of Sekerbank. This e-mail has been scanned for computer viruses before sent.<BR>
</FONT>
</BODY></HTML>