XMind ne démarre pas sous Ubuntu

Publié le 4 Janvier 2013

Quand je démarre XMind j'obtiens le message d'erreur suivant:

An error has occured.. See the log file
/home/bliz/configuration/1357288023946.log

Et voici le contenu du fichier de log en question:

 !SESSION 2013-01-04 09:27:03.687 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_07
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.xmind.cathy.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.xmind.cathy.product -data ../Commons/data/workspace-cathy

!ENTRY org.eclipse.osgi 4 0 2013-01-04 09:27:04.242
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

En fait ce qui pose problème ce sont tous les chemins relatifs qui se trouvent dans XMind.ini :

-product
org.xmind.cathy.product
-configuration
./configuration
-data
../Commons/data/workspace-cathy
-startup
../Commons/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
../Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505
--launcher.defaultAction
openFile
-showsplash
org.xmind.cathy
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dorg.xmind.product.distribution.id=cathy_portable

 

Il faut donc éditer ce fichier et remplacer tous les chemins relatifs par des chemins absolus.

Rédigé par Bliz

Publié dans #Linux

Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article
M
Super ! Sous Windows, avec XMind 6, j'obtenais ce message d'erreur lorsque j'essayais d'ouvrir un fichier .xmind directement. <br /> J'ai donc modifié tous les chemins du fichier config.ini et tout fonctionne à merveille ! Un grand merci !
Répondre
A
Encore 4 ans plus tard cette solution s'avère très utile, merci !