[Résolu] Installation Modules

Un conseil pour l'installation? Un problème technique pour installer OpenConcerto?
Répondre
brunets
Messages : 56
Enregistré le : dim. déc. 23, 2012 1:26 pm

mer. oct. 09, 2013 5:10 pm

Bonjour,

J'essaie de tester les modules sur la version 1.3b4.

Pour l'installation des modules (les 8 1ers figurant ici http://www.openconcerto.org/forum/viewt ... ?f=4&t=840), j'ai suivi la procédure du manuel :
[*]copie des fichiers jar dans C:\Program Files (x86)\OpenConcerto\Modules
[*]installation sur le serveur en selectionnant les modules dans l'onglet modules disponibles et en cliquant sur installer.

J'obtiens alors l'erreur suivante :

Code : Tout sélectionner

Impossible d'installer les modules

java.lang.IllegalStateException: Missing required module : org.openconcerto.modules.common.http.google
org.openconcerto.utils.ExceptionHandler: Impossible d'installer les modules
	at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:99)
	at org.openconcerto.erp.modules.AvailableModulesPanel$InstallAction$1.done(AvailableModulesPanel.java:214)
	at javax.swing.SwingWorker$5.run(Unknown Source)
	at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
	at sun.swing.AccumulativeRunnable.run(Unknown Source)
	at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
	at javax.swing.Timer.fireActionPerformed(Unknown Source)
	at javax.swing.Timer$DoPostEvent.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.WaitDispatchSupport$2.run(Unknown Source)
	at java.awt.WaitDispatchSupport$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.WaitDispatchSupport.enter(Unknown Source)
	at java.awt.Dialog.show(Unknown Source)
	at java.awt.Component.show(Unknown Source)
	at java.awt.Component.setVisible(Unknown Source)
	at java.awt.Window.setVisible(Unknown Source)
	at java.awt.Dialog.setVisible(Unknown Source)
	at org.openconcerto.erp.modules.AvailableModulesPanel$1.run(AvailableModulesPanel.java:66)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Missing required module : org.openconcerto.modules.common.http.google
	at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
	at java.util.concurrent.FutureTask.get(Unknown Source)
	at javax.swing.SwingWorker.get(Unknown Source)
	at org.openconcerto.erp.modules.AvailableModulesPanel$InstallAction$1.done(AvailableModulesPanel.java:208)
	... 41 more
Caused by: java.lang.IllegalStateException: Missing required module : org.openconcerto.modules.common.http.google
	at org.openconcerto.erp.modules.JarModuleFactory$ModuleClassLoader.<init>(JarModuleFactory.java:55)
	at org.openconcerto.erp.modules.JarModuleFactory.createModule(JarModuleFactory.java:110)
	at org.openconcerto.erp.modules.ModuleManager.installModulesOnServer(ModuleManager.java:1405)
	at org.openconcerto.erp.modules.AvailableModulesPanel$InstallAction$1.doInBackground(AvailableModulesPanel.java:201)
	at javax.swing.SwingWorker$1.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at javax.swing.SwingWorker.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Cela ne me parle pas trop. Quelqu'un a t'il une idée du problème ?

Vous en remerciant.

Meilleures salutations.

Stéphane
Modifié en dernier par brunets le mer. oct. 09, 2013 5:32 pm, modifié 1 fois.
brunets
Messages : 56
Enregistré le : dim. déc. 23, 2012 1:26 pm

mer. oct. 09, 2013 5:25 pm

Je me réponds à moi même. Il faut les installer un par un en les cochant les uns après les autres.

De cette façon, il reste 2 qui ne s'installent pas.

Téléphonie OVH : Le message d'erreur est le suivant :

Code : Tout sélectionner

Impossible d'installer les modules

java.lang.IllegalStateException: Missing required module : org.openconcerto.modules.common.soap
org.openconcerto.utils.ExceptionHandler: Impossible d'installer les modules
	at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:99)
	at org.openconcerto.erp.modules.AvailableModulesPanel$InstallAction$1.done(AvailableModulesPanel.java:214)
	at javax.swing.SwingWorker$5.run(Unknown Source)
	at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
	at sun.swing.AccumulativeRunnable.run(Unknown Source)
	at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
	at javax.swing.Timer.fireActionPerformed(Unknown Source)
	at javax.swing.Timer$DoPostEvent.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.WaitDispatchSupport$2.run(Unknown Source)
	at java.awt.WaitDispatchSupport$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.WaitDispatchSupport.enter(Unknown Source)
	at java.awt.Dialog.show(Unknown Source)
	at java.awt.Component.show(Unknown Source)
	at java.awt.Component.setVisible(Unknown Source)
	at java.awt.Window.setVisible(Unknown Source)
	at java.awt.Dialog.setVisible(Unknown Source)
	at org.openconcerto.erp.modules.AvailableModulesPanel$1.run(AvailableModulesPanel.java:66)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Missing required module : org.openconcerto.modules.common.soap
	at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
	at java.util.concurrent.FutureTask.get(Unknown Source)
	at javax.swing.SwingWorker.get(Unknown Source)
	at org.openconcerto.erp.modules.AvailableModulesPanel$InstallAction$1.done(AvailableModulesPanel.java:208)
	... 41 more
Caused by: java.lang.IllegalStateException: Missing required module : org.openconcerto.modules.common.soap
	at org.openconcerto.erp.modules.JarModuleFactory$ModuleClassLoader.<init>(JarModuleFactory.java:55)
	at org.openconcerto.erp.modules.JarModuleFactory.createModule(JarModuleFactory.java:110)
	at org.openconcerto.erp.modules.ModuleManager.installModulesOnServer(ModuleManager.java:1405)
	at org.openconcerto.erp.modules.AvailableModulesPanel$InstallAction$1.doInBackground(AvailableModulesPanel.java:201)
	at javax.swing.SwingWorker$1.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at javax.swing.SwingWorker.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Google docs : Le message d'erreur est le suivant :

Code : Tout sélectionner

Impossible d'installer les modules

java.lang.IllegalStateException: Missing required module : org.openconcerto.modules.common.http.google
org.openconcerto.utils.ExceptionHandler: Impossible d'installer les modules
	at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:99)
	at org.openconcerto.erp.modules.AvailableModulesPanel$InstallAction$1.done(AvailableModulesPanel.java:214)
	at javax.swing.SwingWorker$5.run(Unknown Source)
	at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
	at sun.swing.AccumulativeRunnable.run(Unknown Source)
	at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
	at javax.swing.Timer.fireActionPerformed(Unknown Source)
	at javax.swing.Timer$DoPostEvent.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.WaitDispatchSupport$2.run(Unknown Source)
	at java.awt.WaitDispatchSupport$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.WaitDispatchSupport.enter(Unknown Source)
	at java.awt.Dialog.show(Unknown Source)
	at java.awt.Component.show(Unknown Source)
	at java.awt.Component.setVisible(Unknown Source)
	at java.awt.Window.setVisible(Unknown Source)
	at java.awt.Dialog.setVisible(Unknown Source)
	at org.openconcerto.erp.modules.AvailableModulesPanel$1.run(AvailableModulesPanel.java:66)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Missing required module : org.openconcerto.modules.common.http.google
	at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
	at java.util.concurrent.FutureTask.get(Unknown Source)
	at javax.swing.SwingWorker.get(Unknown Source)
	at org.openconcerto.erp.modules.AvailableModulesPanel$InstallAction$1.done(AvailableModulesPanel.java:208)
	... 41 more
Caused by: java.lang.IllegalStateException: Missing required module : org.openconcerto.modules.common.http.google
	at org.openconcerto.erp.modules.JarModuleFactory$ModuleClassLoader.<init>(JarModuleFactory.java:55)
	at org.openconcerto.erp.modules.JarModuleFactory.createModule(JarModuleFactory.java:110)
	at org.openconcerto.erp.modules.ModuleManager.installModulesOnServer(ModuleManager.java:1405)
	at org.openconcerto.erp.modules.AvailableModulesPanel$InstallAction$1.doInBackground(AvailableModulesPanel.java:201)
	at javax.swing.SwingWorker$1.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at javax.swing.SwingWorker.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Si quelqu'un a une idée du problème, je suis preneur de la solution ?

Vous en remerciant.

Meilleures salutations.

Stéphane
brunets
Messages : 56
Enregistré le : dim. déc. 23, 2012 1:26 pm

mer. oct. 09, 2013 5:36 pm

Je me réponds encore à moi-même. Cela pourra peut-être servir à quelqu'un d'autre.

Finalement, j'ai réussi à installer tous les modules mêmes les nouveaux.

En fait, je les ai installés un par un sur le serveur, un par un sur le poste puis ceux qui ne s'installaient sur le serveur et/ou sur le poste ont finis par s'installer sur l'un et sur l'autre. Ouf ! Vivement le gestionnaire intelligent.

Meilleures salutations.

Stéphane
Répondre