473,655 Members | 3,057 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 13216
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.c om.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.
"Aquarius24 31" <aq**********@y ahoo.com> wrote in message
news:c2******** *************** ***@posting.goo gle.com...
"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**********@y ahoo.com)

Jul 19 '05 #4
aK
try this

http://puschitz.com/InstallingOracle9i.shtml

the best resources ever.
"users" <us***@spank.co m> wrote in message
news:UbB4b.1070 7$QT5.7809@fed1 read02...
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.
"Aquarius24 31" <aq**********@y ahoo.com> wrote in message
news:c2******** *************** ***@posting.goo gle.com...
"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**********@y ahoo.com)


Jul 19 '05 #5

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

Similar topics

3
5221
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 luck yet. Here is a short description of what I did so far: 1. I installed the jdk118_v3-glibc-2.1.3.tar in the /usr/local/ dir and made a symbolic link from /usr/local/java to this 2. I installed all the necessary groups and users (oracle,...
4
19986
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
4513
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 handful of problems : 1) Oracle complained that it could not set the file permissions on four files. They were
1
8663
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 Edition is Selected and only Software is Selected) throws an exception, during the installation by 11 Percent installation progress!
0
3462
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 Edition is Selected and only Software is Selected) throws an exception, during the installation by 11 Percent installation progress!
13
3305
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 to rewrite all your code because Microsoft upgraded all their crap and nothing you wrote 10 years earlier works. It doesn't take a rocket scientist to figure out that Microsoft is unreliable. Try opening an Excel 95 spreadsheet you wrote in...
2
2087
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 not require the Oracle client. I'm hoping .NET has some way of doing this as well. If not, does anyone know of a way to incorporate the oracle client install with a .NET application install? I guess I'm looking ofr some kind of merge module...
4
213
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 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..
2
2052
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 from blackdown.com and copying them to /usr/local )that and added the path of both jre1.4.1 and jsdk1.4.1 as per the instructions form blackdown website. when i checked my paths i.e % echo $PATH , i received this output..
0
8816
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8710
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7310
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4299
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2721
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1928
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1598
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.