[Bug 53753] Summariser: no point displaying fractional time in most cases

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53753 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 53755] New: Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1 implementation and a new choose HC4 implementation (compliant with IPv6 address)

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53755 Priority: P2 Bug ID: 53755 Assignee: issues@jmeter.apache.org Summary: Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1

[Bug 53755] Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1 implementation and a new choose HC4 implementation (compliant with IPv6 address)

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53755 --- Comment #1 from Sebb s...@apache.org --- I think the continued use of the HC3.1 Cookie implementation is probably historical. When HC4 was originally added, it was in a state of flux, so we changed the minimum possible. I suspect we

[Bug 53755] Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1 implementation and a new choose HC4 implementation (compliant with IPv6 address)

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53755 --- Comment #2 from Milamber milam...@apache.org --- Created attachment 29259 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29259action=edit Proposal patch to add a HC4 impl and modfy CookieManager to add the choose -- You

[Bug 53755] Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1 implementation and a new choose HC4 implementation (compliant with IPv6 address)

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53755 --- Comment #3 from Milamber milam...@apache.org --- Created attachment 29260 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29260action=edit Ne cookie manager with HC4/HC3 -- You are receiving this mail because: You

[Bug 53755] Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1 implementation and a new choose HC4 implementation (compliant with IPv6 address)

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53755 --- Comment #4 from Milamber milam...@apache.org --- Created attachment 29261 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29261action=edit HC4 cookie manager with IPv6 address (localhost) This test case don't work

[Bug 53755] Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1 implementation and a new choose HC4 implementation (compliant with IPv6 address)

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53755 --- Comment #6 from Milamber milam...@apache.org --- Note to keep in mind. In HC3CookieHandler. Method: addCookieFromHeader(CookieManager cookieManager, boolean checkCookies, String cookieHeader, URL url) Have this lines

[Bug 51512] Cookies aren't inserted into HTTP request with IPv6 Host header

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51512 --- Comment #10 from Milamber milam...@apache.org --- See Bug 53755 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53759] New: ClientJMeterEngine perfoms unnecessary traverse using SearchByClass(TestListener)

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53759 Priority: P2 Bug ID: 53759 Assignee: issues@jmeter.apache.org Summary: ClientJMeterEngine perfoms unnecessary traverse using SearchByClass(TestListener) Severity

[Bug 51512] Cookies aren't inserted into HTTP request with IPv6 Host header

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51512 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Depends

[Bug 53743] JavaSamplers.allSamplers static Set keeps references even after thread has ended

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53743 --- Comment #3 from Philippe Mouawad p.moua...@ubik-ingenierie.com --- http://mail-archives.apache.org/mod_mbox/jmeter-dev/201208.mbox/%3CCAOGo0VZFuiiR-F3xO2THzQgaDukSBwkfmO3FV0AOkf47UkMjeA%40mail.gmail.com%3E(In reply to comment #2) Date

[Bug 53759] ClientJMeterEngine perfoms unnecessary traverse using SearchByClass(TestListener)

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53759 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 53749] TestListener interface could perhaps be split up

2012-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53749 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added CC

[Bug 53540] HTTP Cache Manager - 304 not modified on the main page does not retrieve the embedded resources

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53540 --- Comment #5 from Philippe Mouawad p.moua...@ubik-ingenierie.com --- After further thinking, I agree that embedded resources should be checked. As in a browser main page would be rendered and each resoutce checked. Sebb, milamber, any

[Bug 53749] TestListener interface could perhaps be split up

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53749 --- Comment #3 from Sebb s...@apache.org --- Just done a check. There are about 40 implementations of testIterationStart, only 4 of which have any code; the rest are required because of the interface. One of the real implementations

[Bug 53540] HTTP Cache Manager - 304 not modified on the main page does not retrieve the embedded resources

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53540 --- Comment #6 from Sebb s...@apache.org --- JMeter does not cache the page contents, only summary details, so this would require saving more data. Rather than saving the whole page, one could perhaps save just the parsed URLs. This would

[Bug 53755] Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1 implementation and a new choose HC4 implementation (compliant with IPv6 address)

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53755 --- Comment #8 from Sebb s...@apache.org --- (In reply to comment #5) @sebb The new Implementation field in Cookie Manager has made to have the same thing that the HTTP Request (type of HTTP implementation). And have a transitional

[Bug 53708] HTTP Authorization Manager ignores HTTP Request Defaults

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53708 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 53259] tests should check for free ports and use them instead of fixed ports (like 8081)

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53259 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 53287] Add Code completion for BSF samplers, Post|Pre processors

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53287 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 52601] CTRL + F for the new Find feature

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52601 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|REOPENED

[Bug 53764] New: Website : Create a new style for website

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53764 Priority: P2 Bug ID: 53764 Assignee: issues@jmeter.apache.org Summary: Website : Create a new style for website Severity: minor Classification: Unclassified OS: All

[Bug 53738] Keep track of number of threads started and finished

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53738 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 53738] Keep track of number of threads started and finished

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53738 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Hardware|PC

[Bug 53764] Website : Create a new style for website

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53764 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added CC

[Bug 53764] Website : Create a new style for website

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53764 --- Comment #1 from Milamber milam...@apache.org --- Perhaps (before) a new logo for Apache JMeter. More modern, more dynamic, less old style. :-) Need a designer. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53749] TestListener interface could perhaps be split up

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53749 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 53718] Add a new visualizer to draw a line graph showing the evolution of response time for a test

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53718 --- Comment #12 from Milamber milam...@apache.org --- URL: http://svn.apache.org/viewvc?rev=1376315view=rev Log: Moves the pattern filter on reload data action Force the reloaded data (to remove filter) when unchecked the filter checkbox

[Bug 53755] Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1 implementation and a new choice HC4 implementation (compliant with IPv6 address)

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53755 Milamber milam...@apache.org changed: What|Removed |Added Summary|Adding a HttpClient 4 |Adding a HttpClient

[Bug 53755] Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1 implementation and a new choice HC4 implementation (compliant with IPv6 address)

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53755 --- Comment #9 from Milamber milam...@apache.org --- TODO: update docs. URL: http://svn.apache.org/viewvc?rev=1376320view=rev Log: Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1

[Bug 53718] Add a new visualizer 'Response Time Graph' to draw a line graph showing the evolution of response time for a test

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53718 Milamber milam...@apache.org changed: What|Removed |Added Summary|Add a new visualizer to |Add a new visualizer

[Bug 53765] New: Switch to commons-lang3-3.1

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53765 Priority: P2 Bug ID: 53765 Assignee: issues@jmeter.apache.org Summary: Switch to commons-lang3-3.1 Severity: enhancement Classification: Unclassified OS: All

[Bug 53765] Switch to commons-lang3-3.1

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53765 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added CC

[Bug 53765] Switch to commons-lang3-3.1

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53765 --- Comment #2 from Philippe Mouawad p.moua...@ubik-ingenierie.com --- Keeping commons-lang for anakia -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53765] Switch to commons-lang3-3.1

2012-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53765 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 53768] New: Counter increments if is under If controler with condition set to false

2012-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53768 Priority: P2 Bug ID: 53768 Assignee: issues@jmeter.apache.org Summary: Counter increments if is under If controler with condition set to false Severity: normal

[Bug 52496] Listeners don't show iteration counts when a If Controller has a condition which is always false from the first iteration.

2012-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52496 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added CC

[Bug 53768] Counter increments if is under If controler with condition set to false

2012-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53768 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 53540] HTTP Cache Manager - 304 not modified on the main page does not retrieve the embedded resources

2012-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53540 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Hardware|PC

[Bug 53779] - jmeter.protocol.http.proxy.Proxy: Problem with SSL certificate? Ensure browser is set to accept the JMeter proxy cert: Connection reset

2012-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53779 st0079...@techmahindra.com st0079...@techmahindra.com changed: What|Removed |Added Priority|P2

[Bug 53779] - jmeter.protocol.http.proxy.Proxy: Problem with SSL certificate? Ensure browser is set to accept the JMeter proxy cert: Connection reset

2012-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53779 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 52266] Code:Inconsistent synchronization

2012-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52266 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 53782] Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory

2012-08-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53782 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 42717] Webservice soap sampler: Make WSDL Helper discover operations based on name spaces instead of hard coded prefixes(soap, wsdlsoap)

2012-08-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42717 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEEDINFO

[Bug 53671] tearDown thread group to run even if shutdown test happens

2012-08-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53671 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEEDINFO

[Bug 43284] Centralise use of .jmx and .jtl etc

2012-08-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43284 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEEDINFO

[Bug 42637] add non-POST method support to the SOAP/XML-RPC sampler

2012-08-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42637 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|ASSIGNED

[Bug 40181] Add a new Session Bean protocol extension

2012-08-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40181 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|ASSIGNED

[Bug 17252] HTML Link Parser seems not work properly.

2012-08-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=17252 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|ASSIGNED

[Bug 11536] Graph Results's throughput calculation includes idle time?

2012-08-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=11536 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|ASSIGNED

Bug report for JMeter [2012/08/26]

2012-08-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 53796] New: TestCompiler uses static Set which can grow huge

2012-08-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53796 Priority: P2 Bug ID: 53796 Assignee: issues@jmeter.apache.org Summary: TestCompiler uses static Set which can grow huge Severity: normal Classification: Unclassified

[Bug 53671] tearDown thread group to run even if shutdown test happens

2012-08-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53671 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 53802] IdleTime values are not saved to CSV log

2012-08-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53802 --- Comment #1 from Victor Klepikovskiy vklepikovs...@gmail.com --- Created attachment 29309 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29309action=edit Example of the csv log file Sorry for bad formatting of the example

[Bug 53804] New: FileServer should fix hasHeader setting when creating an alias

2012-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53804 Priority: P2 Bug ID: 53804 Assignee: issues@jmeter.apache.org Summary: FileServer should fix hasHeader setting when creating an alias Severity: normal

[Bug 53806] New: FileServer should provide direct access to the BufferedReader

2012-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53806 Priority: P2 Bug ID: 53806 Assignee: issues@jmeter.apache.org Summary: FileServer should provide direct access to the BufferedReader Severity: enhancement

[Bug 53807] CSV Dataset does not handle embedded new lines in quoted data

2012-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53807 Sebb s...@apache.org changed: What|Removed |Added Depends on||53806 -- You are receiving

[Bug 53815] New: FileServer synchronisation is rather crude

2012-09-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53815 Priority: P2 Bug ID: 53815 Assignee: issues@jmeter.apache.org Summary: FileServer synchronisation is rather crude Severity: enhancement Classification: Unclassified OS

[Bug 53168] OS Process - allow specification of stdout/stderr/stdin ?

2012-09-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53168 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 53168] OS Process - allow specification of stdout/stderr/stdin ?

2012-09-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53168 --- Comment #4 from Philippe Mouawad p.moua...@ubik-ingenierie.com --- Date: Mon Sep 3 11:50:53 2012 New Revision: 1380212 URL: http://svn.apache.org/viewvc?rev=1380212view=rev Log: Added i18n for stderr, stdin, stdout Bugzilla Id: 53168

[Bug 53825] New: StatCalculator#getDistribution DistributionGraph#drawSample could be more efficient

2012-09-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53825 Priority: P2 Bug ID: 53825 Assignee: issues@jmeter.apache.org Summary: StatCalculator#getDistribution DistributionGraph#drawSample could be more efficient Severity

[Bug 53826] New: NOT able to connect .csv file to JDBC Request

2012-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53826 Priority: P2 Bug ID: 53826 Assignee: issues@jmeter.apache.org Summary: NOT able to connect .csv file to JDBC Request Severity: major Classification: Unclassified OS

[Bug 53826] NOT able to connect .csv file to JDBC Request

2012-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53826 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 53668] POST results in JSON format

2012-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53668 --- Comment #3 from Ian Bisset biss...@iabsolutions.com --- Hi Philippe, You are correct, see zip attached. This is the web app that receives the json requests and submits the data to a database (db connection string defined in src/main

[Bug 53833] New: Enable using the same ConnectionFactory for Multiple threads while posting JMS messages

2012-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53833 Priority: P2 Bug ID: 53833 Assignee: issues@jmeter.apache.org Summary: Enable using the same ConnectionFactory for Multiple threads while posting JMS messages Severity

[Bug 53834] New: [WARN ] Thread table can't grow past 16383 threads.

2012-09-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53834 Priority: P2 Bug ID: 53834 Assignee: issues@jmeter.apache.org Summary: [WARN ] Thread table can't grow past 16383 threads. Severity: blocker Classification: Unclassified

[Bug 52916] While Importing data from excel file, this error is coming---java.lang.String cannot be cast to org.apache.avalon.excalibur.datasource.DataSourceComponent

2012-09-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52916 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|REOPENED

[Bug 52678] Proxy : When doing replacement of UserDefinedVariables, partial values should not be substituted

2012-09-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52678 jen...@hotmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution

[Bug 53838] New: Pressing Stop or Shutdown can't terminate the TCP sampler in waiting response

2012-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53838 Priority: P2 Bug ID: 53838 Assignee: issues@jmeter.apache.org Summary: Pressing Stop or Shutdown can't terminate the TCP sampler in waiting response Severity: minor

[Bug 53840] Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string:

2012-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53840 nikinpa...@gmail.com changed: What|Removed |Added CC||nikinpa...@gmail.com

[Bug 53840] Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string:

2012-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53840 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added CC

[Bug 53840] Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string:

2012-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53840 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 53834] [WARN ] Thread table can't grow past 16383 threads.

2012-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53834 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 53813] FileServer - should it allow multiple instances?

2012-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53813 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added CC

[Bug 53840] Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string:

2012-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53840 --- Comment #2 from nikinpa...@gmail.com --- Created attachment 29344 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29344action=edit Jmeter.log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53840] Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string:

2012-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53840 --- Comment #3 from nikinpa...@gmail.com --- The first attachment contains the new ApacheJmeter.jar I am using. Second attachment contains Jmeter.log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53841] New: CSVSaveService reads file using JVM default file encoding instead of using the one configured in saveservice.properties

2012-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53841 Priority: P2 Bug ID: 53841 Assignee: issues@jmeter.apache.org Summary: CSVSaveService reads file using JVM default file encoding instead of using the one configured

[Bug 53841] CSVSaveService reads file using JVM default file encoding instead of using the one configured in saveservice.properties

2012-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53841 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

[Bug 53844] New: JDBC related elements should check class of Variable Name supposed to contain JDBC Connection Configuration to avoid ClassCastException

2012-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53844 Priority: P2 Bug ID: 53844 Assignee: issues@jmeter.apache.org Summary: JDBC related elements should check class of Variable Name supposed to contain JDBC Connection

[Bug 52916] While Importing data from excel file, this error is coming---java.lang.String cannot be cast to org.apache.avalon.excalibur.datasource.DataSourceComponent

2012-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52916 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Depends

[Bug 53844] JDBC related elements should check class of Variable Name supposed to contain JDBC Connection Configuration to avoid ClassCastException

2012-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53844 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added CC

[Bug 53844] JDBC related elements should check class of Variable Name supposed to contain JDBC Connection Configuration to avoid ClassCastException

2012-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53844 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW

Bug report for JMeter [2012/09/09]

2012-09-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 52916] While Importing data from excel file, this error is coming---java.lang.String cannot be cast to org.apache.avalon.excalibur.datasource.DataSourceComponent

2012-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52916 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEEDINFO

[Bug 53838] Pressing Stop does not interrupt the TCP sampler

2012-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53838 Sebb s...@apache.org changed: What|Removed |Added Summary|Pressing Stop or |Pressing Stop does

[Bug 53838] Pressing Stop does not interrupt the TCP sampler

2012-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53838 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 53834] [WARN ] Thread table can't grow past 16383 threads.

2012-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53834 FEI xyng...@hotmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 53834] [WARN ] Thread table can't grow past 16383 threads.

2012-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53834 --- Comment #3 from FEI xyng...@hotmail.com --- Correction on my previous comment, even i am using more than 1 load agent, the concurrent threads cannot pass 16383 threads. [WARN ] Thread table can't grow past 16383 threads. [ERROR

[Bug 53840] Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string:

2012-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53840 --- Comment #5 from nikinpa...@gmail.com --- Thank you for the nightly build but unfortunately I can't even get the apachejmeter.jar to execute. I ended up turning on the additional logging as you suggested and think I found something

[Bug 53848] New: HTTP embedded URLs - provide negative regex matching

2012-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53848 Priority: P2 Bug ID: 53848 Assignee: issues@jmeter.apache.org Summary: HTTP embedded URLs - provide negative regex matching Severity: enhancement Classification: Unclassified

[Bug 53840] Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string:

2012-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53840 --- Comment #7 from Philippe Mouawad p.moua...@ubik-ingenierie.com --- Hello, Thanks for feedback. Did you read nightly build build instructions ? If you use it we will have much more infos. Download the _bin and _lib files Unpack

[Bug 53851] New: Oracle CURSOR still returns : ORA-06553: PLS-306: wrong number or types of arguments in call to 'WTRK11GET_1'ORA-06553: PLS-306: wrong number or types of arguments in call to 'WTRK11G

2012-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53851 Priority: P2 Bug ID: 53851 Assignee: issues@jmeter.apache.org Summary: Oracle CURSOR still returns : ORA-06553: PLS-306: wrong number or types of arguments in call

[Bug 53851] Oracle CURSOR still returns : ORA-06553: PLS-306: wrong number or types of arguments in call to 'WTRK11GET_1'ORA-06553: PLS-306: wrong number or types of arguments in call to 'WTRK11GET_1'

2012-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53851 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 53851] Oracle CURSOR still returns : ORA-06553: PLS-306: wrong number or types of arguments in call to 'WTRK11GET_1'ORA-06553: PLS-306: wrong number or types of arguments in call to 'WTRK11GET_1'

2012-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53851 Sebb s...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

[Bug 53855] New: A CSV EOF condition is not interpreted as Boolean False by the While-controller

2012-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53855 Priority: P2 Bug ID: 53855 Assignee: issues@jmeter.apache.org Summary: A CSV EOF condition is not interpreted as Boolean False by the While-controller Severity: normal

[Bug 53856] New: While-contoller's seems to check the condition at the end, rather than beginning of the loop

2012-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53856 Priority: P2 Bug ID: 53856 Assignee: issues@jmeter.apache.org Summary: While-contoller's seems to check the condition at the end, rather than beginning of the loop

[Bug 53856] While-contoller's seems to check the condition at the end, rather than beginning of the loop

2012-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53856 --- Comment #1 from Mikhail T. mi+apa...@aldan.algebra.com --- Created attachment 29359 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29359action=edit Sample CSV-file refered to by the sample test-plan -- You are receiving

[Bug 53855] A CSV EOF condition is not interpreted as Boolean False by the While-controller

2012-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53855 --- Comment #1 from Mikhail T. mi+apa...@aldan.algebra.com --- Created attachment 29360 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29360action=edit Sample CSV-file refered to by the sample test-plan -- You are receiving

[Bug 53857] New: Save-button should be disabled (greyed out), if no changes were made since the last save

2012-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53857 Priority: P2 Bug ID: 53857 Assignee: issues@jmeter.apache.org Summary: Save-button should be disabled (greyed out), if no changes were made since the last save

[Bug 53855] A CSV EOF condition is not interpreted as Boolean False by the While-controller

2012-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53855 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution

<    5   6   7   8   9   10   11   12   13   14   >