Grails error initializing application: null -
when try run "grails run-app", error , small stacktrace:
context.grailscontextloaderlistener error initializing application: null java.lang.nullpointerexception @ java.util.concurrent.futuretask.run(futuretask.java:266) @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor. java:1142) @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor .java:617) @ java.lang.thread.run(thread.java:745)
i'm using grails 2.5.0 , java 1.8.0_51.
how can more information what's going wrong?
edit: i've tried grails clean , grails refresh-dependencies in related projects.
our app consists of 2 projects. project 1 has bootstrap files , project 2 domain/view/controller files. branch on project 1 had bootstrap file used domain object on different branch of project 2, commented out bootstrap file. turns out, causing error. fix it, had delete bootstrap file app run.
i guess grails doesn't when there's bootstrap file no code in it..
Comments
Post a Comment