Guest User

Untitled

a guest
Jan 20th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. WARNING: An illegal reflective access operation has occurred
  2. WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (jar:file:/home/dvraghu15/.install/spring-1.5.9.RELEASE/lib/spring-boot-cli-1.5.9.RELEASE.jar!/BOOT-INF/lib/groovy-2.4.13.jar!/) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
  3. WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
  4. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  5. WARNING: All illegal access operations will be denied in a future release
  6. java.lang.reflect.InvocationTargetException
  7. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  8. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  9. at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  10. at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488)
  11. at org.springframework.boot.cli.app.SpringApplicationLauncher.launch(SpringApplicationLauncher.java:65)
  12. at org.springframework.boot.cli.command.run.SpringApplicationRunner$RunThread.run(SpringApplicationRunner.java:173)
  13. Caused by: java.lang.IllegalArgumentException: Cannot instantiate interface org.springframework.context.ApplicationContextInitializer : org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
  14. at org.springframework.boot.SpringApplication.createSpringFactoriesInstances(SpringApplication.java:413)
  15. at org.springframework.boot.SpringApplication.getSpringFactoriesInstances(SpringApplication.java:392)
  16. at org.springframework.boot.SpringApplication.getSpringFactoriesInstances(SpringApplication.java:383)
  17. at org.springframework.boot.SpringApplication.initialize(SpringApplication.java:249)
  18. at org.springframework.boot.SpringApplication.<init>(SpringApplication.java:225)
  19. ... 6 more
  20. Caused by: java.lang.NoClassDefFoundError: java/sql/SQLException
  21. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:141)
  22. at org.springframework.boot.SpringApplication.createSpringFactoriesInstances(SpringApplication.java:409)
  23. ... 10 more
  24. Caused by: java.lang.ClassNotFoundException: java.sql.SQLException
  25. at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:466)
  26. at org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader.findClass(ExtendedGroovyClassLoader.java:84)
  27. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563)
  28. at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:677)
  29. at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:787)
  30. at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:775)
  31. ... 12 more
Add Comment
Please, Sign In to add comment