-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compilation error: startup failed. #1198
Comments
Two quick questions: 1 - what version of Apollo are you using? Nathan
|
Hi Nathan, Arcadio |
I think it has to do with an older version of that cache plugin, which we have since updated. We are planning to release a 2.0.4 this week (knock on wood). I think what would be the most help is to download and install our third release candidate (we'll have at least one more before we release) and see if it that fixes the issue. |
Thanks, I'll be on the lookout, and good luck with the release |
Great. You might want to test this release candidate just to make sure it fixes your issue. Doing the "run-local" as you just did should be a sufficient test to make sure that it has fixed the problem. |
@arcadeo for your information, Apollo v 2.0.4 is now released. You can find it at https://github.com/GMOD/Apollo/releases/tag/2.0.4 |
Hi there, I'm trying to test Apollo on my server (RHEL6), but I keep encountering this issue.
Any help would be appreciated.
./apollo run-local
Buildfile: ~/Apollo/build.xml
copy.apollo.plugin.webapp:
setup-jbrowse:
git.clone:
[exec] Result: 128
copy.apollo.plugin.jbrowse:
[echo] copying plugin to jbrowse git ...
[echo] Will be setting up jbrowse
[delete] Deleting directory ~/Apollo/web-app/jbrowse
[copy] Copying 1284 files to ~/Apollo/web-app/jbrowse
[copy] Copied 582 empty directories to 13 empty directories under ~/Apollo/web-app/jbrowse
install.jbrowse.perl:
copy-resources:
javac:
[mkdir] Created dir: ~/Apollo/target/classes/gwt
[javac] Compiling 63 source files to ~/Apollo/target/classes/gwt
[javac] Note: ~/Apollo/src/gwt/org/bbop/apollo/gwt/client/ReferenceSequenceOracle.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[copy] Copying 65 files to ~/Apollo/target/classes
[copy] Copied 20 empty directories to 3 empty directories under ~/Apollo/target/classes
gwtc:
[java] Compiling module org.bbop.apollo.gwt.Annotator
[java] Compiling 5 permutations
[java] Compiling permutation 0...
[java] Compiling permutation 1...
[java] Compiling permutation 2...
[java] Compiling permutation 3...
[java] Compiling permutation 4...
[java] Compile of permutations succeeded
[java] Compilation succeeded -- 54.213s
[java] Linking into ~/Apollo/web-app/annotator
[java] Link succeeded
[java] Linking succeeded -- 0.865s
BUILD SUCCESSFUL
| Compiling 192 source files.
| Error Compilation error: startup failed:
~/Apollo/target/work/plugins/cache-1.1.7/grails-app/services/grails/plugin/cache/GrailsCacheAdminService.groovy: Could not find class for Transformation Processor grails.plugin.cache.compiler.CacheTransformation declared by grails.plugin.cache.CacheEvict
~/Apollo/target/work/plugins/cache-1.1.7/grails-app/services/grails/plugin/cache/GrailsCacheAdminService.groovy: Could not find class for Transformation Processor grails.plugin.cache.compiler.CacheTransformation declared by grails.plugin.cache.CacheEvict
2 errors
Thanks
The text was updated successfully, but these errors were encountered: