我使用ant脚本向weblogic上面发布webservice的时候,发生了下面的问题,提示内容居然是个null,哪位大侠帮忙看看是什么原因?弄了一天了,郁闷死我了!BUILD FAILED
D:\Work\workspace\WSTest\build4.xml:48: weblogic.Deployer$DeployerException: web
logic.deploy.api.tools.deployer.DeployerException: Unable to connect to 't3://lo
calhost:7001': null. Ensure the url represents a running admin server and that t
he credentials are correct. If using http protocol, tunneling must be enabled on
 the admin server.

解决方案 »

  1.   

    Unable to connect to 't3://localhost:7001': null.居然出来这种提示,连个原因都没有,我真的迷糊啊,连个原因都不告诉我,怎么调试
      

  2.   

    直接从控制台发布上去了,ant脚本说什么都无法连接,就出上面的提示,说实在的,我一直觉得开发webservice非常恶心,以前用axis开发过,其实还可以,现在终于发现用weblogic并且不用axis开发webservice才是天底下最最恶心的事情,总是出现莫名其妙的现象