DO NOT REPLY [Bug 48727] New: Cannot stop test if all thread groups are disabled

2010-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48727

   Summary: Cannot stop test if all thread groups are disabled
   Product: JMeter
   Version: 2.3.4
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: a...@fininfor.ru


1. Open JMeter
2. Add Thread Group to test plan
3. Disable that Thread Group
4. Run the test, note green mark in right upper corner is on
5. Try to stop test - nothing happens

I expected that test will immidiately finish with no enabled thread groups.

It frequently make troubles when I have many thread groups in test plan and
enabling/disabling them while debugging test.

The workaround is only close JMeter and open it again.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



svn commit: r908939 - /jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

2010-02-11 Thread sebb
Author: sebb
Date: Thu Feb 11 11:46:51 2010
New Revision: 908939

URL: http://svn.apache.org/viewvc?rev=908939view=rev
Log:
Clarifications

Modified:
jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=908939r1=908938r2=908939view=diff
==
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Feb 11 
11:46:51 2010
@@ -433,7 +433,8 @@
 component name=Java Request index=sect-num;.1.4  width=406 
height=307 screenshot=java_request.png
 
 descriptionpThis sampler lets you control a java class that implements the
-JavaSamplerClient interface.  By writing your own implementation of this 
interface,
+bcodeorg.apache.jmeter.protocol.java.sampler.JavaSamplerClient/code/b 
interface.
+By writing your own implementation of this interface,
 you can use JMeter to harness multiple threads, input parameter control, and
 data collection./p
 pThe pull-down menu provides the list of all such implementations found by
@@ -4371,8 +4372,17 @@
 [The option does not affect CSV result files, which cannot currently store 
such information.]
 /p
 pAlso, an option exists here to instruct JMeter to run the complink 
name=Thread Group/ serially rather than in parallel./p
-pTest plan now provides an easy way to add classpath setting to a specific 
test plan. The feature is additive, meaning that you can add jar files or 
directories, but removing an entry requires restarting JMeter. In the past, 
users had to copy all the jar files to jmeter/lib/ directory. Now that is not 
necessary. JMeter properties also provides an entry for loading additional 
classpaths./p
-pIn jmeter.properties, edit user.classpath to include additional 
libraries./p/description
+p
+Test plan now provides an easy way to add classpath setting to a specific test 
plan. 
+The feature is additive, meaning that you can add jar files or directories, 
but removing an entry requires restarting JMeter.
+Note that this cannot be used to add JMeter GUI plugins, because they are 
processed earlier.
+However it can be useful for utility jars such as JDBC drivers. 
+/p
+p
+JMeter properties also provides an entry for loading additional classpaths.
+In jmeter.properties, edit user.classpath to include additional libraries.
+/p
+/description
 /component
 
 component name=Thread Group index=sect-num;.9.2  width=411 
height=419 screenshot=threadgroup.png



-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48728] New: HTTPS SOAP requests unable to open connection

2010-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48728

   Summary: HTTPS SOAP requests unable to open connection
   Product: JMeter
   Version: 2.3.4
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: major
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: charnjit.bhul...@cardifpinnacle.com


When I make a Webservice(SOAP) Request via HTTPS, port 443 I get the following
error message:

Response message: Error opening socket: java.net.SocketException: Default SSL
context init failed: null

The SOAP request works correctly via HTTP, port 80.

SOAPUI allows HTTPS responses, so this problem must be specific to JMeter.

Please advise if this is a Defect or please direct me to the correct link to
setup JMeter correctly.

Thanks.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48728] HTTPS SOAP requests unable to open connection

2010-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48728

--- Comment #1 from Sebb s...@apache.org 2010-02-11 16:32:37 UTC ---
WebService(SOAP) uses a very old SOAP library, so that might be the cause.

Try XML-RPC/SOAP or HTTP sampler instead.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



svn commit: r909130 - in /jakarta/jmeter/trunk: src/components/org/apache/jmeter/assertions/ src/components/org/apache/jmeter/extractor/ src/components/org/apache/jmeter/modifiers/ src/components/org/

2010-02-11 Thread sebb
Author: sebb
Date: Thu Feb 11 20:19:06 2010
New Revision: 909130

URL: http://svn.apache.org/viewvc?rev=909130view=rev
Log:
Bug 48714 -  add new French messages

Added:

jakarta/jmeter/trunk/src/components/org/apache/jmeter/assertions/JSR223AssertionResources_fr.properties
   (with props)

jakarta/jmeter/trunk/src/components/org/apache/jmeter/extractor/JSR223PostProcessorResources_fr.properties
   (with props)

jakarta/jmeter/trunk/src/components/org/apache/jmeter/timers/JSR223TimerResources_fr.properties
   (with props)
Modified:

jakarta/jmeter/trunk/src/components/org/apache/jmeter/modifiers/JSR223PreProcessorResources_fr.properties

jakarta/jmeter/trunk/src/components/org/apache/jmeter/visualizers/JSR223ListenerResources_fr.properties

jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
jakarta/jmeter/trunk/xdocs/changes.xml

Added: 
jakarta/jmeter/trunk/src/components/org/apache/jmeter/assertions/JSR223AssertionResources_fr.properties
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/components/org/apache/jmeter/assertions/JSR223AssertionResources_fr.properties?rev=909130view=auto
==
--- 
jakarta/jmeter/trunk/src/components/org/apache/jmeter/assertions/JSR223AssertionResources_fr.properties
 (added)
+++ 
jakarta/jmeter/trunk/src/components/org/apache/jmeter/assertions/JSR223AssertionResources_fr.properties
 Thu Feb 11 20:19:06 2010
@@ -0,0 +1,29 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You under the Apache License, Version 2.0
+#   (the License); you may not use this file except in compliance with
+#   the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an AS IS BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
+#Stored by I18NEdit, may be edited!
+displayName=Assertion JSR223
+filename.displayName=Nom de fichier 
+filename.shortDescription=Fichier de script (remplace le script)
+filenameGroup.displayName=Fichier de script (remplace le script)
+parameterGroup.displayName=Param\u00E8tres \u00E0 passer au script (\= String 
Parameters and String []args)
+parameters.displayName=Param\u00E8tres
+parameters.shortDescription=Param\u00E8tres \u00E0 passer au fichier ou au 
script
+script.displayName=Script
+script.shortDescription=Script dans le langage JSR223 appropri\u00E9
+scriptLanguage.displayName=Langage 
+scriptLanguage.shortDescription=Nom du langage JSR223, i.e. groovy, jython, 
jruby, etc.
+scripting.displayName=Script (variables\: ctx vars props SampleResult (avant 
prev) AssertionResult sampler log Label Filename Parameters args[] OUT)
+scriptingLanguage.displayName=Langage de script (i.e. groovy, javascript, 
jexl, etc.)

Propchange: 
jakarta/jmeter/trunk/src/components/org/apache/jmeter/assertions/JSR223AssertionResources_fr.properties
--
svn:eol-style = native

Added: 
jakarta/jmeter/trunk/src/components/org/apache/jmeter/extractor/JSR223PostProcessorResources_fr.properties
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/components/org/apache/jmeter/extractor/JSR223PostProcessorResources_fr.properties?rev=909130view=auto
==
--- 
jakarta/jmeter/trunk/src/components/org/apache/jmeter/extractor/JSR223PostProcessorResources_fr.properties
 (added)
+++ 
jakarta/jmeter/trunk/src/components/org/apache/jmeter/extractor/JSR223PostProcessorResources_fr.properties
 Thu Feb 11 20:19:06 2010
@@ -0,0 +1,29 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You under the Apache License, Version 2.0
+#   (the License); you may not use this file except in compliance with
+#   the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an AS IS BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
+#Stored by I18NEdit, may be edited!

DO NOT REPLY [Bug 48714] add new French messages

2010-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48714

Sebb s...@apache.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Sebb s...@apache.org 2010-02-11 20:27:22 UTC ---
Thanks!

The New files zip contained some existing files, which I ignored.
Also, one of the patches removed the AL header, which I restored.

URL: http://svn.apache.org/viewvc?rev=909130view=rev
Log:
Bug 48714 -  add new French messages

Added:
  
jakarta/jmeter/trunk/src/components/org/apache/jmeter/assertions/JSR223AssertionResources_fr.properties
  (with props)
  
jakarta/jmeter/trunk/src/components/org/apache/jmeter/extractor/JSR223PostProcessorResources_fr.properties
  (with props)
  
jakarta/jmeter/trunk/src/components/org/apache/jmeter/timers/JSR223TimerResources_fr.properties
  (with props)
Modified:
  
jakarta/jmeter/trunk/src/components/org/apache/jmeter/modifiers/JSR223PreProcessorResources_fr.properties
  
jakarta/jmeter/trunk/src/components/org/apache/jmeter/visualizers/JSR223ListenerResources_fr.properties
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
   jakarta/jmeter/trunk/xdocs/changes.xml

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org