<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: java initial context issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/java-initial-context-issue/m-p/3797440#M99786</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Can you run your code under Java debugger and see what is going on inside ? &lt;BR /&gt;&lt;BR /&gt;Just a step forward to troubleshoot.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Wed, 31 May 2006 07:07:17 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2006-05-31T07:07:17Z</dc:date>
    <item>
      <title>java initial context issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-initial-context-issue/m-p/3797439#M99785</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I use CNCtxFactory to create initial context in java application:&lt;BR /&gt;&lt;BR /&gt;env.put(InitialContext.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.cosnaming.CNCtxFactory");&lt;BR /&gt;env.put(InitialContext.PROVIDER_URL, URL);&lt;BR /&gt;&lt;BR /&gt;initialContext_ = new InitialContext(env);&lt;BR /&gt;&lt;BR /&gt;It works fine on Windows, but it hangs when I run it on HP-UX 11.11 (JDK 1.4.2_10, all HP-UX patches recomended for JDK are installed). It hangs when the target server is accessable.&lt;BR /&gt;&lt;BR /&gt;Has anybody had such issue? How to solve it?&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2006 06:07:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-initial-context-issue/m-p/3797439#M99785</guid>
      <dc:creator>Raspopova Elena</dc:creator>
      <dc:date>2006-05-31T06:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: java initial context issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-initial-context-issue/m-p/3797440#M99786</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Can you run your code under Java debugger and see what is going on inside ? &lt;BR /&gt;&lt;BR /&gt;Just a step forward to troubleshoot.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 31 May 2006 07:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-initial-context-issue/m-p/3797440#M99786</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-05-31T07:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: java initial context issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-initial-context-issue/m-p/3797441#M99787</link>
      <description>Arunvijai, thank you for the advice. &lt;BR /&gt;&lt;BR /&gt;With debugger I've found that org.omg.CORBA.portable.RemarshalException&lt;BR /&gt;is thrown at com.sun.corba.se.internal.corba.ClientDelegate.invoke(). This cause infinite loop in com.sun.corba.se.internal.corba.ClientDelegate.is_a() as it is reinvoked when RemarshalException is caught:&lt;BR /&gt;is_a(...)&lt;BR /&gt;{&lt;BR /&gt; ...&lt;BR /&gt;  try{&lt;BR /&gt; ...&lt;BR /&gt;   invoke(...);&lt;BR /&gt; ...&lt;BR /&gt;  } catch (RemarshalException e) {&lt;BR /&gt;     return is_a(obj, dest);&lt;BR /&gt;  }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 00:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-initial-context-issue/m-p/3797441#M99787</guid>
      <dc:creator>Raspopova Elena</dc:creator>
      <dc:date>2006-06-01T00:39:41Z</dc:date>
    </item>
  </channel>
</rss>

