Hello people, I want to share with you some trouble/observations I encountered with SB's 1.1.5v7-libc and 1.1.5v7-glibc. The machine that is the server is running RH 5.0 with patches applied. When calling remote methods from a server/stub/skel compiled and running 1.1.5v7-glibc from a *remote* client invoked on a number of JVM's (including Sun's 1.1.6) I see the following error: richmc@phoenix:~/Client%java InventonClient Exception! InventonClient. Error is java.rmi.ConnectException: Connection refused to host: [localhost:11040]; nested exception is: java.net.ConnectException: Connection refused Calling the remote methods from a *local* client results in a successful execution of the program. When calling the same methods from a server/stub/skel compiled and running on 1.1.5v7-libc from both remote and local clients the program works as expected. This behavior can be duplicated with the Core Java "Product" example (vol 2 ch 5). The problem is more or less solved for me since I am now using 1.1.5v7-libc, but if I can be of further use feel free to contact me. Take it easy, Rich