Re: JavaSpace.notify() "not reliable"

Bob Scheifler <[email protected]> Mon, 21 May 2007 12:57:45 -0400
Newsgroups gmane.comp.java.sun.javaspaces
Message-ID <[email protected]>
> I need to set java.rmi.server.logCalls (or sun.rmi.server.call), right?

Yes, you can configure the java.rmi.server.logCalls logging level, or
set the boolean java.rmi.server.logCalls system property.

Alternatively, for exceptions only, you can set the boolean
sun.rmi.server.exceptionTrace system property (stack traces go
to stderr, not via logging).

Those are if you're using JRMP.  For JERI, it's just the
net.jini.jeri.BasicInvocationDispatcher logger.

> Do I need to restart my JavaSpace stack for this?

If you can connect to it with jconsole, you should be able to
change the logging level on the fly.  But that won't help if
you're using the default ConsoleHandler configuration, as it
restricts to only INFO and above, and I don't think you can
change it via jconsole.

- Bob

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JAVASPACES-USERS".  For general help, send email to
[email protected] and include in the body of the message "help".

To view past JAVASPACES-USERS postings, please see:
http://archives.java.sun.com/archives/javaspaces-users.html