Find the answer to your Linux question:
Results 1 to 4 of 4
I am trying to run a application, but get error messages: /root/.xmind/Brainy2-i20071004/.metadata !SESSION 2008-08-17 11:49:56.589 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_CH Command-line arguments: -os ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    86

    [SOLVED] Please help me understand a error message

    I am trying to run a application, but get error messages:

    /root/.xmind/Brainy2-i20071004/.metadata

    !SESSION 2008-08-17 11:49:56.589 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_CH
    Command-line arguments: -os linux -ws gtk -arch x86

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 11:50:00.765
    !MESSAGE NLS unused message: fileManager_cannotLock in: org.eclipse.core.internal.runtime.commonMessages

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 11:50:00.765
    !MESSAGE NLS unused message: fileManager_couldNotSave in: org.eclipse.core.internal.runtime.commonMessages

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 11:50:00.766
    !MESSAGE NLS unused message: fileManager_updateFailed in: org.eclipse.core.internal.runtime.commonMessages

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 11:50:00.766
    !MESSAGE NLS unused message: fileManager_illegalInReadOnlyMode in: org.eclipse.core.internal.runtime.commonMessages

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 11:50:00.766
    !MESSAGE NLS unused message: fileManager_notOpen in: org.eclipse.core.internal.runtime.commonMessages

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 11:50:01.555
    !MESSAGE NLS unused message: application_invalidExtension in: org.eclipse.core.internal.runtime.messages

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 11:50:01.555
    !MESSAGE NLS unused message: application_noIdFound in: org.eclipse.core.internal.runtime.messages

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 11:50:01.555
    !MESSAGE NLS unused message: application_notFound in: org.eclipse.core.internal.runtime.messages

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 11:50:01.556
    !MESSAGE NLS unused message: application_returned in: org.eclipse.core.internal.runtime.messages

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 11:50:01.556
    !MESSAGE NLS unused message: meta_authFormatChanged in: org.eclipse.core.internal.runtime.messages

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 11:50:01.556
    !MESSAGE NLS unused message: meta_keyringFileAlreadySpecified in: org.eclipse.core.internal.runtime.messages

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 11:50:01.556
    !MESSAGE NLS unused message: meta_unableToReadAuthorization in: org.eclipse.core.internal.runtime.messages

    --------
    at org.eclipse.equinox.internal.app.EclipseAppHandle. run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.runApplication(EclipseAppLauncher.java: 106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.start(EclipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework( Main.java:50
    at org.eclipse.equinox.launcher.Main.basicRun(Main.ja va:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:11 73)

    !ENTRY org.eclipse.osgi 2 0 2008-08-17 11:50:02.420
    !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-17 11:50:02.420
    !MESSAGE Bundle update@plugins/org.eclipse.core.runt...mpatibility.nl1_3.1.100.v200609270227/ was not resolved.
    !SUBENTRY 2 org.eclipse.core.runtime.compatibility.nl1 2 0 2008-08-17 11:50:02.424
    !MESSAGE Missing host org.eclipse.core.runtime.compatibility_0.0.0.

    !ENTRY org.eclipse.osgi 2 0 2008-08-17 11:50:02.429
    !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-17 11:50:02.429
    !MESSAGE Bundle update@plugins/org.eclipse.core.runt...mpatibility.nl1_3.1.100.v200609270227/ [48] was not resolved.
    !SUBENTRY 2 org.eclipse.core.runtime.compatibility.nl1 2 0 2008-08-17 11:50:02.429
    !MESSAGE Missing host org.eclipse.core.runtime.compatibility_0.0.0.
    !SESSION 2008-08-17 22:15:01.106 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_CH
    Command-line arguments: -os linux -ws gtk -arch x86

    !ENTRY org.eclipse.osgi 2 1 2008-08-17 22:15:03.738
    !MESSAGE NLS unused message: fileManager_cannotLock in: org.eclipse.core.internal.runtime.commonMes

    at org.eclipse.jface.window.Window.create(Window.java :426)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.jav a:1083)
    at org.eclipse.jface.window.Window.open(Window.java:7 85)
    at
    at org.eclipse.equinox.internal.app.EclipseAppHandle. run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.runApplication(EclipseAppLauncher.java: 106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.start(EclipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework( Main.java:50
    at org.eclipse.equinox.launcher.Main.basicRun(Main.ja va:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:11 73)
    org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
    at org.eclipse.swt.SWT.error(SWT.java:3589)
    at org.eclipse.swt.browser.Mozilla.create(Mozilla.jav a:291)
    at org.eclipse.swt.browser.Browser.<init>(Browser.jav a:109)
    org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
    at org.eclipse.swt.SWT.error(SWT.java:3589)
    at org.eclipse.swt.browser.Mozilla.create(Mozilla.jav a:291)
    at org.eclipse.swt.browser.Browser.<init>(Browser.jav a:109)
    at org.eclipse.equinox.internal.app.EclipseAppHandle. run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.runApplication(EclipseAppLauncher.java: 106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.start(EclipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework( Main.java:50
    at org.eclipse.equinox.launcher.Main.basicRun(Main.ja va:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:11 73)

    !ENTRY org.eclipse.osgi 2 0 2008-08-17 22:15:05.996


    clipse.swt.SWTError: No more handles [gtk_init_check() failed]
    at org.eclipse.swt.SWT.error(SWT.java:3589)
    at org.eclipse.swt.widgets.Display.createDisplay(Disp lay.java:836)
    at org.eclipse.swt.widgets.Display.create(Display.jav a:824)
    at org.eclipse.swt.graphics.Device.<init>(Device.java :152)
    at org.eclipse.swt.widgets.Display.<init>(Display.jav a:472)
    at org.eclipse.swt.widgets.Display.<init>(Display.jav a:463)
    at org.eclipse.swt.widgets.Display.getDefault(Display .java:1604)
    at org.eclipse.swt.widgets.Display$1.run(Display.java :429)
    at org.eclipse.swt.graphics.Device.getDevice(Device.j ava:109)
    at org.eclipse.swt.graphics.Cursor.<init>(Cursor.java :196)


    Etc., etc.


    Thank you in advance, for your help

  2. #2
    Just Joined! gogul2k's Avatar
    Join Date
    Nov 2007
    Posts
    32
    What exactly are you trying to do? (i.e.: what application are you trying to run?)

    And what Linux setup are you using?

  3. #3
    Just Joined!
    Join Date
    Dec 2007
    Posts
    86
    Operaton system: SimplyMEPIS 7.0

    (Edit: Linux setup: A desktop PC wired ADSL interface. Gigabyte motherboard, etc. All high end hardware. High performance PC, built for multimonitoring.)

    I have installed the mindmap "Xmind", but can't run it.
    Therre is a runtime problem.

    /root/.xmind/Brainy2-i20071004/.metadata.log

    ist saying:


    at org.eclipse.equinox.internal.app.EclipseAppHandle. run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.runApplication(EclipseAppLauncher.java: 106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.start(EclipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework( Main.java:50
    at org.eclipse.equinox.launcher.Main.basicRun(Main.ja va:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:11 73)

    !ENTRY org.eclipse.osgi 2 0 2008-08-17 14:27:12.226
    !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-17 14:27:12.227
    !MESSAGE Bundle update@plugins/org.eclipse.core.runt...mpatibility.nl1_3.1.100.v200609270227/ was not resolved.
    !SUBENTRY 2 org.eclipse.core.runtime.compatibility.nl1 2 0 2008-08-17 14:27:12.227
    !MESSAGE Missing host org.eclipse.core.runtime.compatibility_0.0.0.

    !ENTRY org.eclipse.osgi 2 0 2008-08-17 14:27:12.227
    !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-17 14:27:12.227
    !MESSAGE Bundle update@plugins/org.eclipse.core.runt...mpatibility.nl1_3.1.100.v200609270227/ [32] was not resolved.
    !SUBENTRY 2 org.eclipse.core.runtime.compatibility.nl1 2 0 2008-08-17 14:27:12.227
    !MESSAGE Missing host org.eclipse.core.runtime.compatibility_0.0.0.

    Problem seems to be:
    org.eclipse.core.runtime.compatibility

    What is org.eclipse.core.runtime.compatibility?:


    Quote:

    org.eclipse.core.runtime.compatibility


    The "org.eclipse.core.runtime.compatibility.regist ry" uses a classpath trick to add getDeclaringPluginDescriptor() method to IExtension and IExtensionPoint. The method is deprecated but has to be supported for backward compatibility.

    If you don't use this method in your application, there is no need to include org.eclipse.core.runtime.compatibility.registry bundle.


    Form:
    Re: Java Web Start and org.eclipse.core.runtime.co: msg#00004


    Edit: I just found this. It might be useful:

    http://ldvapp07.fao.org:8030/fenixRe...100.v20070316/

    http://ldvapp07.fao.org:8030/fenixRe...ngine/plugins/

  4. #4
    Just Joined!
    Join Date
    Dec 2007
    Posts
    86
    Solved!

    I did a lot of copying and pasting files and bits of code, etc.
    To make a long story short:
    I was able to install the mindmapping applicaton "Xmind" on Linux.

    If anyone has problems with the installation: I will be happy to help.

    And if anyone is interested in a few details: Feel free to ask me.

    (It was about fixing the "Core runtime plugin"... )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...