ok so as I can see you're connecting to local server, why not set a
Local interface as well?? maybe it works.
another issue is that as you told you have problem with objects, Are
those objects serializabe?
my guess is maybe your object has not marked with Serializable so the
RMI looking for a Local interface because it can't serialize your
object.