[Bug 60124] Strange ClassCastException when try to save test plan with TestBean GUI and collection properties (TableEditor)

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60124

Philippe Mouawad  changed:

   What|Removed |Added

 Status|REOPENED|NEW

--- Comment #12 from Philippe Mouawad  ---
(In reply to Mingun from comment #11)
> Created attachment 34369 [details]
> Open plan.jmsx from jmeter-bug, seect first sampler, try save (2 exceptions
> in log), then select second sapler and save

Thanks Serguei for your perseverance.
There is indeed a bug in JMeter as I was able to reproduce issue with
CompareAssertion.

Scenario:
- Create a Compare Assertion and fill in a row with 2 fields
- Create another Compare Assertion and keep it empty

Select last Compare Assertion and save => OK
Select first Compare Assertion and save => KO

2016/10/12 22:58:16 ERROR - jmeter.gui.action.ActionRouter: Error processing
org.apache.jmeter.gui.action.Save@584f54e6 java.lang.ClassCastException:
org.apache.jmeter.assertions.SubstitutionElement cannot be cast to
org.apache.jmeter.testelement.property.JMeterProperty
at
org.apache.jmeter.testelement.property.PropertyIteratorImpl.next(PropertyIteratorImpl.java:41)
at
org.apache.jmeter.testelement.property.PropertyIteratorImpl.next(PropertyIteratorImpl.java:24)
at
org.apache.jmeter.save.converters.MultiPropertyConverter.marshal(MultiPropertyConverter.java:57)
at
com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
at
com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
at
com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
at
com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:88)
at
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.writeItem(AbstractCollectionConverter.java:66)
at
org.apache.jmeter.save.converters.TestElementConverter.marshal(TestElementConverter.java:74)
at
com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
at
com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
at
com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
at
com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:88)
at
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.writeItem(AbstractCollectionConverter.java:66)
at
org.apache.jmeter.save.converters.HashTreeConverter.marshal(HashTreeConverter.java:53)
at
com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
at
com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
at
com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
at
com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:88)
at
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.writeItem(AbstractCollectionConverter.java:66)
at
org.apache.jmeter.save.converters.HashTreeConverter.marshal(HashTreeConverter.java:54)
at
com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
at
com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
at
com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
at
com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:88)
at
org.apache.jmeter.save.ScriptWrapperConverter.marshal(ScriptWrapperConverter.java:79)
at
com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
at
com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
at
com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
at
com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:82)
at
com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.marshal(AbstractTreeMarshallingStrategy.java:37)
at com.thoughtworks.xstream.XStream.marshal(XStream.java:1067)
at com.thoughtworks.xstream.XStream.marshal(XStream.java:1056)
at com.thoughtworks.xstream.XStream.toXML(XStream.java:1029)
at org.apache.jmeter.save.SaveService.saveTree(SaveService.java:304)
at org.apache.jmeter.gui.action.Save.doAction(Save.java:225)
at
org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:80)
at
org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:40)
at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:62)
at 

[Bug 60245] If Controller: Need to Add Sampler Child for logic to work

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60245

Philippe Mouawad  changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO
 CC||p.mouawad@ubik-ingenierie.c
   ||om

--- Comment #3 from Philippe Mouawad  ---
Can you provide a test plan showing the issue ?
What you expect 
what happens
what makes you think it's a bug

Create a thread group for every case you tried .

Thx

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60245] If Controller: Need to Add Sampler Child for logic to work

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60245

Matt Joste  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

--- Comment #2 from Matt Joste  ---
(In reply to Felix Schumacher from comment #1)
> Bugzilla is not a support forum.
> 
> Please ask your question on the user mailing list.

It's not a question - it's a bug report

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60245] If Controller: Need to Add Sampler Child for logic to work

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60245

Felix Schumacher  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED
 OS||All

--- Comment #1 from Felix Schumacher  ---
Bugzilla is not a support forum.

Please ask your question on the user mailing list.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60124] Strange ClassCastException when try to save test plan with TestBean GUI and collection properties (TableEditor)

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60124

--- Comment #11 from Mingun  ---
Created attachment 34369
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34369=edit
Open plan.jmsx from jmeter-bug, seect first sampler, try save (2 exceptions in
log), then select second sapler and save

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60124] Strange ClassCastException when try to save test plan with TestBean GUI and collection properties (TableEditor)

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60124

Mingun  changed:

   What|Removed |Added

 Resolution|INVALID |---
 Status|RESOLVED|REOPENED

--- Comment #10 from Mingun  ---
(In reply to Philippe Mouawad from comment #8)
> Hello Serguei,
> Thanks for your report.
> Unfortunately we have a lot of work on Core JMeter and I am afraid I won't
> have time to investigate issue in custom code.
> 
> For completeness maybe you could provide the stack trace related to your
> github code as the one in this issue relates to code we don't have.
> 
> Maybe later I can have some time but I doubt it .
> Regards

Sorry, I didn't miss this comment. You tried to reproduce a problem on the
demonstration https://bitbucket.org/Mingun/jmeter-bug project? It has no
dependences and gathers in any IDE having support of maven and just from
command line.

I attach jmeter.log when I load Plan.jmx from jmeter-bug demo project and try
to save when first sapler is selected, then select second sampler and save the
plan.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60245] New: If Controller: Need to Add Sampler Child for logic to work

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60245

Bug ID: 60245
   Summary: If Controller: Need to Add Sampler Child for logic to
work
   Product: JMeter
   Version: 3.0
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Main
  Assignee: issues@jmeter.apache.org
  Reporter: mjo...@yahoo.com

I tried every syntax and several different JMeter variables and properties, but
the IF Controller would not work.

It only started working when I added a dummy sampler(Debug Sampler in this
case) as a child.

This was pretty frustrating

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60243] Problem reading JTL

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60243

Philippe Mouawad  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 OS||All
 CC||p.mouawad@ubik-ingenierie.c
   ||om
 Status|NEW |RESOLVED

--- Comment #1 from Philippe Mouawad  ---
Bugzilla is not a support forum.
Please use jmeter mailing list:
- https://jmeter.apache.org/mail.html

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60243] Problem reading JTL

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60243

Jigar Patel  changed:

   What|Removed |Added

 OS||Windows 7

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60243] New: Problem reading JTL

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60243

Bug ID: 60243
   Summary: Problem reading JTL
   Product: JMeter
   Version: 3.0
  Hardware: PC
Status: NEW
  Severity: blocker
  Priority: P2
 Component: HTTP
  Assignee: issues@jmeter.apache.org
  Reporter: ji...@virtualheight.com

> 2016/10/12 16:22:30 WARN  - jmeter.save.CSVSaveService: Unknown column name  

> 2016/10/12 16:22:30 INFO  - jmeter.save.CSVSaveService: C:\Users\Jigar 
> Patel\Downloads\apache-jmeter-3.0\Test_Data.csv does not appear to have a 
> valid header. Using default configuration. 

> 2016/10/12 16:22:30 WARN  - jmeter.save.CSVSaveService: Error parsing field 
> 'timeStamp' at line 1 java.text.ParseException: Unparseable date: "" 

> 2016/10/12 16:22:30 WARN  - jmeter.reporters.ResultCollector: Problem reading 
> JTL file: C:\Users\Jigar Patel\Downloads\apache-jmeter-3.0\Test_Data.csv

This error is show while selecting CSV File

i tried it from other site solution but is doesn't work.
So, Please give me proper solution with proper steps.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53039] HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53039

--- Comment #13 from Philippe Mouawad  ---
Author: pmouawad
Date: Wed Oct 12 09:43:21 2016
New Revision: 1764422

URL: http://svn.apache.org/viewvc?rev=1764422=rev
Log:
Bug 53039 - HTTP Request : Be able to handle responses which size exceeds
2147483647 bytes
Fix bug as per Felix Schumacher review, thx
Bugzilla Id: 53039

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPFileImpl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53039] HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53039

--- Comment #12 from Philippe Mouawad  ---
Author: pmouawad
Date: Wed Oct 12 09:17:37 2016
New Revision: 1764412

URL: http://svn.apache.org/viewvc?rev=1764412=rev
Log:
Bug 53039 - HTTP Request : Be able to handle responses which size exceeds
2147483647 bytes
Restore changed method for backward compatibility
Bugzilla Id: 53039

Modified:
jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60239] Report / Dashboard: add option to display error codes per request in statistic/errors sections.

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60239

georgi  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60239] Report / Dashboard: add option to display error codes per request in statistic/errors sections.

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60239

--- Comment #3 from georgi  ---
Not sure what is the best way to handle variety of different errors.
One possible option is to display error list when hovering over KO cell in
statistic table (image attached).

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60239] Report / Dashboard: add option to display error codes per request in statistic/errors sections.

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60239

--- Comment #2 from georgi  ---
Created attachment 34364
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34364=edit
error list on hover

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60124] Strange ClassCastException when try to save test plan with TestBean GUI and collection properties (TableEditor)

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60124

Philippe Mouawad  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #9 from Philippe Mouawad  ---
Out of project scope

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60210] HTTP PUT & POST does NOT calculate Sent Bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60210

Philippe Mouawad  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED
 CC||p.mouawad@ubik-ingenierie.c
   ||om

--- Comment #3 from Philippe Mouawad  ---


*** This bug has been marked as a duplicate of bug 60229 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60229] Add a new metric : sent_bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60229

Philippe Mouawad  changed:

   What|Removed |Added

 CC||anafo...@hotmail.com

--- Comment #5 from Philippe Mouawad  ---
*** Bug 60210 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53039] HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53039

--- Comment #11 from Philippe Mouawad  ---
Author: pmouawad
Date: Wed Oct 12 08:15:14 2016
New Revision: 1764399

URL: http://svn.apache.org/viewvc?rev=1764399=rev
Log:
Bug 53039 - HTTP Request : Be able to handle responses which size exceeds
2147483647 bytes
Update properties_reference.xml
Bugzilla Id: 53039

Modified:
jmeter/trunk/xdocs/usermanual/properties_reference.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53039] HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53039

--- Comment #10 from Philippe Mouawad  ---
Author: pmouawad
Date: Wed Oct 12 08:06:16 2016
New Revision: 1764397

URL: http://svn.apache.org/viewvc?rev=1764397=rev
Log:
Bug 53039 - HTTP Request : Be able to handle responses which size exceeds
2147483647 bytes
Bugzilla Id: 53039

Modified:
jmeter/trunk/bin/jmeter.properties
   
jmeter/trunk/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java
jmeter/trunk/src/components/org/apache/jmeter/assertions/SizeAssertion.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/SamplerResultTab.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/TableVisualizer.java
jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java
jmeter/trunk/src/core/org/apache/jmeter/report/core/Sample.java
   
jmeter/trunk/src/core/org/apache/jmeter/samplers/DataStrippingSampleSender.java
jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java
   
jmeter/trunk/src/core/org/apache/jmeter/samplers/StatisticalSampleResult.java
jmeter/trunk/src/core/org/apache/jmeter/save/CSVSaveService.java
   
jmeter/trunk/src/core/org/apache/jmeter/save/converters/SampleResultConverter.java
jmeter/trunk/src/core/org/apache/jmeter/util/Calculator.java
   
jmeter/trunk/src/core/org/apache/jmeter/visualizers/SamplingStatCalculator.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPAbstractImpl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPFileImpl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC3Impl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPJavaImpl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
jmeter/trunk/test/src/org/apache/jmeter/samplers/TestSampleResult.java
jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53039] HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53039

Philippe Mouawad  changed:

   What|Removed |Added

Summary|Be able to handle responses |HTTP Request : Be able to
   |which size exceeds  |handle responses which size
   |2147483647 bytes|exceeds 2147483647 bytes

-- 
You are receiving this mail because:
You are the assignee for the bug.