Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Oracle 9.2.0.1 install on Debian 3.0

Oracle 9.2.0.1 install on Debian 3.0

From: H <postituk_at_yahoo.com>
Date: 13 Mar 2003 15:35:44 -0800
Message-ID: <40b64af4.0303131535.2a567c4a@posting.google.com>


Any help with the following matter would be much appreciated.

I am using Debian 3.0 (Woody stable) trying to install Oracle 9.2.0.1 AMD XP1700
RAM SDRAM 512
libstdc++2.10-glibc2.2 gcc2.95.4-16
binutils 2.13.90.0.1

All kernel parameters have been set in accordance with Oracle install instructions. I am aware that debian is not a supported release. I am doing this for fun, it's not in a production environment.

The install is successful up until the start of the configuration assistants at which point it abruptly failed. I used strace on netca and noticed that there was a locales problem. I had to generate the correct locales using

dpkg-reconfigure locales

On my next attempt the Configuration assistance did not fail as soon as it started. It managed to configure the network part but failed on the Database configuration assistant, Agent configuration assistant and starting the HTTP server.

I tried to run dbca and strace it the same way I did netca but I could not find anything obvious in there. I have also tried modifying several of the kernel parameters ie I increased my shmmax from 256Mb to 340Mb to no avail.

The error for dbca is as follows.

SIGSEGV 11* segmentation violation
stackbase=0x45479000, stackpointer=0x45478d5c Full thread dump:

"Image Fetcher 0" (TID:0x412eb180, sys_thread_t:0x454bae0c,
state:R) prio=5

"AWT-Motif" (TID:0x412efb60, sys_thread_t:0x45499e0c, state:R)
prio=5

"AWT-Input" (TID:0x412efb40, sys_thread_t:0x45478e0c, state:R)
prio=5 *current thread*

"AWT-EventQueue-0" (TID:0x412efb28, sys_thread_t:0x45457e0c,
state:CW) prio=5

java.lang.Object.wait(Object.java)
java.awt.EventQueue.getNextEvent(EventQueue.java:126)
java.awt.EventDispatchThread.run(EventDispatchThread.java:70)

"Finalizer thread" (TID:0x412cb210, sys_thread_t:0x445fae0c,
state:R) prio=1

"Async Garbage Collector" (TID:0x412cb258,
sys_thread_t:0x445d9e0c, state:R) prio=1

"Idle thread" (TID:0x412cb2a0, sys_thread_t:0x445b8e0c, state:R)
prio=0

"Clock" (TID:0x412cb088, sys_thread_t:0x44597e0c, state:CW)
prio=12

"main" (TID:0x412cb0b0, sys_thread_t:0x823c138, state:CW) prio=5

	java.lang.Object.wait(Object.java)
oracle.ewt.graphics.ImageLoader.waitFor(Unknown Source)
oracle.ewt.graphics.ImageUtils.loadImage(Unknown Source)
oracle.ewt.graphics.ImageUtils._getImageResource(Unknown Source)
oracle.ewt.graphics.ImageUtils.getImageResource(Unknown Source)
oracle.sysman.assistants.dbca.ui.ProgressOnlyHost.<init>(ProgressOnlyHost.java:94)
oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:137)
oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:85) oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:161) Monitor Cache Dump:

    oracle.ewt.graphics.ImageLoader_at_1093579064/1094293264: <unowned> Waiting to be notified:

"main" (0x823c138)

    java.lang.Class_at_1093597864/1094135568: owner "AWT-Input" (0x45478e0c, 1 entry)

    java.awt.EventQueue_at_1093597912/1094134240: <unowned>

        Waiting to be notified:
"AWT-EventQueue-0" (0x45457e0c)

Registered Monitor Dump:

    Thread queue lock: <unowned>
    Name and type hash table lock: <unowned>     String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>     BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>     Finalize me queue lock: <unowned>
    Dynamic loading lock: owner "AWT-Input" (0x45478e0c, 1 entry)     Monitor IO lock: <unowned>
    Child death monitor: <unowned>
    Event monitor: <unowned>
    I/O monitor: <unowned>
    Alarm monitor: <unowned>

        Waiting to be notified:
"Clock" (0x44597e0c)

    Monitor registry: owner "AWT-Input" (0x45478e0c, 1 entry) Thread Alarm Q:
/home/oracle/product/9.2/bin/dbca: line 124: 27562 Aborted

    $JRE_DIR/bin/jre -DORACLE_HOME=$OH -DJDBC_PROTOCOL=thin -mx64m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS Parameter "orahome" = /home/oracle/product/9.2

    Parameter "nodeinfo" = NO_VALUE Received on Thu Mar 13 2003 - 17:35:44 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US