[JBoss JIRA] (JBIDE-26160) Server Adapter: erroneously stays in [Debugging] when you kill the pod
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26160?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-26160.
---------------------------------
Works as expected.
Verified in:
Red Hat CodeReady Studio
Version: 12.12.0.GA
Build id: GA-v20190620-0532-B4586
Build date: 20190620-0532
> Server Adapter: erroneously stays in [Debugging] when you kill the pod
> ----------------------------------------------------------------------
>
> Key: JBIDE-26160
> URL: https://issues.jboss.org/browse/JBIDE-26160
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.6.0.AM3
> Reporter: André Dietisheim
> Assignee: Jeff MAURY
> Priority: Major
> Labels: server_adapter
> Fix For: 4.12.0.AM1
>
>
> steps:
> # EXEC: create an application (via ex. nodejs-mongo-persistent template), import the project and create a server adapter for it
> # ASSERT: server adapter is created
> # EXEC: start the server adapter in Debugging
> # ASSERT: sever adapter is in *[Debugging, Synchronized]* state
> # ASSERT: select pod and pick "Port Forwarding..." and it states that the forwarding is started
> # EXEC: in Explorer: select the pod for your service and pick "Delete"
> # ASSERT: pod gets deleted and recreated
> # ASSERT: select pod and pick "Port Forwarding..." and it states that the forwarding is stopped
> Result:
> The server adapter still says that is is *[Debugging, Synchronized]*, but debugging is not working any more. Debugging doesn't work any more because the port forwarding was stopped. To have it running again you need to restart the port forwarding for the new pod.
> Expected result:
> Server adapter should get out of debugging and back into normal run mode *[Started, Synchronized]*.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-26623) Cannot create openshift server adapter for eap72-basic template
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26623?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-26623.
---------------------------------
Closing, now it works.
Verified in:
Red Hat CodeReady Studio
Version: 12.12.0.GA
Build id: GA-v20190620-0532-B4586
Build date: 20190620-0532
> Cannot create openshift server adapter for eap72-basic template
> ---------------------------------------------------------------
>
> Key: JBIDE-26623
> URL: https://issues.jboss.org/browse/JBIDE-26623
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.11.0.Final, 4.12.0.AM1
> Environment: 12.11.0.GA-v20190402-1022-B4256, CDK v3.8.0-2
> Reporter: Josef Kopriva
> Assignee: Josef Kopriva
> Priority: Critical
> Fix For: 4.12.0.AM1
>
>
> {code:java}
> eclipse.buildId=12.11.0.GA-v20190402-1022-B4256
> java.version=11.0.2
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.ui
> Error
> Fri Apr 05 12:44:55 CEST 2019
> Unhandled event loop exception
> com.openshift.restclient.OpenShiftException: Could not get add modules to server
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardPageModel.updateModules(ServerSettingsWizardPageModel.java:466)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardPageModel.updateServer(ServerSettingsWizardPageModel.java:449)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardPageModel.updateServer(ServerSettingsWizardPageModel.java:429)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardPage.saveServer(ServerSettingsWizardPage.java:1091)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizard.performFinish(ServerSettingsWizard.java:58)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:775)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:414)
> at org.eclipse.jface.dialogs.Dialog.lambda$0(Dialog.java:622)
> at org.eclipse.swt.events.SelectionListener$1.widgetSelected(SelectionListener.java:84)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5783)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1411)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4579)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:823)
> at org.eclipse.jface.window.Window.open(Window.java:799)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:257)
> at org.jboss.tools.openshift.internal.ui.handler.ServerAdapterHandler.createServer(ServerAdapterHandler.java:138)
> at org.jboss.tools.openshift.internal.ui.handler.ServerAdapterHandler.openOrCreateServerAdapter(ServerAdapterHandler.java:126)
> at org.jboss.tools.openshift.internal.ui.handler.ServerAdapterHandler.getOpenShiftServer(ServerAdapterHandler.java:105)
> at org.jboss.tools.openshift.internal.ui.handler.ServerAdapterHandler.execute(ServerAdapterHandler.java:60)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:96)
> at jdk.internal.reflect.GeneratedMethodAccessor153.invoke(Unknown Source)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:320)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:254)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173)
> at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:497)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:490)
> at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:438)
> at org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem.handleWidgetSelection(AbstractContributionItem.java:449)
> at org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem.lambda$2(AbstractContributionItem.java:475)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5783)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1411)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4579)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:566)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:661)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1476)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1449)
> Caused by: org.eclipse.core.runtime.CoreException: The server does not support version 4.0 of the J2EE Web module specification.
> at org.eclipse.wst.server.core.internal.ServerWorkingCopy.modifyModules(ServerWorkingCopy.java:550)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardPageModel.updateModules(ServerSettingsWizardPageModel.java:464)
> ... 64 more
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-26662) Profile -Pdownload-devstudio cannot satisfy dependencies
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26662?page=com.atlassian.jira.plugi... ]
Josef Kopriva reassigned JBIDE-26662:
-------------------------------------
Assignee: Josef Kopriva
> Profile -Pdownload-devstudio cannot satisfy dependencies
> --------------------------------------------------------
>
> Key: JBIDE-26662
> URL: https://issues.jboss.org/browse/JBIDE-26662
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.12.0.AM1
> Reporter: Josef Kopriva
> Assignee: Josef Kopriva
> Priority: Major
>
> When running command mvn clean install -DskipTests=true -Pdownload-devstudio in jbosstools-server repo tycho is not able to to resolve dependencies:
> {code:java}
> [INFO] Resolving dependencies of MavenProject: org.jboss.tools.archives.plugins:org.jboss.tools.archives.scanner:3.6.202-SNAPSHOT @ /Users/jkopriva/git/jkopriva/jbosstools-server/archives/plugins/org.jboss.tools.archives.scanner/pom.xml
> [INFO] {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64}
> [ERROR] Cannot resolve project dependencies:
> [ERROR] Software being installed: com.jboss.devstudio.core.feature.feature.group 12.12.0.v20190606-1202
> [ERROR] Missing requirement: com.jboss.devstudio.core.rpm.feature.feature.group 12.12.0.v20190606-1202 requires 'org.eclipse.equinox.p2.iu; org.jboss.ide.eclipse.archives.feature.feature.group [3.6.202.v20181011-1445,3.6.202.v20181011-1445]' but it could not be found
> [ERROR] Cannot satisfy dependency: com.jboss.devstudio.core.feature.feature.group 12.12.0.v20190606-1202 depends on: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.rpm.feature.feature.group [12.12.0.v20190606-1202,12.12.0.v20190606-1202]
> [ERROR]
> [ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
> [ERROR] Cannot resolve dependencies of MavenProject: org.jboss.tools.archives.plugins:org.jboss.tools.archives.scanner:3.6.202-SNAPSHOT @ /Users/jkopriva/git/jkopriva/jbosstools-server/archives/plugins/org.jboss.tools.archives.scanner/pom.xml: See log for details -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
> {code}
> This is blocking running integration tests with profile download-devstudio.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-26684) Jobs are red due to issues with target platform
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26684?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-26684:
----------------------------------
Description:
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
Error:
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
{code:java}
02:01:54 [INFO] Downloading from jboss-ga-repository: http://maven.repository.redhat.com/ga/org/jboss/tools/targetplatforms/jbo...
02:01:55 [ERROR] Internal error: java.lang.RuntimeException: Could not resolve target platform specification artifact org.jboss.tools.targetplatforms:jbosstools-unified:target:jbosstools-unified:4.12.0.Final-SNAPSHOT -> [Help 1]
02:01:55 org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Could not resolve target platform specification artifact org.jboss.tools.targetplatforms:jbosstools-unified:target:jbosstools-unified:4.12.0.Final-SNAPSHOT
02:01:55 at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:122)
02:01:55 at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
02:01:55 at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
02:01:55 at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
02:01:55 at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
02:01:55 at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
02:01:55 at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
02:01:55 at java.lang.reflect.Method.invoke (Method.java:498)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
02:01:55 Caused by: java.lang.RuntimeException: Could not resolve target platform specification artifact org.jboss.tools.targetplatforms:jbosstools-unified:target:jbosstools-unified:4.12.0.Final-SNAPSHOT
02:01:55 at org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReader.addTargetArtifact (DefaultTargetPlatformConfigurationReader.java:389)
02:01:55 at org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReader.setTarget (DefaultTargetPlatformConfigurationReader.java:342)
02:01:55 at org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReader.getTargetPlatformConfiguration (DefaultTargetPlatformConfigurationReader.java:75)
02:01:55 at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:87)
02:01:55 at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:90)
02:01:55 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:267)
02:01:55 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
02:01:55 at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
02:01:55 at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
02:01:55 at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
02:01:55 at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
02:01:55 at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
02:01:55 at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
02:01:55 at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
02:01:55 at java.lang.reflect.Method.invoke (Method.java:498)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
02:01:55 [ERROR]
02:01:55 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
02:01:55 [ERROR]
02:01:55 [ERROR] For more information about the errors and possible solutions, please read the following articles:
02:01:55 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
02:01:55 Build step 'Invoke top-level Maven targets' marked build as failure
02:01:56 [description-setter] Description set:
02:01:56 Sending e-mails to: jboss-devstudio-builds-list(a)redhat.com jmaury(a)redhat.com
02:01:59 Started calculate disk usage of build
02:01:59 Finished Calculation of disk usage of build in 0 seconds
02:01:59 Started calculate disk usage of workspace
02:02:00 Finished Calculation of disk usage of workspace in 0 seconds
02:02:00 Finished: FAILURE
{code}
was:
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
Error:
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
{code:java}
02:01:54 [INFO] Downloading from jboss-ga-repository: http://maven.repository.redhat.com/ga/org/jboss/tools/targetplatforms/jbo...
02:01:55 [ERROR] Internal error: java.lang.RuntimeException: Could not resolve target platform specification artifact org.jboss.tools.targetplatforms:jbosstools-unified:target:jbosstools-unified:4.12.0.Final-SNAPSHOT -> [Help 1]
02:01:55 org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Could not resolve target platform specification artifact org.jboss.tools.targetplatforms:jbosstools-unified:target:jbosstools-unified:4.12.0.Final-SNAPSHOT
02:01:55 at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:122)
02:01:55 at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
02:01:55 at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
02:01:55 at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
02:01:55 at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
02:01:55 at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
02:01:55 at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
02:01:55 at java.lang.reflect.Method.invoke (Method.java:498)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
02:01:55 Caused by: java.lang.RuntimeException: Could not resolve target platform specification artifact org.jboss.tools.targetplatforms:jbosstools-unified:target:jbosstools-unified:4.12.0.Final-SNAPSHOT
02:01:55 at org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReader.addTargetArtifact (DefaultTargetPlatformConfigurationReader.java:389)
02:01:55 at org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReader.setTarget (DefaultTargetPlatformConfigurationReader.java:342)
02:01:55 at org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReader.getTargetPlatformConfiguration (DefaultTargetPlatformConfigurationReader.java:75)
02:01:55 at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:87)
02:01:55 at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:90)
02:01:55 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:267)
02:01:55 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
02:01:55 at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
02:01:55 at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
02:01:55 at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
02:01:55 at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
02:01:55 at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
02:01:55 at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
02:01:55 at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
02:01:55 at java.lang.reflect.Method.invoke (Method.java:498)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
02:01:55 [ERROR]
02:01:55 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
02:01:55 [ERROR]
02:01:55 [ERROR] For more information about the errors and possible solutions, please read the following articles:
02:01:55 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
02:01:55 Build step 'Invoke top-level Maven targets' marked build as failure
02:01:56 [description-setter] Description set:
02:01:56 Sending e-mails to: jboss-devstudio-builds-list(a)redhat.com jmaury(a)redhat.com
02:01:59 Started calculate disk usage of build
02:01:59 Finished Calculation of disk usage of build in 0 seconds
02:01:59 Started calculate disk usage of workspace
02:02:00 Finished Calculation of disk usage of workspace in 0 seconds
02:02:00 Finished: FAILURE
{code}
> Jobs are red due to issues with target platform
> -----------------------------------------------
>
> Key: JBIDE-26684
> URL: https://issues.jboss.org/browse/JBIDE-26684
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.12.0.Final
> Reporter: Josef Kopriva
> Assignee: Jeff MAURY
> Priority: Blocker
>
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> Error:
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> {code:java}
> 02:01:54 [INFO] Downloading from jboss-ga-repository: http://maven.repository.redhat.com/ga/org/jboss/tools/targetplatforms/jbo...
> 02:01:55 [ERROR] Internal error: java.lang.RuntimeException: Could not resolve target platform specification artifact org.jboss.tools.targetplatforms:jbosstools-unified:target:jbosstools-unified:4.12.0.Final-SNAPSHOT -> [Help 1]
> 02:01:55 org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Could not resolve target platform specification artifact org.jboss.tools.targetplatforms:jbosstools-unified:target:jbosstools-unified:4.12.0.Final-SNAPSHOT
> 02:01:55 at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:122)
> 02:01:55 at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
> 02:01:55 at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
> 02:01:55 at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
> 02:01:55 at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> 02:01:55 at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
> 02:01:55 at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
> 02:01:55 at java.lang.reflect.Method.invoke (Method.java:498)
> 02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
> 02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
> 02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
> 02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
> 02:01:55 Caused by: java.lang.RuntimeException: Could not resolve target platform specification artifact org.jboss.tools.targetplatforms:jbosstools-unified:target:jbosstools-unified:4.12.0.Final-SNAPSHOT
> 02:01:55 at org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReader.addTargetArtifact (DefaultTargetPlatformConfigurationReader.java:389)
> 02:01:55 at org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReader.setTarget (DefaultTargetPlatformConfigurationReader.java:342)
> 02:01:55 at org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReader.getTargetPlatformConfiguration (DefaultTargetPlatformConfigurationReader.java:75)
> 02:01:55 at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:87)
> 02:01:55 at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:90)
> 02:01:55 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:267)
> 02:01:55 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
> 02:01:55 at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
> 02:01:55 at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
> 02:01:55 at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
> 02:01:55 at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
> 02:01:55 at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> 02:01:55 at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
> 02:01:55 at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
> 02:01:55 at java.lang.reflect.Method.invoke (Method.java:498)
> 02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
> 02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
> 02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
> 02:01:55 at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
> 02:01:55 [ERROR]
> 02:01:55 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> 02:01:55 [ERROR]
> 02:01:55 [ERROR] For more information about the errors and possible solutions, please read the following articles:
> 02:01:55 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
> 02:01:55 Build step 'Invoke top-level Maven targets' marked build as failure
> 02:01:56 [description-setter] Description set:
> 02:01:56 Sending e-mails to: jboss-devstudio-builds-list(a)redhat.com jmaury(a)redhat.com
> 02:01:59 Started calculate disk usage of build
> 02:01:59 Finished Calculation of disk usage of build in 0 seconds
> 02:01:59 Started calculate disk usage of workspace
> 02:02:00 Finished Calculation of disk usage of workspace in 0 seconds
> 02:02:00 Finished: FAILURE
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months