[JBoss JIRA] (JBIDE-23511) CDK start fails if you don't accept OpenShift certificate in time
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23511?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-23511.
---------------------------------
> CDK start fails if you don't accept OpenShift certificate in time
> -----------------------------------------------------------------
>
> Key: JBIDE-23511
> URL: https://issues.jboss.org/browse/JBIDE-23511
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.4.2.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.0.AM1
>
>
> This happened to me a couple of times and it's pretty annoying, but I'm not sure if anything can be done about it.
> When you launch cdk in devstudio and then forget about it and do something else, then when you get back to devstudio to actually play with cdk, you will see it fail horribly.
> This is because the startup time out has been reached and since you haven't accepted the openshift certificate, the prompt will be waiting for you and will cause time out.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBIDE-23621) RedDeer build not working - cannot load its own repo
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23621?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-23621.
---------------------------------
Resolution: Done
It works now, so closing.
> RedDeer build not working - cannot load its own repo
> ----------------------------------------------------
>
> Key: JBIDE-23621
> URL: https://issues.jboss.org/browse/JBIDE-23621
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, integration-tests
> Affects Versions: 4.4.3.AM1
> Reporter: Martin Malina
> Assignee: Nick Boldt
> Fix For: 4.4.3.AM1
>
>
> The main problem is that the repo is broken:
> http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/
> compositeArtifacts.xml contains:
> child location="2016-11-30_16-31-45-B851/"
> But that directory does not contain the repo directly - for it to work, it would need to point to 2016-11-30_16-31-45-B851/all/repo/.
> And here are the consequences - broken build of RedDeer:
> Today, a build of RedDeer failed:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/reddeer_master/852/
> {code}
> [INFO] Adding repository http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master
> [INFO] Fetching compositeContent.xml from http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/ (0B of 472B at 0B/s)
> [ERROR] Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'RedDeer' from location http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/: Unable to read repository at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master. No repository found at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master.... -> [Help 1]
> org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'RedDeer' from location http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:167)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: java.lang.RuntimeException: Failed to load p2 repository with ID 'RedDeer' from location http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.loadMetadataRepository(TargetPlatformFactoryImpl.java:301)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.gatherExternalInstallableUnits(TargetPlatformFactoryImpl.java:269)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:174)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:126)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:1)
> at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform(ReactorRepositoryManagerImpl.java:82)
> at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform(P2DependencyResolver.java:215)
> at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject(DefaultTychoResolver.java:99)
> at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:75)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
> ... 11 more
> Caused by: org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master.
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:185)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.<init>(CompositeMetadataRepository.java:106)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory.load(CompositeMetadataRepositoryFactory.java:122)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:768)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:668)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:59)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:52)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.loadMetadataRepository(TargetPlatformFactoryImpl.java:297)
> ... 21 more
> Caused by: org.eclipse.equinox.p2.core.ProvisionException: No repository found at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master....
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:395)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:692)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:59)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:52)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:166)
> ... 30 more
> {code}
> This was during the maven step which calls deploy on archetype/pom.xml:
> https://github.com/jboss-reddeer/reddeer/blob/master/archetype/pom.xml
> Inside the archetype test, we add the nightly RedDeer repo:
> https://github.com/jboss-reddeer/reddeer/blob/master/archetype/src/main/r...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBIDE-23621) RedDeer build not working - cannot load its own repo
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23621?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-23621:
---------------------------------------
I don't quite understand how volume migration could cause wrong path being used in the composite xml, but ok.
Anyway, our problem seems to be solved for now, so I'm fine to close this JIRA.
> RedDeer build not working - cannot load its own repo
> ----------------------------------------------------
>
> Key: JBIDE-23621
> URL: https://issues.jboss.org/browse/JBIDE-23621
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, integration-tests
> Affects Versions: 4.4.3.AM1
> Reporter: Martin Malina
> Assignee: Nick Boldt
> Fix For: 4.4.3.AM1
>
>
> The main problem is that the repo is broken:
> http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/
> compositeArtifacts.xml contains:
> child location="2016-11-30_16-31-45-B851/"
> But that directory does not contain the repo directly - for it to work, it would need to point to 2016-11-30_16-31-45-B851/all/repo/.
> And here are the consequences - broken build of RedDeer:
> Today, a build of RedDeer failed:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/reddeer_master/852/
> {code}
> [INFO] Adding repository http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master
> [INFO] Fetching compositeContent.xml from http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/ (0B of 472B at 0B/s)
> [ERROR] Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'RedDeer' from location http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/: Unable to read repository at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master. No repository found at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master.... -> [Help 1]
> org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'RedDeer' from location http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:167)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: java.lang.RuntimeException: Failed to load p2 repository with ID 'RedDeer' from location http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.loadMetadataRepository(TargetPlatformFactoryImpl.java:301)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.gatherExternalInstallableUnits(TargetPlatformFactoryImpl.java:269)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:174)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:126)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:1)
> at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform(ReactorRepositoryManagerImpl.java:82)
> at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform(P2DependencyResolver.java:215)
> at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject(DefaultTychoResolver.java:99)
> at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:75)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
> ... 11 more
> Caused by: org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master.
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:185)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.<init>(CompositeMetadataRepository.java:106)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory.load(CompositeMetadataRepositoryFactory.java:122)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:768)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:668)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:59)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:52)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.loadMetadataRepository(TargetPlatformFactoryImpl.java:297)
> ... 21 more
> Caused by: org.eclipse.equinox.p2.core.ProvisionException: No repository found at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master....
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:395)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:692)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:59)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:52)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:166)
> ... 30 more
> {code}
> This was during the maven step which calls deploy on archetype/pom.xml:
> https://github.com/jboss-reddeer/reddeer/blob/master/archetype/pom.xml
> Inside the archetype test, we add the nightly RedDeer repo:
> https://github.com/jboss-reddeer/reddeer/blob/master/archetype/src/main/r...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBIDE-23578) Integration tests global refactoring: org.jboss.tools.dummy.ui.bot.test
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23578?page=com.atlassian.jira.plugi... ]
Martin Malina reassigned JBIDE-23578:
-------------------------------------
Assignee: Jeff MAURY (was: Martin Malina)
I checked on my machine and it turns out that this works with just:
mvn clean verify -DskipTests=false -Dtest.module=org.jboss.tools.dummy.ui.bot.test
So what's next with this?
To be clear, this test is used to determine the status of jenkins slaves - simply to see if a slave is capable of running a UI bot test. All it does is open the global Preferences page 100 times.
So it doesn't really test any of JBoss Tools, but it's still useful.
> Integration tests global refactoring: org.jboss.tools.dummy.ui.bot.test
> -----------------------------------------------------------------------
>
> Key: JBIDE-23578
> URL: https://issues.jboss.org/browse/JBIDE-23578
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: upstream
> Affects Versions: 4.4.2.Final
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Labels: integration, integration_tests
> Fix For: 4.4.3.AM1
>
>
> Maven command:
> {code}
> mvn clean verify -Dtest.module=org.jboss.tools.dummy.ui.bot.test -DskipTests=false
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBIDE-23621) RedDeer build not working - cannot load its own repo
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23621?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-23621 at 12/1/16 10:01 AM:
--------------------------------------------------------------
Could be caused by Windup job trying to do an extra call to jbosstools-cleanup.sh (which purges old buildfolders and regenerates the composite*.xml files in your builds/<JOB_NAME>/ folder). I've disabled that for now to verify... and the Windup job is still failing for similar reasons.
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/windup-eclipse-plugi...
So, it could be caused by this:
{quote}
It came to our attention today that Maven repo regens were being seriously impacted by the data transfer that started on Tuesday to prepare for the /vol/engineering/ NetApp migration that I notified you about on Monday. We're tweaking the rate that we're transferring data but also need to adjust the # of concurrent regens so that they don't hang. This will only be temporary until the data sync completes but it is likely to be in place for approx 2 weeks. It is also important that you are careful submitting manual regen requests as overloading the queue may cause things to get into a bad state.
If there are questions or concerns, I've copied the Mikes here to help.
Thanks and apologies for the temporary reduction in performance.
{quote}
was (Author: nickboldt):
Could be caused by Windup job trying to do an extra call to jbosstools-cleanup.sh (which purges old buildfolders and regenerates the composite*.xml files in your builds/<JOB_NAME>/ folder)
Or could be caused by this:
{quote}
It came to our attention today that Maven repo regens were being seriously impacted by the data transfer that started on Tuesday to prepare for the /vol/engineering/ NetApp migration that I notified you about on Monday. We're tweaking the rate that we're transferring data but also need to adjust the # of concurrent regens so that they don't hang. This will only be temporary until the data sync completes but it is likely to be in place for approx 2 weeks. It is also important that you are careful submitting manual regen requests as overloading the queue may cause things to get into a bad state.
If there are questions or concerns, I've copied the Mikes here to help.
Thanks and apologies for the temporary reduction in performance.
{quote}
> RedDeer build not working - cannot load its own repo
> ----------------------------------------------------
>
> Key: JBIDE-23621
> URL: https://issues.jboss.org/browse/JBIDE-23621
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, integration-tests
> Affects Versions: 4.4.3.AM1
> Reporter: Martin Malina
> Assignee: Nick Boldt
> Fix For: 4.4.3.AM1
>
>
> The main problem is that the repo is broken:
> http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/
> compositeArtifacts.xml contains:
> child location="2016-11-30_16-31-45-B851/"
> But that directory does not contain the repo directly - for it to work, it would need to point to 2016-11-30_16-31-45-B851/all/repo/.
> And here are the consequences - broken build of RedDeer:
> Today, a build of RedDeer failed:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/reddeer_master/852/
> {code}
> [INFO] Adding repository http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master
> [INFO] Fetching compositeContent.xml from http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/ (0B of 472B at 0B/s)
> [ERROR] Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'RedDeer' from location http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/: Unable to read repository at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master. No repository found at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master.... -> [Help 1]
> org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'RedDeer' from location http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:167)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: java.lang.RuntimeException: Failed to load p2 repository with ID 'RedDeer' from location http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.loadMetadataRepository(TargetPlatformFactoryImpl.java:301)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.gatherExternalInstallableUnits(TargetPlatformFactoryImpl.java:269)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:174)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:126)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:1)
> at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform(ReactorRepositoryManagerImpl.java:82)
> at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform(P2DependencyResolver.java:215)
> at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject(DefaultTychoResolver.java:99)
> at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:75)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
> ... 11 more
> Caused by: org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master.
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:185)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.<init>(CompositeMetadataRepository.java:106)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory.load(CompositeMetadataRepositoryFactory.java:122)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:768)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:668)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:59)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:52)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.loadMetadataRepository(TargetPlatformFactoryImpl.java:297)
> ... 21 more
> Caused by: org.eclipse.equinox.p2.core.ProvisionException: No repository found at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master....
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:395)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:692)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:59)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:52)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:166)
> ... 30 more
> {code}
> This was during the maven step which calls deploy on archetype/pom.xml:
> https://github.com/jboss-reddeer/reddeer/blob/master/archetype/pom.xml
> Inside the archetype test, we add the nightly RedDeer repo:
> https://github.com/jboss-reddeer/reddeer/blob/master/archetype/src/main/r...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBIDE-23621) RedDeer build not working - cannot load its own repo
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23621?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-23621:
------------------------------------
Could be caused by Windup job trying to do an extra call to jbosstools-cleanup.sh (which purges old buildfolders and regenerates the composite*.xml files in your builds/<JOB_NAME>/ folder)
Or could be caused by this:
{quote}
It came to our attention today that Maven repo regens were being seriously impacted by the data transfer that started on Tuesday to prepare for the /vol/engineering/ NetApp migration that I notified you about on Monday. We're tweaking the rate that we're transferring data but also need to adjust the # of concurrent regens so that they don't hang. This will only be temporary until the data sync completes but it is likely to be in place for approx 2 weeks. It is also important that you are careful submitting manual regen requests as overloading the queue may cause things to get into a bad state.
If there are questions or concerns, I've copied the Mikes here to help.
Thanks and apologies for the temporary reduction in performance.
{quote}
> RedDeer build not working - cannot load its own repo
> ----------------------------------------------------
>
> Key: JBIDE-23621
> URL: https://issues.jboss.org/browse/JBIDE-23621
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, integration-tests
> Affects Versions: 4.4.3.AM1
> Reporter: Martin Malina
> Assignee: Nick Boldt
> Fix For: 4.4.3.AM1
>
>
> The main problem is that the repo is broken:
> http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/
> compositeArtifacts.xml contains:
> child location="2016-11-30_16-31-45-B851/"
> But that directory does not contain the repo directly - for it to work, it would need to point to 2016-11-30_16-31-45-B851/all/repo/.
> And here are the consequences - broken build of RedDeer:
> Today, a build of RedDeer failed:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/reddeer_master/852/
> {code}
> [INFO] Adding repository http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master
> [INFO] Fetching compositeContent.xml from http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/ (0B of 472B at 0B/s)
> [ERROR] Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'RedDeer' from location http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/: Unable to read repository at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master. No repository found at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master.... -> [Help 1]
> org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'RedDeer' from location http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:167)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: java.lang.RuntimeException: Failed to load p2 repository with ID 'RedDeer' from location http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master/
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.loadMetadataRepository(TargetPlatformFactoryImpl.java:301)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.gatherExternalInstallableUnits(TargetPlatformFactoryImpl.java:269)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:174)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:126)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:1)
> at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform(ReactorRepositoryManagerImpl.java:82)
> at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform(P2DependencyResolver.java:215)
> at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject(DefaultTychoResolver.java:99)
> at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:75)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
> ... 11 more
> Caused by: org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master.
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:185)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.<init>(CompositeMetadataRepository.java:106)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory.load(CompositeMetadataRepositoryFactory.java:122)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:768)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:668)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:59)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:52)
> at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.loadMetadataRepository(TargetPlatformFactoryImpl.java:297)
> ... 21 more
> Caused by: org.eclipse.equinox.p2.core.ProvisionException: No repository found at http://download.jboss.org/jbosstools/neon/snapshots/builds/reddeer_master....
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:395)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:692)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:59)
> at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:52)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:166)
> ... 30 more
> {code}
> This was during the maven step which calls deploy on archetype/pom.xml:
> https://github.com/jboss-reddeer/reddeer/blob/master/archetype/pom.xml
> Inside the archetype test, we add the nightly RedDeer repo:
> https://github.com/jboss-reddeer/reddeer/blob/master/archetype/src/main/r...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBDS-4211) Change yum repository configuration
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4211?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4211:
-----------------------------
Affects: Documentation (Ref Guide, User Guide, etc.)
Release Notes Docs Status: Not Yet Documented
> Change yum repository configuration
> -----------------------------------
>
> Key: JBDS-4211
> URL: https://issues.jboss.org/browse/JBDS-4211
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: rpm
> Affects Versions: 10.3.0.AM1
> Reporter: Lukáš Valach
> Assignee: Nick Boldt
> Priority: Optional
> Fix For: 10.3.0.AM1
>
>
> I spoke with [~vkadlcik] about yum repository configuration. Václav has proposed to remove these lines from config file:
> * sslverify=0
> Vašek said: _If it mean that user have to install some certification then this fact should be mentioned in documentation._
> I removed this parameter and I was still able to install RPM. I didn't have to install any certification, so we can remove this parameter I guess.
> * gpgcheck=0
> GPG check should be enabled (but we have to sign RPM package JBDS-4197)
> * includepkgs=rh-eclipse*
> we don't need that
> * skip_if_unavailable=1
> This feature is disabled by default. We haven't reason to change this behaviour. It might seems that we are not able to keep our repository online. It depends on the user if he would like to skip unavailable repositories.
> We need to update this guide https://devstudio.jboss.com/10.0/snapshots/rpms/10.3.0/x86_64/
> and we also need to update install guide (CC:[~supriya.bharadwaj])
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBIDE-23578) Integration tests global refactoring: org.jboss.tools.dummy.ui.bot.test
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23578?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-23578:
---------------------------------------
[~nickboldt], I believe there is one subtask for each of the bundle. And for each of the subtasks, we need to decide what to do with the specific bundle. One of the main goals is to make sure "mvn verify" just works on the whole repo.
In this specific case, I think the tests work. But may require some parameters - I will check this.
> Integration tests global refactoring: org.jboss.tools.dummy.ui.bot.test
> -----------------------------------------------------------------------
>
> Key: JBIDE-23578
> URL: https://issues.jboss.org/browse/JBIDE-23578
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: upstream
> Affects Versions: 4.4.2.Final
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Labels: integration, integration_tests
> Fix For: 4.4.3.AM1
>
>
> Maven command:
> {code}
> mvn clean verify -Dtest.module=org.jboss.tools.dummy.ui.bot.test -DskipTests=false
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months