I use RMI extensively with Apache Jserv. We use it to cache menu data, user
data etc etc. We have 5 interfaces in use all the time. It rarely crashes
and when it does it is always my fault ;-)
I find it very reliable. Are your RMI processes dying or are you just unable
to use your old connections?
-Darryl
> -----Original Message-----
> From: Ben White [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, May 18, 1999 11:24 AM
> To: [EMAIL PROTECTED]
> Subject: Apache JServ & RMI
>
> Has anyone worked with RMI and Apache JServ?
>
> My servlets all use RMI to communicate with a middleware server. In the
> init method, they establish their connections, and then in doGet, they
> retrieve information for display.
>
> After about 3 RMI calls in the init method, Apache JServ crashes. I get
> a message like this when I restart:
>
> [18/05/1999 09:54:45:027] (EMERGENCY) wrapper: JServ (14549) didn't die
> nicely, killing it
>
> The browser never gets any data, and times out after about 5 minutes.
>
> I've run in trace mode, but nothing is sent to the trace-log file.
>
> Does anyone have a different experience with RMI calls? (It's possible
> that there's a problem with my local configuration.)
>
> If this turns out to be a real problem with Apache JServ, I'd be
> interested in helping to completely debug and eliminate it if I can get
> a little guidance from the developers.
>
> Ben White
> Centralogic Corp.
>
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]