HELP:RMI BIG PROBLEM

I have an RMI server that access to my Tamino DB, if i start the server without the option -Djava.rmi.server.codebase=file:///(location
from which the stubs can be downloaded), my rmi client access to tamino thru the methods provided by the server and get the xml file needed,
but if i run my rmi server using -Djava.rmi.server.codebase i get always Tamino connection error.
I would like to know if this is related to Tamino or if someone have experienced the same problems.

Any idea would be appreciated.
Many Thanks.
@nto

i solve it. i forget to include log4j-core in rmic compiling for generate stubs.

@nto