#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (c1_Optimizer.cpp:271), pid=7644, tid=6296
# guarantee(x_compare_res != Constant::not_comparable) failed: incomparable constants in IfOp
#
# JRE version: 6.0_45-b06
# Java VM: Java HotSpot(TM) Client VM (20.45-b01 mixed mode windows-x86 )
# An error report file with more information is saved as:
# D:\Oracle\Middleware\user_projects\domains\base_domain\hs_err_pid7644.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
================================================
开始时候报上面的错误
然后我在window---> preferences------>java-------->选择jdk---->edit------->在vm arguments 添加
-XX:CompileCommand=exclude,org/hibernate/cfg/annotations/SimpleValueBinder,setType
一阵喜悦,解决了,但是登录系统时,界面不能正常显示,报出警告
<Warning> <Socket> <BEA-000402> <There are: 5 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 4. You may want to alter your configuration.>
<2017-8-24 下午01时54分28秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:57,747 during the configured idle timeout of 5 secs>
<2017-8-24 下午01时54分28秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:57,744 during the configured idle timeout of 5 secs>
<2017-8-24 下午01时54分28秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:57,745 during the configured idle timeout of 5 secs>
<2017-8-24 下午01时54分28秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:57,748 during the configured idle timeout of 5 secs>
<2017-8-24 下午01时54分28秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:57,746 during the configured idle timeout of 5 secs>
并且界面不能正常显示,网上有很多解决办法,但是还是没看懂,
感觉这是个配置文件的问题