[JBoss JIRA] (JBDS-3902) devstudio won't install using latest installer
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3902?page=com.atlassian.jira.plugin.... ]
Jan Richter commented on JBDS-3902:
-----------------------------------
The fix was applied, but I can't resolve this jira on my own apparently.
> devstudio won't install using latest installer
> ----------------------------------------------
>
> Key: JBDS-3902
> URL: https://issues.jboss.org/browse/JBDS-3902
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.0.0.Alpha2
> Environment: devstudio-platform-10.0.0-Alpha1-20160517-157-installer
> Reporter: Radim Hopp
> Assignee: Jan Richter
> Fix For: 10.0.0.Alpha2
>
>
> {noformat}
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Execute c:\DeveloperPlatform\jdk8\bin\java.exe -DTRACE=true,-jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds-autoinstall.xml SUCCESS
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Append CDKServer runtime information to JBDS runtime location
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds - Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds failed to install: Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21573) ClassNotFoundException when selecting targeted runtime in project properties
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21573?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-21573.
---------------------------------
Verified in JBDS 10.0.0.Alpha1 B5398.
> ClassNotFoundException when selecting targeted runtime in project properties
> ----------------------------------------------------------------------------
>
> Key: JBIDE-21573
> URL: https://issues.jboss.org/browse/JBIDE-21573
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.1.Beta1
> Environment: JBDS 9.1.0.Beta1-v20151212-0638-B189
> Reporter: Rastislav Wagner
> Assignee: Rob Stryker
> Fix For: 4.4.0.Alpha1
>
>
> I get this exception when I try to select targeted runtime via project properties. Tested with AS7.1, EAP6.4 and Wildfly9. Only WF9 doesnt throw exception.
> {code}
> java.lang.ClassNotFoundException: org.eclipse.jst.server.ui.internal.RuntimeLabelProvider$Factory cannot be found by org.jboss.ide.eclipse.as.ui_3.1.1.Beta1-v20151212-0124-B73
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:439)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:573)
> at org.eclipse.wst.common.project.facet.core.util.internal.PluginUtil.loadClass(PluginUtil.java:197)
> at org.eclipse.wst.common.project.facet.core.util.internal.PluginUtil.instantiate(PluginUtil.java:250)
> at org.eclipse.wst.common.project.facet.core.runtime.internal.RuntimeComponentVersion.getAdapterFactory(RuntimeComponentVersion.java:97)
> at org.eclipse.wst.common.project.facet.core.runtime.internal.RuntimeComponent.getAdapter(RuntimeComponent.java:119)
> at org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$RuntimeComponentsLabelProvider.getText(RuntimesPanel.java:845)
> at org.eclipse.jface.viewers.WrappedViewerLabelProvider.getText(WrappedViewerLabelProvider.java:96)
> at org.eclipse.jface.viewers.WrappedViewerLabelProvider.update(WrappedViewerLabelProvider.java:145)
> at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:154)
> at org.eclipse.jface.viewers.AbstractTableViewer.doUpdateItem(AbstractTableViewer.java:385)
> at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:473)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2176)
> at org.eclipse.jface.viewers.AbstractTableViewer.internalRefreshAll(AbstractTableViewer.java:718)
> at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:615)
> at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:607)
> at org.eclipse.jface.viewers.AbstractTableViewer$1.run(AbstractTableViewer.java:567)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1462)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1423)
> at org.eclipse.jface.viewers.AbstractTableViewer.inputChanged(AbstractTableViewer.java:564)
> at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:292)
> at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1701)
> at org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel.handleRuntimeSelectionChanged(RuntimesPanel.java:470)
> at org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel.access$14(RuntimesPanel.java:450)
> at org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$6.selectionChanged(RuntimesPanel.java:216)
> at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:163)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2197)
> at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1228)
> at org.eclipse.jface.viewers.CheckboxTableViewer.handleSelect(CheckboxTableViewer.java:299)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1257)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:242)
> at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:236)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:408)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:827)
> at org.eclipse.jface.window.Window.open(Window.java:803)
> at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:157)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> 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:497)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBTIS-666) Extend Smoke Tests
by Tomáš Sedmík (JIRA)
[ https://issues.jboss.org/browse/JBTIS-666?page=com.atlassian.jira.plugin.... ]
Tomáš Sedmík commented on JBTIS-666:
------------------------------------
In Progress: https://github.com/tsedmik/jbosstools-integration-stack-tests/tree/JBTIS-666
*Problems*
CodeCompletion
{code}
java.lang.AssertionError: Content Assistent does not contain 'id' value
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.jboss.tools.fuse.ui.bot.test.CamelEditorTest.testCodeCompletion(CamelEditorTest.java:192)
{code}
DataTransformation
{code}
org.jboss.reddeer.core.exception.CoreLayerException: No control has focus. Perhaps something has stolen it? Try to regain focus with for example "new DefaultShell()".
at org.jboss.reddeer.core.lookup.MenuLookup.getTopMenuMenuItemsFromFocus(MenuLookup.java:226)
at org.jboss.reddeer.swt.impl.menu.ContextMenu.<init>(ContextMenu.java:45)
at org.jboss.reddeer.swt.impl.menu.ContextMenu.<init>(ContextMenu.java:34)
at org.jboss.tools.fuse.reddeer.editor.CamelEditor.deleteCamelComponent(CamelEditor.java:172)
at org.jboss.tools.fuse.ui.bot.test.DataTransformationTest.testBasics(DataTransformationTest.java:65)
{code}
{code}
org.jboss.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 60 s.: The following jobs are still running
Enabling Maven Dependency Management
Building workspace
at org.jboss.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:173)
at org.jboss.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:126)
at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:91)
at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:61)
at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:46)
at org.jboss.reddeer.common.wait.WaitWhile.<init>(WaitWhile.java:35)
at org.jboss.tools.fuse.ui.bot.test.utils.ProjectFactory.importExistingProject(ProjectFactory.java:162)
at org.jboss.tools.fuse.ui.bot.test.DataTransformationTest.testBasics(DataTransformationTest.java:59)
{code}
DragAndDrop on Windows
{code}
org.jboss.reddeer.core.exception.CoreLayerException: Exception during sync execution in UI thread
at org.jboss.reddeer.core.util.Display.syncExec(Display.java:87)
at org.jboss.reddeer.core.util.Display.syncExec(Display.java:53)
at org.jboss.reddeer.gef.handler.EditPartHandler.select(EditPartHandler.java:45)
at org.jboss.reddeer.gef.impl.editpart.AbstractEditPart.select(AbstractEditPart.java:61)
at org.jboss.tools.fuse.reddeer.editor.CamelEditor.selectEditPart(CamelEditor.java:561)
at org.jboss.tools.fuse.reddeer.editor.CamelEditor.setProperty(CamelEditor.java:427)
at org.jboss.tools.fuse.ui.bot.test.CamelEditorTest.testDragAndDropComponents(CamelEditorTest.java:241)
Caused by: java.lang.NullPointerException: null
at org.jboss.reddeer.gef.handler.EditPartHandler$1.run(EditPartHandler.java:48)
at org.jboss.reddeer.core.util.Display$VoidResultRunnable.run(Display.java:194)
at org.jboss.reddeer.core.util.Display$VoidResultRunnable.run(Display.java:1)
at org.jboss.reddeer.core.util.Display$ErrorHandlingRunnable.run(Display.java:160)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4155)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3772)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
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:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
{code}
JMXNavigator on Windows 10
{code}
java.lang.AssertionError: The following path is inaccesible: Local Camel Context/Camel/camelContext-.../Endpoints/file/src/data?noop=true
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:712)
at org.jboss.tools.fuse.ui.bot.test.JMXNavigatorTest.testProcessesView(JMXNavigatorTest.java:92)
{code}
{code}
java.lang.AssertionError: Suspension was not performed
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.jboss.tools.fuse.ui.bot.test.JMXNavigatorTest.testContextOperations(JMXNavigatorTest.java:127)
{code}
> Extend Smoke Tests
> ------------------
>
> Key: JBTIS-666
> URL: https://issues.jboss.org/browse/JBTIS-666
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: Fuse IDE, QE
> Affects Versions: 4.0.0
> Reporter: Tomáš Sedmík
> Assignee: Tomáš Sedmík
> Fix For: 4.3.0.Final
>
>
> SSIA
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3902) devstudio won't install using latest installer
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-3902?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-3902:
-----------------------------
> devstudio won't install using latest installer
> ----------------------------------------------
>
> Key: JBDS-3902
> URL: https://issues.jboss.org/browse/JBDS-3902
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.0.0.Alpha2
> Environment: devstudio-platform-10.0.0-Alpha1-20160517-157-installer
> Reporter: Radim Hopp
> Assignee: Jan Richter
> Fix For: 10.0.0.Alpha2
>
>
> {noformat}
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Execute c:\DeveloperPlatform\jdk8\bin\java.exe -DTRACE=true,-jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds-autoinstall.xml SUCCESS
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Append CDKServer runtime information to JBDS runtime location
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds - Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds failed to install: Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3902) devstudio won't install using latest installer
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3902?page=com.atlassian.jira.plugin.... ]
Jan Richter updated JBDS-3902:
------------------------------
Status: New (was: New)
> devstudio won't install using latest installer
> ----------------------------------------------
>
> Key: JBDS-3902
> URL: https://issues.jboss.org/browse/JBDS-3902
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.0.0.Alpha2
> Environment: devstudio-platform-10.0.0-Alpha1-20160517-157-installer
> Reporter: Radim Hopp
> Assignee: Jan Richter
> Fix For: 10.0.0.Alpha2
>
>
> {noformat}
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Execute c:\DeveloperPlatform\jdk8\bin\java.exe -DTRACE=true,-jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds-autoinstall.xml SUCCESS
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Append CDKServer runtime information to JBDS runtime location
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds - Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds failed to install: Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3902) devstudio won't install using latest installer
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-3902?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-3902:
-----------------------------
> devstudio won't install using latest installer
> ----------------------------------------------
>
> Key: JBDS-3902
> URL: https://issues.jboss.org/browse/JBDS-3902
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.0.0.Alpha2
> Environment: devstudio-platform-10.0.0-Alpha1-20160517-157-installer
> Reporter: Radim Hopp
> Assignee: Jan Richter
> Fix For: 10.0.0.Alpha2
>
>
> {noformat}
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Execute c:\DeveloperPlatform\jdk8\bin\java.exe -DTRACE=true,-jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds-autoinstall.xml SUCCESS
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Append CDKServer runtime information to JBDS runtime location
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds - Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds failed to install: Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3902) devstudio won't install using latest installer
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3902?page=com.atlassian.jira.plugin.... ]
Jan Richter updated JBDS-3902:
------------------------------
Status: New (was: New)
Target Release: 10.0.0.GA
> devstudio won't install using latest installer
> ----------------------------------------------
>
> Key: JBDS-3902
> URL: https://issues.jboss.org/browse/JBDS-3902
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.0.0.Alpha2
> Environment: devstudio-platform-10.0.0-Alpha1-20160517-157-installer
> Reporter: Radim Hopp
> Assignee: Jan Richter
> Fix For: 10.0.0.Alpha2
>
>
> {noformat}
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Execute c:\DeveloperPlatform\jdk8\bin\java.exe -DTRACE=true,-jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds-autoinstall.xml SUCCESS
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Append CDKServer runtime information to JBDS runtime location
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds - Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds failed to install: Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3902) devstudio won't install using latest installer
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3902?page=com.atlassian.jira.plugin.... ]
Jan Richter reassigned JBDS-3902:
---------------------------------
Assignee: Jan Richter
> devstudio won't install using latest installer
> ----------------------------------------------
>
> Key: JBDS-3902
> URL: https://issues.jboss.org/browse/JBDS-3902
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.0.0.Alpha2
> Environment: devstudio-platform-10.0.0-Alpha1-20160517-157-installer
> Reporter: Radim Hopp
> Assignee: Jan Richter
> Fix For: 10.0.0.Alpha2
>
>
> {noformat}
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Execute c:\DeveloperPlatform\jdk8\bin\java.exe -DTRACE=true,-jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds-autoinstall.xml SUCCESS
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Append CDKServer runtime information to JBDS runtime location
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds - Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds failed to install: Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3902) devstudio won't install using latest installer
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3902?page=com.atlassian.jira.plugin.... ]
Jan Richter updated JBDS-3902:
------------------------------
Fix Version/s: 10.0.0.Alpha2
> devstudio won't install using latest installer
> ----------------------------------------------
>
> Key: JBDS-3902
> URL: https://issues.jboss.org/browse/JBDS-3902
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.0.0.Alpha2
> Environment: devstudio-platform-10.0.0-Alpha1-20160517-157-installer
> Reporter: Radim Hopp
> Fix For: 10.0.0.Alpha2
>
>
> {noformat}
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Execute c:\DeveloperPlatform\jdk8\bin\java.exe -DTRACE=true,-jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds-autoinstall.xml SUCCESS
> Mon, 23 May 2016 09:24:44 GMT-INFO: jbds - Append CDKServer runtime information to JBDS runtime location
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds - Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'
> Mon, 23 May 2016 09:24:44 GMT-ERROR: jbds failed to install: Error: ENOENT: no such file or directory, open 'c:\DeveloperPlatform\developer-studio\studio\runtime_locations.properties'{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21569) 1 Test Failure(s) in JBIDE 4.3.1.Beta1 for common/jst/core component
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21569?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-21569.
---------------------------------
> 1 Test Failure(s) in JBIDE 4.3.1.Beta1 for common/jst/core component
> --------------------------------------------------------------------
>
> Key: JBIDE-21569
> URL: https://issues.jboss.org/browse/JBIDE-21569
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: common/jst/core
> Affects Versions: 4.3.1.Beta1
> Reporter: Nick Boldt
> Assignee: Victor Rubezhny
> Labels: testfailure
> Fix For: 4.4.0.Alpha1
>
>
> *1 Test Failure(s) in JBIDE 4.3.1.Beta1 for common/jst/core component:*
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-jst_4.3.m...
> # [org.jboss.tools.jst.jsdt.test.JstJsdtTernCATest|https://jenkins.mw.lab.en...] (failing for 8 builds)
> [Search for Test Failure JIRAs in JBIDE 4.3.1.Beta1 for common/jst/core component|https://issues.jboss.org/issues/?jql=labels+IN+%28%22testfailur...]
> -----
> * {color:red}org.jboss.tools.jst.jsdt.test.JstJsdtTernCATest : testJstJsdtTernCAOnEcma5{color} (failing for 8 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-jst_4.3.mars/68/testReport/org.jboss.tools.jst.jsdt.test/JstJsdtTernCATest/testJstJsdtTernCAOnEcma5}
> <case>
> <age>8</age>
> <className>org.jboss.tools.jst.jsdt.test.JstJsdtTernCATest</className>
> <duration>1.777</duration>
> <errorDetails>Content Assistant returned no proposals</errorDetails>
> <errorStackTrace>junit.framework.AssertionFailedError: Content Assistant returned no proposals
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at org.jboss.tools.jst.jsdt.test.JstJsdtTernCATest.doJstJsdtTernCATest(JstJsdtTernCATest.java:79)
> at org.jboss.tools.jst.jsdt.test.JstJsdtTernCATest.testJstJsdtTernCAOnEcma5(JstJsdtTernCATest.java:61)
> </errorStackTrace>
> <failedSince>61</failedSince>
> <name>testJstJsdtTernCAOnEcma5</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> </case>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months