You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Anton Altukhov (JIRA)" <ji...@apache.org> on 2014/10/07 11:20:34 UTC

[jira] [Closed] (IVY-1492) ClassCastException with new update Eclipse Luna Service Release 1 (4.4.1)

     [ https://issues.apache.org/jira/browse/IVY-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Altukhov closed IVY-1492.
-------------------------------
    Resolution: Duplicate

> ClassCastException with new update Eclipse Luna Service Release 1 (4.4.1)
> -------------------------------------------------------------------------
>
>                 Key: IVY-1492
>                 URL: https://issues.apache.org/jira/browse/IVY-1492
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.4.0-RC1
>         Environment: Windows 7 64-bit, Eclipse Luna Service Release 1 (4.4.1)
>            Reporter: Anton Altukhov
>            Priority: Blocker
>
> eclipse.buildId=4.4.1.M20140925-0400
> java.version=1.7.0_65
> java.vendor=Oracle Corporation
> BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=ru_RU
> Framework arguments:  -product org.eclipse.epp.package.jee.product
> Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product
> org.eclipse.ui
> Error
> Mon Oct 06 12:02:31 GMT+04:00 2014
> Unhandled event loop exception
> java.lang.ClassCastException: org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to java.lang.String
> 	at org.apache.ivy.core.settings.IvySettings.addAllVariables(IvySettings.java:610)
> 	at org.apache.ivy.core.settings.IvySettings.addAllVariables(IvySettings.java:604)
> 	at org.apache.ivy.core.settings.IvySettings.addSystemProperties(IvySettings.java:308)
> 	at org.apache.ivy.core.settings.IvySettings.<init>(IvySettings.java:303)
> 	at org.apache.ivy.core.settings.IvySettings.<init>(IvySettings.java:222)
> 	at org.apache.ivyde.internal.eclipse.workspaceresolver.WorkspaceIvySettings.<init>(WorkspaceIvySettings.java:30)
> 	at org.apache.ivyde.internal.eclipse.CachedIvy.createIvySettings(CachedIvy.java:226)
> 	at org.apache.ivyde.internal.eclipse.CachedIvy.getIvyFromFile(CachedIvy.java:200)
> 	at org.apache.ivyde.internal.eclipse.CachedIvy.doGetIvy(CachedIvy.java:163)
> 	at org.apache.ivyde.internal.eclipse.CachedIvy.getIvy(CachedIvy.java:124)
> 	at org.apache.ivyde.internal.eclipse.CachedIvy.getCachedIvy(CachedIvy.java:102)
> 	at org.apache.ivyde.internal.eclipse.ui.menu.IvyMenuContributionItem.getContributionItems(IvyMenuContributionItem.java:171)
> 	at org.eclipse.ui.actions.CompoundContributionItem.getContributionItemsToFill(CompoundContributionItem.java:89)
> 	at org.eclipse.ui.actions.CompoundContributionItem.fill(CompoundContributionItem.java:62)
> 	at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.fill(DynamicMenuContributionItem.java:208)
> 	at org.eclipse.jface.action.MenuManager.doItemFill(MenuManager.java:780)
> 	at org.eclipse.jface.action.MenuManager.update(MenuManager.java:861)
> 	at org.eclipse.jface.action.MenuManager.update(MenuManager.java:721)
> 	at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer.processContents(MenuManagerRenderer.java:614)
> 	at org.eclipse.ui.internal.PopupMenuExtender.addMenuContributions(PopupMenuExtender.java:423)
> 	at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:393)
> 	at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:352)
> 	at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:492)
> 	at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:487)
> 	at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:519)
> 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
> 	at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4963)
> 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4639)
> 	at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:339)
> 	at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1626)
> 	at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075)
> 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:5023)
> 	at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
> 	at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:256)
> 	at org.eclipse.swt.widgets.Display.runPopups(Display.java:4213)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3755)
> 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
> 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> 	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> 	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:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)