Installation of Fuse IDE 7.1 not working - java

I have installed Fuse IDE 7.1.60 (http://repo.fusesource.com/ide/) as a plugin to Eclipse Kepler (clean installation).
My OS is Windows 7 (64bit) and I'm having Oracle Java 1.7 JDK installed into a path with no whitespaces and JAVA_HOME set. Eclipse recognizes the JDK.
Unfortunately, in the "File|New" menu there is no "Fuse Project" option and neither in the "Window|Preferences".
I would be very thankful for hints, which could cause this behaviour!
There are only a few messages in the eclipse log:
!ENTRY org.eclipse.ui 2 2 2013-08-30 17:06:33.091
!MESSAGE Invalid preference category path: org.fusesource.ide.branding.preferences.root (bundle: org.fusesource.ide.camel.editor, page: org.fusesource.ide.camel.editor.preferences.FusePreferencePage)
!ENTRY org.eclipse.ui 2 2 2013-08-30 17:06:33.096
!MESSAGE Invalid preference category path: org.fusesource.ide.branding.preferences.root (bundle: org.fusesource.ide.camel.editor, page: org.fusesource.ide.camel.editor.preferences.FuseColorPreferencePage)
!ENTRY org.eclipse.ui 2 2 2013-08-30 17:06:33.097
!MESSAGE Invalid preference category path: org.fusesource.ide.branding.preferences.root (bundle: org.fusesource.ide.deployment, page: org.fusesource.ide.preferences.deployment.page)
!ENTRY org.eclipse.ui 2 2 2013-08-30 17:06:33.097
!MESSAGE Invalid preference category path: org.fusesource.ide.branding.preferences.root (bundle: org.fusesource.ide.jvmmonitor.ui, page: org.fusesource.ide.jvmmonitor.ui.JavaMonitorPreferencePage)

Fuse IDE 7.1. does not work with Eclipse Kepler. It only works with Eclipse 3.x. The Fuse IDE 6.0 (From JBoss) works with Eclipse 4.0. And the upcoming JBoss Fuse IDE 6.1 is likely to work with latest Eclipse 4.x version when its released.
You can see the Fuse IDE 7.1 documentation here: https://access.redhat.com/site/documentation/Fuse_IDE/

Related

Eclipse Oxygen Release (4.7.0) Remote Debug Glassfish NullPointerException

Eclipse Oxygen Release (4.7.0)
- OS: Win7
- jdk1.8.0_131
GlassFish Server Open Source Edition 3.1 (build 43) in a VM
- OS: Ubuntu
- Started with "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009"
I want using the debugging with "Remote Java Application", but i get this error:
!ENTRY org.eclipse.core.jobs 4 2 2017-08-21 14:18:27.530
!MESSAGE An internal error occurred during: "Launching OutletResource".
!STACK 0
java.lang.NullPointerException
at org.eclipse.core.runtime.Path.<init>(Path.java:206)
at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:145)
at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.getProjectOfExternalFolder(JDIDebugTarget.java:1557)
at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.addReferencedProjects(JDIDebugTarget.java:1508)
at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.collectReferencedJavaProjects(JDIDebugTarget.java:1481)
at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.prepareBreakpointsSearchScope(JDIDebugTarget.java:394)
at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.<init>(JDIDebugTarget.java:361)
at org.eclipse.jdt.debug.core.JDIDebugModel$1.run(JDIDebugModel.java:201)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2267)
at org.eclipse.jdt.debug.core.JDIDebugModel.newDebugTarget(JDIDebugModel.java:205)
at org.eclipse.jdt.debug.core.JDIDebugModel.newDebugTarget(JDIDebugModel.java:152)
at org.eclipse.jdt.internal.launching.SocketAttachConnector.connect(SocketAttachConnector.java:146)
at org.eclipse.jdt.internal.launching.JavaRemoteApplicationLaunchConfigurationDelegate.launch(JavaRemoteApplicationLaunchConfigurationDelegate.java:85)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
Can someone help? Thank you, Dirk
I solved the problem.
Under PROJECT -> Properties -> Java Build Path -> Libraries
A empty folder (like "VM_HOME - U:\") make this Exception. Eclipse versions deeper then Oxygen works with this Properties.

Lombok Eclipse issue: "Requesting Java AST from selection"

I have Lombok plugin installed in my Eclipse. It was working fine till now since many days. All of a sudden I am frequently getting a popup in my Eclipse with the following details:
An error has occurred. See error log for more details.
lombok/launch/PatchFixesHider$PatchFixes
An internal error occurred during: "Requesting Java AST from selection".
lombok/launch/PatchFixesHider$PatchFixes
The Eclipse error log has this:
!ENTRY org.eclipse.ui.workbench 4 2 2016-08-29 13:18:38.631
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.LinkageError: lombok/launch/PatchFixesHider$PatchFixes
at org.eclipse.jdt.internal.ui.search.OccurrencesFinder.addUsage(OccurrencesFinder.java)
at org.eclipse.jdt.internal.ui.search.OccurrencesFinder.visit(OccurrencesFinder.java:158)
at org.eclipse.jdt.core.dom.QualifiedName.accept0(QualifiedName.java:168)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2711)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2759)
at org.eclipse.jdt.core.dom.PackageDeclaration.accept0(PackageDeclaration.java:225)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2711)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2759)
Eclipse version :
Eclipse Java EE IDE for Web Developers.
Version: Neon Release (4.6.0)
Build id: 20160613-1800
This popup is occurring quite frequently and its very annoying.Does anyone knows the solution to fix this?
Removed older jar and updated with latest lombok jar (version 1.16.10).. restarted my system. this fixed this issue. Not sure what was the cause of this issue though.
Had the same issue, restarting Eclipse was sufficient for me.

Anypoint Studio 5.1.1 with empty properties view

I am running the new Version of AnypointStudio for win 64bit-5.1.0-201503171252 on a Windows 8.1 with Java 8.
If I click on a Element in the flow, I will see only:
.
I check the Eclipse Logfile (AnypointStudio\workspace\.metadata\.log) and find this error:
!ENTRY org.eclipse.e4.ui.workbench 4 2 2015-04-09 19:42:58.236
!MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.e4.ui.workbench".
!STACK 0
java.lang.NoClassDefFoundError: org/mule/tooling/apikit/common/metadata/resolver/APIkitRouterInvokerMetadataResolver$1$1
at org.mule.tooling.apikit.common.metadata.resolver.APIkitRouterInvokerMetadataResolver$1.call(APIkitRouterInvokerMetadataResolver.java:65)
at org.mule.tooling.apikit.common.metadata.resolver.APIkitRouterInvokerMetadataResolver$1.call(APIkitRouterInvokerMetadataResolver.java:1)
at org.mule.tooling.utils.SilentRunner.run(SilentRunner.java:16)
I try this on different Workstation with the same error.
I search the missing class and found this file in the plugin folder:
AnypointStudio-for-win-64bit-5.1.0-201503171252\AnypointStudio\plugins\org.mule.tooling.apikit.common_1.6.1.201503121950\org\mule\tooling\apikit\common\metadata\resolver\APIkitRouterInvokerMetadataResolver$1$1.class
have you tried removing the older APIKit plugin and only installing the latest? It could be a conflict between the different versions.
HTH,
Eva

org.osgi.framework.BundleException: Could not resolve module

I'm trying to setup my eclipse plugin development target and receive the following error multiple times:
!ENTRY org.eclipse.e4.ui.css.swt 4 0 2015-01-30 15:15:06.879
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.e4.ui.css.swt [955]
Unresolved requirement: Require-Bundle: org.eclipse.e4.ui.css.core; bundle-version="0.9.0"
-> Bundle-SymbolicName: org.eclipse.e4.ui.css.core; bundle-version="0.10.100.v20140424-2042"; singleton:="true"
org.eclipse.e4.ui.css.core [1134]
Unresolved requirement: Require-Bundle: org.apache.batik.css; bundle-version="1.7.0"
-> Bundle-SymbolicName: org.apache.batik.css; bundle-version="1.7.0.v201011041433"
org.apache.batik.css [1177]
Unresolved requirement: Import-Package: org.w3c.dom.events; version="[3.0.0,4.0.0)"
Does this mean that none of these plugins can be resolved, or just not the last one org.w3c.dom.events or is this a result from the mismatch of the bundle versions of org.eclipse.e4.ui.css.core?
for JMC 8 The minimum JDK requirement is version=8, for JMC 8.1 The minimum JDK requirement is version=11
you are facing this issue because you are trying to open JMC 8.1 with JDK 8. Install JMC version 8 then your issue will resolve.
It is just org.w3c.dom.events that can't be resolved.
You should have a org.w3c.dom.events plugin.
If you are setting up a target platform for plugin development the easiest thing to use is everything in the 'Eclipse SDK' download form http://download.eclipse.org/eclipse/downloads/
I faced the same problem. It turned out, I was missing the org.w3c.dom.events plugin in my dependencies in my product file or launch configuration.
I had this issue despite the module being present. I found that it was a caching problem in Windows.
I deleted the contents of: C:/users/UserName/.eclipse
Afterwards, Eclipse started fine.

Android ADT Eclipse install errors

Installed Eclipse and the ADT package, 2.3 SDK etc, but get thrown a whole mess of errors on startup and I need some guidance, my searches haven't found the solution I'm looking for, just single errors as opposed to the entire stack I'm getting.
Could not create the view: org.eclipse.wst.server.ui.ServersView
Could not create the view: org.eclipse.datatools.connectivity.DataSourceExplorerNavigator
!ENTRY org.eclipse.ui 4 4 2013-06-26 09:45:18.955
!MESSAGE Conflicting handlers for org.eclipse.jdt.ui.edit.text.java.open.editor: {ActionHandler(org.eclipse.jdt.ui.actions.OpenAction#5a1755b3)} vs {ActionHandler(org.eclipse.jdt.ui.actions.OpenAction#31fb88fa)}
!ENTRY org.eclipse.ui 4 4 2013-06-26 09:45:18.957
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.cut: {ActionHandler(org.eclipse.ui.actions.TextActionHandler$CutActionHandler#6e9b8445)} vs {ActionHandler(org.eclipse.ui.actions.TextActionHandler$CutActionHandler#240906be)}
!ENTRY org.eclipse.ui 4 4 2013-06-26 09:45:18.959
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.copy: {ActionHandler(org.eclipse.ui.actions.TextActionHandler$CopyActionHandler#493ad9ad)} vs {ActionHandler(org.eclipse.ui.actions.TextActionHandler$CopyActionHandler#36a9126a)}
!ENTRY org.eclipse.ui 4 4 2013-06-26 09:45:18.961
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.paste: {ActionHandler(org.eclipse.ui.actions.TextActionHandler$PasteActionHandler#c31132)} vs {ActionHandler(org.eclipse.ui.actions.TextActionHandler$PasteActionHandler#69dea02)}
**(these go on and on and on)**
!ENTRY org.eclipse.jface 4 0 2013-06-26 09:45:18.345
!MESSAGE Unable to resolve plug-in "platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif".
!STACK 0
java.io.IOException: Unable to resolve plug-in "platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif".
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64)
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:75)
at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:67)
at org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:112)
at java.net.URL.openConnection(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:33)
**As do these**
I am a complete noob so go easy, I've followed all the install steps I've found and yet to get it working, and can't figure it out on my lonesome.
EDIT:
Reinstalled all of Java. I'm still getting the Conflicting Handlers errors, and have this up permanently "activity_main.xml will refresh automatically once the process is finished."
This is because you have it pointing at a workspace that has projects in it that were created with an old version of Eclipse. Change the workspace and it should work.

Categories

Resources