Skip to content

Instantly share code, notes, and snippets.

// tu código aquí
@abelardolg
abelardolg / LOG ERROR
Last active January 10, 2021 12:10
Unknown constant tag 79 in class file org/springframework/core/annotation/AnnotationUtils
2021-01-10 12:42:34.226 INFO 21802 --- [ main] com.example.demo.DemoApplication : Starting DemoApplication on skull with PID 21802 (/home/alg/Documentos/innovacion/itdeveloper/lab/java/demo/target/classes started by alg in /home/alg/Documentos/innovacion/itdeveloper/lab/java/demo)
2021-01-10 12:42:34.227 INFO 21802 --- [ main] com.example.demo.DemoApplication : No active profile set, falling back to default profiles: default
2021-01-10 12:42:34.419 WARN 21802 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration]; nested exception is java.lang.ClassFormatError: Unknown constant tag 79 in class file org/springframework/core/annotation/AnnotationUtils
2021-01-10 12:42:34.428 INFO 21802 --- [
@abelardolg
abelardolg / App.vue
Created January 4, 2021 19:55
[Vue warn]: Error in render: "TypeError: Cannot read property 'type' of undefined"
<template>
<div id="q-app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
}
</script>