Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 8976 invoked from network); 13 Oct 2006 20:35:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2006 20:35:14 -0000 Received: (qmail 83454 invoked by uid 500); 13 Oct 2006 20:35:09 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 83410 invoked by uid 500); 13 Oct 2006 20:35:09 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 83399 invoked by uid 99); 13 Oct 2006 20:35:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 13:35:09 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of scott.mcmasters@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO py-out-1112.google.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 13:35:08 -0700 Received: by py-out-1112.google.com with SMTP id i75so1175825pye for ; Fri, 13 Oct 2006 13:34:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=GwqdLBUybkoPQhohEv2uAZczcYv11uBDONEdduV4Kq2oO9Jue3/W8wZsiGM8Ut65G7DQpGIIpbcG8DOHyJVfpS9zbm2DKG+BsGkSChPm2tyWYcapq2QLedTiGKNr5NdxGUu8iMFo7MbiOSfgidKgLXKXHOAt8CCpIg4mADabCE8= Received: by 10.35.48.15 with SMTP id a15mr6416220pyk; Fri, 13 Oct 2006 13:34:47 -0700 (PDT) Received: by 10.35.105.8 with HTTP; Fri, 13 Oct 2006 13:34:47 -0700 (PDT) Message-ID: <8a298e9d0610131334k220b2661q5360894973301760@mail.gmail.com> Date: Fri, 13 Oct 2006 22:34:47 +0200 From: "Scott McMasters" To: users@myfaces.apache.org Subject: navigation problem MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_50290_8677097.1160771687583" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_50290_8677097.1160771687583 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I'm encountering a strange error. I can't navigate between jsf pages, not even in the simplest of test scenarios, and keep getting this in my logs: NotifyUtil::java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at org.netbeans.modules.web.monitor.server.NotifyUtil$RecordSender.run( NotifyUtil.java:237) TIA, Scott ------=_Part_50290_8677097.1160771687583 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello,

I'm encountering a strange error.  I can't navigate between jsf pages, not even in the simplest of test scenarios, and keep getting this in my logs:

NotifyUtil::java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(Unknown Source)
    at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketImpl.connect (Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer (Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.http.HttpClient.New (Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.connect (Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
    at org.netbeans.modules.web.monitor.server.NotifyUtil$RecordSender.run(NotifyUtil.java:237)

TIA,

Scott

------=_Part_50290_8677097.1160771687583--