Apparently the problem was because of https to a host with self-signed certificate. I imported the certificate to the Java keystore; changed system.properties file but no they didn't help. After I changed https to http it's working now but a Warning message in addition to the other error messages
Failed to load function 'CA_CloseApplicationIDForContainer'. Failed to load function 'CA_OpenApplicationIDForContainer'. Failed to load function 'CA_RestartForContainer'. Failed to load function 'CA_CloseApplicationIDForContainer'. Failed to load function 'CA_OpenApplicationIDForContainer'. Mar 11, 2009 2:29:00 PM java.util.prefs.FileSystemPreferences syncWorld WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: java.lang.IllegalArgumentException: Not supported: indent-number Mar 11, 2009 2:29:30 PM java.util.prefs.FileSystemPreferences syncWorld . How can I fix the https problem? Thanks again Joe On Wed, Mar 11, 2009 at 12:56 PM, sebb <[email protected]> wrote: > Do you get any other errors or warnings in the jmeter log file? > > On 11/03/2009, Joe Smithian <[email protected]> wrote: > > Yes I copied both activation-1.1.jar and mail-1.4.jar but it gives those > > errors. If I just copy activation and not mail then I don't see those > errors > > but all SOAP tests fail. > > > > > > > > On Wed, Mar 11, 2009 at 10:33 AM, sebb <[email protected]> wrote: > > > > > On 11/03/2009, Joe Smithian <[email protected]> wrote: > > > > I see the errors after copying mail-1.4.jar to the lib directory. > It's > > > > required for SOAP tests. > > > > It's working without problem in Windows XP but not in RedHat Linux > with > > > JRE > > > > 1.6.0_03-b05. > > > > > > > > Is there any environment variable or classpath required to set? > > > > > > No, but you also need activation.jar in order to use Javamail. > > > > > > > Thanks > > > > > > > > > > > > > > > > On Wed, Mar 11, 2009 at 9:51 AM, sebb <[email protected]> wrote: > > > > > > > > > On 11/03/2009, Joe Smithian <[email protected]> wrote: > > > > > > Hi > > > > > > > > > > > > I tried both JMeter 2.3.1 and 2.3.2 in Redhat 5 and got the > > > following > > > > > > errors: > > > > > > > > > > > > >./jmeter -n -t ../../test1-1.jmx > > > > > > Created the tree successfully using ../../users-1.jmx > > > > > > Starting the test @ Wed Mar 11 08:44:48 EDT 2009 > (1236775488580) > > > > > > Failed to load function 'CA_RestartForContainer'. > > > > > > Failed to load function 'CA_CloseApplicationIDForContainer'. > > > > > > Failed to load function 'CA_OpenApplicationIDForContainer'. > > > > > > Failed to load function 'CA_RestartForContainer'. > > > > > > Failed to load function 'CA_CloseApplicationIDForContainer'. > > > > > > Failed to load function 'CA_OpenApplicationIDForContainer'. > > > > > > Failed to load function 'CA_RestartForContainer'. > > > > > > Failed to load function 'CA_CloseApplicationIDForContainer'. > > > > > > Failed to load function 'CA_OpenApplicationIDForContainer'. > > > > > > Failed to load function 'CA_RestartForContainer'. > > > > > > Failed to load function 'CA_CloseApplicationIDForContainer'. > > > > > > Failed to load function 'CA_OpenApplicationIDForContainer'. > > > > > > Failed to load function 'CA_RestartForContainer'. > > > > > > Failed to load function 'CA_CloseApplicationIDForContainer'. > > > > > > Failed to load function 'CA_OpenApplicationIDForContainer'. > > > > > > Failed to load function 'CA_RestartForContainer'. > > > > > > Failed to load function 'CA_CloseApplicationIDForContainer'. > > > > > > Failed to load function 'CA_OpenApplicationIDForContainer'. > > > > > > Failed to load function 'CA_RestartForContainer'. > > > > > > Failed to load function 'CA_CloseApplicationIDForContainer'. > > > > > > Failed to load function 'CA_OpenApplicationIDForContainer'. > > > > > > > > > > Those are not JMeter functions. Are you using any 3rd party > function > > > > > add-ons? > > > > > If so, have you copied the jar(s) to lib/ext or lib? > > > > > > > > > > > Generate Summary Results = 5 in 0.0s = ******/s Avg: > 0 > > > Min: > > > > > 0 > > > > > > Max: 0 Err: 5 (100.00%) > > > > > > Tidying up ... @ Wed Mar 11 08:44:49 EDT 2009 > (1236775489040) > > > > > > ... end of run > > > > > > > > > > > > > > > > > > JRE 1.6 is installed. > > > > > > > > > > > > Any idea what's wrong and how to fix it? > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > > > > > Joe > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: > [email protected] > > > > > For additional commands, e-mail: > [email protected] > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

