我在服务里面启动OracleOraHome90HTTPServer 提示1067意外错误!
当前OMS已启动,OracleOraHome90TNSListener也已启动!我查看APACHE日志发现如下:Full thread dump Classic VM (JDK-1.2.2_007, native threads):
    "Thread-3" (TID:0x15e0838, sys_thread_t:0x9543e78, state:CW, native ID:0x5e4) prio=5
        at java.lang.Thread.sleep(Native Method)
        at org.apache.jserv.JServServletManager.run(JServServletManager.java, Compiled Code)
        at java.lang.Thread.run(Thread.java:479)
    "Thread-2" (TID:0x15dfcc8, sys_thread_t:0x954c340, state:CW, native ID:0x5e0) prio=5
        at java.lang.Thread.sleep(Native Method)
        at org.apache.jserv.JServServletManager.run(JServServletManager.java, Compiled Code)
        at java.lang.Thread.run(Thread.java:479)
    "Thread-1" (TID:0x15de0b0, sys_thread_t:0x953f858, state:CW, native ID:0x5dc) prio=5
        at java.lang.Thread.sleep(Native Method)
        at org.apache.jserv.JServServletManager.run(JServServletManager.java, Compiled Code)
        at java.lang.Thread.run(Thread.java:479)
    "Thread-0" (TID:0x15dab50, sys_thread_t:0x95224f0, state:CW, native ID:0x5d0) prio=1
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:424)
        at org.apache.java.util.SimpleQueue.waitObject(SimpleQueue.java, Compiled Code)
        at org.apache.java.io.LogWriter$Agent.run(LogWriter.java, Compiled Code)
    "SymcJIT-LazyCompilation-0" (TID:0x13c6678, sys_thread_t:0x8dd36f0, state:CW, native ID:0x570) prio=1
        at SymantecJITCompilationThread.DoCompileMethod(Native Method)
        at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled Code)
    "SymcJIT-LazyCompilation-PA" (TID:0x13c6640, sys_thread_t:0x8dd34e8, state:CW, native ID:0x56c) prio=10
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:424)
        at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled Code)
    "Finalizer" (TID:0x13bc320, sys_thread_t:0x89ff5b8, state:CW, native ID:0x3c8) prio=8
        at java.lang.Object.wait(Native Method)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0x13bc3b0, sys_thread_t:0x89fbed8, state:CW, native ID:0x39c) prio=10
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:424)
        at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0x13bc3e0, sys_thread_t:0x89f9608, state:R, native ID:0x3b4) prio=5
    "main" (TID:0x13bc1e0, sys_thread_t:0x35f28, state:R, native ID:0x2d4) prio=5
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:414)
        at java.net.ServerSocket.implAccept(ServerSocket.java:242)
        at java.net.ServerSocket.accept(ServerSocket.java:224)
        at org.apache.java.net.AuthenticatedServerSocket.accept(AuthenticatedServerSocket.java:160)
        at org.apache.jserv.JServ.main(JServ.java, Compiled Code)
Monitor Cache Dump:
    java.net.PlainSocketImpl@15DBA88/2A2F5D0: owner "main" (0x35f28) 1 entry
    java.lang.ref.ReferenceQueue$Lock@13BC338/208B9C0: <unowned>
        Waiting to be notified:
            "Finalizer" (0x89ff5b8)
    org.apache.java.util.SimpleQueue@13D91C0/218C0E8: <unowned>
        Waiting to be notified:
            "Thread-0" (0x95224f0)
    SymantecJITCompilationThread@13C6678/20E5BA0: <unowned>
        Waiting to be notified:
            "SymcJIT-LazyCompilation-PA" (0x8dd34e8)
    java.lang.ref.Reference$Lock@13BC3C0/208B4B8: <unowned>
        Waiting to be notified:
            "Reference Handler" (0x89fbed8)
Registered Monitor Dump:
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method Monitor: <unowned>
    SymcJIT Lazy Queue Lock: <unowned>
        Waiting to be notified:
            "SymcJIT-LazyCompilation-0" (0x8dd36f0)
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method List Monitor: <unowned>
    SymcJIT Lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "Signal dispatcher" (0x89f9608) 1 entry
    Thread queue lock: owner "Signal dispatcher" (0x89f9608) 1 entry
    Monitor registry: owner "Signal dispatcher" (0x89f9608) 1 entr还有我查看了一看,不存在占用端口80的问题,我IIS也没有装!
不知道是什么错误!
请各位高手帮忙解决一下,不甚感激!