Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 51E9310602 for ; Thu, 3 Apr 2014 09:46:42 +0000 (UTC) Received: (qmail 42916 invoked by uid 500); 3 Apr 2014 09:46:41 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 42896 invoked by uid 500); 3 Apr 2014 09:46:40 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 42875 invoked by uid 99); 3 Apr 2014 09:46:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2014 09:46:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mgriselle@gmail.com designates 209.85.216.42 as permitted sender) Received: from [209.85.216.42] (HELO mail-qa0-f42.google.com) (209.85.216.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2014 09:46:34 +0000 Received: by mail-qa0-f42.google.com with SMTP id k15so1409120qaq.15 for ; Thu, 03 Apr 2014 02:46:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=xZEHADwtkJKLgxpYnlNxZWtuNk7eGMF05othsP7R4SI=; b=WrSS7XPMGiCxU18j1b4eOZl5qI40p/Srayjs3VC83nvTXO0SDri7oryvcJOCAW19+6 jaCfaNrQNFG43Zsm4u+WuVZFz3v+bJh6S27y0JNASi5pUNoZkyqkw/ECpi6H8qM2aMZU yzG6iY7/R0IqnFQ7GGXDPstMlXpQ0aMnVJSahiAOzz/8ekiHEfN4NQyAH0Nw5tPNFmZw rQ17Ar6wjggV0YYDAfr8TcYfdVqYycsu/1WsvE3oE5EwjT0lEpwO/LYkgAqbuKEc5yuX 8UOvzJTPlIqAhHLG3HjO5Pu6tPjm6cf4ZdcfnrZmLvZt/rRwG1byb1JGMZ5JiU1ZoyKW JRog== X-Received: by 10.224.104.1 with SMTP id m1mr6141191qao.51.1396518372132; Thu, 03 Apr 2014 02:46:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.212.138 with HTTP; Thu, 3 Apr 2014 02:45:52 -0700 (PDT) From: Matthias Griselle Date: Thu, 3 Apr 2014 11:45:52 +0200 Message-ID: Subject: URISyntaxException and EOF To: user@jmeter.apache.org Content-Type: multipart/alternative; boundary=001a11c248e07e4c4a04f62045f7 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c248e07e4c4a04f62045f7 Content-Type: text/plain; charset=UTF-8 Hi everyone, First of all, if I'm not at the right place for JMeter issues, please tell me. My problem is about a run of 1000 persons, with datas read from CSV file. After a while, I have the following error : *1396422467164,0,Accueil,Non HTTP response code: java.net.URISyntaxException,Non HTTP response message: Illegal character in query at index 57: http://127.0.0.1:9380/opencms/opencms/?username= &password=,Thread Group 1-611,text,false,979,0* On my CSV configuration, I selected : - Allow quoted data ? False - Recycle on EOF ? True - Stop thread on EOF ? False - Sharing mode : All threads Why do JMeter sudently write "" instead of CSV values ? Thx for help, Regards, Matthias Griselle --001a11c248e07e4c4a04f62045f7--