Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F0BC7200C86 for ; Wed, 31 May 2017 18:40:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EEFC7160BCB; Wed, 31 May 2017 16:40:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 414A5160BC2 for ; Wed, 31 May 2017 18:40:04 +0200 (CEST) Received: (qmail 52135 invoked by uid 500); 31 May 2017 16:40:03 -0000 Mailing-List: contact users-help@apex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@apex.apache.org Delivered-To: mailing list users@apex.apache.org Received: (qmail 52125 invoked by uid 99); 31 May 2017 16:40:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2017 16:40:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id DC8071A004A for ; Wed, 31 May 2017 16:40:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.999 X-Spam-Level: * X-Spam-Status: No, score=1.999 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id IaQ_Uiu2SN21 for ; Wed, 31 May 2017 16:40:01 +0000 (UTC) Received: from dest-unreachable.net (mail.dest-unreachable.net [78.41.116.115]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 860D35F27E for ; Wed, 31 May 2017 16:40:00 +0000 (UTC) Received: from dest-unreachable.net (localhost [127.0.0.1]) by dest-unreachable.net (Postfix) with ESMTP id DAE9C40161C7 for ; Wed, 31 May 2017 18:39:59 +0200 (CEST) Received: by dest-unreachable.net (Postfix, from userid 109) id CAFF440161CA; Wed, 31 May 2017 18:39:59 +0200 (CEST) Received: from [192.168.33.36] (80-108-7-90.cable.dynamic.surfer.at [80.108.7.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dest-unreachable.net (Postfix) with ESMTPSA id E1E1540161C7 for ; Wed, 31 May 2017 18:39:57 +0200 (CEST) From: apex@x5h.eu Subject: Apex and RabbitMQ problems with the input operator Reply-To: apex@x5h.eu To: users@apex.apache.org Message-ID: <271b9a08-2274-f19e-e21f-73bbfb35bf28@x5h.eu> Date: Wed, 31 May 2017 18:39:53 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------92950A3DB36AAD53215CFF3D" Content-Language: en-GB X-Virus-Scanned: ClamAV using ClamSMTP archived-at: Wed, 31 May 2017 16:40:05 -0000 This is a multi-part message in MIME format. --------------92950A3DB36AAD53215CFF3D Content-Type: text/plain; charset=utf-8 X-Clacks-Overhead: GNU Terry Pratchett Content-Transfer-Encoding: 7bit Hello, (mea culpa for messing up the headline the first time) I'm currently trying to get the apex-malhar rabbitmq running. But I'm at a complete loss, while the examples are running fine I don't even get the RabbitMQInputOperatorTest.java to run. * * First it couldn't find the rabbitmq-client which was solveable by adding the dependency: com.rabbitmq amqp-client 4.1.0 But now it doesn't find the packages com.datatorrent.contrib.helper and com.datatorrent.lib.helper and can't find several symbols. Needless to say that I'm a beginner regarding Apex so does anyone know what exactly I'm doing wrong here? Cheers Manfred. --------------92950A3DB36AAD53215CFF3D Content-Type: text/html; charset=utf-8 X-Clacks-Overhead: GNU Terry Pratchett Content-Transfer-Encoding: 8bit

Hello, (mea culpa for messing up the headline the first time)

I'm currently trying to get the apex-malhar rabbitmq running. But I'm at a complete loss, while the examples are running fine I don't even get the RabbitMQInputOperatorTest.java to run.

First it couldn't find the rabbitmq-client which was solveable by adding the dependency:

<dependency>
    <groupId>com.rabbitmq</groupId>
    <artifactId>amqp-client</artifactId>
    <version>4.1.0</version>
  </dependency>

But now it doesn't find the packages com.datatorrent.contrib.helper and  com.datatorrent.lib.helper and can't find several symbols.

Needless to say that I'm a beginner regarding Apex so does anyone know what exactly I'm doing wrong here?

Cheers

Manfred.


--------------92950A3DB36AAD53215CFF3D--