-
Actually, there is still the "old" ONC/RPC package for Windows available from my former employer, the Chair of Process Control Engineering, Aachen University of Technology.
Web page (German only): [ONC/RPC for NT/95][1] should work on XP also.
- [Installer .exe][2]
- [zip file][3]
[1]...
2009-11-03 22:29:48 UTC by haraldalbrecht
-
Hi,
We are using the Remote Tea version 1.0.5 in our java rpc client code. Recently we have started receiving this OncRpcException (can not receive ONC/RPC data) while trying to receive the response for the rpc calls. Looking into the readBuffer code, I noticed that this exception comes at a place when the bytesRead is -1. Most of the times, it comes in the beginning when the code is trying...
2009-10-15 22:56:50 UTC by ksingh1234
-
Nevermind. I figured out how to do it with SwingWorker.
2009-07-01 21:51:34 UTC by hanskey
-
I have tried running the included portmap.jar and it keeps failing to run from both the windows command line and from Ubuntu Linx's shell and reporting that the main class specified by the manifest cannot be found. Please fix this jar so I can run it as an executable jar, because I need to run the portmap.jar as a standalone, since Windows does not distribute any free ONC/RPC portmapper...
2009-07-01 21:47:36 UTC by hanskey
-
Have you checked that you have a portmapper running. I had a similar error on a Linux bax until I installed a portmapper.
2009-07-01 21:20:33 UTC by hanskey
-
I don't really have a lot of experience with the Matisse editor of NetBeans, but I want to use it as a nice interface for an RPC client and server. I just want to print the server results to a jTextArea. I have already built a server implementation that prints results to the command line and have designed the GUI, but it now appears that I will need to have the server run as a separate thread...
2009-06-22 21:36:07 UTC by hanskey
-
Sorry, but you did not give enough information to understand what is really happening and what your application looks like (which might help in finding the problem). From the information given it is impossible to deduce any help.
2009-06-05 13:19:35 UTC by haraldalbrecht
-
This signals that there is some underlying communication problem, such as the server having closed the TCP connection. For further help it is essential that you give detailed information on the OncRpcException that is being thrown. Please set a break point in the readBuffer() method where the exception is thrown or alternatively instruct your debugger to stop when this exception is being thrown...
2009-06-05 13:17:52 UTC by haraldalbrecht
-
Hi,
First of all want to say that I'm new to ONCRPC...so probably I still have "the beginners problems"..
anyway...hope someone can help.
I generate a client from XDR file..and I keep trying to connect to the server but no luck :(
org.acplt.oncrpc.OncRpcException: ONC/RPC program not available
rpcinfo shows my service...with correct version and program no...but still I'm...
2009-05-11 21:48:13 UTC by sboket
-
Hi,
This project has been very useful for me to-date, I just have a quick question about the broadcastCall for UDP Transport clients.
When I make a UDP broadcastCall for a particular program number, I receive responses from all hosts on my network with portmap running regardless of whether or not the program I am looking for is registered with them. Also, If the program number IS...
2009-03-04 21:54:24 UTC by levistoddard