|
测试JDeveloper 10g连AS10g通过,但.......
测试JDeveloper 10g连AS10g通过,但.......
我没做下文提的
Oracle9iAS (之四): 安装Oracle9i JDeveloper, 从JDeveloper 直接部署J2EE至Oracle9iASS上
II. Configure Oracle9IAS to allow connection and deployment from JDeveloper
但在JDeveloper 10g中建一个连接,
Test时,居然提示说:success!
但打不开前面的"+"号!
进行Configure 时如下: 救命啊!!!
D:\JDeveloper\dcm\lib>java -jar /jdeveloper/j2ee/home/admin.jar ormi://www.aeroe
biz.com:1811 ias_admin qqqq1111 -deploy -file d:\jdeveloper\dcm\lib\Oc4jDcmServl
et.ear -deploymentName Oc4jDcmServlet
Error: Unable to find java:comp/ServerAdministrator: Lookup error: java.io.IOExc
eption: Server protocol was not ORMI, if uncertain about the port your server us
es for ORMI then use the default, 23791; nested exception is:
java.io.IOException: Server protocol was not ORMI, if uncertain about th
e port your server uses for ORMI then use the default, 23791
com.evermind.client.orion.AdminCommandException: Unable to find java:comp/Server
Administrator: Lookup error: java.io.IOException: Server protocol was not ORMI,
if uncertain about the port your server uses for ORMI then use the default, 2379
1; nested exception is:
java.io.IOException: Server protocol was not ORMI, if uncertain about th
e port your server uses for ORMI then use the default, 23791
at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminCo
nsole.java:105)
at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java
:27)
javax.naming.NamingException: Lookup error: java.io.IOException: Server protocol
was not ORMI, if uncertain about the port your server uses for ORMI then use th
e default, 23791; nested exception is:
java.io.IOException: Server protocol was not ORMI, if uncertain about th
e port your server uses for ORMI then use the default, 23791 [Root exception is
java.io.IOException: Server protocol was not ORMI, if uncertain about the port y
our server uses for ORMI then use the default, 23791]
at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:153)
at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminCo
nsole.java:102)
at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java
:27)
Caused by: java.io.IOException: Server protocol was not ORMI, if uncertain about
the port your server uses for ORMI then use the default, 23791
at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2392
)
at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2226
)
at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java:1692)
at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java:727)
at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:134)
... 2 more
---- Embedded exception
java.io.IOException: Server protocol was not ORMI, if uncertain about the port y
our server uses for ORMI then use the default, 23791
at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2392
)
at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2226
)
at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java:1692)
at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java:727)
at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:134)
at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminCo
nsole.java:102)
at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java
:27)
D:\JDeveloper\dcm\lib> |
|