您的位置:首页 > 运维架构 > Tomcat

Myeclipse中启动Tomcat服务出现Transport dt_socket failed to initialize,rc=509错误

2011-07-01 07:51 525 查看
当在Myeclipse中启动Tomcat服务出现如下提示:

"A configuration error occurred during startup. Please verify the

preference filed with the prompt: Transport dt_socket failed to

initialize, rc = 509."

google了一下,解决的方法千奇百怪,而且没有说明原因。

最终还是解决了:将jsdk1.4/jre/bin中的dt_socket.dll拷贝到jsdk1.4/bin目录中

即只要能够通过path环境变量,或者myeclipse中配置的jdk路径找到就可以。

但是为什么原来没有发现这个错误呢?原来用的是jsdk1.5,bin中也没有dt_socket.dll不解... ...
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐