Re: Tomcat RMI and Eclipse

2003-04-03 Thread Marc Chamberlin
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 10:40 PM Subject: Re: Tomcat RMI and Eclipse OH Hey! Bingo! I bet you are right Christian!! That makes sense... I will reinstall Tomcat tomorrow and let you/group know... Thanks!!! Marc... - Original

Tomcat RMI and Eclipse

2003-04-02 Thread Marc Chamberlin
Hi, I have a puzzler and hope someone on this group might be able to give me a few pointers as to where to look for a solution I am running the Tomcat 4.1.18 server on a Win2000 machine and am developing a servlet which will act as an RMI client and makes remote calls to another machine.

Re: Tomcat RMI and Eclipse

2003-04-02 Thread Chris Gokey
Sometimes it helps to recreate the exception... URL url = new URL(Group/Tomcat); will result in: java.net.MalformedURLException: no protocol: Group/Tomcat My guess is that since you are getting an java.rmi.ServerException, the exception is being generated on the server after the RMI connection

Re: Tomcat RMI and Eclipse

2003-04-02 Thread Marc Chamberlin
- Original Message - From: Chris Gokey [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 6:31 PM Subject: Re: Tomcat RMI and Eclipse Sometimes it helps to recreate the exception... URL url = new URL(Group/Tomcat); will result

Re: Tomcat RMI and Eclipse

2003-04-02 Thread Jean-Francois Arcand
Gokey [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 6:31 PM Subject: Re: Tomcat RMI and Eclipse Sometimes it helps to recreate the exception... URL url = new URL(Group/Tomcat); will result in: java.net.MalformedURLException: no protocol: Group/Tomcat

Re: Tomcat RMI and Eclipse

2003-04-02 Thread Marc Chamberlin
- Original Message - From: Jean-Francois Arcand [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 7:53 PM Subject: Re: Tomcat RMI and Eclipse Well, are you sure your complex object doesn't have any reference to an Eclipse object? I guess that's the problem

Re: Tomcat RMI and Eclipse

2003-04-02 Thread Christian Traber
Hi, I had the same problem:-( Group/Tomcat is part of the installation directory of tomcat (C:\Apache Group\Tomcat 4.1) If you install tomcat in a directory without spaces is the directory-names, it should works! I have this problem since tomcat4.0. Where and how can we report this problem?

Re: Tomcat RMI and Eclipse

2003-04-02 Thread Marc Chamberlin
Subject: Re: Tomcat RMI and Eclipse Hi, I had the same problem:-( Group/Tomcat is part of the installation directory of tomcat (C:\Apache Group\Tomcat 4.1) If you install tomcat in a directory without spaces is the directory-names, it should works! I have this problem since tomcat4.0