Error when trying to export a feature in Eclipse Luna - eclipse

I'm trying to export a feature/plug-in in Luna, but I get the following error:
!ENTRY org.eclipse.core.jobs 4 2 2014-12-09 12:01:30.964 !MESSAGE An
internal error occurred during: "Export Features". !STACK 0
java.lang.NullPointerException at
org.eclipse.osgi.internal.resolver.NativeCodeSpecificationImpl.isSatisfiedBy(NativeCodeSpecificationImpl.java:88)
at
org.eclipse.osgi.internal.module.ResolverImpl.isResolvable(ResolverImpl.java:285)
at
org.eclipse.osgi.internal.module.ResolverImpl.resolveBundles(ResolverImpl.java:639)
at
org.eclipse.osgi.internal.module.ResolverImpl.resolve(ResolverImpl.java:477)
at
org.eclipse.osgi.internal.resolver.StateImpl.resolve(StateImpl.java:545)
at
org.eclipse.osgi.internal.resolver.StateImpl.resolve(StateImpl.java:605)
at
org.eclipse.pde.internal.build.site.BuildTimeSite.getRegistry(BuildTimeSite.java:186)
at
org.eclipse.pde.internal.build.BuildScriptGenerator.generateFeatures(BuildScriptGenerator.java:276)
at
org.eclipse.pde.internal.build.BuildScriptGenerator.generate(BuildScriptGenerator.java:127)
at
org.eclipse.pde.internal.core.exports.FeatureExportOperation.doExport(FeatureExportOperation.java:257)
at
org.eclipse.pde.internal.core.exports.FeatureExportOperation.doExport(FeatureExportOperation.java:224)
at
org.eclipse.pde.internal.core.exports.FeatureExportOperation.run(FeatureExportOperation.java:108)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
And I have no errors in my plug-in project. When I do this in Kepler, it works fine. What could be the problem ?

I've updated Eclipse from version 4.4.0 to 4.4.1 and now it works.

Related

Eclipse "Refresh Status" error

When I import a project into eclipse or reopen a closed project I get a "Refresh status" error, see below:
When I delete a project from workspace, I get similar error then as well, see below:
What is the cause of this error, and how can I get rid of this error?
Any help would be appreciated !
==>
By looking at error messages related to "Refresh status..." it seems
that problem is with Mercurial plugin. See below section of log file:
!ENTRY org.eclipse.core.jobs 4 2 2017-09-07 13:06:17.090
!MESSAGE An internal error occurred during: "Refresh status...".
!STACK 0
java.lang.NoSuchMethodError: java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;
at com.vectrace.MercurialEclipse.team.cache.MercurialStatusCache.clearStatusCache(MercurialStatusCache.java:1377)
at com.vectrace.MercurialEclipse.team.cache.MercurialStatusCache.clear(MercurialStatusCache.java:1459)
at com.vectrace.MercurialEclipse.team.cache.MercurialStatusCache.refreshStatus(MercurialStatusCache.java:855)
at com.vectrace.MercurialEclipse.team.cache.MercurialStatusCache$ProjectUpdateJob.updateProject(MercurialStatusCache.java:143)
at com.vectrace.MercurialEclipse.team.cache.MercurialStatusCache$ProjectUpdateJob.run(MercurialStatusCache.java:129)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Added details of installed softwares. See below for installed softwares:

Eclipse Neon Does Not Start

Eclipse Neon displays an error message box during startup and will not open. The message gives a file path to a log file. In that file I see this error message:
!ENTRY org.eclipse.e4.ui.workbench.swt 4 2 2016-11-13 08:50:49.856
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.e4.ui.workbench.swt".
!STACK 0
java.lang.IllegalAccessError: com.aptana.editor.css.CSSSourceEditor.isWordWrapEnabled()Z
at org.eclipse.ui.texteditor.WordWrapToggleAction.isWordWrapEnabled(WordWrapToggleAction.java:66)
at org.eclipse.ui.texteditor.WordWrapToggleAction.update(WordWrapToggleAction.java:57)
at org.eclipse.ui.texteditor.TextEditorAction.<init>(TextEditorAction.java:68)
at org.eclipse.ui.texteditor.WordWrapToggleAction.<init>(WordWrapToggleAction.java:34)
at org.eclipse.ui.texteditor.AbstractTextEditor.createActions(AbstractTextEditor.java:5898)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createAction
The OS is Ubuntu 16.04
i found this solution and it worked for me.
I went to directory:
.metadata.plugins\org.eclipse.e4.workbench
And renamed
workbench.xmi to workbenchOLD.xmi
I found it here:
org.eclipse.swt.SWTException: “Widget is disposed” when trying to open AndroidManifest.xml
I hope it helped!
See you,
Federico

Eclipse Luna StackOverflow exception at Build Time

I get this SO exception when building the workspace.
!ENTRY org.eclipse.core.jobs 4 2 2014-06-27 16:01:29.327
!MESSAGE An internal error occurred during: "Rebuilding".
!STACK 0
java.lang.StackOverflowError
at org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.mentionsAny(ParameterizedTypeBinding.java:915)
at org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.mentionsAny(ParameterizedTypeBinding.java:915)
My workspace has a lot of projects, with a lot of compile errors, which I'm trying to resolve.
Any clues why this might happen?
Windows 8.1
JDK 8 build 05
Eclipse for RCP and RAP Developers
Luna Release (4.4.0)
Build id: 20140612-0600
This looks like Eclipse bug 432541 or the duplicate 434800.
Unfortunately these bugs are still open.
Update: This bug is now marked as fixed in Eclipse Luna 4.4.1 (and subsequent releases).

(Eclipse) Decoration Calculation Error on Ubuntu

when i navigate in project tree (such as open package, etc) their always show error message box :
An internal error occurred during: "Decoration Calculation".
org/eclipse/jdt/internal/debug/ui/MemberActionFilter
and this is the log in /.workspace/.log :
!ENTRY org.eclipse.core.jobs 4 2 2013-11-01 17:29:23.513
!MESSAGE An internal error occurred during: "Decoration Calculation".
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/MemberActionFilter
at org.eclipse.jdt.internal.debug.ui.ActionFilterAdapterFactory.getAdapter(ActionFilterAdapterFactory.java:42)
at org.eclipse.core.internal.runtime.AdapterManager.getAdapter(AdapterManager.java:295)
at org.eclipse.core.runtime.PlatformObject.getAdapter(PlatformObject.java:66)
at org.eclipse.ui.internal.util.Util.getAdapter(Util.java:110)
at org.eclipse.ui.internal.ActionExpression$ObjectStateExpression.getActionFilter(ActionExpression.java:471)
at org.eclipse.ui.internal.ActionExpression$ObjectStateExpression.preciselyMatches(ActionExpression.java:524)
at org.eclipse.ui.internal.ActionExpression$ObjectStateExpression.isEnabledFor(ActionExpression.java:499)
at org.eclipse.ui.internal.ActionExpression$SingleExpression.isEnabledFor(ActionExpression.java:743)
at org.eclipse.ui.internal.ActionExpression.isEnabledFor(ActionExpression.java:1053)
at org.eclipse.ui.internal.decorators.DecoratorDefinition.isEnabledFor(DecoratorDefinition.java:281)
at org.eclipse.ui.internal.decorators.DecoratorManager.getDecoratorsFor(DecoratorManager.java:382)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecoratorsFor(LightweightDecoratorManager.java:315)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:340)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:371)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:331)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
FYI, I'am using Eclipse for Java EE (Kepler)
on Ubuntu 13.10 64bit
sorry for my english :D
I had the same problem with kepler on Debian Jessie.
But i realized that eclipse started with a second flying window i detached in my last session to compare to classes. I told eclipse to "Reset Perspective" in Windows menu and restarted. That did the trick.
Close to Eclipse
Copy to yout project (projects) from workspace to temp dir
Remove ./workspace/.metadata
Run Eclipse and import yout project with copy source code

eclipse indigo missing installed plugin

I installed PDT, ADT and some plug-in, yesterday. Today morning, after updating from help->check for updates, I lost all of the installed plug-in. There are "Generals" and "CVS" are left at New Project wizard.
I checked at help->Install new software, the install wizard display, all of the plug-in which I installed are already installed.
What happen? How can I recover the installed plug-in?
============================================================================
Update
This is error log
!ENTRY org.eclipse.help.base 4 0 2013-05-08 17:01:56.363
!MESSAGE Problem occurred during indexing of documentation.
!STACK 0
java.lang.IllegalArgumentException: invalid format:
at org.osgi.framework.Version.<init>(Version.java:150)
at org.eclipse.help.internal.search.SearchIndex.isLuceneCompatible(SearchIndex.java:721)
at org.eclipse.help.internal.search.PluginIndex.isCompatible(PluginIndex.java:152)
at org.eclipse.help.internal.search.PluginIndex.resolve(PluginIndex.java:83)
at org.eclipse.help.internal.search.PluginIndex.getPaths(PluginIndex.java:231)
at org.eclipse.help.internal.search.PrebuiltIndexes.trim(PrebuiltIndexes.java:46)
at org.eclipse.help.internal.search.PrebuiltIndexes.getIndexes(PrebuiltIndexes.java:54)
at org.eclipse.help.internal.search.IndexingOperation.mergeIndexes(IndexingOperation.java:544)
at org.eclipse.help.internal.search.IndexingOperation.addNewDocuments(IndexingOperation.java:152)
at org.eclipse.help.internal.search.IndexingOperation.execute(IndexingOperation.java:106)
at org.eclipse.help.internal.search.LocalSearchManager.updateIndex(LocalSearchManager.java:671)
at org.eclipse.help.internal.search.LocalSearchManager.ensureIndexUpdated(LocalSearchManager.java:645)
at org.eclipse.help.internal.search.LocalSearchManager.search(LocalSearchManager.java:590)
at org.eclipse.help.internal.search.SearchManager.searchLocal(SearchManager.java:103)
at org.eclipse.help.internal.search.SearchManager.search(SearchManager.java:94)
at org.eclipse.help.internal.search.SearchProgressMonitor$2.run(SearchProgressMonitor.java:162)
at java.lang.Thread.run(Thread.java:679)
Caused by: java.util.NoSuchElementException
at java.util.StringTokenizer.nextToken(StringTokenizer.java:349)
at org.osgi.framework.Version.<init>(Version.java:127)
... 16 more