2008/5/23 Kamran Saadatjoo <[EMAIL PROTECTED]>: > Hello: I've been working on resolving this for a couple of days now, and I'm > at the end of my rope. I have a JMS client application that works just fine > (using the Java broker). However, if I start this client program from > another java program using ProcessBuilder the client program hangs on the > call to InitialContext. Thank you in advance for your help.
Hi Kamran, Can you get a thread dump and post it to the list? (On windows ctrl-break will generate one and on unix-like OSes you should kill -3 the process). That will help us understand what it is waiting for. Thanks, Robert
