Results 1 to 6 of 6

Thread: User Agent Analysis POSTing to localhost?

  1. #1
    Join Date
    Jun 2005
    Location
    São Paulo, Brasil
    Posts
    86

    Question User Agent Analysis POSTing to localhost?

    Why does STS's UAA (User Analysis Agent) POST to http://localhost:8000?

    When I launch a server on port 8000 it periodically receives a POST http://uaa.springsource.org HTTP/1.1 request
    Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

  2. #2
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,638

    Default

    Hey!

    So you are receiving posts to the domain "uaa.springsource.org" for your locally running server on port 8000? This sounds a bit like a network configuration issue. What happens if you do a ping on uaa.springsource.org? Does it talk to localhost as well?

    -Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  3. #3
    Join Date
    Jun 2005
    Location
    São Paulo, Brasil
    Posts
    86

    Default

    Code:
    $ ping uaa.springsource.org
    PING s3-1-w.amazonaws.com (72.21.211.188): 56 data bytes
    I went to Preferences, searched for "proxy" and found the following:

    There is a proxy entry for http://localhost:8000/ (which I don't remember setting up) but it's disabled.
    Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

  4. #4
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,638

    Default

    Hey!

    That proxy setting looks suspicious. The UAA integration tries to use those proxy configs, but it should not in case it is not active. What happens when you delete that entry?

    -Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  5. #5
    Join Date
    Jun 2005
    Location
    São Paulo, Brasil
    Posts
    86

    Default

    Since I opened that Preferences page the strange behavior stopped, even without changing anything. It seems that part of the preferences were corrupted/inconsistent but it's working fine now. I'll report back it the problem returns.
    Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

  6. #6
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,638

    Default

    Hey!

    Good to know its working again and thanks for letting us know. Let me know if it stops working again and we will try to find a solution then again.

    Thanks,
    Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •