cloutierjo / newtonerp

Automatically exported from code.google.com/p/newtonerp
0 stars 0 forks source link

Bug avec initDB() #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Lorsque la DB est effacée et qu'on run le server en mode debug, ça lance
cette exception

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array
index out of range: 0
    at java.util.Vector.get(Unknown Source)
    at modules.userRightModule.UserRightModule.initDB(UserRightModule.java:104)
    at
modules.userRightModule.actions.CreateAllRight.doAction(CreateAllRight.java:69)
    at newtonERP.module.AbstractAction.perform(AbstractAction.java:52)
    at newtonERP.Starter.main(Starter.java:40)

Original issue reported on code.google.com by glaca...@gmail.com on 26 Oct 2009 at 4:45

GoogleCodeExporter commented 9 years ago
Meme chose, je l'ait de temps en temps.

Original comment by jonathan...@gmail.com on 26 Oct 2009 at 5:10

GoogleCodeExporter commented 9 years ago
Moi l'application par meme pu depuis ce bug la

Original comment by jonathan...@gmail.com on 26 Oct 2009 at 11:41

GoogleCodeExporter commented 9 years ago
le problème a été ajouté après la version 566, puisque je n'avais pas de 
problème
avant d'updaté... je vais regardé sa en reviewant (je m'y met tous de 
suite...)

Original comment by djo0012@gmail.com on 26 Oct 2009 at 11:51

GoogleCodeExporter commented 9 years ago

Original comment by djo0012@gmail.com on 27 Oct 2009 at 12:27

GoogleCodeExporter commented 9 years ago
réglé par le commit 593

Original comment by djo0012@gmail.com on 27 Oct 2009 at 12:28