Menu

#28 Connection Reset

1.2
closed
None
2015-11-25
2015-08-28
Jere
No

Windows 7
GNAT GPL 2014
Firewall off

I am having trouble with the latest builds. Whenever I try to connect the web browser to a gnoga application, I get a connection reset error. I have the windows firewall off just to be sure. I tested against an older version of Gnoga and it works, but newer versions give me trouble. For reference:

Builds from 06/24/2015 and older work
Builds from 07/05/2015 and newer do not appear

I do not have builds in between those two dates.

Anything change on the connections in that area??

Related

Tickets: #28

Discussion

  • Jere

    Jere - 2015-08-28

    Addionional find: the version from 7/5/2015 fails to copy something, so that could be a red herring and not work for another reason...but I don't know for sure. It might be nothing as that seems to be ignored as well. Just extra info.

    $ make install
    Setting up for Windows build
    copy src\gnoga-application.windows src\gnoga-application.adb
    make: copy: Command not found
    make: [setup] Error 127 (ignored)
    cp src/gnoga-application.windows src/gnoga-application.adb

     
  • Jere

    Jere - 2015-08-29

    Noticed a typo. Should be:

    Builds from 07/05/2015 and newer do not appear to work

     
    • David Botton

      David Botton - 2015-08-30

      I need to know if 32 bit or 64 bit windows.

      On Sat, Aug 29, 2015, 10:30 AM Jere jerebear@users.sf.net wrote:

      Noticed a typo. Should be:

      Builds from 07/05/2015 and newer do not appear to work

      Status: open
      Milestone: 1.2
      Created: Fri Aug 28, 2015 10:57 PM UTC by Jere

      Last Updated: Fri Aug 28, 2015 11:02 PM UTC
      Owner: nobody

      Windows 7
      GNAT GPL 2014
      Firewall off

      I am having trouble with the latest builds. Whenever I try to connect the
      web browser to a gnoga application, I get a connection reset error. I have
      the windows firewall off just to be sure. I tested against an older version
      of Gnoga and it works, but newer versions give me trouble. For reference:

      Builds from 06/24/2015 and older work
      Builds from 07/05/2015 and newer do not appear

      I do not have builds in between those two dates.

      Anything change on the connections in that area??

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/gnoga/tickets/28/

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

       

      Related

      Tickets: #28

  • Jere

    Jere - 2015-08-30

    64 bit.

     
  • Jere

    Jere - 2015-08-30

    Additional info:

    Here is the output window text:
    C:\Users\Jere\Programming\ada\workspace\Test_New_Gnoga\exec\main
    Hello World
    Application root :C:\Users\Jere\Programming\ada\workspace\Test_New_Gnoga\exec\ Executable at :C:\Users\Jere\Programming\ada\workspace\Test_New_Gnoga\exec\ HTML root :C:\Users\Jere\Programming\ada\workspace\Test_New_Gnoga\exec\html\ Upload directory :C:\Users\Jere\Programming\ada\workspace\Test_New_Gnoga\exec\html\ Templates root :C:\Users\Jere\Programming\ada\workspace\Test_New_Gnoga\exec\ /js at :C:\Users\Jere\Programming\ada\workspace\Test_New_Gnoga\exec\js\ /css at :C:\Users\Jere\Programming\ada\workspace\Test_New_Gnoga\exec\css\ /img at :C:\Users\Jere\Programming\ada\workspace\Test_New_Gnoga\exec\img\ Boot file :boot.html
    HTTP listen on ::8080
    2015-08-30 12:30:36.61 : HTTP Server Started

    Here is the code:
    with Ada.Text_IO;

    with Gnoga.Application.Singleton;
    with Gnoga.Gui.Window;
    with Gnoga.Gui.View;

    procedure Main is
    Window : Gnoga.Gui.Window.Window_Type;
    View : Gnoga.Gui.View.View_Type;
    begin
    Ada.Text_IO.Put_Line("Hello World");
    Gnoga.Application.Open_URL;
    Gnoga.Application.Singleton.Initialize(Main_Window => Window);
    View.Create(Window);
    View.Put_Line("Testing...");
    Ada.Text_IO.Put_Line("App running");

    Gnoga.Application.Singleton.Message_Loop;
    Ada.Text_IO.Put_Line("Done");
    end Main;

    I have the ccs, img, ssl, html, and js directories with the executable (which is how it has always needed to work in this config).

    Browser text:
    The connection was reset

    The connection to the server was reset while the page was loading.

    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer's network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
    

    Does this with and without firewall on.

     
  • David Botton

    David Botton - 2015-11-24

    Does this occur with the lastest Gnoga in GIT or just with the release version and if so which one? (1.1 or 1.1a)

     
    • Jere

      Jere - 2015-11-24

      This occurs with every git pull I have starting with my pull on
      07/05/2015. I tested against today's pull and it still doesn't work. If I
      go back to my 06/24/2015 pull (a 1.0 version I think????) that pull works
      fine. Same project tested. I use GPS and GNAT GPL 2014. It happens on
      both my home network and my work network. Both setups have me on a Windows
      7 64bit install. I'm using MinGW as the posix emulation layer and MSYS to
      provide make functionality.

      Below is the relevant version info:

      $ gcc --version
      gcc.exe (GCC) 4.7.4 20140401 for GNAT GPL gpl-2014 (20140405)
      Copyright (C) 2012 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions.
      See your AdaCore support agreement for details of warranty and support.
      If you do not have a current support agreement, then there is absolutely
      no warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
      PURPOSE.

      $ gnat --version
      GNAT GPL 2014 (20140331)
      Copyright (C) 1996-2014, Free Software Foundation, Inc.
      This is free software; see the source for copying conditions.
      There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
      PARTICULAR PURPOSE.
      https://www.avast.com/?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
      This
      email has been sent from a virus-free computer protected by Avast.
      www.avast.com
      https://www.avast.com/?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
      <#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

      On Tue, Nov 24, 2015 at 7:55 AM, David Botton dbotton@users.sf.net wrote:

      Does this occur with the lastest Gnoga in GIT or just with the release
      version and if so which one? (1.1 or 1.1a)


      Status: open
      Milestone: 1.2
      Created: Fri Aug 28, 2015 10:57 PM UTC by Jere
      Last Updated: Sun Aug 30, 2015 04:35 PM UTC
      Owner: nobody

      Windows 7
      GNAT GPL 2014
      Firewall off

      I am having trouble with the latest builds. Whenever I try to connect the
      web browser to a gnoga application, I get a connection reset error. I have
      the windows firewall off just to be sure. I tested against an older version
      of Gnoga and it works, but newer versions give me trouble. For reference:

      Builds from 06/24/2015 and older work
      Builds from 07/05/2015 and newer do not appear

      I do not have builds in between those two dates.

      Anything change on the connections in that area??

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/gnoga/tickets/28/

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

       

      Related

      Tickets: #28

      • David Botton

        David Botton - 2015-11-25

        Thanks the change in GNAT was between 2014 and 2015. I'll see if I can
        install an older gnat and try to duplicate. Thanks.
        On Tue, Nov 24, 2015 at 6:13 PM Jere jerebear@users.sf.net wrote:

        This occurs with every git pull I have starting with my pull on
        07/05/2015. I tested against today's pull and it still doesn't work. If I
        go back to my 06/24/2015 pull (a 1.0 version I think????) that pull works
        fine. Same project tested. I use GPS and GNAT GPL 2014. It happens on
        both my home network and my work network. Both setups have me on a Windows
        7 64bit install. I'm using MinGW as the posix emulation layer and MSYS to
        provide make functionality.

        Below is the relevant version info:

        $ gcc --version
        gcc.exe (GCC) 4.7.4 20140401 for GNAT GPL gpl-2014 (20140405)
        Copyright (C) 2012 Free Software Foundation, Inc.
        This is free software; see the source for copying conditions.
        See your AdaCore support agreement for details of warranty and support.
        If you do not have a current support agreement, then there is absolutely
        no warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
        PURPOSE.

        $ gnat --version
        GNAT GPL 2014 (20140331)
        Copyright (C) 1996-2014, Free Software Foundation, Inc.
        This is free software; see the source for copying conditions.
        There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
        PARTICULAR PURPOSE.

        https://www.avast.com/?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
        This
        email has been sent from a virus-free computer protected by Avast.
        www.avast.com

        https://www.avast.com/?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
        <#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

        On Tue, Nov 24, 2015 at 7:55 AM, David Botton dbotton@users.sf.net wrote:

        Does this occur with the lastest Gnoga in GIT or just with the release
        version and if so which one? (1.1 or 1.1a)


        Status: open
        Milestone: 1.2
        Created: Fri Aug 28, 2015 10:57 PM UTC by Jere
        Last Updated: Sun Aug 30, 2015 04:35 PM UTC
        Owner: nobody

        Windows 7
        GNAT GPL 2014
        Firewall off

        I am having trouble with the latest builds. Whenever I try to connect the
        web browser to a gnoga application, I get a connection reset error. I have
        the windows firewall off just to be sure. I tested against an older version
        of Gnoga and it works, but newer versions give me trouble. For reference:

        Builds from 06/24/2015 and older work
        Builds from 07/05/2015 and newer do not appear

        I do not have builds in between those two dates.
        Anything change on the connections in that area??

        Sent from sourceforge.net because you indicated interest in
        https://sourceforge.net/p/gnoga/tickets/28/

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


        Status: open
        Milestone: 1.2
        Created: Fri Aug 28, 2015 10:57 PM UTC by Jere

        Last Updated: Tue Nov 24, 2015 12:55 PM UTC
        Owner: nobody

        Windows 7
        GNAT GPL 2014
        Firewall off

        I am having trouble with the latest builds. Whenever I try to connect the
        web browser to a gnoga application, I get a connection reset error. I have
        the windows firewall off just to be sure. I tested against an older version
        of Gnoga and it works, but newer versions give me trouble. For reference:

        Builds from 06/24/2015 and older work
        Builds from 07/05/2015 and newer do not appear

        I do not have builds in between those two dates.

        Anything change on the connections in that area??

        Sent from sourceforge.net because you indicated interest in
        https://sourceforge.net/p/gnoga/tickets/28/

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

         

        Related

        Tickets: #28

        • David Botton

          David Botton - 2015-11-25

          Please checkout the latest Gnoga and make the changed listed for using GNAT
          GPL 2014 or earlier and let me know if this solves the issue for you.

          David Botton

          On Tue, Nov 24, 2015 at 7:17 PM David Botton dbotton@users.sf.net wrote:

          Thanks the change in GNAT was between 2014 and 2015. I'll see if I can
          install an older gnat and try to duplicate. Thanks.
          On Tue, Nov 24, 2015 at 6:13 PM Jere jerebear@users.sf.net wrote:

          This occurs with every git pull I have starting with my pull on
          07/05/2015. I tested against today's pull and it still doesn't work. If I
          go back to my 06/24/2015 pull (a 1.0 version I think????) that pull works
          fine. Same project tested. I use GPS and GNAT GPL 2014. It happens on
          both my home network and my work network. Both setups have me on a Windows
          7 64bit install. I'm using MinGW as the posix emulation layer and MSYS to
          provide make functionality.

          Below is the relevant version info:

          $ gcc --version
          gcc.exe (GCC) 4.7.4 20140401 for GNAT GPL gpl-2014 (20140405)
          Copyright (C) 2012 Free Software Foundation, Inc.
          This is free software; see the source for copying conditions.
          See your AdaCore support agreement for details of warranty and support.
          If you do not have a current support agreement, then there is absolutely
          no warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
          PURPOSE.

          $ gnat --version
          GNAT GPL 2014 (20140331)
          Copyright (C) 1996-2014, Free Software Foundation, Inc.
          This is free software; see the source for copying conditions.
          There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
          PARTICULAR PURPOSE.

          https://www.avast.com/?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
          This
          email has been sent from a virus-free computer protected by Avast.
          www.avast.com

          https://www.avast.com/?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
          <#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

          On Tue, Nov 24, 2015 at 7:55 AM, David Botton dbotton@users.sf.net wrote:

          Does this occur with the lastest Gnoga in GIT or just with the release
          version and if so which one? (1.1 or 1.1a)


          Status: open
          Milestone: 1.2
          Created: Fri Aug 28, 2015 10:57 PM UTC by Jere
          Last Updated: Sun Aug 30, 2015 04:35 PM UTC
          Owner: nobody

          Windows 7
          GNAT GPL 2014
          Firewall off

          I am having trouble with the latest builds. Whenever I try to connect the
          web browser to a gnoga application, I get a connection reset error. I have
          the windows firewall off just to be sure. I tested against an older version
          of Gnoga and it works, but newer versions give me trouble. For reference:

          Builds from 06/24/2015 and older work
          Builds from 07/05/2015 and newer do not appear

          I do not have builds in between those two dates.
          Anything change on the connections in that area??

          Sent from sourceforge.net because you indicated interest in
          https://sourceforge.net/p/gnoga/tickets/28/

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


          Status: open
          Milestone: 1.2
          Created: Fri Aug 28, 2015 10:57 PM UTC by Jere

          Last Updated: Tue Nov 24, 2015 12:55 PM UTC
          Owner: nobody

          Windows 7
          GNAT GPL 2014
          Firewall off

          I am having trouble with the latest builds. Whenever I try to connect the
          web browser to a gnoga application, I get a connection reset error. I have
          the windows firewall off just to be sure. I tested against an older version
          of Gnoga and it works, but newer versions give me trouble. For reference:

          Builds from 06/24/2015 and older work
          Builds from 07/05/2015 and newer do not appear

          I do not have builds in between those two dates.
          Anything change on the connections in that area??

          Sent from sourceforge.net because you indicated interest in
          https://sourceforge.net/p/gnoga/tickets/28/

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


          Status: open
          Milestone: 1.2
          Created: Fri Aug 28, 2015 10:57 PM UTC by Jere
          Last Updated: Tue Nov 24, 2015 12:55 PM UTC
          Owner: nobody

          Windows 7
          GNAT GPL 2014
          Firewall off

          I am having trouble with the latest builds. Whenever I try to connect the
          web browser to a gnoga application, I get a connection reset error. I have
          the windows firewall off just to be sure. I tested against an older version
          of Gnoga and it works, but newer versions give me trouble. For reference:

          Builds from 06/24/2015 and older work
          Builds from 07/05/2015 and newer do not appear

          I do not have builds in between those two dates.

          Anything change on the connections in that area??

          Sent from sourceforge.net because you indicated interest in
          https://sourceforge.net/p/gnoga/tickets/28/

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

           

          Related

          Tickets: #28

  • David Botton

    David Botton - 2015-11-25
    • status: open --> closed
    • assigned_to: David Botton
     

Log in to post a comment.