[JBoss JIRA] (JBIDE-26476) Launcher Application Wizard in the RHDS Central - exceptions appear when working with the UI (location and project name)
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26476?page=com.atlassian.jira.plugi... ]
Josef Kopriva commented on JBIDE-26476:
---------------------------------------
This is happening also on F29 and there is another stacktrace:
{code:java}
eclipse.buildId=12.10.0.AM1-v20181125-1345-B3663
java.version=1.8.0_191
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.core.databinding
Error
Thu Nov 29 13:38:19 CET 2018
An error occurred while setting the value.
java.lang.RuntimeException: java.lang.NullPointerException
at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:68)
at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doSetValue(BeanValueProperty.java:57)
at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:92)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:103)
at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:69)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:476)
at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:200)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:193)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:162)
at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:151)
at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:47)
at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:64)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:101)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.lambda$0(DecoratingObservableValue.java:76)
at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:85)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:119)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$1(SimplePropertyObservableValue.java:68)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$0(SimplePropertyObservableValue.java:66)
at org.eclipse.core.databinding.property.NativePropertyListener.fireChange(NativePropertyListener.java:72)
at org.eclipse.jface.internal.databinding.swt.WidgetListener.handleEvent(WidgetListener.java:59)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5604)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1382)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4872)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4413)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:822)
at org.eclipse.jface.window.Window.open(Window.java:798)
at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:272)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:293)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:96)
at sun.reflect.GeneratedMethodAccessor120.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
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:164)
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.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:403)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:154)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:568)
at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5604)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1382)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4872)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4413)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
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 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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
at org.eclipse.equinox.launcher.Main.main(Main.java:1474)
Caused by: java.lang.NullPointerException
at org.eclipse.core.runtime.Path.append(Path.java:322)
at org.jboss.tools.common.launcher.ui.wizard.NewLauncherProjectModel.updateLocation(NewLauncherProjectModel.java:75)
at org.jboss.tools.common.launcher.ui.wizard.NewLauncherProjectModel.setUseDefaultLocation(NewLauncherProjectModel.java:96)
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.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:62)
... 90 more
{code}
> Launcher Application Wizard in the RHDS Central - exceptions appear when working with the UI (location and project name)
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26476
> URL: https://issues.jboss.org/browse/JBIDE-26476
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.10.0.AM1
> Environment: OS X 10.13.6
> Reporter: Zbyněk Červinka
> Assignee: Josef Kopriva
> Priority: Major
> Fix For: 4.10.x
>
>
> There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
> NOTE: Sometimes there will appear "Server ‘org.eclipse.reddeer1’ failed with exception: null. ; version: 2.0.7.v20180504-0806" warning in the "Error log" view
> STACKTRACE 1:
> {code:java}
> eclipse.buildId=12.10.0.AM1-v20181023-0915-B3591
> java.version=1.8.0_181
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=cs_CZ
> Framework arguments: -product com.jboss.devstudio.core.product -keyring /Users/zcervink/.eclipse_keyring
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -keyring /Users/zcervink/.eclipse_keyring
> org.eclipse.core.databinding
> Error
> Thu Nov 29 16:42:38 CET 2018
> An error occurred while setting the value.
> java.lang.RuntimeException: java.lang.NullPointerException
> at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:68)
> at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doSetValue(BeanValueProperty.java:57)
> at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:92)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:103)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:69)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
> at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:476)
> at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:200)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
> at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:193)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
> at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:162)
> at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:151)
> at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:47)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:64)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:101)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.lambda$0(DecoratingObservableValue.java:76)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:85)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:119)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$1(SimplePropertyObservableValue.java:68)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$0(SimplePropertyObservableValue.java:66)
> at org.eclipse.core.databinding.property.NativePropertyListener.fireChange(NativePropertyListener.java:72)
> at org.eclipse.jface.internal.databinding.swt.WidgetListener.handleEvent(WidgetListener.java:59)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4292)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1535)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1324)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4116)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3733)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:821)
> at org.eclipse.jface.window.Window.open(Window.java:797)
> at org.jboss.tools.central.internal.WizardSupport.openWizard(WizardSupport.java:71)
> at org.jboss.tools.central.editors.GettingStartedHtmlPage$9.run(GettingStartedHtmlPage.java:431)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4068)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3735)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:628)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:199)
> 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:391)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246)
> 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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
> Caused by: java.lang.NullPointerException
> {code}
> STACKTRACE 2:
> {code:java}
> eclipse.buildId=12.10.0.AM1-v20181023-0915-B3591
> java.version=1.8.0_181
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=cs_CZ
> Framework arguments: -product com.jboss.devstudio.core.product -keyring /Users/zcervink/.eclipse_keyring
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -keyring /Users/zcervink/.eclipse_keyring
> org.eclipse.core.databinding
> Error
> Thu Nov 29 16:42:42 CET 2018
> Unhandled exception: java.lang.NullPointerException
> java.lang.RuntimeException: java.lang.NullPointerException
> at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:68)
> at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doSetValue(BeanValueProperty.java:57)
> at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:92)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:103)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:69)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
> at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:476)
> at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:200)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
> at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:193)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
> at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:162)
> at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:151)
> at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:47)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:64)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:101)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.lambda$0(DecoratingObservableValue.java:76)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:85)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:119)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$1(SimplePropertyObservableValue.java:68)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$0(SimplePropertyObservableValue.java:66)
> at org.eclipse.core.databinding.property.NativePropertyListener.fireChange(NativePropertyListener.java:72)
> at org.eclipse.jface.internal.databinding.swt.WidgetListener.handleEvent(WidgetListener.java:59)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4292)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1535)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1324)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4116)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3733)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:821)
> at org.eclipse.jface.window.Window.open(Window.java:797)
> at org.jboss.tools.central.internal.WizardSupport.openWizard(WizardSupport.java:71)
> at org.jboss.tools.central.editors.GettingStartedHtmlPage$9.run(GettingStartedHtmlPage.java:431)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4068)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3735)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:628)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:199)
> 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:391)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246)
> 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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
> Caused by: java.lang.NullPointerException
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBTIS-1242) Error while releasing JBoss Tools / DevStudio
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBTIS-1242?page=com.atlassian.jira.plugin... ]
Jeff MAURY updated JBTIS-1242:
------------------------------
Description: I took over Nick Boldt ([~nickboldt] release engineering for JBoss Tools. Everything went fine except checks that detected some errors in the update sites (see comment) (was: I took over Nick Boldt (@nbrelease engineering for JBoss Tools. Everything went fine except checks that detected some errors in the update sites (see comment) )
> Error while releasing JBoss Tools / DevStudio
> ---------------------------------------------
>
> Key: JBTIS-1242
> URL: https://issues.jboss.org/browse/JBTIS-1242
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Reporter: Jeff MAURY
> Assignee: Paul Leacu
> Priority: Major
>
> I took over Nick Boldt ([~nickboldt] release engineering for JBoss Tools. Everything went fine except checks that detected some errors in the update sites (see comment)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBTIS-1242) Error while releasing JBoss Tools / DevStudio
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBTIS-1242?page=com.atlassian.jira.plugin... ]
Jeff MAURY updated JBTIS-1242:
------------------------------
Description: I took over Nick Boldt (@nbrelease engineering for JBoss Tools. Everything went fine except checks that detected some errors in the update sites (see comment) (was: I took over Nick Boldt release engineering for JBoss Tools. Everything went fine except checks that detected some errors in the update sites (see comment) )
> Error while releasing JBoss Tools / DevStudio
> ---------------------------------------------
>
> Key: JBTIS-1242
> URL: https://issues.jboss.org/browse/JBTIS-1242
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Reporter: Jeff MAURY
> Assignee: Paul Leacu
> Priority: Major
>
> I took over Nick Boldt (@nbrelease engineering for JBoss Tools. Everything went fine except checks that detected some errors in the update sites (see comment)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26476) Launcher Application Wizard in the RHDS Central - exceptions appear when working with the UI (location and project name)
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26476?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26476:
------------------------------------
Description:
There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
NOTE: Sometimes there will appear "Server ‘org.eclipse.reddeer1’ failed with exception: null. ; version: 2.0.7.v20180504-0806" warning in the "Error log" view
STACKTRACE 1:
{code:java}
eclipse.buildId=12.10.0.AM1-v20181023-0915-B3591
java.version=1.8.0_181
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=cs_CZ
Framework arguments: -product com.jboss.devstudio.core.product -keyring /Users/zcervink/.eclipse_keyring
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -keyring /Users/zcervink/.eclipse_keyring
org.eclipse.core.databinding
Error
Thu Nov 29 16:42:38 CET 2018
An error occurred while setting the value.
java.lang.RuntimeException: java.lang.NullPointerException
at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:68)
at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doSetValue(BeanValueProperty.java:57)
at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:92)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:103)
at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:69)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:476)
at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:200)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:193)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:162)
at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:151)
at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:47)
at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:64)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:101)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.lambda$0(DecoratingObservableValue.java:76)
at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:85)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:119)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$1(SimplePropertyObservableValue.java:68)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$0(SimplePropertyObservableValue.java:66)
at org.eclipse.core.databinding.property.NativePropertyListener.fireChange(NativePropertyListener.java:72)
at org.eclipse.jface.internal.databinding.swt.WidgetListener.handleEvent(WidgetListener.java:59)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4292)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1535)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1324)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4116)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3733)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:821)
at org.eclipse.jface.window.Window.open(Window.java:797)
at org.jboss.tools.central.internal.WizardSupport.openWizard(WizardSupport.java:71)
at org.jboss.tools.central.editors.GettingStartedHtmlPage$9.run(GettingStartedHtmlPage.java:431)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4068)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3735)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:628)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:199)
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:391)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246)
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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
Caused by: java.lang.NullPointerException
{code}
STACKTRACE 2:
{code:java}
eclipse.buildId=12.10.0.AM1-v20181023-0915-B3591
java.version=1.8.0_181
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=cs_CZ
Framework arguments: -product com.jboss.devstudio.core.product -keyring /Users/zcervink/.eclipse_keyring
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -keyring /Users/zcervink/.eclipse_keyring
org.eclipse.core.databinding
Error
Thu Nov 29 16:42:42 CET 2018
Unhandled exception: java.lang.NullPointerException
java.lang.RuntimeException: java.lang.NullPointerException
at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:68)
at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doSetValue(BeanValueProperty.java:57)
at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:92)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:103)
at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:69)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:476)
at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:200)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:193)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:162)
at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:151)
at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:47)
at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:64)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:101)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.lambda$0(DecoratingObservableValue.java:76)
at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:85)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:119)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$1(SimplePropertyObservableValue.java:68)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$0(SimplePropertyObservableValue.java:66)
at org.eclipse.core.databinding.property.NativePropertyListener.fireChange(NativePropertyListener.java:72)
at org.eclipse.jface.internal.databinding.swt.WidgetListener.handleEvent(WidgetListener.java:59)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4292)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1535)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1324)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4116)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3733)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:821)
at org.eclipse.jface.window.Window.open(Window.java:797)
at org.jboss.tools.central.internal.WizardSupport.openWizard(WizardSupport.java:71)
at org.jboss.tools.central.editors.GettingStartedHtmlPage$9.run(GettingStartedHtmlPage.java:431)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4068)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3735)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:628)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:199)
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:391)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246)
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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
Caused by: java.lang.NullPointerException
{code}
was:
There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
NOTE: Sometimes there will appear "Server ‘org.eclipse.reddeer1’ failed with exception: null. ; version: 2.0.7.v20180504-0806" warning in the "Error log" view
> Launcher Application Wizard in the RHDS Central - exceptions appear when working with the UI (location and project name)
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26476
> URL: https://issues.jboss.org/browse/JBIDE-26476
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.10.0.AM1
> Environment: OS X 10.13.6
> Reporter: Zbyněk Červinka
> Assignee: Josef Kopriva
> Priority: Major
> Fix For: 4.10.x
>
>
> There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
> NOTE: Sometimes there will appear "Server ‘org.eclipse.reddeer1’ failed with exception: null. ; version: 2.0.7.v20180504-0806" warning in the "Error log" view
> STACKTRACE 1:
> {code:java}
> eclipse.buildId=12.10.0.AM1-v20181023-0915-B3591
> java.version=1.8.0_181
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=cs_CZ
> Framework arguments: -product com.jboss.devstudio.core.product -keyring /Users/zcervink/.eclipse_keyring
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -keyring /Users/zcervink/.eclipse_keyring
> org.eclipse.core.databinding
> Error
> Thu Nov 29 16:42:38 CET 2018
> An error occurred while setting the value.
> java.lang.RuntimeException: java.lang.NullPointerException
> at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:68)
> at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doSetValue(BeanValueProperty.java:57)
> at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:92)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:103)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:69)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
> at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:476)
> at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:200)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
> at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:193)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
> at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:162)
> at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:151)
> at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:47)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:64)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:101)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.lambda$0(DecoratingObservableValue.java:76)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:85)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:119)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$1(SimplePropertyObservableValue.java:68)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$0(SimplePropertyObservableValue.java:66)
> at org.eclipse.core.databinding.property.NativePropertyListener.fireChange(NativePropertyListener.java:72)
> at org.eclipse.jface.internal.databinding.swt.WidgetListener.handleEvent(WidgetListener.java:59)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4292)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1535)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1324)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4116)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3733)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:821)
> at org.eclipse.jface.window.Window.open(Window.java:797)
> at org.jboss.tools.central.internal.WizardSupport.openWizard(WizardSupport.java:71)
> at org.jboss.tools.central.editors.GettingStartedHtmlPage$9.run(GettingStartedHtmlPage.java:431)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4068)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3735)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:628)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:199)
> 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:391)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246)
> 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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
> Caused by: java.lang.NullPointerException
> {code}
> STACKTRACE 2:
> {code:java}
> eclipse.buildId=12.10.0.AM1-v20181023-0915-B3591
> java.version=1.8.0_181
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=cs_CZ
> Framework arguments: -product com.jboss.devstudio.core.product -keyring /Users/zcervink/.eclipse_keyring
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -keyring /Users/zcervink/.eclipse_keyring
> org.eclipse.core.databinding
> Error
> Thu Nov 29 16:42:42 CET 2018
> Unhandled exception: java.lang.NullPointerException
> java.lang.RuntimeException: java.lang.NullPointerException
> at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:68)
> at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doSetValue(BeanValueProperty.java:57)
> at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:92)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:103)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:69)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:113)
> at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:476)
> at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:200)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
> at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:193)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
> at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:162)
> at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:151)
> at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:47)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:64)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:101)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.lambda$0(DecoratingObservableValue.java:76)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:73)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:120)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:85)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:119)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$1(SimplePropertyObservableValue.java:68)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:152)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:156)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:174)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lambda$0(SimplePropertyObservableValue.java:66)
> at org.eclipse.core.databinding.property.NativePropertyListener.fireChange(NativePropertyListener.java:72)
> at org.eclipse.jface.internal.databinding.swt.WidgetListener.handleEvent(WidgetListener.java:59)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4292)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1535)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1324)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4116)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3733)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:821)
> at org.eclipse.jface.window.Window.open(Window.java:797)
> at org.jboss.tools.central.internal.WizardSupport.openWizard(WizardSupport.java:71)
> at org.jboss.tools.central.editors.GettingStartedHtmlPage$9.run(GettingStartedHtmlPage.java:431)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4068)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3735)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:628)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:199)
> 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:391)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246)
> 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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
> Caused by: java.lang.NullPointerException
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBTIS-1242) Error while releasing JBoss Tools / DevStudio
by Jeff MAURY (Jira)
Jeff MAURY created JBTIS-1242:
---------------------------------
Summary: Error while releasing JBoss Tools / DevStudio
Key: JBTIS-1242
URL: https://issues.jboss.org/browse/JBTIS-1242
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Reporter: Jeff MAURY
Assignee: Paul Leacu
I took over Nick Boldt release engineering for JBoss Tools. Everything went fine except checks that detected some errors in the update sites (see comment)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26476) Launcher Application Wizard in the RHDS Central - exceptions appear when working with the UI (location and project name)
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26476?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26476:
------------------------------------
Description:
There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
NOTE: Sometimes there will appear "Server ‘org.eclipse.reddeer1’ failed with exception: null. ; version: 2.0.7.v20180504-0806" warning in the "Error log" view
was:
There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
> Launcher Application Wizard in the RHDS Central - exceptions appear when working with the UI (location and project name)
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26476
> URL: https://issues.jboss.org/browse/JBIDE-26476
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.10.0.AM1
> Environment: OS X 10.13.6
> Reporter: Zbyněk Červinka
> Assignee: Josef Kopriva
> Priority: Major
> Fix For: 4.10.x
>
>
> There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
> NOTE: Sometimes there will appear "Server ‘org.eclipse.reddeer1’ failed with exception: null. ; version: 2.0.7.v20180504-0806" warning in the "Error log" view
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26476) Launcher Application Wizard in the RHDS Central - exceptions appear when working with the UI (location and project name)
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26476?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26476:
------------------------------------
Description:
There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
NOTE: Sometimes there will appear "Server ‘org.eclipse.reddeer1’ failed with exception: null. ; version: 2.0.7.v20180504-0806" warning in the "Error log" view
was:There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
> Launcher Application Wizard in the RHDS Central - exceptions appear when working with the UI (location and project name)
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26476
> URL: https://issues.jboss.org/browse/JBIDE-26476
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.10.0.AM1
> Environment: OS X 10.13.6
> Reporter: Zbyněk Červinka
> Assignee: Josef Kopriva
> Priority: Major
> Fix For: 4.10.x
>
>
> There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
> NOTE: Sometimes there will appear "Server ‘org.eclipse.reddeer1’ failed with exception: null. ; version: 2.0.7.v20180504-0806" warning in the "Error log" view
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26476) Launcher Application Wizard in the RHDS Central - exceptions appear when working with the UI (location and project name)
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26476?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-26476:
----------------------------------
Description:
There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
was:
There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
NOTE: Sometimes there will appear "Server ‘org.eclipse.reddeer1’ failed with exception: null. ; version: 2.0.7.v20180504-0806" warning in the "Error log" view
> Launcher Application Wizard in the RHDS Central - exceptions appear when working with the UI (location and project name)
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26476
> URL: https://issues.jboss.org/browse/JBIDE-26476
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.10.0.AM1
> Environment: OS X 10.13.6
> Reporter: Zbyněk Červinka
> Assignee: Josef Kopriva
> Priority: Major
> Fix For: 4.10.x
>
>
> There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26476) Launcher Application Wizard in the RHDS Central - exceptions appear when working with the UI (location and project name)
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26476?page=com.atlassian.jira.plugi... ]
Josef Kopriva commented on JBIDE-26476:
---------------------------------------
Hi [~adietish], if you dont mind, I will look at this JIRA next sprint ;)
> Launcher Application Wizard in the RHDS Central - exceptions appear when working with the UI (location and project name)
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26476
> URL: https://issues.jboss.org/browse/JBIDE-26476
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.10.0.AM1
> Environment: OS X 10.13.6
> Reporter: Zbyněk Červinka
> Assignee: Josef Kopriva
> Priority: Major
> Fix For: 4.10.x
>
>
> There are an error in the Launcher Application Wizard in RHDS Central. When the "Use default location" checkbox in the Wizard is unchecked (=false) an then checked again, there appears the "An error occurred while setting the value." exception in the "Error log" view. Right after that, you can start writing the project name and with each keystroke the will appear more exceptions.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month