fork download
  1. Exception in thread "main" java.lang.IllegalStateException: Failed to create attribute for field: public java.lang.String com.mycompany.workbench.activity.Car.name
  2. at com.googlecode.cqengine.codegen.AttributeBytecodeGenerator.createAttributes(AttributeBytecodeGenerator.java:98)
  3. at com.mycompany.workbench.activity.Activity.main(Activity.java:37)
  4. Caused by: java.lang.ExceptionInInitializerError
  5. at com.googlecode.cqengine.codegen.AttributeBytecodeGenerator.generateSimpleAttribute(AttributeBytecodeGenerator.java:384)
  6. at com.googlecode.cqengine.codegen.AttributeBytecodeGenerator.generateSimpleNullableAttributeForField(AttributeBytecodeGenerator.java:191)
  7. at com.googlecode.cqengine.codegen.AttributeBytecodeGenerator.createAttributes(AttributeBytecodeGenerator.java:92)
  8. ... 1 moream
  9. Caused by: java.lang.RuntimeException: cannot initialize ClassPool
  10. at com.googlecode.cqengine.lib.javassist.ClassPool.<clinit>(ClassPool.java:97)
  11. ... 4 more
  12. Caused by: java.lang.NoSuchMethodException: java.lang.ClassLoader.com.googlecode.cqengine.lib.defineClass(java.lang.String, [B, int, int)
  13. at java.lang.Class.getDeclaredMethod(Class.java:2130)
  14. at com.googlecode.cqengine.lib.javassist.ClassPool$1.run(ClassPool.java:80)
  15. at java.security.AccessController.doPrivileged(Native Method)
  16. at com.googlecode.cqengine.lib.javassist.ClassPool.<clinit>(ClassPool.java:77)
  17. ... 4 more
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
Exception in thread "main" java.lang.IllegalStateException: Failed to create attribute for field: public java.lang.String com.mycompany.workbench.activity.Car.name
^
Main.java:1: error: class, interface, or enum expected
Exception in thread "main" java.lang.IllegalStateException: Failed to create attribute for field: public java.lang.String com.mycompany.workbench.activity.Car.name
                                                                                                         ^
2 errors
stdout
Standard output is empty