Just installed Eclipse Luna (4.4 Standard). From Help menu, installed Aptana plugin. After restarting the IDE, I get the following error:
An internal error occurred during: "Enable debugging and flush log cache". org/eclipse/osgi/framework/internal/core/FrameworkProperties
It seems the environment works properly, but I get the error every time I open the program.
Here is the log:
!MESSAGE An internal error occurred during: "Enable debugging and flush log cache". !STACK 0 java.lang.NoClassDefFoundError: org/eclipse/osgi/framework/internal/core/FrameworkProperties at com.aptana.core.util.EclipseUtil.setPlatformDebugging(EclipseUtil.java:449) at com.aptana.core.CorePlugin.enableDebugging(CorePlugin.java:110) at com.aptana.core.CorePlugin.access$0(CorePlugin.java:97) at com.aptana.core.CorePlugin$1.run(CorePlugin.java:83) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) Caused by: java.lang.ClassNotFoundException: org.eclipse.osgi.framework.internal.core.FrameworkProperties cannot be found by osgi.identity; osgi.identity="com.aptana.core"; type="osgi.bundle"; version:Version="3.3.0.1373665087"; singleton:="true" at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:406) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:326) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:318) at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:118) at java.lang.ClassLoader.loadClass(Unknown Source) ... 5 more
How can I solve this error?