Uploaded image for project: 'Bug Repository'
  1. Bug Repository
  2. BUG-316

add new bundle repository does not work

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Minor
    • Resolution: Fixed
    • Labels:
      None

      Description

      if you try to add a new bundle repository, the popup asks
      for Quickload, DAS, ... This then fails, because that does not apply to bundle
      repositories, just data sources. This used to work.

        Attachments

          Issue Links

            Activity

            Hide
            david David Norris (Inactive) added a comment -

            Fixed in r9956

            Show
            david David Norris (Inactive) added a comment - Fixed in r9956
            Hide
            alyssa Alyssa Gulledge (Inactive) added a comment -

            Is there a web address for a 'test repository' that I can use to test this out?

            Show
            alyssa Alyssa Gulledge (Inactive) added a comment - Is there a web address for a 'test repository' that I can use to test this out?
            Hide
            lfrohman Lance Frohman (Inactive) added a comment -

            I made a public IGB bundle repository at:

            https://sites.google.com/site/igbtest3

            Show
            lfrohman Lance Frohman (Inactive) added a comment - I made a public IGB bundle repository at: https://sites.google.com/site/igbtest3
            Hide
            lfrohman Lance Frohman (Inactive) added a comment -

            does not work

            Show
            lfrohman Lance Frohman (Inactive) added a comment - does not work
            Hide
            david David Norris (Inactive) added a comment -

            I think its the repository you set up... I tested it on IGB 6.6 before any of the changes I made and it gives me this error.

            SEVERE: error loading repository: https://sites.google.com/site/igbtest3/bundles
            java.io.FileNotFoundException: https://sites.google.com/site/igbtest3/bundles/repository.xml
            at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
            at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
            error loading repository: https://sites.google.com/site/igbtest3/bundles
            at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:203)
            at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:196)
            at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:113)
            at org.apache.felix.bundlerepository.impl.RepositoryAdminImpl$1.run(RepositoryAdminImpl.java:114)
            at java.security.AccessController.doPrivileged(Native Method)
            at org.apache.felix.bundlerepository.impl.RepositoryAdminImpl.addRepository(RepositoryAdminImpl.java:110)
            at org.apache.felix.bundlerepository.impl.RepositoryAdminImpl.addRepository(RepositoryAdminImpl.java:98)
            at org.apache.felix.bundlerepository.impl.wrapper.RepositoryAdminWrapper.addRepository(RepositoryAdminWrapper.java:49)
            at com.affymetrix.igb.plugins.PluginsView$16.doInBackground(PluginsView.java:648)
            at com.affymetrix.igb.plugins.PluginsView$16.doInBackground(PluginsView.java:644)
            at javax.swing.SwingWorker$1.call(SwingWorker.java:277)
            at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
            at java.util.concurrent.FutureTask.run(FutureTask.java:138)
            at javax.swing.SwingWorker.run(SwingWorker.java:316)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
            at java.lang.Thread.run(Thread.java:680)

            Show
            david David Norris (Inactive) added a comment - I think its the repository you set up... I tested it on IGB 6.6 before any of the changes I made and it gives me this error. SEVERE: error loading repository: https://sites.google.com/site/igbtest3/bundles java.io.FileNotFoundException: https://sites.google.com/site/igbtest3/bundles/repository.xml at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234) error loading repository: https://sites.google.com/site/igbtest3/bundles at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:203) at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:196) at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:113) at org.apache.felix.bundlerepository.impl.RepositoryAdminImpl$1.run(RepositoryAdminImpl.java:114) at java.security.AccessController.doPrivileged(Native Method) at org.apache.felix.bundlerepository.impl.RepositoryAdminImpl.addRepository(RepositoryAdminImpl.java:110) at org.apache.felix.bundlerepository.impl.RepositoryAdminImpl.addRepository(RepositoryAdminImpl.java:98) at org.apache.felix.bundlerepository.impl.wrapper.RepositoryAdminWrapper.addRepository(RepositoryAdminWrapper.java:49) at com.affymetrix.igb.plugins.PluginsView$16.doInBackground(PluginsView.java:648) at com.affymetrix.igb.plugins.PluginsView$16.doInBackground(PluginsView.java:644) at javax.swing.SwingWorker$1.call(SwingWorker.java:277) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at javax.swing.SwingWorker.run(SwingWorker.java:316) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680)
            Show
            david David Norris (Inactive) added a comment - https://sites.google.com/site/igbtest3/bundles/repository.xml does not exist
            Hide
            lfrohman Lance Frohman (Inactive) added a comment -

            The add server popup for bundle repositories
            shows the server type dropdown disabled.
            If possible, it would be better if this could be
            hidden, i.e. dropdown.setVisible(false).

            Show
            lfrohman Lance Frohman (Inactive) added a comment - The add server popup for bundle repositories shows the server type dropdown disabled. If possible, it would be better if this could be hidden, i.e. dropdown.setVisible(false).
            Hide
            lfrohman Lance Frohman (Inactive) added a comment -

            passed

            Show
            lfrohman Lance Frohman (Inactive) added a comment - passed
            Hide
            fwang4 Fuquan Wang (Inactive) added a comment - - edited

            Passed on 7.0.0 (11997) Mac

            Show
            fwang4 Fuquan Wang (Inactive) added a comment - - edited Passed on 7.0.0 (11997) Mac

              People

              • Assignee:
                Unassigned
                Reporter:
                lfrohman Lance Frohman (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: