<!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> </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 update the JDK version to jdk1.4.1_05 . The problem is
below</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial
size=2></FONT></SPAN> </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> </DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>volkan
iravul</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004></SPAN> </DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>when I am
trying to execute the code </FONT> </SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial
size=2>--------------------------------------------------</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>
private static InitialContext thsGatewayContext = null;</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>
public static InitialContext getInitialContext() throws NamingException
{</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial
size=2> if (thsGatewayContext ==
null)<BR> set();</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial
size=2> return
thsGatewayContext;<BR> }</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>
public static synchronized void set() throws NamingException
{<BR> Properties p = new
Properties();</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial
size=2>
p.put(InitialContext.PROVIDER_URL,
"iiop://10.12.108.82:900");<BR> p.put(InitialContext.INITIAL_CONTEXT_FACTORY,
"com.sun.jndi.cosnaming.CNCtxFactory");<BR>
thsGatewayContext = new InitialContext(p);</FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2>
}</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> </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>
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> </DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2><SPAN
class=346105212-15012004><td>tr.com.sekerBilisim.component.tahsilat.exception.TahsilatServerException:
org.omg.CORBA.MARSHAL: Exception waiting for response; nested exception is: <BR><br> java.io.EOFException: GIOP protocol error vmcid: 0x0 minor code: 0 completed: No<BR><br> at
weblogic.iiop.Utils.mapRemoteToCORBAException(Utils.java:849)<BR><br> at
weblogic.iiop.Utils.mapToCORBAException(Utils.java:883)<BR><br> at
weblogic.iiop.IORManager.locateNameService(IORManager.java:183)<BR><br> at
weblogic.corba.orb.ORB.resolve_initial_references(ORB.java:178)<BR><br> at
com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:340)<BR><br> at
com.sun.jndi.cosnaming.CNCtx.initUsingIiopUrl(CNCtx.java:289)<BR><br> at
com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:245)<BR><br> at
com.sun.jndi.cosnaming.CNCtx.initOrbAndRootContext(CNCtx.java:209)<BR><br> at
com.sun.jndi.cosnaming.CNCtx.<init>(CNCtx.java:69)<BR><br> at
com.sun.jndi.cosnaming.CNCtxFactory.getInitialContext(CNCtxFactory.java:32)<BR><br> at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)<BR><br> at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)<BR><br> at
javax.naming.InitialContext.init(InitialContext.java:219)<BR><br> at
javax.naming.InitialContext.<init>(InitialContext.java:195)</SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2><SPAN
class=346105212-15012004></SPAN></FONT></SPAN> </DIV>
<DIV><SPAN class=346105212-15012004><FONT face=Arial size=2><SPAN
class=346105212-15012004></SPAN></FONT></SPAN> </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>