From dev-return-57565-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Wed Jul 24 09:33:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4C96018025F for ; Wed, 24 Jul 2019 11:33:03 +0200 (CEST) Received: (qmail 93277 invoked by uid 500); 24 Jul 2019 09:33:02 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 93190 invoked by uid 99); 24 Jul 2019 09:33:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2019 09:33:02 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2DA0CE2F51 for ; Wed, 24 Jul 2019 09:33:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 82AEA265EA for ; Wed, 24 Jul 2019 09:33:00 +0000 (UTC) Date: Wed, 24 Jul 2019 09:33:00 +0000 (UTC) From: "Budi (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (PHOENIX-5409) Couldn't Connect to Phoenix using JMeter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Budi created PHOENIX-5409: ----------------------------- Summary: Couldn't Connect to Phoenix using JMeter Key: PHOENIX-5409 URL: https://issues.apache.org/jira/browse/PHOENIX-5409 Project: Phoenix Issue Type: Bug Affects Versions: 4.7.0 Reporter: Budi Using JMeter for performance test in MySQL was successfully built. i could = use all of the JDBC Request for querying MySQL and the results came. However, when i try to configure the JDBC Request and JDBC Connection Confi= guration to Phoenix, JMeter fails to connect. I have add the Phoenix-4.7.jar to the class path in the Test Plan window, c= onfigure the database URL (jdbc:phoenix://ip:port:/hbase-unsecure/schema_na= me, and the driver class (org.apache.phoenix.jdbc.PhoenixDriver) and using = the JDBC Request to do a simple select * query. when i try to run it, it has various errors such as "Cannot create JDBC driver of class 'org.apache.phoenix.jdbc.PhoenixDriver'= for connect URL" or "Couldn't established connection" and "java.lang.NoClassDefFoungError: Could not initialize class org.apache.phoe= nix.jdbc.PhoenixDriver" =C2=A0 i have tried all possible configuration and error still occur. Please Help. =C2=A0 P.S. When i move the phoenix jar to jmeter/lib. I can open the JMeter but i= couldnt click anything in the UI. GUI Error. -- This message was sent by Atlassian JIRA (v7.6.14#76016)