Bug 4424 - JMeter doesn't run without JSSE
Summary: JMeter doesn't run without JSSE
Status: CLOSED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-25 09:10 UTC by Mike Stover
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Stover 2001-10-25 09:10:53 UTC
JMeter is currently in a state where it won't run unless the user has jsse jars 
installed.  JMeter should run fine without these encryption packages, but 
JMeterMenuBar is now dependent on those classes being available.  This is true 
even after I modified SSLManager to compile without Iaik package.
Comment 1 Berin Loritsch 2001-10-26 06:33:03 UTC
I think I may have resolved this, and it at least does not require
IAIK installed.

Please let me know how it all works for you.
Comment 2 Bruce Barrett 2001-10-26 16:23:58 UTC
When I rename the 3 JSSE files to:
  /lib/jsse.jarxx
  /lib/jcert.jarxx
  /lib/jnet.jarxx
And comment out any SSL lines in the /bin/jmeter.properties file...
It compiles OK, but won't start-up. Instead I get:
 Exception in thread "main" java.lang.NoClassDefFoundError
	at org.apache.jmeter.gui.JMeterMenuBar.createMenuBar(JMeterMenuBar.java:314)
	at org.apache.jmeter.gui.JMeterMenuBar.<init>(JMeterMenuBar.java:116)
	at org.apache.jmeter.gui.MainFrame.init(MainFrame.java:173)
	at org.apache.jmeter.gui.MainFrame.<init>(MainFrame.java:94)
	at org.apache.jmeter.NewDriver.main(NewDriver.java:90)
IAIK is not installed on my system either.
Comment 3 Berin Loritsch 2001-10-29 08:52:01 UTC
I fixed the part where it won't start up.  It is still supplying the SSLManager
option on the menu, so I am going to fix that next.
Comment 4 Berin Loritsch 2001-10-29 09:00:25 UTC
SSLManager is not installed if no support is detected.
Comment 5 Jordi Salvat i Alabart 2002-12-27 16:18:50 UTC
Marking all bugs RESOLVED before JMeter 1.8's release date as VERIFIED.
Yes, it's pretty poor QA procedure, but there's bugs here lingering since JMeter
1.6, and we need to clean up a little.
Comment 6 Jordi Salvat i Alabart 2002-12-29 14:23:59 UTC
Bulk-closing all bugs RESOLVED before JMeter 1.8 release date.
Comment 7 The ASF infrastructure team 2022-09-24 20:37:26 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/773