Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0007710CC3 for ; Wed, 10 Jul 2013 04:04:55 +0000 (UTC) Received: (qmail 29394 invoked by uid 500); 10 Jul 2013 04:04:55 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 29306 invoked by uid 500); 10 Jul 2013 04:04:54 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 29298 invoked by uid 99); 10 Jul 2013 04:04:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 04:04:53 +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 (athena.apache.org: domain of christian.posta@gmail.com designates 209.85.223.171 as permitted sender) Received: from [209.85.223.171] (HELO mail-ie0-f171.google.com) (209.85.223.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 04:04:49 +0000 Received: by mail-ie0-f171.google.com with SMTP id qd12so14415110ieb.16 for ; Tue, 09 Jul 2013 21:04:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kLkS5ZsmOnXrD0PfyVZU0K4xuJFoCup7RiEy8Iu9eTU=; b=LJm1oM5BbJmNgFiYhTeYlhKWtllhjFjRJz8NVbkXyJdMWkGhuNMI2aYQeyZB6Dxm7g bJlpyrC8Ld5mmssnhO3676iYWht2JPkabegBaF+G44qLT2x29sPI39ftcZmSOuXvfusT 6xdmrLeu7/+xXdzOReZegAU0dw+5++3UkogWyCKM3lVQWS4kl/xJCJFz70zQVxfWkcdn yfxzPNIdOjzdlYi6SYeywuD4LqK5hk10ByumA6XOLa7JKmbACffwb7Dm/um3BD++SjQ7 2f1pDsuN2s2xOubjJvEcLxCRyO+G9L9S4DKCkEGiGeSrGT3VB1m0P4t5yTeDHFZ3NO1M rDFQ== MIME-Version: 1.0 X-Received: by 10.50.61.236 with SMTP id t12mr34678324igr.46.1373429068583; Tue, 09 Jul 2013 21:04:28 -0700 (PDT) Received: by 10.50.109.200 with HTTP; Tue, 9 Jul 2013 21:04:28 -0700 (PDT) Date: Wed, 10 Jul 2013 00:04:28 -0400 Message-ID: Subject: wackiness in Apollo websockets tests From: Christian Posta To: dev@activemq.apache.org Content-Type: multipart/alternative; boundary=047d7bdca32cc1d97504e1205f1e X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdca32cc1d97504e1205f1e Content-Type: text/plain; charset=ISO-8859-1 @Hiram You ever see this when running the websockets test in Intellij? stacktrace | ERROR | java.lang.IllegalArgumentException: Unknown transport bind uri: ws://0.0.0.0:0 java.lang.IllegalArgumentException: Unknown transport bind uri: ws:// 0.0.0.0:0 at org.apache.activemq.apollo.broker.transport.TransportFactory.bind(TransportFactory.java:59) at org.apache.activemq.apollo.broker.AcceptingConnector._start(Connector.scala:246) at org.apache.activemq.apollo.util.BaseService$$anonfun$start_task$1$1.do_start$1(BaseService.scala:88) at org.apache.activemq.apollo.util.BaseService$$anonfun$start_task$1$1.apply$mcV$sp(BaseService.scala:104) at org.fusesource.hawtdispatch.package$$anon$4.run(hawtdispatch.scala:357) at org.fusesource.hawtdispatch.internal.SerialDispatchQueue.run(SerialDispatchQueue.java:100) at org.fusesource.hawtdispatch.internal.pool.SimpleThread.run(SimpleThread.java:77) The transport-factory.index has the WS factory in correctly... but when the ClassFinder tries to load it, it cannot... so it never gets registered as a valid transport option.. There should be no reason it cannot find in on CP.. unless it's some wackiness with scala+Intellij... long shot to see if you have seen this... -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta --047d7bdca32cc1d97504e1205f1e--