Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Getting and Running Greenhouse Locally

  1. #11
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Well, after testing the latest I just reproduced the UnsupportedOperationException issue you described in your last posting. Greenhouse is pushing the envelope with regard to Spring Framework 3.1 features, and as a result depends on the latest 3.1.0.BUILD-SNAPSHOT. Unfortunately, it seems like some of the recent enhancements to Spring MVC have broken the application. I've reported the issue to Rossen who is responsible for those changes and expect they'll be addressed soon. I would revert back to 3.1.0.M1 in the meantime, but Greenhouse now depends on some post M1 fixes as well so I'm kind of stuck until the next snapshot that fixes the MVC issues.

    Keith
    Keith Donald
    Core Spring Development Team

  2. #12
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Ok, this issue should be fixed now since the latest SPR snapshot where this bug has been resolved.

    Keith
    Keith Donald
    Core Spring Development Team

  3. #13
    Join Date
    Aug 2011
    Posts
    1

    Default

    The greenhouse effect is a process by which thermal radiation from a planetary surface is absorbed by atmospheric greenhouse gases, and is re-radiated in all directions. Since part of this re-radiation is back towards the surface, energy is transferred to the surface and the lower atmosphere. As a result, the temperature there is higher than it would be if direct heating by solar radiation were the only warming mechanism.

    Solar radiation at the high frequencies of visible light passes through the atmosphere to warm the planetary surface, which then emits this energy at the lower frequencies of infrared thermal radiation. Infrared radiation is absorbed by greenhouse gases, which in turn re-radiate much of the energy to the surface and lower atmosphere. The mechanism is named after the effect of solar radiation passing through glass and warming a greenhouse, but the way it retains heat is fundamentally different as a greenhouse works by reducing airflow, isolating the warm air inside the structure so that heat is not lost by convection.

    The greenhouse effect was discovered by Joseph Fourier in 1824, first reliably experimented on by John Tyndall in 1858, and first reported quantitatively by Svante Arrhenius in 1896.
    Last edited by adamricky; Aug 5th, 2011 at 01:34 AM.

  4. #14
    Join Date
    Jun 2007
    Posts
    16

    Default

    Hi Everyone.

    I am trying to run localy greenhouse. All is running in sts with tc server. When i try the linkedin button I get a timeout. I know i am behind a proxy for web access. I probably need to configure greenhouse to be aware of this proxy.

    Anyone have pointer on the configuration i need to change ?

    Great apps btw.

    Francis

  5. #15
    Join Date
    Jun 2007
    Posts
    16

    Default

    I find the info to configure de proxy with java properties
    -Dhttp.proxyHost=my.proxy
    -Dhttp.proxyPort=8080
    -Dhttp.proxyUser=myUser
    -Dhttp.proxyPassword=myPassword
    But I receive "407 Proxy Authentication Required" its look like the username and password are not use.

Posting Permissions

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