roger2001c 发表于 2017-2-15 07:35:28

装weblogic 要注意

配置eclpist 3.1 + myeclpist 4.1 + weblogic 8.1
在myeclpist 中将其jdk 转成jdk 1.4的
配置:jsdk1.4+Myeclipse5.0+eclipse3.2
当在Myeclipse中启动weblogic服务出现如下提示:
"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不解... ...
页: [1]
查看完整版本: 装weblogic 要注意