Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. [evacchi@localhost]~/Devel/fun/drools-playground% sh sh
  2. Build on Server(pid: 7401, port: 35921)
  3. [io.github.evacchi.a:7401] classlist: 1,989.72 ms
  4. [io.github.evacchi.a:7401] (cap): 513.29 ms
  5. [io.github.evacchi.a:7401] setup: 823.92 ms
  6. [io.github.evacchi.a:7401] (typeflow): 3,516.75 ms
  7. [io.github.evacchi.a:7401] (objects): 1,299.02 ms
  8. [io.github.evacchi.a:7401] (features): 65.21 ms
  9. [io.github.evacchi.a:7401] analysis: 4,963.48 ms
  10. [io.github.evacchi.a:7401] universe: 420.80 ms
  11. [io.github.evacchi.a:7401] (parse): 917.01 ms
  12. [io.github.evacchi.a:7401] (inline): 722.08 ms
  13. [io.github.evacchi.a:7401] (compile): 6,272.88 ms
  14. [io.github.evacchi.a:7401] compile: 8,284.75 ms
  15. [io.github.evacchi.a:7401] image: 630.79 ms
  16. [io.github.evacchi.a:7401] write: 120.81 ms
  17. [io.github.evacchi.a:7401] [total]: 17,266.53 ms
  18. [evacchi@localhost]~/Devel/fun/drools-playground% ./io.github.evacchi.a
  19. Exception in thread "main" java.lang.Error: Unresolved compilation problems:
  20. KieBase cannot be resolved to a type
  21. The type org.kie.api.KieBase cannot be resolved. It is indirectly referenced from required .class files
  22. The type org.kie.api.conf.KieBaseOption cannot be resolved. It is indirectly referenced from required .class files
  23. The method createKieBaseFromModel(Model, KieBaseOption...) from the type KieBaseBuilder refers to the missing type KieBaseOption
  24. KieSession cannot be resolved to a type
  25. FactHandle cannot be resolved to a type
  26. FactHandle cannot be resolved to a type
  27. FactHandle cannot be resolved to a type
  28.  
  29. at java.lang.Throwable.<init>(Throwable.java:265)
  30. at java.lang.Error.<init>(Error.java:70)
  31. at io.github.evacchi.A.main(A.java:39)
  32. at com.oracle.svm.core.JavaMainWrapper.run(JavaMainWrapper.java:164)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement