Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Error Exit Code=6 Eclipse installation on Suse Linux Server 9
Error Exit Code=6 Eclipse installation on Suse Linux Server 9 [message #192385] Tue, 06 February 2007 22:54 Go to next message
todd is currently offline toddFriend
Messages: 5
Registered: July 2009
Junior Member
I installed the latest JRE, and the latest Eclipse distro - callistro from
innoopract (I liked the yonos delivery method).
I installed it and just after it started up I received an error.

It starts up OK but it seems to crash in a rather random manner.
When I look at the log file it looks like one of the plugins can not be
found.
I have no idea what aptana is.


The error is below.

When I do an %echo $JAVA_HOME it shows a correct path to the JRE.
When I do an %echo PATH there is no reference to Eclipse.


JVM terminated. Exit code=6
/usr/bin/java
-Xms40m
-Xmx256m
-jar /opt/eclipse/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /opt/eclipse/eclipse
-name Eclipse
-showsplash 600
-exitdata c78001
-vm /usr/bin/java
-vmargs
-Xms40m
-Xmx256m
-jar /opt/eclipse/startup.jar


Below is the last chunk of the eclipse log in the metadata directory.

!ENTRY org.eclipse.update.configurator 2007-02-06 14:13:11.350
!MESSAGE Unable to access file
" plugins/org.eclipse.platform.doc.isv_3.2.1.r321_v2006030.jar !META-INF/MANIFEST.MF ".
!SESSION 2007-02-06 14:52:49.192
-----------------------------------------------
eclipse.buildId=M20060921-0945
java.version=1.6.0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86

!ENTRY org.eclipse.core.resources 2 10035 2007-02-06 14:52:50.749
!MESSAGE A workspace crash was detected. The previous session did not exit
normally.

!ENTRY com.aptana.ide.core.ui 1 0 2007-02-06 14:53:01.032
!MESSAGE (Build 0.2.0.10299) current Aptana build number

!ENTRY org.eclipse.ui.workbench 4 2 2007-02-06 14:53:01.416
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.ui.workbench".
!STACK 0
java.lang.NoClassDefFoundError: com/aptana/ide/scripting/ScriptingEngine$6
at com.aptana.ide.scripting.ScriptingEngine.initConsole(Unknown Source)
at com.aptana.ide.scripting.ScriptingEngine.earlyStartup(Unknow n Source)
at
org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup (EarlyStartupRunnable.java:87)
at
org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartu pRunnable.java:66)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.ui.internal.Workbench$20.run(Workbench.java:1759 )
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

!ENTRY org.eclipse.ui 4 4 2007-02-06 14:53:01.418
!MESSAGE Unhandled Exception

!ENTRY com.aptana.ide.scripting 4 0 2007-02-06 14:53:01.419
!MESSAGE Unable to execute early startup code for an extension
!STACK 0
java.lang.NoClassDefFoundError: com/aptana/ide/scripting/ScriptingEngine$6
at com.aptana.ide.scripting.ScriptingEngine.initConsole(Unknown Source)
at com.aptana.ide.scripting.ScriptingEngine.earlyStartup(Unknow n Source)
at
org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup (EarlyStartupRunnable.java:87)
at
org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartu pRunnable.java:66)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.ui.internal.Workbench$20.run(Workbench.java:1759 )
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
Re: Error Exit Code=6 Eclipse installation on Suse Linux Server 9 [message #192659 is a reply to message #192385] Thu, 08 February 2007 07:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: irbull.cs.uvic.ca

What is the correct path to the JRE? (i.e. what does #JAVA_HOME point to)?

Your configuration is using /usr/bin/java which (at least on my debian
install) is the gnu java runtime. This runtime doesn't work very well.

You may have to put the sun java runtime ahead of the gnu one in your PATH.

cheers,
ian

tkman wrote:
> I installed the latest JRE, and the latest Eclipse distro - callistro
> from innoopract (I liked the yonos delivery method).
> I installed it and just after it started up I received an error.
>
> It starts up OK but it seems to crash in a rather random manner.
> When I look at the log file it looks like one of the plugins can not be
> found.
> I have no idea what aptana is.
>
> The error is below.
>
> When I do an %echo $JAVA_HOME it shows a correct path to the JRE.
> When I do an %echo PATH there is no reference to Eclipse.
>
>
> JVM terminated. Exit code=6
> /usr/bin/java
> -Xms40m
> -Xmx256m
> -jar /opt/eclipse/startup.jar
> -os linux
> -ws gtk
> -arch x86
> -launcher /opt/eclipse/eclipse
> -name Eclipse
> -showsplash 600
> -exitdata c78001
> -vm /usr/bin/java
> -vmargs
> -Xms40m
> -Xmx256m
> -jar /opt/eclipse/startup.jar
>
>
> Below is the last chunk of the eclipse log in the metadata directory.
>
> !ENTRY org.eclipse.update.configurator 2007-02-06 14:13:11.350
> !MESSAGE Unable to access file
> " plugins/org.eclipse.platform.doc.isv_3.2.1.r321_v2006030.jar !META-INF/MANIFEST.MF ".
>
> !SESSION 2007-02-06 14:52:49.192
> -----------------------------------------------
> eclipse.buildId=M20060921-0945
> java.version=1.6.0
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Command-line arguments: -os linux -ws gtk -arch x86
>
> !ENTRY org.eclipse.core.resources 2 10035 2007-02-06 14:52:50.749
> !MESSAGE A workspace crash was detected. The previous session did not
> exit normally.
>
> !ENTRY com.aptana.ide.core.ui 1 0 2007-02-06 14:53:01.032
> !MESSAGE (Build 0.2.0.10299) current Aptana build number
>
> !ENTRY org.eclipse.ui.workbench 4 2 2007-02-06 14:53:01.416
> !MESSAGE Problems occurred when invoking code from plug-in:
> "org.eclipse.ui.workbench".
> !STACK 0
> java.lang.NoClassDefFoundError: com/aptana/ide/scripting/ScriptingEngine$6
> at com.aptana.ide.scripting.ScriptingEngine.initConsole(Unknown Source)
> at com.aptana.ide.scripting.ScriptingEngine.earlyStartup(Unknow n
> Source)
> at
> org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup (EarlyStartupRunnable.java:87)
>
> at
> org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartu pRunnable.java:66)
>
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> at org.eclipse.ui.internal.Workbench$20.run(Workbench.java:1759 )
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
>
> !ENTRY org.eclipse.ui 4 4 2007-02-06 14:53:01.418
> !MESSAGE Unhandled Exception
>
> !ENTRY com.aptana.ide.scripting 4 0 2007-02-06 14:53:01.419
> !MESSAGE Unable to execute early startup code for an extension
> !STACK 0
> java.lang.NoClassDefFoundError: com/aptana/ide/scripting/ScriptingEngine$6
> at com.aptana.ide.scripting.ScriptingEngine.initConsole(Unknown Source)
> at com.aptana.ide.scripting.ScriptingEngine.earlyStartup(Unknow n
> Source)
> at
> org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup (EarlyStartupRunnable.java:87)
>
> at
> org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartu pRunnable.java:66)
>
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> at org.eclipse.ui.internal.Workbench$20.run(Workbench.java:1759 )
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
>
>
Re: Error Exit Code=6 Eclipse installation on Suse Linux Server 9 [message #192807 is a reply to message #192659] Thu, 08 February 2007 18:00 Go to previous messageGo to next message
todd is currently offline toddFriend
Messages: 5
Registered: July 2009
Junior Member
I am beginning to believe it is a problematic plugin that is part of the
problem.

I tried to reinstall and still received the error.
I tried to run with Sun Java 1.5 and sun Java 1.4 but still had the error.
I tried a different Eclipse bundle and it seemed more stable but when
trying to create a project received the same error.
Will try netBeans and see if this allows me to progress with my
development.

I don't know what the Exit code=6 means.

I don't know if some Linux environment variable is a problem or if it is
internal to the way Eclipse functions.

There could be more than one problem I am trying to resolve.
There appears to be a problem with a plugin from aptana:

When trying to look at the properties of a project it would not open up
and an error was presented in the properties window.

After that a minute of trying to progress I received the first error I had
previously experienced.

Error seen when looking for help

JVM terminated. Exit code=6
/usr/bin/java
-Xms40m
-Xmx256m
-jar /opt/eclipse/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /opt/eclipse/eclipse
-name Eclipse
-showsplash 600
-exitdata 1620002
-vm /usr/bin/java
-vmargs
-Xms40m
-Xmx256m
-jar /opt/eclipse/startup.jar


Error seen when project opened and trying to look at properties.


java.lang.InstantiationException:
com.aptana.ide.editors.views.outline.propertyManager.Propert yManager
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.java:157)
at
org.eclipse.core.internal.registry.ExtensionRegistry.createE xecutableExtension(ExtensionRegistry.java:759)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:243)
at
org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 51)
at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:234)
at
org.eclipse.ui.internal.registry.ViewDescriptor.createView(V iewDescriptor.java:69)
at
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewR eference.java:292)
at
org.eclipse.ui.internal.ViewReference.createPart(ViewReferen ce.java:197)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:566)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:29 0)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:52 5)
at
org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePart.java:140)
at
org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(PresentablePartFolder.java:268)
at
org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRightTabOrder.java:65)
at
org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(TabbedStackPresentation.java:394)
at
org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:1144)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1097)
at
org.eclipse.ui.internal.PartStack.presentationSelectionChang ed(PartStack.java:795)
at org.eclipse.ui.internal.PartStack.access$1(PartStack.java:78 1)
at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.jav a:123)
at
org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation$1.handleEvent(TabbedStackPresentation.java:126)
at
org.eclipse.ui.internal.presentations.util.AbstractTabFolder .fireEvent(AbstractTabFolder.java:267)
at
org.eclipse.ui.internal.presentations.util.AbstractTabFolder .fireEvent(AbstractTabFolder.java:276)
at
org.eclipse.ui.internal.presentations.defaultpresentation.De faultTabFolder.access$1(DefaultTabFolder.java:1)
at
org.eclipse.ui.internal.presentations.defaultpresentation.De faultTabFolder$2.handleEvent(DefaultTabFolder.java:84)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1109)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1094)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:9 35)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.ja va:3171)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:19 53)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.j ava:288)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3166)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2842)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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)
Re: Error Exit Code=6 Eclipse installation on Suse Linux Server 9 [message #192826 is a reply to message #192659] Thu, 08 February 2007 18:43 Go to previous messageGo to next message
todd is currently offline toddFriend
Messages: 5
Registered: July 2009
Junior Member
When I echo $JAVA_HOME I receive: usr/lib/java/jre

If I do a #java -version
I get Java HotSpot(TM) build 1.6.0-bl05.

Just to make sure I opened a shell and went right to usr/lib/java/jre/bin
where I could see the Java executable and ran the java -version and it is
the same one.
Re: Error Exit Code=6 Eclipse installation on Suse Linux Server 9 [message #192880 is a reply to message #192385] Thu, 08 February 2007 20:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

tkman wrote:

> I installed the latest JRE, and the latest Eclipse distro - callistro from
> innoopract (I liked the yonos delivery method).
> I installed it and just after it started up I received an error.

> It starts up OK but it seems to crash in a rather random manner.
> When I look at the log file it looks like one of the plugins can not be
> found.
> I have no idea what aptana is.


Innoopract appears to be a third party distributor of Eclipse based
products. Aptana seems to be a third party plugin. My guess is that
there is a problem with the Aptana plugin or a plugin that it depends upon.

I have no experience with Innoopract. They appear to create/provide
prebuilt Eclipse based product packages. You may want to contact them
about the specific combination of plugins that you selected to download
and see if they know of any conflicts.
Re: Error Exit Code=6 Eclipse installation on Suse Linux Server 9 [message #193517 is a reply to message #192880] Mon, 12 February 2007 15:13 Go to previous messageGo to next message
todd is currently offline toddFriend
Messages: 5
Registered: July 2009
Junior Member
I have also tried to install the base eclipse package that is available
from the download page. The version was 3.2.1.
The download file was eclipse-SDK-3.2.1-linux-gtk.tar.gz.
I simply extracted this file to a directory and then clicked on
eclipse.jar.
This also failed immediately with the Exit Code=6 error.
This bundle I believe is the core bundle with very few plugins.
Thus there may be a problem with some of the plugins with the other
bundle I downloaded but the main problem is with the core eclipse package.

I believe this is a serious eclipse error.

Suse Linux is a growing linux distribution.

Eclipse is my preferred IDE and really like it on the windows platform
however,
I am unable to continue using eclipse on suse linux server 9 until this is
resolved.

I will experiment and see if this is the same with suse linux 10.
Re: Error Exit Code=6 Eclipse installation on Suse Linux Server 9 [message #193578 is a reply to message #193517] Mon, 12 February 2007 16:52 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

tkman wrote:
> I have also tried to install the base eclipse package that is available
> from the download page. The version was 3.2.1.
> The download file was eclipse-SDK-3.2.1-linux-gtk.tar.gz.
> I simply extracted this file to a directory and then clicked on
> eclipse.jar.

I don't use Eclipse on Linux (only windoze), but I'm pretty sure there
is an executable that you should be running, not a JAR.

Hope this helps,
Eric
Previous Topic:Switching between a set of open files?
Next Topic:Why first time running a program takes longer time than subsequent running?
Goto Forum:
  


Current Time: Fri Apr 26 21:46:28 GMT 2024

Powered by FUDForum. Page generated in 0.09236 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top