[JBoss JIRA] (JBIDE-21319) CDK start fails for no reason - it's actually running
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21319?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-21319:
--------------------------------
Fix Version/s: 4.3.1.CR1
(was: 4.3.1.Beta2)
> CDK start fails for no reason - it's actually running
> -----------------------------------------------------
>
> Key: JBIDE-21319
> URL: https://issues.jboss.org/browse/JBIDE-21319
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.3.1.CR1
>
>
> I just tried to start the CDK adapter.
> After it all started, Eclipse showed me an error window saying:
> {code}
> Server cdk-v2 CDK Server failed to start.
> {code}
> The server views shows [Stopped], but running "vagrant status" in command line shows it's running.
> I know this is not much information, but really I don't have anything else.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21290) CDK 2 is detected as version 1.0
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21290?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-21290:
--------------------------------
Fix Version/s: 4.3.1.CR1
(was: 4.3.1.Beta2)
> CDK 2 is detected as version 1.0
> --------------------------------
>
> Key: JBIDE-21290
> URL: https://issues.jboss.org/browse/JBIDE-21290
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, runtime-detection, upstream
> Affects Versions: 4.3.1.Beta1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
> Attachments: cdk-runtime-detection.png, Screenshot 2016-01-07 09.16.12.png
>
>
> When you detect CDK using runtime detection, it will show you the name cdk-v2 which clearly shows it's version 2 (this is actually just based on the folder it seems). But the Version column says Version 1.0.
> !cdk-runtime-detection.png!
> Could we change it to version 2?
> I know that this probably doesn't have any meaning right now - I noticed there is no runtime anymore, so the version is nowhere to be seen once you create the cdk server adapter. But it would still be nicer to show the correct version if possible.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21400) ClassNotFoundException when selecting targeted runtime in project properties
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21400?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-21400.
---------------------------------
Resolution: Done
I made a one-line commit adding jst.server.ui as a plugin dependency, since the plugin.xml told me that the class we were referencing wasn't on the classpath. I wasn't able to replicate it after the patch, but I was only able to replicate it once in a while before that, so I'm not sure if it's just a weird bug or if I actually fixed it.
> ClassNotFoundException when selecting targeted runtime in project properties
> ----------------------------------------------------------------------------
>
> Key: JBIDE-21400
> URL: https://issues.jboss.org/browse/JBIDE-21400
> 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.3.1.Beta2
>
>
> 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)
10 years, 5 months
[JBoss JIRA] (JBIDE-19178) Explorer, Servers view: Add deployment view to OpenShift v3 explorer
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19178?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-19178:
-----------------------------------------------
Pull request https://github.com/jbosstools/jbosstools-base/pull/477 moves default place Properties view to the right of OpenShift Explorer.
> Explorer, Servers view: Add deployment view to OpenShift v3 explorer
> --------------------------------------------------------------------
>
> Key: JBIDE-19178
> URL: https://issues.jboss.org/browse/JBIDE-19178
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Alpha1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: explorer, openshift_deployment_view, openshift_v3
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
> Attachments: 2015-10-13 19.03.bmml, 2015-10-13 19.03.png, Console of 'App' with the pieces wired.png, Initial deployment view.png, Pipeline view mockup.bmml, Pipeline view mockup.png
>
>
> Add an alternate view in the openshift v3 explorer to try to 'link' resources in a similiar fashion to the web console
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBDS-3516) Need better doc on using Central zip (online/offline modes) [was: Install all from central zip fails on CordovaSim]
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3516?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-3516:
---------------------------------
Fix Version/s: 9.1.0.CR1
(was: 9.1.0.Beta2)
> Need better doc on using Central zip (online/offline modes) [was: Install all from central zip fails on CordovaSim]
> -------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3516
> URL: https://issues.jboss.org/browse/JBDS-3516
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: central, documentation, updatesite
> Affects Versions: 9.0.0.CR1
> Environment: jboss-devstudio-9.0.0.CR1-v20150912-1100-B100
> jboss-devstudio-9.0.0.CR1-updatesite-central.zip from https://devstudio.redhat.com/9.0/staging/updates/core/jboss-devstudio-9.0...
> Reporter: Jan Richter
> Assignee: Misha Ali
> Fix For: 9.1.0.CR1
>
>
> This is what comes up when I try to install everything from the central zip:
> {noformat}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Tools Apache Cordova Simulator 3.7.0.CR1-v20150911-0408-B28 (org.jboss.tools.cordovasim.feature.feature.group 3.7.0.CR1-v20150911-0408-B28)
> Missing requirement: Eclipse integrations of BrowserSim 3.7.0.CR1-v20150911-0408-B28 (org.jboss.tools.cordovasim.eclipse 3.7.0.CR1-v20150911-0408-B28) requires 'bundle org.eclipse.thym.core 0.3.0' but it could not be found
> Cannot satisfy dependency:
> From: JBoss Tools Apache Cordova Simulator 3.7.0.CR1-v20150911-0408-B28 (org.jboss.tools.cordovasim.feature.feature.group 3.7.0.CR1-v20150911-0408-B28)
> To: org.jboss.tools.cordovasim.eclipse [3.7.0.CR1-v20150911-0408-B28]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBDS-3557) JBDS Installer should be EPL licensed
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3557?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-3557:
---------------------------------
Fix Version/s: 9.1.0.CR1
(was: 9.1.0.Beta2)
> JBDS Installer should be EPL licensed
> -------------------------------------
>
> Key: JBDS-3557
> URL: https://issues.jboss.org/browse/JBDS-3557
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Enhancement
> Components: installer, legal
> Reporter: Ken Finnigan
> Assignee: Nick Boldt
> Fix For: 9.1.0.CR1, 10.0.0.Alpha1
>
>
> For the Developer Platform to be able to bundle JBDS, it needs to be licensed as ASLv2 or EPL and not GPL
> Sources code in repository ether has Apache Licence or no license.
> IzPack distribution jar's and licenses:
> 1. kunstoff Look and Feel is under LGPL http://kunstoff.incors.com/archive/licence.php3
> 2. Birosoft Liquid Look and Feel
> The source code (except the files or methods mentioned below) of the look and feel is released under the LGPL (GNU Lesser General Public License),
> which you can view on http://www.gnu.org/copyleft/lesser.html.
> Some methods are marked as SUN proprietary, the LGPL does not apply for those methods.
> 3. JGoodies Karsten Lentzsch - BSD open source license http://www.jgoodies.com/downloads/libraries/
> 4. Metouia Look And Feel: a free pluggable look and feel for java - LGPLv2.1 http://grepcode.com/file/repo1.maven.org/maven2/net.sf.squirrel-sql.third...
> 5. Nimbus Look And Feel
> This library is free software; you can redistribute it and/or
> * modify it under the terms of the GNU Lesser General Public
> * License as published by the Free Software Foundation; either
> * version 2.1 of the License, or (at your option) any later version.
> 6. Substance Java Look and Feel (bundles several components with licenses listed below)
> 6.1 Copyright (c) 2005-2007, Kirill Grouchnikov and contributors
> All rights reserved.
> Redistribution and use in source and binary forms, with or without
> modification, are permitted provided that the following conditions are met:
> * Redistributions of source code must retain the above copyright
> notice, this list of conditions and the following disclaimer.
> * Redistributions in binary form must reproduce the above copyright
> notice, this list of conditions and the following disclaimer in the
> documentation and/or other materials provided with the distribution.
> * Neither the name of the Kirill Grouchnikov and contributors nor
> the names of its contributors may be used to endorse or promote products
> derived from this software without specific prior written permission.
> 6.2 Source code, documentation and binaries of the Quaqua Look and
> Feel (also called "this software") are subject to the GNU Lesser
> General Public License (LGPL).
> 6.3. MOZILLA PUBLIC LICENSE Version 1.1
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBDS-3542) Splash screen scaling is broken on Windows
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3542?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-3542:
---------------------------------
Fix Version/s: 9.1.0.CR1
(was: 9.1.0.Beta2)
> Splash screen scaling is broken on Windows
> ------------------------------------------
>
> Key: JBDS-3542
> URL: https://issues.jboss.org/browse/JBDS-3542
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: ui/branding
> Affects Versions: 9.0.0.GA
> Environment: Windows 10
> 4k resolution with 250% scale
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: ui-scaling
> Fix For: 9.1.0.CR1
>
> Attachments: splash.png
>
>
> The splash screen window itself doesn't scale, but some text inside it does. The result looks like this:
> !splash.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months