<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JavaRanch Distributed Java</title>
        <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=4</link>
        <description>A Friendly Place for Java Greenhorns</description>
        <image>
            <url>http://saloon.javaranch.com/ubb/moosefly.gif</url>
            <title>JavaRanch Big Moose Saloon</title>
            <link>http://saloon.javaranch.com/</link>
        </image>
        <language>en-us</language>
        <generator>JavaRanch RSS</generator>
        <copyright>Copyright 2007 Paul Wheaton. All Rights Reserved.</copyright>
        <item uniqueID="4-002334">
            <title>java</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002334</link>
            <description>What are the files generated after using IDL to Java Compilet ?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002334</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002334manju pillaiyar</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 01:26:58 MDT</pubDate>
        </item>
        <item uniqueID="4-002333">
            <title>jsp vs rmi</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002333</link>
            <description>&lt;b&gt;How can I call the rmi methods from jsp.&lt;br /&gt; &lt;br /&gt;After running the following jsp shows the error given below the code.&lt;/b&gt;&lt;br /&gt;=======================================================================&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt; &amp;lt;title&amp;gt;JSP and RMI&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;%@ page import='java.rmi.*' %&amp;gt;&lt;br /&gt;&amp;lt;%@ page import='java.rmi.Naming' %&amp;gt;&lt;br /&gt;&amp;lt;%@ page import='server1.*' %&amp;gt;&lt;br /&gt;&amp;lt;%@ page import='interface1.*' %&amp;gt;&lt;br /&gt;&amp;lt;%@ page import='java.lang.*' %&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;%&lt;br /&gt; try&lt;br /&gt;{&lt;br /&gt;RajaService rp=(RajaService)Naming.lookup("rmi://localhost/RajaService");&lt;br /&gt;out.println("5 sqare is : "+rp.sqare(5));&lt;br /&gt;}&lt;br /&gt;catch(Exception ex){out.pri...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002333</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002333Raja pentakota</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 01:24:57 MDT</pubDate>
        </item>
        <item uniqueID="4-002332">
            <title>jsp vs rmi</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002332</link>
            <description>I would like to call the remote methods (rmi) from jsp.&lt;br /&gt; &lt;br /&gt;How can I do so.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002332</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002332Raja pentakota</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 00:00:57 MDT</pubDate>
        </item>
        <item uniqueID="4-002331">
            <title>How do I listen a client shutdown </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002331</link>
            <description>I have written a Java component prototype to hit a server by multiple &lt;br /&gt;client .each client when ask the server for the service from the server &lt;br /&gt;server will provide a port and client will invoke the rmi://call to the service in that port and get the service .&lt;br /&gt; &lt;br /&gt;Each client will not know if some other client is also accessing the same service using the other port .&lt;br /&gt; &lt;br /&gt;Thats is my component and so far so good .&lt;br /&gt; &lt;br /&gt;Now I have a problem in this program ,If a client shut down it not been known to server so the server is not unbinding the port as a result that port which was accessing by the the client is get busy for ever &lt;br /&gt; &lt;br /&gt;I dont want that ,I want if the client is get down server automatically kno...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002331</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002331Monoj Roy</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 02:42:54 MDT</pubDate>
        </item>
        <item uniqueID="4-002330">
            <title>dynamic loading of user-defined return types</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002330</link>
            <description>Hi all,&lt;br /&gt; I'm working with rmi. if my remote method return type is primitive or predefined, i am able to access that methods from client side. For ex. interface HelloRMI extends Remote&lt;br /&gt;{&lt;br /&gt; boolean isValid(.....)throws RE&lt;br /&gt; int getNo(.......)th...&lt;br /&gt; JFrame getHelloFrame(.....)...&lt;br /&gt; Properties getProp(.....)....&lt;br /&gt;}&lt;br /&gt;is working fine, and able to access these from client side.&lt;br /&gt;but if i have one method which returns custom-object like &lt;br /&gt;Student getStud(....)... or StudFrame getFrame(....) , etc. these are not accessible from client and i am getting ClassDefNotFoundException for Student, StudFrame, etc. &lt;br /&gt; &lt;br /&gt; XMLDecoder, RMISocketFactory, codebase, many docs, confused me a lot. pleas...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002330</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002330seetharaman jayaraman</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 00:20:48 MDT</pubDate>
        </item>
        <item uniqueID="4-002329">
            <title>Rmi compilation in weblogic</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002329</link>
            <description>hi &lt;br /&gt; &lt;br /&gt;please tell me how to compile and deploy and run rni example in weblogic. Please it is very very urgent..&lt;br /&gt;help as soon as possible</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002329</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002329Betsy Camel</comments>
            <author/>
            <pubDate>Mon, 5 May 2008 07:10:46 MDT</pubDate>
        </item>
        <item uniqueID="4-002328">
            <title>notBoundException</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002328</link>
            <description>i have a rmi application using distribued databases,&lt;br /&gt;the server is runnning fine and binding to the registry but the client is not running and showing the exception java.rmi.notBoundException.&lt;br /&gt; &lt;br /&gt;i have tried everything but in vain . if anyone can guide please its urgent..as my whole project is based on this..</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002328</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002328lovey dash</comments>
            <author/>
            <pubDate>Mon, 5 May 2008 01:30:45 MDT</pubDate>
        </item>
        <item uniqueID="4-002327">
            <title>failover mechanism</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002327</link>
            <description>Hi,&lt;br /&gt;I am not sure how fail over(jvm crash etc) can be handled in case of RMI applications?Is it the task of the developer to store serializable objects by writing them in a file or there is some default implementation provided by JVM?&lt;br /&gt; &lt;br /&gt;If it is task of developer then how to do this?By writing each object into a file before writing into stream or is there any listener available? &lt;br /&gt; &lt;br /&gt;What will happen at server and client side if an object is half transfered and network connection goes down ?&lt;br /&gt; &lt;br /&gt;Please express your views.&lt;br /&gt; &lt;br /&gt;regards,&lt;br /&gt;ajse</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002327</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002327ajse roy</comments>
            <author/>
            <pubDate>Sat, 3 May 2008 10:04:31 MDT</pubDate>
        </item>
        <item uniqueID="4-002326">
            <title>No skeletons required</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002326</link>
            <description>I'm doing some research on RMI. I'm aware that there's no longer a need to explicitly created stubs and skeletons using rmic. I know the stubs are created at runtime as they are needed, but what about skeletons? Are they automatically created as well? If no skeleton is present, what is it on the server that is actually handling the network connection?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002326</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002326Jay Lamont</comments>
            <author/>
            <pubDate>Fri, 2 May 2008 07:14:28 MDT</pubDate>
        </item>
        <item uniqueID="4-002325">
            <title>java. lang. NoClassDefFoundError</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002325</link>
            <description>hi all,&lt;br /&gt; i am working with rmi. For accessing remote methods returning primitives, serializable objects from client i dont have any problems. its working fine. &lt;br /&gt; &lt;br /&gt; but i want to access remote methods which returns my own type of objects (Student, EmpFrame, LoginFrame, etc). when i tried from rmi client (another system) it connects with rmi server, but then produces the above exception (in Subject box!!). &lt;br /&gt; docs, tutorials confused me more, different technological rmi updations from Sun, XMLDecoder, Serializable, codebase, etc., &lt;br /&gt; please help &lt;br /&gt; Thanks</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002325</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002325seetharaman jayaraman</comments>
            <author/>
            <pubDate>Wed, 30 Apr 2008 11:02:22 MDT</pubDate>
        </item>
        <item uniqueID="4-002324">
            <title>rmic compiling errors</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002324</link>
            <description>I am compiling my stub from my class at code/suncertify/server/ComputeEngineFactory.class&lt;br /&gt; &lt;br /&gt; &lt;blockquote&gt;quote:&lt;hr&gt; rmic -d . code/suncertify/server/ComputeEngineFactory&lt;br /&gt;./code/suncertify/server/ComputeEngineFactory_Stub.java:4: '{' expected.&lt;br /&gt;public final class code/suncertify/server/ComputeEngineFactory_Stub&lt;br /&gt; &lt;br /&gt;ComputeEngineFactory_Stub.java:4: Public class code must be defined in a file called "code.java".&lt;br /&gt;public final class code/suncertify/server/ComputeEngineFactory_Stub&lt;br /&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;my ComputeEngineFactory class was created through javac with no errors and has a valid package name: code.suncertify.server. What else can I change ? &lt;br /&gt;I am using jdk1.5 on the Mac.&lt;br /&gt; &lt;br /...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002324</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002324Michael Fisherman</comments>
            <author/>
            <pubDate>Tue, 29 Apr 2008 07:24:18 MDT</pubDate>
        </item>
        <item uniqueID="4-002323">
            <title>Two or more JVM in a single machine</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002323</link>
            <description>Hi to some background ,I want to invoke RMI call to a server ,and I have written the following client code ,that access a getCounter()to show the incremented static variables value ,each time calling the getCounter() will increment the static variable by 1.That code is deployed in the server.&lt;br /&gt; &lt;br /&gt;PDOS_Remote_Interface service1 =(PDOS_Remote_Interface)Naming.lookup("rmi://x.xxx.xxx.xxx/REMOTE_SERVICE");&lt;br /&gt;String s1= service1.sayHello();&lt;br /&gt;int cont1 = service1.getCounter();&lt;br /&gt;System.out.println("&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; "+s1);&lt;br /&gt;System.out.println("&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; cont1 "+cont1);&lt;br /&gt;&lt;br /&gt;PDOS_Remote_Interface service2 =(PDOS_Remote_Interface)Naming.lookup("rmi://y.yyy.yyy.yyy/REMOTE_SERVICE");&lt;br /&gt;String s2=...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002323</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002323Monoj Roy</comments>
            <author/>
            <pubDate>Tue, 29 Apr 2008 07:00:18 MDT</pubDate>
        </item>
        <item uniqueID="4-002322">
            <title>How to avoid client dependencies on classes of an Exception's cause?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002322</link>
            <description>Hi!&lt;br /&gt; &lt;br /&gt;Suppose I want to throw a chained exception over the wire. The cause of the exception is a class that might not be present on the client receiving the exception. What can I do?&lt;br /&gt; &lt;br /&gt;1) The obvious: no chaining. Copy the message from the underlying exception into a brand new one, and loose the stacktrace (or at least log it to the serverlog). &lt;br /&gt; &lt;br /&gt;2) Maybe I can copy the exception details from the old exception into the new one? It's just textual data, right?&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Can somebody please give advice on what the usual approach is in such situations? Thanks a lot!&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;Michael</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002322</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002322Michael B&#xFFFD;ckling</comments>
            <author/>
            <pubDate>Mon, 28 Apr 2008 09:34:16 MDT</pubDate>
        </item>
        <item uniqueID="4-002321">
            <title>Socket timeouts for RMI</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002321</link>
            <description>Does RMI have a timeout period within which a remote invocation must return? Can I change this timeout period programatically for a specific remote method invocation?&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Gayatri</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002321</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002321Gayatri Shende</comments>
            <author/>
            <pubDate>Sun, 27 Apr 2008 12:32:12 MDT</pubDate>
        </item>
        <item uniqueID="4-002320">
            <title>What does *cluster* do to our applications?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002320</link>
            <description>Cluster, the term I have run across for so many times while reading some technical articles, and I tried googling detailed explanations for it but found few that really satisfied me. though, after reading those explanations, I've gained a shallow understanding of what it is about. I know that clustering basically means putting serveral servers(here I am refering to Web servers like Resin, Tomcat, HTTP Servers like Apache...) together and letting them all fulfil requests from the client to condense to processing time, and I think that there should be more features that clustering has to provide, so what's that?&lt;br /&gt; &lt;br /&gt;And the most important, I want to know whether clustering will keep sessions(HttpSession in the Servlet API) for other n...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002320</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002320Kevin Tse</comments>
            <author/>
            <pubDate>Sat, 26 Apr 2008 21:26:10 MDT</pubDate>
        </item>
        <item uniqueID="4-002319">
            <title>How to create Stubs and Skeletons in RAD 7</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002319</link>
            <description>I want to create the stubs and skeletons from RAD 7 . I have created&lt;br /&gt;a Java project and created the files &lt;br /&gt; &lt;br /&gt;1. RMIInterface-&amp;gt; The interface need to implement .&lt;br /&gt;2. RMIImpl -&amp;gt; The implementer class.&lt;br /&gt;3. RMIClient -&amp;gt; The client class .&lt;br /&gt;4. RMIServer -&amp;gt;the server class .&lt;br /&gt; &lt;br /&gt;Now Using this IDE in RAD 7 Can you please let me know how to genarte the&lt;br /&gt;stubs and skeletons . Something like Right click on RMIImpl -&amp;gt;source -&amp;gt;...??&lt;br /&gt;I just forget the steps .</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002319</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002319Monoj Roy</comments>
            <author/>
            <pubDate>Fri, 25 Apr 2008 00:24:05 MDT</pubDate>
        </item>
        <item uniqueID="4-002318">
            <title>rmic reqd?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002318</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I am a beginner in RMI and i did a simple app using RMI. I didnt compile using rmic to get the stub but the program worked fine. Is rmic really required?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002318</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002318rakesh sugirtharaj</comments>
            <author/>
            <pubDate>Wed, 23 Apr 2008 05:23:59 MDT</pubDate>
        </item>
        <item uniqueID="4-002317">
            <title>rmic reqd?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002317</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I am a beginner in RMI and i did a simple app using RMI. I didnt compile using rmic to get the stub but the program worked fine. Is rmic really required?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002317</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002317rakesh sugirtharaj</comments>
            <author/>
            <pubDate>Wed, 23 Apr 2008 05:21:59 MDT</pubDate>
        </item>
        <item uniqueID="4-002315">
            <title>error while making rmi over jrmp call</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002315</link>
            <description>hi all,&lt;br /&gt;i'm trying to make a rmi call by looking up the service name in the registry.&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;Registry registry = LocateRegistry.getRegistry("blrgislin13",38614);&lt;br /&gt;InvokedBusinessProcessDetails bpDetails = null;&lt;br /&gt;Object obj = registry.lookup("IIOPBusinessProcessProxy");&lt;br /&gt; &lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt;i'm getting the following exception.&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;java.rmi.ConnectIOException: non-JRMP server at remote endpoint&lt;br /&gt; at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:217)&lt;br /&gt; at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)&lt;br /&gt; at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306)&lt;br /&gt; at...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002315</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002315gaurav abbi</comments>
            <author/>
            <pubDate>Tue, 22 Apr 2008 06:51:45 MDT</pubDate>
        </item>
        <item uniqueID="4-002314">
            <title>making a rmi call with ipv6</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002314</link>
            <description>hi,&lt;br /&gt;i'm making a rmi call to a server on a ipv6 enabled machine.&lt;br /&gt;when i use the host name, it works fine.&lt;br /&gt;but when i use the ip address, it throws me a timeout exception&lt;br /&gt;the url value is&lt;br /&gt;&lt;b&gt;java.naming.provider.url=jnp://[fe80::216:72ff:fe3c:21gf]:19014&lt;/b&gt;&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]&lt;br /&gt; at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1058)&lt;br /&gt; at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1127)&lt;br /&gt; at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:478)&lt;br /&gt; at org.jnp.interfaces.NamingContext...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002314</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002314gaurav abbi</comments>
            <author/>
            <pubDate>Tue, 22 Apr 2008 00:08:23 MDT</pubDate>
        </item>
        <item uniqueID="4-002313">
            <title>Remote Object having JFrame referrence</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002313</link>
            <description>Hi guys. In my remote object i am having a referrence to a jframe object. The thing is i am developing a game server. so when the one player makes the move then it is sent to server and server tells the other remote object to update its GUI.&lt;br /&gt; &lt;br /&gt;So remote object is having referrence to the gui and when it receives the message it calls methods on the gui.&lt;br /&gt; &lt;br /&gt;But i am getting a horrible error when i try to do this. This is code for the remoteobjectplayer&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;public class RemoteObjectPlayer implements clientInterface,Serializable&lt;br /&gt;{&lt;br /&gt;String playerName ;&lt;br /&gt;ClientGUI player ;&lt;br /&gt; &lt;br /&gt;public RemoteObjectPlayer(ClientGUI player) throws RemoteException {&lt;br /&gt;this.player = play...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002313</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002313Rohan Amin</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 22:00:19 MDT</pubDate>
        </item>
        <item uniqueID="4-002312">
            <title>Java's network programming power (simple question)</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002312</link>
            <description>I want to Java's power for network programming.&lt;br /&gt;I saw many p2p program which is so power and secure and written in our&lt;br /&gt;friend Java.&lt;br /&gt;But I have little question. &lt;br /&gt;Is Java the same power as C++ in network programming?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002312</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002312</comments>
            <pubDate>Fri, 11 Apr 2008 08:33:08 MDT</pubDate>
        </item>
        <item uniqueID="4-002311">
            <title>interoperability between Java and .net system</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002311</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I need to integrate Java application and .net application. Basically I need to use the UI of the .net application. On click of a confirmation button in my Java application, application needs to redirect to .net application pages. Once the transaction is completed in the .net application again application needs to redirect to Java application. &lt;br /&gt;.net application has already been build. We are building the Java application.If an one has idea please suggest how can this be implemented.&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;Vinutha</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002311</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002311</comments>
            <pubDate>Thu, 10 Apr 2008 23:43:07 MDT</pubDate>
        </item>
        <item uniqueID="4-002310">
            <title>Can we use C++ for Business logic(Model)?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002310</link>
            <description>I am curios to know can We use C++ for Model.&lt;br /&gt;Well,I am not asking how to use but need to know should I use c++ instead&lt;br /&gt;of Java for business logic?&lt;br /&gt;How good it will be?&lt;br /&gt; &lt;br /&gt;please clarify this.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002310</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=4&amp;t=002310</comments>
            <pubDate>Thu, 10 Apr 2008 07:27:05 MDT</pubDate>
        </item>
    </channel>
</rss>
