what are you getting in the logs? Also as mentioned move your jars to the lib directory (that should be able to prevent the startup freeze). If you arent getting anything then run jmeter with console (jmeter.cmd) and take a threaddump (ctrl + pause break on the console window i.e. the command prompt) and see what its waiting on..
On Fri, Apr 23, 2010 at 10:55 PM, Setya <[email protected]> wrote: > > Hi, > > Thanks for your reply. > > I've tried to include wlclient.jar only, but the test freezes when reaching > the last line of the following code: > > Hashtable<String, String> env = new Hashtable<String, String>(); > env.put(Context.INITIAL_CONTEXT_FACTORY, > WLInitialContextFactory.class.getName()); > env.put(Context.PROVIDER_URL, "t3://192.168.56.3:8001"); > InitialContext context = new InitialContext(env); > > > After I added weblogic.jar instead it works as expected. > > > Regards, > > Setya > -- > View this message in context: > http://old.nabble.com/JMeter-UI-freezes-on-startup-when-jar-in-its-classpath-is-huge-tp28348440p28348525.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

