Uploaded image for project: 'IGB'
  1. IGB
  2. IGBF-2494

Fix [Fatal Error] :1:50: White spaces are required between publicId and systemId occurring in Update plugin

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
    • Story Points:
      0.25
    • Sprint:
      Summer 5: 3 Aug - 14 Aug, Summer 6: 17 Aug - 28 Aug, Summer 7: 31 Aug - 11 Sep, Fall 1: 14 Sep - 25 Sep

      Description

      .

        Attachments

          Issue Links

            Activity

            prutha Prutha Kulkarni (Inactive) created issue -
            prutha Prutha Kulkarni (Inactive) made changes -
            Field Original Value New Value
            Epic Link IGBF-1531 [ 17617 ]
            prutha Prutha Kulkarni (Inactive) made changes -
            Rank Ranked higher
            Hide
            ann.loraine Ann Loraine added a comment - - edited

            Moving forward, IGB code that accesses BioViz.org needs to use https instead of http as the protocol.

            However, older version of IGB do not do this. So I am concerned that if we continue to redirect http to https on the Web server, we might end up blocking the ability of old versions of IGB to access the Web site.

            So I wonder: should I modify the bioviz site to stop redirecting client requests to https?

            attn: Philip Badzuh and Prutha Kulkarni

            Relevant code is in:

            Code is:

            - name: httpd.conf
              become: yes
              blockinfile:
                dest: /etc/httpd/conf/httpd.conf
                insertafter: EOF
                state: present
                block: |
                  Alias "/public" "/var/www/genome-dashboard/public"
                  Redirect /igb/news.html https://{{ server_name }}/news.html
                  Redirect /igb/help.html https://{{ server_name }}/help.html
                  <VirtualHost *:80>
                     ServerName {{ server_name }}
                     Redirect / https://{{ server_name }}/
                  </VirtualHost>
            
            Show
            ann.loraine Ann Loraine added a comment - - edited Moving forward, IGB code that accesses BioViz.org needs to use https instead of http as the protocol. However, older version of IGB do not do this. So I am concerned that if we continue to redirect http to https on the Web server, we might end up blocking the ability of old versions of IGB to access the Web site. So I wonder: should I modify the bioviz site to stop redirecting client requests to https? attn: Philip Badzuh and Prutha Kulkarni Relevant code is in: https://bitbucket.org/lorainelab/bioviz-playbooks/src/master/roles/apache/tasks/main.yml Code is: - name: httpd.conf become: yes blockinfile: dest: /etc/httpd/conf/httpd.conf insertafter: EOF state: present block: | Alias "/ public " "/ var /www/genome-dashboard/ public " Redirect /igb/news.html https: //{{ server_name }}/news.html Redirect /igb/help.html https: //{{ server_name }}/help.html <VirtualHost *:80> ServerName {{ server_name }} Redirect / https: //{{ server_name }}/ </VirtualHost>
            ann.loraine Ann Loraine made changes -
            Link This issue relates to DB-70 [ DB-70 ]
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-2485 [ IGBF-2485 ]
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-2086 [ IGBF-2086 ]
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ]
            Hide
            prutha Prutha Kulkarni (Inactive) added a comment -

            I think there shouldn't be a problem if we change all the "bioviz.org" links that pare present in all the IGB modules to "https".
            Currently when I searched "bioviz.org" link all over IGB codebase, I found that of all the links which are pointing to "bioviz.org", there are some links which has "https". Whereas, a few of them still have "http". In order to address the issues that might occur in future, even if we point the site to "http" again, we will have to make a few uniform changes in IGB codebase to make each link consistent or we could just change all the links in IGB codebase to "https" instead of changing the bioviz server back to "http".

            cc: [~aloraine]

            Show
            prutha Prutha Kulkarni (Inactive) added a comment - I think there shouldn't be a problem if we change all the "bioviz.org" links that pare present in all the IGB modules to "https". Currently when I searched "bioviz.org" link all over IGB codebase, I found that of all the links which are pointing to "bioviz.org", there are some links which has "https". Whereas, a few of them still have "http". In order to address the issues that might occur in future, even if we point the site to "http" again, we will have to make a few uniform changes in IGB codebase to make each link consistent or we could just change all the links in IGB codebase to "https" instead of changing the bioviz server back to "http". cc: [~aloraine]
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Assignee Shamika Gajanan Kulkarni [ shamika ]
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            ann.loraine Ann Loraine made changes -
            Sprint Summer 5: 3 Aug - 14 Aug [ 100 ] Summer 5: 3 Aug - 14 Aug, Summer 6: 17 Aug - 28 Aug [ 100, 101 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Assignee Shamika Gajanan Kulkarni [ shamika ] Ann Loraine [ aloraine ]
            Hide
            ann.loraine Ann Loraine added a comment -

            I agree. If there are "http" links going to BioViz.org, let's change them to "https".

            Show
            ann.loraine Ann Loraine added a comment - I agree. If there are "http" links going to BioViz.org, let's change them to "https".
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ] Shamika Gajanan Kulkarni [ shamika ]
            ann.loraine Ann Loraine made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            ann.loraine Ann Loraine made changes -
            Status First Level Review in Progress [ 10301 ] To-Do [ 10305 ]
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            Hide
            shamika Shamika Gajanan Kulkarni (Inactive) added a comment -

            Please find the code changes here:
            https://bitbucket.org/skulka2710/shamika_igb/branch/IGBF-2494#diff

            Moving the ticket to First Level Review.

            Show
            shamika Shamika Gajanan Kulkarni (Inactive) added a comment - Please find the code changes here: https://bitbucket.org/skulka2710/shamika_igb/branch/IGBF-2494#diff Moving the ticket to First Level Review.
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Assignee Shamika Gajanan Kulkarni [ shamika ]
            pbadzuh Philip Badzuh (Inactive) made changes -
            Assignee Philip Badzuh [ pbadzuh ]
            pbadzuh Philip Badzuh (Inactive) made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            Hide
            pbadzuh Philip Badzuh (Inactive) added a comment -

            I have tested the branch, and the error is no longer being thrown with the new changes. Please submit a pull request at your convenience.

            Show
            pbadzuh Philip Badzuh (Inactive) added a comment - I have tested the branch, and the error is no longer being thrown with the new changes. Please submit a pull request at your convenience.
            pbadzuh Philip Badzuh (Inactive) made changes -
            Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
            pbadzuh Philip Badzuh (Inactive) made changes -
            Assignee Philip Badzuh [ pbadzuh ]
            ann.loraine Ann Loraine made changes -
            Sprint Summer 5: 3 Aug - 14 Aug, Summer 6: 17 Aug - 28 Aug [ 100, 101 ] Summer 5: 3 Aug - 14 Aug, Summer 6: 17 Aug - 28 Aug, Summer 7: 31 Aug - 11 Sep [ 100, 101, 102 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            Show
            shamika Shamika Gajanan Kulkarni (Inactive) added a comment - PR submitted: https://bitbucket.org/lorainelab/integrated-genome-browser/pull-requests/823/igbf-2494-change-http-links-to-biovizorg/diff
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
            ann.loraine Ann Loraine made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            ann.loraine Ann Loraine made changes -
            Status Reviewing Pull Request [ 10303 ] Merged Needs Testing [ 10002 ]
            Hide
            ann.loraine Ann Loraine added a comment -

            Merged and built master branch installers. Ready for testing.

            Show
            ann.loraine Ann Loraine added a comment - Merged and built master branch installers. Ready for testing.
            ann.loraine Ann Loraine made changes -
            Sprint Summer 5: 3 Aug - 14 Aug, Summer 6: 17 Aug - 28 Aug, Summer 7: 31 Aug - 11 Sep [ 100, 101, 102 ] Summer 5: 3 Aug - 14 Aug, Summer 6: 17 Aug - 28 Aug, Summer 7: 31 Aug - 11 Sep, Fall 1: 14 Sep - 25 Sep [ 100, 101, 102, 103 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            noor91zahara Noor Zahara (Inactive) made changes -
            Assignee Noor Zahara [ noor91zahara ]
            noor91zahara Noor Zahara (Inactive) made changes -
            Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
            Hide
            noor91zahara Noor Zahara (Inactive) added a comment -

            Working as expected.

            Show
            noor91zahara Noor Zahara (Inactive) added a comment - Working as expected.
            noor91zahara Noor Zahara (Inactive) made changes -
            Assignee Noor Zahara [ noor91zahara ] Shamika Gajanan Kulkarni [ shamika ]
            noor91zahara Noor Zahara (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status Post-merge Testing In Progress [ 10003 ] Closed [ 6 ]

              People

              • Assignee:
                shamika Shamika Gajanan Kulkarni (Inactive)
                Reporter:
                prutha Prutha Kulkarni (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: