RE: current CVS build runtime issues on JVM 1.3

2004-01-22 Thread peter lin
 
hi sonam,
 
the fix for soap sampler is checked in. I changed the sampler so that it picks up all 
the headers from HeaderManager. I verified the headers were set correctly with my own 
echo servlet and I do see the content-type change from text/xml to what ever I give it.
 
I'll see if we can make a unit test for SoapSampler to catch these types of bugs.
 
thanks for you assitance.
 
peter lin


Sonam Chauhan <[EMAIL PROTECTED]> wrote:
Hi Peter - I'm sorry I don't have an external server to demo this on.
I'm very effectively firewalled :] 

A servlet or CGI that 'reflects' HTTP request headers (writes them onto
the HTTP response body) would be enough to verify my bug. The machine
hoohoo.ncsa.uiuc.edu used to have such a reflector, but it seems removed
now. 

With regards,
Sonam Chauhan
-- 
Corporate Express Australia Ltd.
Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED]




-
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!

Re: current CVS build runtime issues on JVM 1.3

2004-01-19 Thread Jordi Salvat i Alabart
VMS? I thought that disappeared in the mid-twentieth century :-)

Sorry, I didn't even know there was a JVM for that. I was referring to 
the HP-UX one. Actually for PA-RISC -- it's the only one on which I have 
experience.

--
Salut,
Jordi.

En/na BAZLEY, Sebastian ha escrit:
A notelet:

It's not strictly IBM-specific - nor do all HP JVMs support the flags:

I've just checked on HP OpenVMS 7.3, and "-XX:" is not supported on 1.3.1 or
1.4.1 - not that either of the JMeter scripts would run on VMS anyway ...
[In case anyone is wondering, JMeter does run fine on VMS.]

S.
-Original Message-
From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED]
Sent: 19 January 2004 17:35
To: JMeter Developers List
Subject: Re: current CVS build runtime issues on JVM 1.3
Just a note: -XX:NewSize, etc. are there on Sun and HP's 1.3 JVMs. This 
issue seems to be IBM-specific, then.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: current CVS build runtime issues on JVM 1.3

2004-01-19 Thread BAZLEY, Sebastian
A notelet:

It's not strictly IBM-specific - nor do all HP JVMs support the flags:

I've just checked on HP OpenVMS 7.3, and "-XX:" is not supported on 1.3.1 or
1.4.1 - not that either of the JMeter scripts would run on VMS anyway ...

[In case anyone is wondering, JMeter does run fine on VMS.]

S.
-Original Message-
From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED]
Sent: 19 January 2004 17:35
To: JMeter Developers List
Subject: Re: current CVS build runtime issues on JVM 1.3


Just a note: -XX:NewSize, etc. are there on Sun and HP's 1.3 JVMs. This 
issue seems to be IBM-specific, then.

-- 
Salut,

Jordi.

En/na BAZLEY, Sebastian ha escrit:
>>-Original Message-
>>From: Sonam Chauhan [mailto:[EMAIL PROTECTED]
>>Sent: 19 January 2004 08:20
>>To: '[EMAIL PROTECTED]'
>>Subject: current CVS build runtime issues on JVM 1.3
>>
>>
>>[ FYI only ]
> 
> 
> Thanks for trying it out!
> 
> 
>>Seb wrote on Jan 7:
>>
>>>JMeter should now build and run on both 1.3 and 1.4.
>>>
>>>If built on 1.3, it should run on 1.3 and 1.4, and vice versa.
>>
>>^^^
>>Does this mean that if JMeter was built with Java 1.4, that 
>>build should run
>>on a 1.3 JVM? 
> 
> 
> Well, it did when I tried it using Eclipse. 
> AFAIK, basically the same compiler is used - it's just the 
libraries that
> are different.
> 
> 
>>I built the current CVS (Jan 19) on JVM 1.4, but ran into a 
>>couple of minor
>>problems running it on IBM JVM 1.3/Linux (JVM details at end of mail).
>>
>>1.IBM Java 1.3.0 didn't like some JVM options in '/bin/jmeter':
>>  ---
>>  Unrecognized option: -XX:NewSize=128m
>>  Unable to parse 1.2 format supplied options - rc=-6
>>  ---
> 
> 
> I'm afraid I didn't test the command file ... it was the Java 
code I was
> concerned about.
> 
> Not sure if it is easy to fix the script file - patches welcome...!
> 
> 
>>  I could run JMeter manually without those options. 
> 
> 
> That's good!
> 
> 
>>2.Trying to access HTTPS URL throws malformed URL exceptions. 
>>  ---
>>  java.net.MalformedURLException: unknown protocol: HTTPS
>>  at java.lang.Throwable.(Throwable.java:96)
>>  at java.lang.Exception.(Exception.java:44)
>>  ...
>>  ---
>>  Is HTTPS client support external in JVM 1.3?
>>
>>
> 
> 
> I think HTTPS requires some libraries that are not supplied 
by default.
> For example, 1.4 includes JSSE, but 1.3 does not.
> 
> I've never tried HTTPS so I don't know for sure...
> 
> 
>>With regards,
>>Sonam Chauhan
>>-- 
>>Corporate Express Australia Ltd.
>>Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED]
>>
>>
>>
>>---
>>java version "1.3.0"
>>Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
>>Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20001124 
>>(JIT enabled:
>>jitc))
> 
> 
> -
> 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]



Re: current CVS build runtime issues on JVM 1.3

2004-01-19 Thread Jordi Salvat i Alabart
Just a note: -XX:NewSize, etc. are there on Sun and HP's 1.3 JVMs. This 
issue seems to be IBM-specific, then.

--
Salut,
Jordi.

En/na BAZLEY, Sebastian ha escrit:
-Original Message-
From: Sonam Chauhan [mailto:[EMAIL PROTECTED]
Sent: 19 January 2004 08:20
To: '[EMAIL PROTECTED]'
Subject: current CVS build runtime issues on JVM 1.3
[ FYI only ]


Thanks for trying it out!


Seb wrote on Jan 7:

JMeter should now build and run on both 1.3 and 1.4.

If built on 1.3, it should run on 1.3 and 1.4, and vice versa.
   ^^^
Does this mean that if JMeter was built with Java 1.4, that 
build should run
on a 1.3 JVM? 


Well, it did when I tried it using Eclipse. 
AFAIK, basically the same compiler is used - it's just the libraries that
are different.


I built the current CVS (Jan 19) on JVM 1.4, but ran into a 
couple of minor
problems running it on IBM JVM 1.3/Linux (JVM details at end of mail).

1.  IBM Java 1.3.0 didn't like some JVM options in '/bin/jmeter':
---
Unrecognized option: -XX:NewSize=128m
Unable to parse 1.2 format supplied options - rc=-6
---


I'm afraid I didn't test the command file ... it was the Java code I was
concerned about.
Not sure if it is easy to fix the script file - patches welcome...!


	I could run JMeter manually without those options. 


That's good!


2. 	Trying to access HTTPS URL throws malformed URL exceptions. 
	---
		java.net.MalformedURLException: unknown protocol: HTTPS
			at java.lang.Throwable.(Throwable.java:96)
			at java.lang.Exception.(Exception.java:44)
		...
	---
	Is HTTPS client support external in JVM 1.3?




I think HTTPS requires some libraries that are not supplied by default.
For example, 1.4 includes JSSE, but 1.3 does not.
I've never tried HTTPS so I don't know for sure...


With regards,
Sonam Chauhan
--
Corporate Express Australia Ltd.
Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED]


---
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20001124 
(JIT enabled:
jitc))


-
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]


RE: current CVS build runtime issues on JVM 1.3

2004-01-19 Thread BAZLEY, Sebastian
>-Original Message-
>From: Sonam Chauhan [mailto:[EMAIL PROTECTED]
>Sent: 19 January 2004 08:20
>To: '[EMAIL PROTECTED]'
>Subject: current CVS build runtime issues on JVM 1.3
>
>
>[ FYI only ]

Thanks for trying it out!

>
>Seb wrote on Jan 7:
>> JMeter should now build and run on both 1.3 and 1.4.
>>
>> If built on 1.3, it should run on 1.3 and 1.4, and vice versa.
> ^^^
>Does this mean that if JMeter was built with Java 1.4, that 
>build should run
>on a 1.3 JVM? 

Well, it did when I tried it using Eclipse. 
AFAIK, basically the same compiler is used - it's just the libraries that
are different.

>
>I built the current CVS (Jan 19) on JVM 1.4, but ran into a 
>couple of minor
>problems running it on IBM JVM 1.3/Linux (JVM details at end of mail).
>
>1. IBM Java 1.3.0 didn't like some JVM options in '/bin/jmeter':
>   ---
>   Unrecognized option: -XX:NewSize=128m
>   Unable to parse 1.2 format supplied options - rc=-6
>   ---

I'm afraid I didn't test the command file ... it was the Java code I was
concerned about.

Not sure if it is easy to fix the script file - patches welcome...!

>   I could run JMeter manually without those options. 

That's good!

>
>2. Trying to access HTTPS URL throws malformed URL exceptions. 
>   ---
>   java.net.MalformedURLException: unknown protocol: HTTPS
>   at java.lang.Throwable.(Throwable.java:96)
>   at java.lang.Exception.(Exception.java:44)
>   ...
>   ---
>   Is HTTPS client support external in JVM 1.3?
>
>

I think HTTPS requires some libraries that are not supplied by default.
For example, 1.4 includes JSSE, but 1.3 does not.

I've never tried HTTPS so I don't know for sure...

>With regards,
>Sonam Chauhan
>-- 
>Corporate Express Australia Ltd.
>Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED]
>
>
>
>---
>java version "1.3.0"
>Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
>Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20001124 
>(JIT enabled:
>jitc))

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]