-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Error |
2015-10-13 11:41:13,015 [localhost-startStop-1] ERROR context.GrailsContextLoaderListener - Error initializing the application: org/jsondoc/core/pojo/ApiObjectDoc
Message: org/jsondoc/core/pojo/ApiObjectDoc
Line | Method
->> 17 | registerMarshallers in org.restapidoc.JSONUtils
| 13 | doCall in RestApiDocBootStrap$_closure1
| 327 | evaluateEnvironmentSpecificBlock in grails.util.Environment
| 320 | executeForEnvironment in ''
| 296 | executeForCurrentEnvironment . . in ''
| 262 | run in java.util.concurrent.FutureTask
| 1145 | runWorker . . . . . . . . . . . in java.util.concurrent.ThreadPoolExecutor
| 615 | run in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run . . . . . . . . . . . . . . in java.lang.Thread
Caused by ClassNotFoundException: org.jsondoc.core.pojo.ApiObjectDoc
->> 366 | run in java.net.URLClassLoader$1
| 355 | run in ''
| 354 | findClass . . . . . . . . . . . in java.net.URLClassLoader
| 425 | loadClass in java.lang.ClassLoader
| 358 | loadClass . . . . . . . . . . . in ''
| 17 | registerMarshallers in org.restapidoc.JSONUtils
| 13 | doCall . . . . . . . . . . . . . in RestApiDocBootStrap$_closure1
| 327 | evaluateEnvironmentSpecificBlock in grails.util.Environment
| 320 | executeForEnvironment . . . . . in ''
| 296 | executeForCurrentEnvironment in ''
| 262 | run . . . . . . . . . . . . . . in java.util.concurrent.FutureTask
| 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 615 | run . . . . . . . . . . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run in java.lang.Thread
I use grails 2.4.3
and jdk 1.7.0_79
Please help me to fix this bug...