Bonjour,
Je suis débutant sur Grails, peut etre que mon problème parait facile mais j'ai vraiment pas de piste donc je souhaite votre aide
Je crée un nouveau projet grails, et au moment ou je veux lancer mon serveur j'ai cette erreur :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36 | Error 2013-05-29 18:46:48,617 [localhost-startStop-1] ERROR context.GrailsContextLoader - Error initializing the application: liquibase.exception.ServiceNotFoundException: liquibase.exception.ServiceNotFoundException: Could not find implementation of liquibase.logging.Logger Message: liquibase.exception.ServiceNotFoundException: liquibase.exception.ServiceNotFoundException: Could not find implementation of liquibase.logging.Logger Line | Method ->> 19 | getLogger in liquibase.logging.LogFactory - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | 120 | fixLogging in DatabaseMigrationGrailsPlugin | 85 | doCall . . in DatabaseMigrationGrailsPlugin$_closure2 | 334 | innerRun in java.util.concurrent.FutureTask$Sync | 166 | run . . . in java.util.concurrent.FutureTask | 1110 | runWorker in java.util.concurrent.ThreadPoolExecutor | 603 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker ^ 722 | run in java.lang.Thread Caused by ServiceNotFoundException: liquibase.exception.ServiceNotFoundException: Could not find implementation of liquibase.logging.Logger ->> 179 | newInstance in liquibase.servicelocator.ServiceLocator - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | 17 | getLogger in liquibase.logging.LogFactory | 120 | fixLogging in DatabaseMigrationGrailsPlugin | 85 | doCall in DatabaseMigrationGrailsPlugin$_closure2 | 334 | innerRun . in java.util.concurrent.FutureTask$Sync | 166 | run in java.util.concurrent.FutureTask | 1110 | runWorker in java.util.concurrent.ThreadPoolExecutor | 603 | run in java.util.concurrent.ThreadPoolExecutor$Worker ^ 722 | run . . . in java.lang.Thread Caused by ServiceNotFoundException: Could not find implementation of liquibase.logging.Logger ->> 145 | findClass in liquibase.servicelocator.ServiceLocator - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | 177 | newInstance in '' | 17 | getLogger in liquibase.logging.LogFactory | 120 | fixLogging in DatabaseMigrationGrailsPlugin | 85 | doCall . . in DatabaseMigrationGrailsPlugin$_closure2 | 334 | innerRun in java.util.concurrent.FutureTask$Sync | 166 | run . . . in java.util.concurrent.FutureTask | 1110 | runWorker in java.util.concurrent.ThreadPoolExecutor | 603 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker ^ 722 | run in java.lang.Thread
est ce que cela peux venir de ma JRE ?
Quelqu'un peut m'aider ?
Merci d'avance
Partager