Help me out with this! I try to connect a servlet with an application server using RMI. Without the RMI code, the servlet runs perfectly. The RMI code itself is also good, because I previously used that same source code in a normal Java application before and that worked correctly. But when I use this code in my servlet, the servletrunner produces the following exception: java.lang.NoSuchMethodError: sun.rmi.transport.ConnectionInputStream: method readObject(Z)Ljava/lang/Object; not found at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:403). when trying to execute the servlet through my web browser (IE 4). Could it be that the servletrunner does not support RMI usage in servlets, which obliges me to run it on a web server? I use JDK 1.1.8 and JSDK 2.0 with its servletrunner.exe on a Windows NT machine. Respond a.s.a.p. Michel ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html