2014-03-12 8 views
0

나는 잠시 동안 접촉하지 않은 프로젝트를 가지고 있고, 나는 다음과 같은 오류 얻을 실행 응용 프로그램의 명령을 실행할 때 : 그래서Grails의 프로젝트는 UnmodifiableMap에 널 (null)가 발생

grails> run-app 
| Running Grails application 
Error | 
2014-03-12 13:20:34,741 [localhost-startStop-1] ERROR context.GrailsContextLoader - Error initializing the application: null 
Message: null 
    Line | Method 
->> 1342 | put  in java.util.Collections$UnmodifiableMap 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
|  22 | doCall in elektrova.Disponent$__clinit__closure1 
| 262 | run . . . in java.util.concurrent.FutureTask 
| 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor 
| 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker 
^ 744 | run  in java.lang.Thread 
Error | 
2014-03-12 13:20:34,791 [localhost-startStop-1] ERROR context.GrailsContextLoader - Error initializing Grails: null 
Message: null 
    Line | Method 
->> 1342 | put  in java.util.Collections$UnmodifiableMap 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
|  22 | doCall in elektrova.Disponent$__clinit__closure1 
| 262 | run . . . in java.util.concurrent.FutureTask 
| 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor 
| 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker 
^ 744 | run  in java.lang.Thread 
Error | 
2014-03-12 13:20:34,821 [localhost-startStop-1] ERROR [localhost].[/ElektroVA] - Exception sending context initialized event to listener instance of class org.codehaus.groovy.grails.web.context.GrailsContextLoaderListener 
Message: Error executing bootstraps; nested exception is java.lang.UnsupportedOperationException 
    Line | Method 
->> 262 | run  in java.util.concurrent.FutureTask 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
| 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor 
| 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker 
^ 744 | run  in java.lang.Thread 
Caused by UnsupportedOperationException: null 
->> 1342 | put  in java.util.Collections$UnmodifiableMap 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
|  22 | doCall in elektrova.Disponent$__clinit__closure1 
| 262 | run . . . in java.util.concurrent.FutureTask 
| 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor 
| 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker 
^ 744 | run  in java.lang.Thread 
Error | 
2014-03-12 13:20:34,837 [localhost-startStop-1] ERROR core.StandardContext - Error listenerStart 
Error | 
2014-03-12 13:20:34,873 [localhost-startStop-1] ERROR core.StandardContext - Context [/ElektroVA] startup failed due to previous errors 
| Server running. Browse to http://localhost:8080/ElektroVA 
| Application loaded in interactive mode. Type 'stop-app' to shutdown. 
| Enter a script name to run. Use TAB for completion: 
grails> 

을 지금 나는 오류가 어디서오고 있는지 알아내는 방법을 모른다. 어떤 아이디어 나 제안이라도 좋을 것입니다. 감사합니다.

+1

grails는 어떻습니까? –

+0

아아아 나는 바보 야. 고맙습니다. 지금은 잘 작동합니다. 먼저 생각해야합니다.> – olkoza

+0

다행 이군요. 이 질문을 마무리 할 수 ​​있도록 답변을 추가했습니다. –

답변

2

프로젝트에서 grails clean 명령을 실행해야하는 것처럼 들립니다. 일반적으로 이렇게하면 이상한 오류가 해결됩니다.