Cause by java.lang.ExceptionInIn

2019-05-28  本文已影响0人  IT男的假智慧

Cause by java.lang.ExceptionInInitializerError

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000005024a79b, pid=10284, tid=0x0000000000008100

#

# JRE version: Java(TM) SE Runtime Environment (8.0_201-b09) (build 1.8.0_201-b09)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.201-b09 mixed mode windows-amd64 compressed oops)

# Problematic frame:

# V  [jvm.dll+0x14a79b]

#

# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

#

# An error report file with more information is saved as:

# F:\idea\backstage\hs_err_pid10284.log

#

# If you would like to submit a bug report, please visit:

#  http://bugreport.java.com/bugreport/crash.jsp

#

Disconnected from the target VM, address: '127.0.0.1:63150', transport: 'socket'

解决办法

1.配置文件全部删除。只留下

报错原因

因为这个配置文件添加了

mybatis.type-aliases-package=com.*

把这个删除掉 或者直接指定到具体的包名 而不能用*代替   

上一篇 下一篇

猜你喜欢

热点阅读