Very Very urgent concerning installing oracle 8i on P4 windows 2000 [message #99789] |
Tue, 02 April 2002 22:46 |
had
Messages: 1 Registered: April 2002
|
Junior Member |
|
|
I am trying to install Oracle 8i on a Pentium 4 processor and Windows 2000.
I have tried the workaround using -nojit but it didn't work.
I tried copying the CD to the HD but i couldn't do that succesfully because some files were not copied.
I do not have a metalink password to download the patch.
Please, can someone send me the patch or give me a solution?
I have been working on this problem for a week now and i need it urgently.
Thank you
|
|
|
Re: Problem Installing oracle 8i on P4 windows 98 [message #99850 is a reply to message #99789] |
Sat, 27 April 2002 08:04 |
Subhrajit Bandyopadhyay
Messages: 1 Registered: April 2002
|
Junior Member |
|
|
This is the error occured while trying to install
Oracle 8.1.7 Personal Edition for Windows98 on Windows 98 Second Edition on a P4 machine with Original Intel 850 MV Mother Board with 128 MB RD RAM
The error occured before the Universal Installer is loading and when I clicked the Install/DeInstall Product Button
------------------------------------------------------------
JREW caused an invalid page fault in
module JAVAI.DLL at 017f:6ee37f8a.
Registers:
EAX=00000057 CS=017f EIP=6ee37f8a EFLGS=00010202
EBX=c0000005 SS=0187 ESP=0063ebf4 EBP=0063f180
ECX=c16b45d0 DS=0187 ESI=00000015 FS=0f17
EDX=81780f94 ES=0187 EDI=00000000 GS=0000
Bytes at CS:EIP:
8b 4f 3c 33 c0 03 cf 2b f7 66 8b 41 14 33 d2 66
Stack dump:
0063f180 0063f29c 0063f1c4 c0000005 00000000
00000000 00000000 00400000 00010000 0000003f
00020000 6ee37a19 00000015 0063edbc 00000104
0063ec5c
------------------------------------------------------------
Please help me
|
|
|
|
|
|
|
|
Re: Problem Installing oracle 8i on P4 windows 98 [message #100057 is a reply to message #99850] |
Mon, 01 July 2002 03:04 |
Eshaq Yaseen
Messages: 2 Registered: June 2002
|
Junior Member |
|
|
Workaround
~~~~~~~~~~
Not only will OUI be affected by this bug, most of the post-install
configuration tools will also be affected. Running these tools with "-nojit"
specified will avoid the hang, but it is not simple to specify "-nojit" for
some of the products.
The following workaround works for the Windows operating system:
a. Copy only the install directory from the CD to the hard disk ,say, e:temp.
b. Open oraparam.ini and make the following modifications (Assuming CD
drive is f:)
* Change the "SOURCE=" line to use the full path to the CD instead of a
relative path. (i.e., SOURCE=f:stageproducts.jar)
* Change the "JRE_LOCATION" line to use the full path to the CD instead of a
relative path. (i.e.,
JRE_LOCATION=f:stageComponentsoracleswdjre1.1.71DataFilesExpanded)
* Change the "OUI_LOCATION" line to use the full path to the CD instead of a
relative path. (i.e.,
OUI_LOCATION=f:stageComponentsoracleswdoui1.6.0.9.01DataFilesExpanded
* Change the "JRE_MEMORY_OPTIONS" line to add "-nojit" as the first argument.
(i.e., JRE_MEMORY_OPTIONS=-nojit -ms16m -mx32m)
^^^^^^
* Other entries should remain the same
c. Launch setup.exe from the temporary location on your hard drive (i.e.
e:tempinstallwin32setup.exe). This will use the modified
oraparam.ini and pick up the information from the CD since the absolute
locations are specified.
Choose a Custom install and choose not to create a database during the
install. This way, the Database Configuration Assistant will not be launched
during installation.
The Net8 Configuration Assistant will still be launched, and there is no way
to suppress it. You will need to kill the Net8 Configuration Assistant if it
hangs due to the bug. The installation still will have been successful, and
you can run the DBCA and NetCA after installation.
To kill NetCA if it hangs during installation:
In the "Configuration Tools" window, highlight the "Net8 Configuration
Assistant" and click "Stop". If that does not work, look for the most recent
JRE process using the Task Manager, and kill it manually. NOTE: the OUI
itself will also have a jre process. Be sure to kill the one with the most
recent date, which should be the jre process being used for Net8CA, not the
one for OUI itself.
After killing the configuration tools and continuing through the installation
to the "End of Installation" screen, you should modify the configuration tools
to use "-nojit", then call the appropriate tools from the Start Menu.
Once installation is complete, each of the following files in the ORACLE_HOME
needs to be modified:
assistantsdbcadbassist.cl
assistantsdbmadbmig.cl
assistantsifaifa.cl
binelogin.cl
binowm.cl
ldapoidamdinoidadmin.cl
networktoolsnetasst.cl
networktoolsnetca.cl
owminstallinstelogin.cl
owminstallinstowm.cl
Edit the contents of the above files to add "-nojit" as shown below:
Command=("C:Program FilesOraclejre1.1.7BINJREW" -nojit -classpath ....
this is the only thing you need to add --> ^^^^^^
Then, launch the necessary tools, like Net8CA and DBCA from the Start Menu.
Patches
~~~~~~~
Currently there is not a patched installer available to deal with this
problem, the workaround listed above must be used.
|
|
|
Re: Problem Installing oracle 8i on P4 windows 98 [message #100067 is a reply to message #99850] |
Thu, 04 July 2002 01:32 |
Erwin
Messages: 10 Registered: July 2002
|
Junior Member |
|
|
Found this on description on
http://www.cba.uh.edu/~mitchl/A%20Guide%20to%20Install%20Oracle.htm
Pre-installation for Pentium4 user
For all Windows ME installed on Pentium4 machine, you will see the error message shown below when trying to install using the original instruction that comes with the CD. "JREW has caused an invalid page fault in module JAVAI.DLL ...". The reason is that Windows ME does not support the version of Java that Oracle products use. Therefore you need to download the updated version of Java onto your machine before installing any Oracle products.
Please go to http://java.sun.com/products/jdk/1.2/jre/download-windows.html and download and install a Java Runtime Environment that is compatible with the P4 processor. You can either download the 1.2.2_007 or the newest version, 1.3.
Next, we also need to change the installation file on the CD. We can only do that by copying all the installation files from the CD onto your hard drive and make some corrections to the file. So copy all the files from the CD into a folder on your hard drive.
Now, search the Oracle installation folder for a file called symcjit.dll. Rename this file so that the installation doesn't use it. Instead, the installation will use the one that is in the JRE folder (the new updated Java file that we just downloaded and installed).
Now, you can start the installation process by running the installation from the hard drive.
|
|
|
|
|
Re: Very Very urgent concerning installing oracle 8i on P4 windows 2000 [message #100489 is a reply to message #99789] |
Mon, 20 January 2003 22:24 |
GANESH M KHAMGAONKAR
Messages: 1 Registered: January 2003
|
Junior Member |
|
|
I am trying to install Oracle 8i on a Pentium 4 processor and Windows 2000.
I have tried the workaround using -nojit but it didn't work.
I tried copying the CD to the HD but i couldn't do that succesfully because some files were not copied.
I do not have a metalink password to download the patch.
Please, can someone send me the patch or give me a solution?
I have been working on this problem for a week now and i need it urgently.
JRE.EXE FILE ERROR
Thank you
|
|
|
|
Re: Problem Installing oracle 9i on P4 windows 98 [message #100708 is a reply to message #100576] |
Mon, 09 June 2003 04:19 |
Sudheer
Messages: 19 Registered: July 1999
|
Junior Member |
|
|
hi answer to your problem
First, go to http://java.sun.com/products/jdk/1.2/jre/download-windows.html and download and install a Java Runtime Environment that is compatible with the P4 processor. You can either download the 1.2.2_007 or the newest version, 1.3.
Next, if you are installing from a CD, copy all the files from the CD into a folder on your hard drive.
Now, search the Oracle installation folder for a file called symcjit.dll. Rename this file so that the installation doesn't use it. Instead, the installation will use the one that is in the JRE folder.
Now, install away!
-Sudheer
|
|
|
|
|
Re: Problem Installing oracle 8i on P4 windows 98 [message #101071 is a reply to message #99850] |
Sat, 17 April 2004 00:26 |
showkat
Messages: 1 Registered: April 2004
|
Junior Member |
|
|
This is the error occured while trying to install
Oracle 8.1.7 Personal Edition for Windows98 on Windows 98 Second Edition on a P4 machine with Original Intel 850 MV Mother Board with 128 MB RD RAM
The error occured before the Universal Installer is loading and when I clicked the Install/DeInstall Product Button
------------------------------------------------------------
JREW caused an invalid page fault in
module JAVAI.DLL at 017f:6ee37f8a.
Registers:
EAX=00000057 CS=017f EIP=6ee37f8a EFLGS=00010202
EBX=c0000005 SS=0187 ESP=0063ebf4 EBP=0063f180
ECX=c16b45d0 DS=0187 ESI=00000015 FS=0f17
EDX=81780f94 ES=0187 EDI=00000000 GS=0000
Bytes at CS:EIP:
8b 4f 3c 33 c0 03 cf 2b f7 66 8b 41 14 33 d2 66
Stack dump:
0063f180 0063f29c 0063f1c4 c0000005 00000000
00000000 00000000 00400000 00010000 0000003f
00020000 6ee37a19 00000015 0063edbc 00000104
0063ec5c
------------------------------------------------------------
Please help me
Showkat
|
|
|
|
|
|
|
Re: Problem Installing oracle 8i on P4 windows 98 [message #101651 is a reply to message #101071] |
Wed, 02 February 2005 00:11 |
Ganaraj Saravate
Messages: 1 Registered: February 2005
|
Junior Member |
|
|
This is the error occured while trying to install
Oracle 8.1.7 Personal Edition for Windows98 on Windows 98 Second Edition on a P4 machine with Original Intel 845 GVSR Mother Board with 256 MB ddr RAM
The error occured before the Universal Installer is loading and when I clicked the Install/DeInstall Product Button
------------------------------------------------------------
JREW caused an invalid page fault in
module JAVAI.DLL at 017f:6ee37f8a.
Registers:
EAX=00000057 CS=017f EIP=6ee37f8a EFLGS=00010202
EBX=c0000005 SS=0187 ESP=0063ebf4 EBP=0063f180
ECX=c16b45d0 DS=0187 ESI=00000015 FS=0f17
EDX=81780f94 ES=0187 EDI=00000000 GS=0000
Bytes at CS:EIP:
8b 4f 3c 33 c0 03 cf 2b f7 66 8b 41 14 33 d2 66
Stack dump:
0063f180 0063f29c 0063f1c4 c0000005 00000000
00000000 00000000 00400000 00010000 0000003f
00020000 6ee37a19 00000015 0063edbc 00000104
0063ec5c
|
|
|