Erreur sur création d'une relance

Répondre
geeko
Messages : 3
Enregistré le : mar. déc. 11, 2012 4:55 pm

jeu. juil. 18, 2013 5:50 pm

Bonjour,
J'ai un OC sous win7 qui fonctionne parfaitement, au moins pour la partie que j'utilise.
Mais j'ai une erreur lors de la génération d'une relance (pourtant, le fichier est créé correctement dans le dossier) :

Code : Tout sélectionner

Erreur pendant l'ajout

com/sun/star/connection/NoConnectException
org.openconcerto.utils.ExceptionHandler: Erreur pendant l'ajout
	at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:86)
	at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:90)
	at org.openconcerto.sql.view.EditPanel.actionPerformed(EditPanel.java:407)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(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.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.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.lang.NoClassDefFoundError: com/sun/star/connection/NoConnectException
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
	at java.lang.Class.getConstructor0(Unknown Source)
	at java.lang.Class.getConstructor(Unknown Source)
	at org.jopendocument.link.OOConnexion.create(Unknown Source)
	at org.jopendocument.link.OOConnexion.create(Unknown Source)
	at org.openconcerto.erp.config.ComptaPropsConfiguration.getOOConnexion(ComptaPropsConfiguration.java:246)
	at org.openconcerto.erp.generationDoc.AbstractJOOReportsSheet.generate(AbstractJOOReportsSheet.java:143)
	at org.openconcerto.erp.core.customerrelationship.customer.element.RelanceSQLElement$1.insert(RelanceSQLElement.java:221)
	at org.openconcerto.sql.element.BaseSQLComponent.insert(BaseSQLComponent.java:540)
	at org.openconcerto.sql.view.EditPanel.ajouter(EditPanel.java:445)
	at org.openconcerto.sql.view.EditPanel.actionPerformed(EditPanel.java:405)
	... 37 more
Caused by: java.lang.ClassNotFoundException: com.sun.star.connection.NoConnectException
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 49 more
Une idée ?
Merci
ludovic
Messages : 265
Enregistré le : ven. avr. 15, 2011 2:32 pm

jeu. juil. 18, 2013 8:06 pm

Bonjour,

un probleme avec la liaison entre OpenConcerto et OpenOffice.
Pouvez vous nous fournir votre version d'OpenConcerto et d'OpenOffice (ou LibreOffice)?

Cordialement,
Ludovic.
Avatar du membre
trickscenique
Messages : 30
Enregistré le : mer. mars 04, 2015 5:36 pm
Localisation : Ile de france
Contact :

jeu. nov. 17, 2016 3:46 pm

Bonjour,

J'ai le même problème.
Pouvez-vous nous donner des pistes ?

Bien cordialement
Nassim Ourami

Tricks'Cénique - Instalation et location d'équipements scéniques
http://www.trickscenique.com
tvans
Messages : 52
Enregistré le : mar. oct. 04, 2016 2:28 pm

sam. nov. 19, 2016 10:33 pm

bonjour,
il manque une lib :
Caused by: java.lang.NoClassDefFoundError: com/sun/star/connection/NoConnectException

certainement un ridl****.jar
comme dans http://www.java2s.com/Code/Jar/o/Downlo ... 310jar.htm
ligne openoffice/openoffice-ridl-3.1.0.jar.zip( 195 k)

à tester
Répondre