facebook

New installation problems

  1. MyEclipse IDE
  2.  > 
  3. Comments
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #256366 Reply

    a701440
    Member

    I have downloaded MyEclipse trial and tried playing with JSF/JSP/Web app features.
    For some reason I can not get the HTML/JSP visual editor to work.

    Any idea ?

    My environment is Eclipse 3.2 on Suse Linux 10.1
    There are several exceptions in the log file:

    ==========================================
    !ENTRY org.eclipse.jface 4 2 2006-08-08 16:17:58.317
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.jface”.
    !STACK 0
    java.lang.NoClassDefFoundError: com/genuitec/javascript/debug/mozilla/ImprovedMozillaBrowser
    at java.lang.Class.getDeclaredConstructors0(Native Method)

    ==========================================

    Root exception:
    java.lang.IllegalArgumentException
    at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:357)
    at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:340)
    at org.eclipse.core.runtime.Platform.getPlugin(Platform.java:722)
    at org.eclipse.core.internal.preferences.legacy.InitLegacyPreferences.init(InitLegacyPreferences.java:43)
    at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefaults(PreferenceServiceRegistryHelper.java:146)
    at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(PreferencesService.java:337)
    at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(DefaultPreferences.java:162)
    at org.eclipse.core.internal.preferences.DefaultPreferences.loadDefaults(DefaultPreferences.java:231)
    at org.eclipse.core.internal.preferences.DefaultPreferences.load(DefaultPreferences.java:227)
    at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:307)
    at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:543)
    at org.eclipse.core.internal.preferences.DefaultPreferences.node(DefaultPreferences.java:149)
    at org.eclipse.core.internal.preferences.legacy.PreferenceForwarder.getDefaultPreferences(PreferenceForwarder.java:138)
    at org.eclipse.core.internal.preferences.legacy.PreferenceForwarder.getString(PreferenceForwarder.java:644)
    at com.genuitec.eclipse.core.LicenseUtil.ă(Unknown Source)
    at com.genuitec.eclipse.core.LicenseUtil.getCurrentLicensee(Unknown Source)
    at com.genuitec.eclipse.core.ViperCore.�(Unknown Source)
    at com.genuitec.eclipse.core.ViperCore.shutdown(Unknown Source)
    at org.eclipse.core.internal.compatibility.PluginActivator.stop(PluginActivator.java:46)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1036)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1032)
    at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:396)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.stop(AbstractBundle.java:400)
    at org.eclipse.core.runtime.internal.adaptor.BundleStopper.basicStopBundles(BundleStopper.java:86)
    at org.eclipse.core.runtime.internal.adaptor.BundleStopper.stopBundles(BundleStopper.java:73)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook.frameworkStopping(EclipseAdaptorHook.java:156)
    at org.eclipse.osgi.baseadaptor.BaseAdaptor.frameworkStopping(BaseAdaptor.java:288)
    at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:529)
    at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:440)
    at org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:423)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)

    ==========================================
    *** System properties:
    OS=Linux
    OS version=2.6.16.21-0.13-default
    Java version=1.5.0_07

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 5.0 GA
    Build id: 20060805-5.0-GA

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 5.0.0
    Build id: [build id]

    Eclipse Platform

    Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
    Build id: M20060629-1905

    #256390 Reply

    Scott Anderson
    Participant

    The issue is likely that the Eclipse plugin cache got stale as it sometimes
    does not cleanly rebuild after updates. To rectify the problem you’ll need
    to restart Eclipse with the -clean flag one time: eclipse.exe -clean

    That should resolve the problem.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: New installation problems

You must be logged in to post in the forum log in