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 -> Re: Installation/configuration issue

Re: Installation/configuration issue

From: alan <alanbrown_at_pacbell.net>
Date: Tue, 17 Dec 2002 05:40:42 GMT
Message-ID: <uNyL9.414$dW7.53903375@newssvr14.news.prodigy.com>


Well, I've ruled out the gcc aspect of things. I've fixed the old package problem. But I'm still getting the segmentation fault. I suppose it's becoming a java issue! :)

but if anyone can help, I'd appreciate it.

alan

"Howard J. Rogers" <howardjr2000_at_yahoo.com.au> wrote in message news:hLxL9.4659$jM5.13294_at_newsfeeds.bigpond.com...
> I suppose knowing the operating system would help. Other than realising a
> Unix of some sort, perhaps Linux, I can't tell.
>
> HJR
>
> "alan" <alanbrown_at_pacbell.net> wrote in message
> news:s7wL9.403$323.34056393_at_newssvr21.news.prodigy.com...
> > When installing oracle9i the installer threw an error before it even got
> > started saying that it couldn't find a gcc file that it needed, namely
> > libstdc++-libc6.1-1.so.2. So I looked in my /usr/lib directory and saw
> that
> > I had files very similar to those files
(libstdc++-3-libc6.2-2-2.10.0.so)
> so
> > I symlinked the missing filename to the one I had. The oracle
> installation
> > then worked fine.
> >
> > However, now I'm trying to run the dbca command (database configuration
> > assistant) and it's falling over almost immediately with the following
> > error.
> >
> > SIGSEGV 11* segmentation violation
> >
> > stackbase=0xbffff21c, stackpointer=0xbffff0e4
> >
> > Full thread dump:
> >
> > "Finalizer thread" (TID:0x41191210, sys_thread_t:0x444c0e0c,
state:R)
> > prio=1
> >
> > "Async Garbage Collector" (TID:0x41191258, sys_thread_t:0x4449fe0c,
> > state:R) prio=1
> >
> > "Idle thread" (TID:0x411912a0, sys_thread_t:0x4447ee0c, state:R)
> prio=0
> >
> > "Clock" (TID:0x41191088, sys_thread_t:0x4445de0c, state:CW) prio=12
> >
> > "main" (TID:0x411910b0, sys_thread_t:0x8231210, state:R) prio=5
> *current
> > thread*
> >
> > java.lang.System.initializeSystemClass(System.java)
> >
> > Monitor Cache Dump:
> >
> > 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: <unowned>
> >
> > Monitor IO lock: <unowned>
> >
> > Child death monitor: <unowned>
> >
> > Event monitor: <unowned>
> >
> > I/O monitor: <unowned>
> >
> > Alarm monitor: <unowned>
> >
> > Waiting to be notified:
> >
> > "Clock" (0x4445de0c)
> >
> > Monitor registry: owner "main" (0x8231210, 1 entry)
> >
> > Thread Alarm Q:
> >
> > ./dbca: line 126: 10352 Aborted
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>

   $JRE_DIR/bin/jre -DORACLE_HOME=$OH -DJDBC_PROTOCOL=thin -mx64m -classpath
> > $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
> >
> > Does anyone have any idea what I've done wrong.
> >
> > alan
> >
> >
>
>
Received on Mon Dec 16 2002 - 23:40:42 CST

Original text of this message

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