You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2014/12/26 15:15:20 UTC

[Bug 57397] New: Eclipse Luna unstable after loading IvyDE

https://issues.apache.org/bugzilla/show_bug.cgi?id=57397

            Bug ID: 57397
           Summary: Eclipse Luna unstable after loading IvyDE
           Product: Ant
           Version: 1.9.4
          Hardware: PC
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Other
          Assignee: notifications@ant.apache.org
          Reporter: awm@mbcli.com

Windows 8.1 64bit
JRE 1.7.0_55 64b
JDK 1.7.0_55 64b, 1.8.0_05 64b

Just upgraded from Kepler to Luna, and the entire development interface became
extremely unstable. 

I decided to make sure it wasn't any other plugin or old stuff so I wiped out
everything and these the steps:

I removed all files from both eclipse install dir and workspace. 
Created a new eclipse install, fresh (Luna). 
Copied my multi-project into newly created workspace
Imported Existing Projects into Eclipse 
All good, nothing compiles obviously
Installed IvyDE { tried both from Marketplace and directly from update site }

Right Click on a project and the context menu is structurally there with sub
menu icons but none of the text shows up.  There is a 'Unhandled event loop
exception':

At this point I also tried increasing eclipse's memory as well, but it does not
change anything.  -Xms1400m -Xmx1400m

If I wait a couple of seconds and right click again, some of the menu text
items do appear ~about 33%, but that's as far as it goes.

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.CachedIvy.createIvySettings(CachedIvy.java:235)
    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)

eclipse.ini (after memory increase):
-clean
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140603-1326
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms1400m
-Xmx1400m

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 57397] Eclipse Luna unstable after loading IvyDE

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=57397

awm@mbcli.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from awm@mbcli.com ---
This seems to be the same bug as reported on github and jira IVY-1487. 

However, these are from Sep and Oct... maybe a mistake but can I assume that
the resolved issues were merged into the update site?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 57397] Eclipse Luna unstable after loading IvyDE

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=57397

awm@mbcli.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |Windows 8

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 57397] Eclipse Luna unstable after loading IvyDE

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=57397

Nicolas Lalevée <ni...@hibnet.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Nicolas Lalevée <ni...@hibnet.org> ---
You're right, it has already been reported as
https://issues.apache.org/jira/browse/IVY-1487

Ivy has just been released, Ivy 2.4.0 with the fix should be available to be
installed via its updatesite.

Closing this ticket as invalid as this bugtracker is dedicated to the Ant tool.
The bug tracker for Ivy and Ivyde is in jira.

-- 
You are receiving this mail because:
You are the assignee for the bug.