Checked eclipse log and got more details: Caused by: java.io.IOException: http://www.apache.org/dist/uima/eclipse-update-site/uima-as is not a valid repository location. at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.load(SimpleMetadataRepositoryFactory.java:102)
Source: https://github.com/irbull/rt.eclipse.p2/blob/master/bundles/org.eclipse.equinox.p2.metadata.repository/src/org/eclipse/equinox/internal/p2/metadata/repository/SimpleMetadataRepositoryFactory.java Looks like line 102: //if there is a jar but the entry is missing or invalid, treat this as an invalid repository if (jarEntry == null) throw new IOException(NLS.bind(Messages.repoMan_invalidLocation, location)); So, this thing fails while handling a jar file. Something is missing from there.Still no clue what it might be. I have no recollection of changing anything in the plugins. -jerry On Fri, Feb 3, 2017 at 12:17 PM, Jaroslaw Cwiklik <[email protected]> wrote: > Strange, install from local also fails. This error message ( "Unable to > read repository at..") does not reveal much. > > -jerry > > On Thu, Feb 2, 2017 at 1:09 PM, Marshall Schor (JIRA) <[email protected] > > wrote: > >> >> [ https://issues.apache.org/jira/browse/UIMA-5291?page=com. >> atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] >> >> Marshall Schor updated UIMA-5291: >> --------------------------------- >> Description: >> Noticed that UIMA-AS plugins are not showing on the Eclipse update site. >> A quick look seems to indicate they are there, so something has gone >> wrong. Needs investigation. >> >> To reproduce: start a new fresh unzipped Eclipse (I used the current >> download - neon.2 ), >> Click on Install new software, and select http://www.apache.org/dist/uim >> a/eclipse-update-site/uima-as. This produces: >> "Unable to read repository at http://www.apache.org/dist/uim >> a/eclipse-update-site/uima-as" >> caused by java.io.IOException: http://www.apache.org/dist/uim >> a/eclipse-update-site/uima-as is not a valid repository location. >> >> was:Noticed that UIMA-AS plugins are not showing on the Eclipse update >> site. A quick look seems to indicate they are there, so something has gone >> wrong. Needs investigation. >> >> >> > UIMA-AS: eclipse update site missing from Eclipse install menus >> > --------------------------------------------------------------- >> > >> > Key: UIMA-5291 >> > URL: https://issues.apache.org/jira/browse/UIMA-5291 >> > Project: UIMA >> > Issue Type: Bug >> > Components: Async Scaleout, Eclipse plugins >> > Affects Versions: 2.9.0AS >> > Reporter: Marshall Schor >> > Assignee: Jerry Cwiklik >> > >> > Noticed that UIMA-AS plugins are not showing on the Eclipse update >> site. A quick look seems to indicate they are there, so something has gone >> wrong. Needs investigation. >> > To reproduce: start a new fresh unzipped Eclipse (I used the current >> download - neon.2 ), >> > Click on Install new software, and select >> http://www.apache.org/dist/uima/eclipse-update-site/uima-as. This >> produces: >> > "Unable to read repository at http://www.apache.org/dist/uim >> a/eclipse-update-site/uima-as" >> > caused by java.io.IOException: http://www.apache.org/dist/uim >> a/eclipse-update-site/uima-as is not a valid repository location. >> >> >> >> -- >> This message was sent by Atlassian JIRA >> (v6.3.15#6346) >> > >
