Hi have running JOnAS 2.3 on SuSE LINUX 7.1 / Sun VM 1.3.1-b24 with the SB example
provided with JOnAS. Locally I can run sb.ClientOp to test it - it works
well. From a Windows client I always get
C:\JONAS\examples\src\sb>java sb.ClientOp
Cannot lookup UserTransaction: javax.naming.ServiceUnavailableException [Root ex
ception is java.rmi.ConnectException: Connection refused to host: 192.168.0.35;
nested exception is:
java.net.ConnectException: Connection refused: connect]
If I change jndi.properties on the windows machine so that it connects to JOnAS
running on another Windows machine, this also works well.
I testet out the used ports of the LINUX machine from a windows client with a port
scanner. When I start Registry, it tells 1099 is used, if I stop Registry,
it tells 1099 is there but unused. So it seems that RmiRegistry is well running, but
it does not accept calls from non-local clients.
Does anybody know of a switch where I can tune this behaviour in a way that
RmiRegistry does also accept non-local clients?
Thank you for every tip!
Markus