我装的oc4j,启动的时候显示成功,但是使用http://localhost:23791访问时就出现这样的错误:ã  vInvalid protocol verification, illegal ORMI request or request performed with an incompatible version of this protocolvInvalid protocol verification, illegal ORMI request or request performed with an incompatible version of this protocol附上相关信息,请求高手指点:
(1)从oracle网站下载的oc4j的bin目录下的bat文件
=========================================
Oracle Containers for J2EE 10g (10.1.3.1)
=========================================OC4J Zip Distribution ReadMeContents
--------    * Introduction
    * Prerequisites
    * Extracting OC4J
    * OC4J Command Script
    * First Time Initialization
    * Starting and Stopping OC4J
    * Directly Starting and Stopping OC4J
    * Testing the OC4J Installation
    * Using Application Server Control
    * Using the admin_client.jar Command Line Utility
    * Example usages of admin_client.jarIntroduction
------------The Oracle Containers for J2EE (OC4J) zip distribution provides
a complete J2EE 1.4 server environment distributed as a simple zip file.The OC4J zip distribution includes an HTTP/S server, all of the required J2EE
1.4 APIs and services, a complete EJB 3.0 and JPA implementation,
Oracle TopLink, extensive Web Services capabilities and the browser-based
Application Server Control Console management interface to configure the server
and deploy applications.
Prerequisites
--------------In order to use the OC4J zip distribution, a Java2 Standard
Edition (J2SE) SDK version 5.0 (or 1.4.2) must be installed on the host machine.
Extracting OC4J
---------------Extract the oc4j_extended.zip file using  any archive utility which handles zip
files, including the jar utility in the J2SE.The following directory structure will be created:    <install_dir>
        /ant
        /bin
        /diagnostics
        /j2ee
        /javacache
        /javavm
        /jdbc
        /jlib
        /lib
        /opmn
        /rdbms
        /sqlj
        /toplink
        /webservices
        /xqsWhere <install-dir> is the directory into which the oc4j_extended.zip file was
extracted.
OC4J Command Script
-------------------The OC4J zip distribution provides a script that can be used to start and stop a
local OC4J instance. The oc4j script is located in the <install-dir>/bin
directory.    Usage: oc4j [Options]The commands supported by the OC4J command script are:    Usage: oc4j [Options]
    Options:    -start                                           : start OC4J
    -shutdown -port <ORMI port> -password <password> : stop OC4J
    -version                                         : display the version
    -help      
                                      : display this message

。。Copyright 2006, Oracle. All Rights Reserved.(2)bat文件启动时的屏显E:\setup\developtools\java\oc4j_extended_101330\bin>oc4j.cmd -start
Starting OC4J from E:\setup\developtools\java\oc4j_extended_101330\j2ee\home ..07/12/11 18:20:18 Set OC4J administrator's password (password text will not be
isplayed as it is entered)
Enter password:
Confirm password:
The password for OC4J administrator "oc4jadmin" has been set.
07/12/11 18:20:40 The OC4J administrator "oc4jadmin" account is activated.
07/12/11 18:20:58 Oracle Containers for J2EE 10g (10.1.3.3.0)  initialized请求高手救命啊,谢谢啦!!!!