在部署(session EJB:"helloworld.jar")时出现下面问题!
在部署(session EJB:"helloworld.jar")时出现下面问题:
先是警告:
"Demo1 ejbgrpx" space in the temporary diretory path may cause weblogic EJBC utility to produce fatal
compile errors!
而后:
Unable to connect server t3://BoLin:7001 as user system.
Reason: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://BoLin:7001: Destination unreachable; nested exception is:
java.net.ConnectException: Connection refused: connect; No available router to destination]
Check option -adminurl, -user and -password.
说明:
我的工程名和bean名皆为Demo1!
weblogic的user=system;password=weblogic
应该不是这个错误啊!
请高手指点迷津!