Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-28822

Deleting a component throws an error in Error Log View

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.27.0.AM1
    • 4.26.0.Final
    • openshift
    • None
    • Sprint #229 Dec 2022, Sprint #230 Jan 2023, Sprint #231 Feb 2023, Sprint #232 Feb 2023
    • 3
    • Hide

      1. Create empty project in eclipse workspace
      2. Connect/log in to the ocp cluster (crc, devsandbox)
      3. Create new project
      4. Create new component
      5. Assert: component is created
      6. Delete the component
      7. Assert: component is deleted, devfile.yaml as well from the workspace project and there is no error.
      Actual result: Error appears in the error log. Otherwise it is ok.

      Show
      1. Create empty project in eclipse workspace 2. Connect/log in to the ocp cluster (crc, devsandbox) 3. Create new project 4. Create new component 5. Assert: component is created 6. Delete the component 7. Assert: component is deleted, devfile.yaml as well from the workspace project and there is no error. Actual result: Error appears in the error log. Otherwise it is ok.
    • ---

      I am getting an error when deleting a component in OpenShift App. Explorer. Component is eventually deleted, devfile.yaml is removed from the workspace project, but I guess there is check that was not synchronized correctly, resulting in the error.

      eclipse.buildId=4.26.0.20221201-1200
      java.version=17.0.5
      java.vendor=Eclipse Adoptium
      BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
      Framework arguments:  -product org.eclipse.epp.package.jee.product
      Command-line arguments:  -data file:/home/odockal/eclipse-workspace-JBT4260Final/ -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product
      
      org.jboss.tools.openshift.ui
      Error
      Wed Dec 14 14:27:43 CET 2022
      Process exited with an error: 1 (Exit value: 1) {
      	"message": "No valid devfile found for project in /home/odockal/eclipse-workspace-JBT4260Final/nodejs"
      }
      
      
      java.io.IOException: Process exited with an error: 1 (Exit value: 1) {
      	"message": "No valid devfile found for project in /home/odockal/eclipse-workspace-JBT4260Final/nodejs"
      }
      
      	at org.jboss.tools.openshift.internal.ui.odo.ExecHelper.execute(ExecHelper.java:89)
      	at org.jboss.tools.openshift.internal.ui.odo.ExecHelper.execute(ExecHelper.java:107)
      	at org.jboss.tools.openshift.internal.ui.odo.OdoCli.execute(OdoCli.java:295)
      	at org.jboss.tools.openshift.internal.ui.odo.OdoCli.analyze(OdoCli.java:396)
      	at org.jboss.tools.openshift.internal.ui.models.applicationexplorer.OdoProjectDecorator.analyze(OdoProjectDecorator.java:104)
      	at org.jboss.tools.openshift.internal.ui.wizard.applicationexplorer.CreateComponentModel.setEclipseProject(CreateComponentModel.java:96)
      	at org.jboss.tools.openshift.internal.ui.wizard.applicationexplorer.CreateComponentWizardPage.onBrowseProjects(CreateComponentWizardPage.java:216)
      	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:5855)
      	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1529)
      	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5065)
      	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4517)
      	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:245)
      	at org.jboss.tools.openshift.internal.ui.handler.applicationexplorer.CreateComponentHandler.openDialog(CreateComponentHandler.java:100)
      	at org.jboss.tools.openshift.internal.ui.handler.applicationexplorer.CreateComponentHandler.execute(CreateComponentHandler.java:66)
      	at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283)
      	at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:97)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
      	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
      	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
      	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:317)
      	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:251)
      	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:488)
      	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:485)
      	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:5855)
      	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1529)
      	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5065)
      	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4517)
      	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
      	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
      	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
      	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
      	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:643)
      	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
      	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:550)
      	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:171)
      	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
      	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
      	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
      	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
      	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
      	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:77)
      	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
      	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
      	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
      	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
      	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
      Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
      	at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:377)
      	at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:160)
      	at org.jboss.tools.openshift.internal.ui.odo.ExecHelper.execute(ExecHelper.java:85)
      	... 62 more
      
      

              sbouchet.rh Stephane Bouchet
              odockal@redhat.com Ondrej Dockal
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: