473,406 Members | 2,377 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Oracle install and Java problems

Hi,
Upon installing Oracle 9i (9.2.0.1.0) on a Debian box, the whole install
process completes,
but when I get to the very end and it trys to setup configuration
assistants, all three fail with the following error:

"jre was not found in /ora/9iR2/oracle.swd.jre/bin/i386/native_threads/jre"

I have tried symlinking the i386 and i686 directories as has been suggested
from a search of forums..
The result is that I get a variety of messages, ranging from "jre cannot be
found" to "Error: Cannot find libjava.so".

I've tried copying these files to places where it expects to find them and
end up with looping:
e.g. paths like this: i386/bin/i386/bin/lib

Why is it looking in i386 anyway when "uname" returns i686 (not sure of the
exact hardware, I can check if necessary) ?

Regards,
Chris

Jul 19 '05 #1
4 13169
sounds like the p4 problem.
do a google on it. there is a file something like syncjet.dll (vaguely
close). you rename it and a lot of java related problems disappear. if its
on an install cd, copy the works to a disk, rename that file, and run your
stuff from the disk.

then again, i could be wrong.
"Skeleton Man" <in***********@guestwho.com> wrote in message
news:3f********@news.iprimus.com.au...
Hi,
Upon installing Oracle 9i (9.2.0.1.0) on a Debian box, the whole install
process completes,
but when I get to the very end and it trys to setup configuration
assistants, all three fail with the following error:

"jre was not found in /ora/9iR2/oracle.swd.jre/bin/i386/native_threads/jre"
I have tried symlinking the i386 and i686 directories as has been suggested from a search of forums..
The result is that I get a variety of messages, ranging from "jre cannot be found" to "Error: Cannot find libjava.so".

I've tried copying these files to places where it expects to find them and
end up with looping:
e.g. paths like this: i386/bin/i386/bin/lib

Why is it looking in i386 anyway when "uname" returns i686 (not sure of the exact hardware, I can check if necessary) ?

Regards,
Chris


Jul 19 '05 #2
>sounds like the p4 problem.
do a google on it. there is a file something like syncjet.dll (vaguely close).you rename it and a lot of java related problems disappear.


Considering it was a dual PIII system, running Debian, that's actually
irrelevant (but thanks anyway).
(The issue is with P4 and Oracle on windows)

My problem appeared to be that I hadn't symlinked awk, basename, and sort
(which reside in /usr/bin),
so Oracle was expecting to find them in /bin and couldn't..

Once I fixed the symlinks and re-ran the installer the problem dissapeared.

My problem now is that when I run DBCA, it gets to the end and starts to
create the database,
and pops up with the following error: "ORA-03113: end-of-file on
communications channel".

I hit ignore to that error, and I get "ORA-01109: database not open", which
just keeps popping up untill I kill DBCA.
I have tried using DBCA to create the setup scripts and then run the
scripts, but the result is much the same.

I was told that lack of memory may be the cause, but the server has 320MB
RAM and a 1.5GB swap...

Regards,
Chris
Jul 19 '05 #3
Don't set your classpath in the .bash_profile. Leave the classpath out, then
try it again.
You only need a few parameters to install a database,
and 9i doesn't need classpath.
"Aquarius2431" <aq**********@yahoo.com> wrote in message
news:c2**************************@posting.google.c om...
"Skeleton Man" <in***********@guestwho.com> wrote:
My problem appeared to be that I hadn't
symlinked awk, basename, and sort (which
reside in /usr/bin), so Oracle was expecting
to find them in /bin and couldn't..


I am getting the same error that you initially reported (see below)
When I run dbca.

jre was not found in
/opt/oracle/oracle.swd.jre/bin/i386/native_threads/jre

Once I fixed the symlinks and re-ran the
installer the problem dissapeared.


I installed Oracle 9.2.0.1.0 on Redhat Linux 8.0 and none the above
seems relevant there? At least the non-existence of these symbolic
links doesn't appear to be the problem (the first is linked correctly,
and the second two are in /bin so don't require to be linked).

I was told that lack of memory may be the cause,
but the server has 320MB RAM and a 1.5GB swap...


I think you were reporting the above against a later error. But I have
2 Gb of RAM on a Pentium P4 and haven't got this to work yet.

On the initial Oracle install I got a generic error when it should
have run dbca to create the database. I suspect it is an environment
issue (something I haven't set up correctly). If anyone has seen this
or knows the cause I would surely appreciate hearing from you! :)

Thanks!,

Lawrence Kennon (aq**********@yahoo.com)

Jul 19 '05 #4
aK
try this

http://puschitz.com/InstallingOracle9i.shtml

the best resources ever.
"users" <us***@spank.com> wrote in message
news:UbB4b.10707$QT5.7809@fed1read02...
Don't set your classpath in the .bash_profile. Leave the classpath out, then try it again.
You only need a few parameters to install a database,
and 9i doesn't need classpath.
"Aquarius2431" <aq**********@yahoo.com> wrote in message
news:c2**************************@posting.google.c om...
"Skeleton Man" <in***********@guestwho.com> wrote:
My problem appeared to be that I hadn't
symlinked awk, basename, and sort (which
reside in /usr/bin), so Oracle was expecting
to find them in /bin and couldn't..


I am getting the same error that you initially reported (see below)
When I run dbca.

jre was not found in
/opt/oracle/oracle.swd.jre/bin/i386/native_threads/jre

Once I fixed the symlinks and re-ran the
installer the problem dissapeared.


I installed Oracle 9.2.0.1.0 on Redhat Linux 8.0 and none the above
seems relevant there? At least the non-existence of these symbolic
links doesn't appear to be the problem (the first is linked correctly,
and the second two are in /bin so don't require to be linked).

I was told that lack of memory may be the cause,
but the server has 320MB RAM and a 1.5GB swap...


I think you were reporting the above against a later error. But I have
2 Gb of RAM on a Pentium P4 and haven't got this to work yet.

On the initial Oracle install I got a generic error when it should
have run dbca to create the database. I suspect it is an environment
issue (something I haven't set up correctly). If anyone has seen this
or knows the cause I would surely appreciate hearing from you! :)

Thanks!,

Lawrence Kennon (aq**********@yahoo.com)


Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Jan Bols | last post by:
I've been trying to install Oracle 8.1.7 on a fresh Mandrake 9.1 O.S for days, but I'm still not able to get it running. I've tried several install instructions that I found on the internet but no...
4
by: susmita_ganguly | last post by:
Hi I am trying to upgrade from oracle 8i to oracle 9i on the same server ..I don't know much abt migration . Can anyone help me out. Thanks. Susmita
0
by: Si | last post by:
Hi, I am having trouble with an install of Oracle 9i Release 2 on Linux Mandrake 9.1. I have 512 MB DDR RAM and a Duron 850 CPU. The install appeared to run fairly seamlessly except for a...
1
by: black hawk | last post by:
Hello, i have a big problems, to install oracle 9i v9.2 Server to my "Windows XP" with Service Pack 2 and all security and other updates from Microsoft. The "Universall Installer" (Standard...
0
by: black hawk | last post by:
Hello, i have a big problems, to install oracle 9i v9.2 Server to my "Windows XP" with Service Pack 2 and all security and other updates from Microsoft. The "Universall Installer" (Standard...
13
by: BigDaDDY | last post by:
Um yeah....In case you haven't figured it out, Microsoft sucks. I'm going to be kicked back in my chair eating popcorn and watching football 10 years from now, while all you clowns are scrambling...
2
by: Jim H | last post by:
We have applications that must connect to oracle databases. Is there a way to connect using .NET that does not require installation of the Oracle client on each PC? I'm pretty sure java apps do...
4
by: Skeleton Man | last post by:
Hi, Upon installing Oracle 9i (9.2.0.1.0) on a Debian box, the whole install process completes, but when I get to the very end and it trys to setup configuration assistants, all three fail with...
2
by: Rohit | last post by:
i tried to install oracle 9i on redhat 9.0 2.4.20-8 , prerequisit is java run time environment jre1.4.1 for gcc3.2 , so i installed ( them in /usr/local , after downloading jre1.4.1 and jsdk1.4.1...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.