[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 updated JBIDE-26623:
----------------------------------
Affects Version/s: 4.12.0.AM1
> 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: André Dietisheim
> 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)
7 years
[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 updated JBIDE-26623:
----------------------------------
Fix Version/s: 4.12.0.AM1
> 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
> Environment: 12.11.0.GA-v20190402-1022-B4256, CDK v3.8.0-2
> Reporter: Josef Kopriva
> Assignee: André Dietisheim
> 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)
7 years
[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 reassigned JBIDE-26623:
-------------------------------------
Assignee: André Dietisheim
> 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
> Environment: 12.11.0.GA-v20190402-1022-B4256, CDK v3.8.0-2
> Reporter: Josef Kopriva
> Assignee: André Dietisheim
> 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)
7 years
[JBoss JIRA] (JBIDE-26623) Cannot create openshift server adapter for eap72-basic template
by Josef Kopriva (Jira)
Josef Kopriva created JBIDE-26623:
-------------------------------------
Summary: 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
Environment: 12.11.0.GA-v20190402-1022-B4256, CDK v3.8.0-2
Reporter: Josef Kopriva
{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)
7 years
[JBoss JIRA] (JBIDE-26573) org.jboss.ide.eclipse.archives.ui.test.bot.* failures "There are no projects in your workspace"
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26573?page=com.atlassian.jira.plugi... ]
Josef Kopriva reassigned JBIDE-26573:
-------------------------------------
Assignee: Josef Kopriva
> org.jboss.ide.eclipse.archives.ui.test.bot.* failures "There are no projects in your workspace"
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26573
> URL: https://issues.jboss.org/browse/JBIDE-26573
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.11.0.Final
> Reporter: Aurélien Pupier
> Assignee: Josef Kopriva
> Priority: Critical
> Fix For: 4.12.0.AM1
>
>
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> {noformat}
> org.jboss.ide.eclipse.archives.ui.test.bot.ViewIsPresentTest no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.ViewIsPresentTest no-configuration 7.6 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.ArchivePreferencesTest no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.ArchivePreferencesTest no-configuration 10 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.ArchiveViewReSwitchingTest no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.ArchiveViewReSwitchingTest no-configuration 13 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.FolderTest no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.FolderTest no-configuration 15 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.FilesetTest no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.FilesetTest no-configuration 18 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.UserLibrariesFilesetTest no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.UserLibrariesFilesetTest no-configuration 21 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.ArchivesSupportTest no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.ArchivesSupportTest no-configuration 23 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.BuildingArchiveNode no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.BuildingArchiveNode no-configuration 26 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.BuildingProjectTest no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.BuildingProjectTest no-configuration 29 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.BuildingArchiveTest no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.BuildingArchiveTest no-configuration 31 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.CreatingArchiveTest no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.CreatingArchiveTest no-configuration 34 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.DeletingArchiveTest no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.DeletingArchiveTest no-configuration 37 sec 2
> org.jboss.ide.eclipse.archives.ui.test.bot.ModifyingArchiveTest no-configuration.org.jboss.ide.eclipse.archives.ui.test.bot.ModifyingArchiveTest no-configuration 39 sec 2
> {noformat}
> all similar errors:
> {noformat}
> Error Message
> No matching widget found with Matcher matching when all matchers match: [Matcher matching widget with the same type as or type extending class org.eclipse.swt.widgets.Tree]
> class org.eclipse.swt.widgets.Composite[shell: 'data']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data']
> class org.eclipse.swt.widgets.Composite[shell: 'data']
> class org.eclipse.swt.widgets.Composite[shell: 'data']
> class org.eclipse.swt.widgets.Tree[shell: 'data']
> class org.eclipse.swt.widgets.Composite[shell: 'data']
> class org.eclipse.swt.widgets.Composite[shell: 'data']
> class org.eclipse.swt.widgets.Link[shell: 'data'] with text 'There are no projects in your workspace.
> To add a project:'
> class org.eclipse.swt.widgets.Composite[shell: 'data']
> class org.eclipse.swt.widgets.Label[shell: 'data'] with text ''
> class org.eclipse.ui.forms.widgets.Hyperlink[shell: 'data'] with text 'Create a Java project'
> class org.eclipse.swt.widgets.Label[shell: 'data'] with text ''
> class org.eclipse.ui.forms.widgets.Hyperlink[shell: 'data'] with text 'Create a project...'
> class org.eclipse.swt.widgets.Label[shell: 'data'] with text ''
> class org.eclipse.ui.forms.widgets.Hyperlink[shell: 'data'] with text 'Import projects...'
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (JBIDE-25814) Server adapter wizard: should preselected most recently used connection, not simply the 1st in the list
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-25814?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-25814:
-------------------------------
Fix Version/s: 4.12.0.AM1
(was: 4.11.0.Final)
> Server adapter wizard: should preselected most recently used connection, not simply the 1st in the list
> -------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25814
> URL: https://issues.jboss.org/browse/JBIDE-25814
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.5.3.AM2
> Reporter: André Dietisheim
> Assignee: Josef Kopriva
> Priority: Major
> Labels: server_adapter_wizard
> Fix For: 4.12.0.AM1
>
>
> steps:
> # ASSERT: have several connections in the OpenShift explorer (ex. CDK, OpenShift online)
> # EXEC: launch new application wizard via File > New > Other > OpenShift > OpenShift Application
> # ASSERT: Connection selection page pops up
> # EXEC: select your 2nd connection, get to the next page. But then, cancel the wizard, dont get any further.
> # EXEC: launch server adapter wizard via File > New > Other > Server > OpenShift > OpenShift 3 Server adapter
> # ASSERT: Connection selection page pops up
> Result:
> the connection selection page has the 1st connection selected, not the one that we used most recently.
> (If you use the application wizard again, you'll notice how it is using the 2nd connection, the one that we used most recently)
> Bonus: some wizards even inspect the currently selected element in the OpenShift Explorer and deduce what they need. The server adapter wizard could inspect the resource that's selected and infer the connection from it.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years