| 44 | |
| 45 | == Logging with 'user' demo account does not work in fresh checkout of GSCF == |
| 46 | |
| 47 | Grails seems to have compile issues sometimes. Try running 'grails run-app' again. |
| 48 | |
| 49 | == Error concerning ontoCAT_v0.9.6.1.jar!/ehcache.xml == |
| 50 | |
| 51 | This is caused by upgrade issues from bgdt 0.0.5 to bgdt 0.0.6. Try removing the .grails/<version>/projects/gscf/plugins/bgdt-* directories with rm -rf. Or just clean up the whole Grails cache with |
| 52 | {{{ |
| 53 | rm -rf ~/.grails |
| 54 | }}} |
| 55 | That approach solves many compilation issues, but it also triggers a lot of re-downloading and re-compiling of course. |