Menu

#1716 Brian shows where NMC server doesn't work with Java IO

nextrelease
open-fixed
nobody
None
5
2016-11-28
2016-11-23
No

Brian showed where Java's IO wouldn't work with the NMC webserver, resulting in "Received fatal alert: handshake_failure".

I found that the wget-based support doesn't work either, because there's still one place where the Java connection is used (DefaultWebProtocol object). So I've added WGetWebProtocol.

Related

Bugs: #1716

Discussion

  • Jeremy Faden

    Jeremy Faden - 2016-11-23

    I've been able to get the WGet version to work successfully.

     
  • Brian Larsen

    Brian Larsen - 2016-11-23

    If you see things on the interwebs that I could try on the webserver we can
    try changes there too.

    Brian

    On Wed, Nov 23, 2016 at 9:12 AM, Jeremy Faden jbfaden@users.sf.net wrote:


    ** [bugs:#1716] Brian shows where NMC server doesn't work with Java IO**

    Status: open
    Group: nextrelease
    Created: Wed Nov 23, 2016 04:12 PM UTC by Jeremy Faden
    Last Updated: Wed Nov 23, 2016 04:12 PM UTC
    Owner: nobody

    Brian showed where Java's IO wouldn't work with the NMC webserver,
    resulting in "bad protocol".

    I found that the wget-based support doesn't work either, because there's
    still one place where the Java connection is used (DefaultWebProtocol
    object). So I've added WGetWebProtocol.


    Sent from sourceforge.net because you indicated interest in <
    https://sourceforge.net/p/autoplot/bugs/1716/>

    To unsubscribe from further messages, please visit <
    https://sourceforge.net/auth/subscriptions/>

     

    Related

    Bugs: #1716

  • Jeremy Faden

    Jeremy Faden - 2016-11-26

    This is caused by old Java versions, such as v1.7.0_45, which did not properly accept the GoDaddy signature. We found that using newer versions of Java (jre1.8.0_111) don't show the problem.

     
  • Jeremy Faden

    Jeremy Faden - 2016-11-26
    • status: open --> open-fixed
     
    • Brian Larsen

      Brian Larsen - 2016-11-28

      I still see this as happening "filesystem is offline" to
      https://rbsp-ect.newmexicoconsortium.org/data_pub/ from LANL.

      Build Information:

      • release tag: v2016a_9
      • build url:
        http://apps-pw.physics.uiowa.edu/hudson/job/autoplot-release/3425/
      • build time: 2016-11-23T14:39Z
      • autoplot.jar: [1] VirboAutoplot (2016-11-23T14:39Z )
      • [1] https://svn.code.sf.net/p/autoplot/code/autoplot/trunk/

        Runtime Information:

      • Java version: 1.8.0_102

      • max memory (MB): 6372.0 (memory available to process)
      • total memory (MB): 3151.0 (amount allocated to the process)
      • free memory (MB): 2733.0 (amount available before more must be
        allocated)
      • native memory limit (MB): 6372.0 (amount of native memory available to
        the process)
      • arch: x86_64
      • 64 bit Java (recommended)
      • hostname: rbsp4.lanl.gov
      • pid: 2292
      • pwd: /Applications/Autoplot.app/Contents/Resources

      On Sat, Nov 26, 2016 at 6:59 AM, Jeremy Faden jbfaden@users.sf.net wrote:

      • status: open --> open-fixed

      ** [bugs:#1716] Brian shows where NMC server doesn't work with Java IO**

      Status: open-fixed
      Group: nextrelease
      Created: Wed Nov 23, 2016 04:12 PM UTC by Jeremy Faden
      Last Updated: Sat Nov 26, 2016 01:57 PM UTC
      Owner: nobody

      Brian showed where Java's IO wouldn't work with the NMC webserver,
      resulting in "Received fatal alert: handshake_failure".

      I found that the wget-based support doesn't work either, because there's
      still one place where the Java connection is used (DefaultWebProtocol
      object). So I've added WGetWebProtocol.


      Sent from sourceforge.net because you indicated interest in <
      https://sourceforge.net/p/autoplot/bugs/1716/>

      To unsubscribe from further messages, please visit <
      https://sourceforge.net/auth/subscriptions/>

       

      Related

      Bugs: #1716

  • Jeremy Faden

    Jeremy Faden - 2016-11-28

    1.8.0_102 is not that old, and I'd be surprised if it didn't have the fix. I assume it's not trivial to get jre1.8.0_111 installed, so we can check against it?

     
    • Brian Larsen

      Brian Larsen - 2016-11-28

      Interesting my system says it is using 1.8.0_112. The autoplot I used was
      the OSX build. Does this have anything to do with the version?

      On Mon, Nov 28, 2016 at 12:04 PM, Jeremy Faden jbfaden@users.sf.net wrote:

      1.8.0_102 is not that old, and I'd be surprised if it didn't have the
      fix. I assume it's not trivial to get jre1.8.0_111 installed, so we can
      check against it?


      ** [bugs:#1716] Brian shows where NMC server doesn't work with Java IO**

      Status: open-fixed
      Group: nextrelease
      Created: Wed Nov 23, 2016 04:12 PM UTC by Jeremy Faden
      Last Updated: Sat Nov 26, 2016 01:59 PM UTC
      Owner: nobody

      Brian showed where Java's IO wouldn't work with the NMC webserver,
      resulting in "Received fatal alert: handshake_failure".

      I found that the wget-based support doesn't work either, because there's
      still one place where the Java connection is used (DefaultWebProtocol
      object). So I've added WGetWebProtocol.


      Sent from sourceforge.net because you indicated interest in <
      https://sourceforge.net/p/autoplot/bugs/1716/>

      To unsubscribe from further messages, please visit <
      https://sourceforge.net/auth/subscriptions/>

       

      Related

      Bugs: #1716

      • Brian Larsen

        Brian Larsen - 2016-11-28

        java -jar /Applications/autoplot/autoplot.jar
        welcome to autoplot (v2016a_9)
        Nov 28, 2016 12:17:20 PM org.virbo.autoplot.AutoplotUI main
        INFO: welcome to autoplot (v2016a_9)
        Nov 28, 2016 12:17:21 PM org.autoplot.help.AutoplotHelpSystem <init>
        WARNING: Error loading helpset /helpfiles/autoplotHelp.hs
        ready in just a few seconds...
        turning off default log, look for messages in console tab.
        Connection refused (Connection refused)
        0: failed to connect to https://rbsp-ect.newmexicoconsortium.org/data_pub/
        Connection refused (Connection refused)
        filesystem is offline: https://rbsp-ect.newmexicoconsortium.org/data_pub/</init>

           Build Information:
        
        • release tag: v2016a_9
        • build url:
          http://apps-pw.physics.uiowa.edu/hudson/job/autoplot-release/3425/
        • build time: 2016-11-23T14:39Z
        • autoplot.jar: [1] VirboAutoplot (2016-11-23T14:39Z )
        • [1] https://svn.code.sf.net/p/autoplot/code/autoplot/trunk/
          -
          -
          -

          Runtime Information:

        • Java version: 1.8.0_112

        • max memory (MB): 3817.0 (memory available to process)
        • total memory (MB): 451.0 (amount allocated to the process)
        • free memory (MB): 404.0 (amount available before more must be
          allocated)
        • native memory limit (MB): 3817.0 (amount of native memory available to
          the process)
        • arch: x86_64
        • 64 bit Java (recommended)
        • hostname:
        • pid: 3274
        • pwd: /Users/balarsen/svnhome
          -
          -

        On Mon, Nov 28, 2016 at 12:06 PM, Brian Larsen larsenba@users.sf.net
        wrote:

        Interesting my system says it is using 1.8.0_112. The autoplot I used was
        the OSX build. Does this have anything to do with the version?

        On Mon, Nov 28, 2016 at 12:04 PM, Jeremy Faden jbfaden@users.sf.net
        wrote:

        1.8.0_102 is not that old, and I'd be surprised if it didn't have the
        fix. I assume it's not trivial to get jre1.8.0_111 installed, so we can
        check against it?


        ** [bugs:#1716] Brian shows where NMC server doesn't work with Java IO**

        Status: open-fixed
        Group: nextrelease
        Created: Wed Nov 23, 2016 04:12 PM UTC by Jeremy Faden
        Last Updated: Sat Nov 26, 2016 01:59 PM UTC
        Owner: nobody

        Brian showed where Java's IO wouldn't work with the NMC webserver,
        resulting in "Received fatal alert: handshake_failure".

        I found that the wget-based support doesn't work either, because there's
        still one place where the Java connection is used (DefaultWebProtocol
        object). So I've added WGetWebProtocol.


        Sent from sourceforge.net because you indicated interest in <
        https://sourceforge.net/p/autoplot/bugs/1716/>

        To unsubscribe from further messages, please visit <
        https://sourceforge.net/auth/subscriptions/>


        ** [bugs:#1716] Brian shows where NMC server doesn't work with Java IO**

        Status: open-fixed
        Group: nextrelease
        Created: Wed Nov 23, 2016 04:12 PM UTC by Jeremy Faden
        Last Updated: Mon Nov 28, 2016 07:04 PM UTC
        Owner: nobody

        Brian showed where Java's IO wouldn't work with the NMC webserver,
        resulting in "Received fatal alert: handshake_failure".

        I found that the wget-based support doesn't work either, because there's
        still one place where the Java connection is used (DefaultWebProtocol
        object). So I've added WGetWebProtocol.


        Sent from sourceforge.net because you indicated interest in <
        https://sourceforge.net/p/autoplot/bugs/1716/>

        To unsubscribe from further messages, please visit <
        https://sourceforge.net/auth/subscriptions/>

         

        Related

        Bugs: #1716