Per this guide http://docs.oracle.com/cd/E18930_01/html/821-2418/gkusn.html#gkusp I am trying to access an ejb component from a remote stand-alone client. When executing my remote client, I have the gf-client.jar on the classpath, and included the jvm properties \[code\]-Dorg.omg.CORBA.ORBInitialHost=<remoteHost>-Dorg.omg.CORBA.ORBInitialPort=3700\[/code\]However, when my code does the lookup of the bean, it hangs, no exceptions thrown. On the remote machine running Glassfish, I can do a netstat and see an established connection from my client machine to port 3700. Any ideas on how to fix this?