Page 1 sur 1

CAISSE - Ne se lance pas [RESOLU]

Posté : dim. oct. 16, 2011 12:45 pm
par xantof
Bonjour,

Sur un installation neuve -- versions d'après 14h ce dimanche. Postgre 9.1 nouvellement installé.
OpenConcerto Fonctionne
Caisse créée

Mais quand je lance la caisse en ligne de commande, j'obtiens :

Code : Tout sélectionner

panhamac@upstairs:~/OpenConcerto-1.1-multiposte$ ./OpenConcerto-Caisse.sh
Lancement du module de caisse
Loading:/home/panhamac/OpenConcerto-1.1-multiposte/./Configuration/pos.xml
Module directory doesn't exist : C:\Program Files\EPSON\JavaPOS\lib11
Loading configuration from:/home/panhamac/.OpenConcerto/main.properties
Log directory: /home/panhamac/OpenConcerto/logs/upstairs-panhamac
Log file: /home/panhamac/OpenConcerto/logs/upstairs-panhamac/OpenConcerto_2011-10/16_dimanche.txt
panhamac@upstairs:~/OpenConcerto-1.1-multiposte$ 
et, bien sur, pas de caisse!

Voici le log après lancement de la caisse.

Code : Tout sélectionner

Logger logs: /home/panhamac/OpenConcerto/Logs/upstairs-panhamac/OpenConcerto-%u-age%g.log
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/openconcerto/erp/generationDoc/element/TypeModeleSQLElement
	at org.openconcerto.erp.config.ComptaPropsConfiguration.createDirectory(ComptaPropsConfiguration.java:437)
	at org.openconcerto.sql.PropsConfiguration.getDirectory(PropsConfiguration.java:784)
	at org.openconcerto.erp.config.ComptaPropsConfiguration.setSocieteDirectory(ComptaPropsConfiguration.java:443)
	at org.openconcerto.erp.config.ComptaPropsConfiguration.setUpSocieteDataBaseConnexion(ComptaPropsConfiguration.java:724)
	at org.openconcerto.erp.core.sales.pos.Caisse.createConnexion(Caisse.java:127)
	at org.openconcerto.erp.core.sales.pos.ui.CaisseFrame$1.run(CaisseFrame.java:78)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
	at java.awt.EventQueue.access$000(EventQueue.java:84)
	at java.awt.EventQueue$1.run(EventQueue.java:602)
	at java.awt.EventQueue$1.run(EventQueue.java:600)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.ClassNotFoundException: org.openconcerto.erp.generationDoc.element.TypeModeleSQLElement
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
	... 20 more
Mon main.properties :

Code : Tout sélectionner

#OpenConcerto
#Sun Oct 16 13:43:38 CEST 2011
systemRoot=OpenConcerto
server.ip=127.0.0.1\:5432
customer=Gestion_Default
server.driver=postgresql
Ma config : Ubuntu 10.10, Java 1.6.0_26-b03, PostGreSQL 9.1

Qui sait?

Stephan

Re: CAISSE - Ne se lance pas

Posté : dim. oct. 16, 2011 2:16 pm
par guillaume
Bonjour,

Il y eu un petit méli-mélo lors de l'upload du correctif de dernière minute hier soir.
Le problème de caisse est corrigé, il vous suffit de re-télécharger le logiciel.

Cordialement,

Re: CAISSE - Ne se lance pas [RESOLU]

Posté : dim. oct. 16, 2011 3:27 pm
par xantof
Merci Guillaume !

Tout semble marcher suite à l'installation globale par le biais du script. [sur Ubuntu 11.04 en tout cas]

Stephan