Installing Oracle Weblogic Server 11g 10.3.3 on MS Windows 7
Installing Oracle Weblogic Server 11g 10.3.3 on MS Windows 7
In this article we will cover the installation of Oracle weblogic server 11g 10.3.3 on MS Window 7.
We download the Oracle Weblogic server from here. We started the installer and will see at the beginning the initial loading. Wait until the loading of the installer completes.
Once the installer screen pops up click Next to continue.
We are prompted to enter the Middle Home type and the Middleware Home Directory. In the case is entered the d:\oracle\Middleware. Press Next to continue.
Enter the credentials to login into My Oracle support (formerly Metalink). You can skip the registration for security updates and the initiation of the Configuration manager. I will skip entering the credentials and will use smart update later. Smart update is invoked from bsu folder and is an executable file named bsu. Press Next to continue.
We are going to perform a single node installation and we select typical installation. Press Next to continue.
Select the directories for Oracle weblogic server install and press Next to continue.
Select the recommended option to create shortcut on all admin users. Press Next to continue.
Review situated on the installation summary the components pending install. When comfortable press Next to continue.
Wait until install completes and press Next to continue.
Check the quick start and press Done to launch the Quick Start.
As this is a fresh install of the Oracle WebLogic server 11g 10.3.3 select “Getting started with WebLogic Server 10.3.3”
As this is a fresh installation select “Create a new WebLogic domain” and then press Next to continue.
Select to “Generate a domain configured automatically to support the following products:” and check the check boxes within the category. Press Next to continue.
Enter the name and the location of the domain and press Next to continue.
Configure the Administrator user name and password and press Next to continue.
Configure the WebLogic domain startup mode and select the JDK. We select the Development mode and select Sun SDK. Press Next to continue.
Select the optional configuration. Although this section can be left blank for information purpose we will delve and zoom in into the details.
Check all check boxes and press Next to continue.
In the “Configure the Administration Server” screen select the name, IP address, http and/or https ports depending on availability of enabled SSL
Select the JMS Distributed Destination type and press next to continue.
Select an additional managed server. Select listen location (lP addresses) and the regular and SSL listen ports if SSL is enabled. Press Next to continue.
We will skip cluster configuration. This is an option for High Availability. Live screen blank and enter Next to continue.
In the configure machines specify the hostname properties (hostname, IP address and port) on the machine where the install takes place. Press Nest to continue.
Assign servers to the machines. Press Next to continue.
Assign a target services to the select servers and cluster. Press Nest to continue.
Configure JMS file stores and press Next to continue.
On the next screen the Oracle database security store can be configured. We will leave it blank for the moment and will press Next to configure.
We are presented the configuration summary screen to review. If this is what we have been looking for Press Next to continue.
Select start admin server and wait until the installation completes. Then press Done to continue.
We start the web logic server and go to the URL to login into the Oracle Web logic server.
We login using the credentials that we specified when asked to specify new Oracle WebLogic Server domain and user credentials. Press Login to continue.
We can navigate into Oracle web server installation to verify that the installation succeeded.
That concludes Oracle Weblogic Server installation.
For further information please click here.
37 Comments »
Leave a Reply
-
Archives
- February 2017 (1)
- November 2016 (1)
- October 2016 (1)
- May 2016 (2)
- March 2016 (3)
- December 2014 (2)
- July 2014 (1)
- June 2014 (6)
- May 2014 (5)
- February 2014 (1)
- December 2012 (2)
- November 2012 (8)
-
Categories
-
RSS
Entries RSS
Comments RSS
Nice article. I am attempting to install onto Windows 7 OS and am encountering the following error when attempting to set the Middleware Home Directory to C:\Oracle\Middleware
“the local BEA product registry is corrupted. Please select another Middlware Home or contact Oracle Support”
Any thoughts regarding best place to resolve this in Windows Registry using the Registry Editor regedit.exe?
I have Registry Keys for Oracle, but nothing for BEA
HKEY_LOCAL_MACHINE
> SOFTWARE > ORACLE
Any help or guidance is appreciated.
Thanks!
Hello Brian,
I would suggest to deinstall and to start a fresh install as admin user. If you provide more details about the install I will be glad to look at it and feedback. Do you have another Oracle products installed? As far as the registry is concerned try not to mess with another Oracle installed product.
Regards
Thank you for the reply!
I do not have any other Oracle products installed, and am basically attempting to create a new Oracle\Middleware\ Home Directory.
I did attempt to run through the deinstall via
\Oracle\Middleware\database\product\11.2.0\dbhome_1\deinstall\deinstall.bat
But it did not work. So I proceeded with the following steps:
1.) CLICK START and RUN regedit.exe
2.) Delete the registry entries for all Oracle Products in the following part of the Registry
– HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE
3.) Delete any references to Oracle Windows Services in the following part of the Registry
– HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Ora*
4.) REBOOT MACHINE
5.) Verify “Oracle” Windows Services have been removed
6.) Delete the following Directory C:\MyApps\Oracle
7.) Delete the following Directory C:\Program Files\Oracle
8.) Delete the contents the following Directory C:\temp
9.) Empty Recycle Bin
After cleaning up everything, I attempted to run the Windows Installer “wls1033_win32.exe” and still encounter the same error message
“the local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle support”
At this point I am not really sure how to proceed, as I do not have any Oracle Products installed, I have cleaned out my Registry, and I do not have an Oracle\Middleware Home.
Any additional ideas\suggestions would be appreciated.
Thanks.
Hello Brian,
What you are doing is quite logical. Apparently something is messed up. I believe it is matter of cleaning the registry completely and running install and deinstall as administrator. I just install it again on Vista and went just fine.
Can you make sure that:
1. installation and deinstrall are run as administrator
2. c:\Oracle\Middleware\utils\uninstall\uninstall.exe is used to deinstall instead of the \Oracle\Middleware\database\product\11.2.0\dbhome_1\deinstall\deinstall.bat or a link of the startup on Windows.
3. Make sure registry is cleared completely. Preferably using uninstall specified above. In worst case use regedit and remove all items for Oracle. Focus if there are other registry entries apart from the one you remove in point 2 and 3 in your plan.
Regards,
Guenadi
sometimes windows7 won’t install if you install it on a pc with a previous installation of windows XP “”
Which version of weblogic did you load. Did you load the 32 or 64 bitr program. I am trying to load a 64 bit version.
Hello,
I used the 32 bit JVM version. Works fine on 64bit Windows Vista & Windows 7.
Regards,
Guenadi
So under windows 7 64 bit would you suggest loading the 32 bit version or should I load the 64 bit version of weblogic?
Hello,
What kind of an application will you deploy 32bit or 64bit? Does the application require explicitly 32bit or 64bit Weblogic installation?
The pros of 64bit is overcoming the 2GB limitation.
Regards,
Regards,
I typed in the following command
“c:\program files\java\jdk1.6.0.22\bin\java -jar c:\temp\wls1032_generic\installer.jar
Is this not the correct command to type in .
Hello,
Please look at
http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14142/guimode.htm#BABHJJEG
You can also launch the *.exe file.
Regards,
I installed oracle bea 10.3.3. weblogic server on gynamade 3.4.1 version of eclipse.
While i am starting the server it is not comming up , though from back end it already started.
Not able to start and stop and deploy from the gynamade.
Could you please help me
Hi,
Describe in more details what is happening and errors if any.
Regards,
Success in first run. Nice blog post.
[…] Server (OWLS) 12c on Windows Vista 64bit. For information on installing OWL 11g on Windows click here. The following products are […]
Great article. It works like a charm. Thanks a lot
Excellent article. The best one for installing WebLogic. Thanks Guenadi Jilevski. Appreciate your work.
This article helpful for me also,Success in first run.
Thanks Guenadi Jilevski. it is excellent.
Q:- can you guide me how the connect oracle 10g database with weblogic??
Hi,
What kind of connection are you referring to? Tns names alias or some java?
Regards,
actually i want to install 10g version of weblogic server on window 7 64 bit.
Hi,
Look at the Oracle WebLogic Server documentation here http://www.oracle.com/technetwork/middleware/weblogic/documentation/index.html
Best Regards,
Can One spread a cluster on 32 bit and 64 bit machines
Hi,
I would suggest to start from here
http://docs.oracle.com/cd/E11035_01/wls100/cluster/overview.html
http://docs.oracle.com/cd/E15051_01/wls/docs103/cluster/setup.html
Make sure that all your nodes run a supported version of OWLS.
Regards,
Hi Can anyone provide the documents over weblogic windows service creation with 1 admin and 2 managed server on one windows machine .Please let me know about the different algothirm available for the cluster like round robin/weight based/round robin affinity also need to know weblogic Diagnostics frame work .Please mail me over sivanisinghjust4u@gmail.com thanks in advance .
Hi,
Look at and read the fine manual.
http://docs.oracle.com/cd/E17904_01/web.1111/e13708/winservice.htm
Regards,
where the full path for wls1033.exe exists that i will start to run it to install weblogic.
i have this files after dwonload it from oracle site
wlserver
utils
patch_wls1211
modules
i can’t found the .exe file that star run ?
please help
Hi,
Did you by any chance have a *.jar or C.cmd extension? *.jar *cmd can also be used for installing OWLS.
Try downloading from here http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-for-dev-1703574.html
Use either
1. Oracle WebLogic Server 11gR1 (10.3.3) + Coherence + OEPE – Package Installer
Oracle WebLogic Server 11gR1 (10.3.3) + Coherence – Package Installer
or
2. Generic: 921 MB wls_1033_generic.jar
or
3. wls1033_dev.zip
For downloading wls1033_dev.zip have a look at the readme.txt and use configure.cmd command
Regards,
Present good installation process by slideshow.this blog is really very interested.
Hello! Brian, I tried the you showed and it worked on win 7. Thank you very much for making it easy and help. Very good article. Deven
Thank alot…
If you are required reinstalling the Windows 7 edition of Microsoft but unable to trace windows key then you can easily trace it on the backside of your PC or underside, in the case of laptop. Windows 7 key is generally sited on a yellow decal. Sometimes, the decal will be sited within the CD coat of the software product, or you can also trace it in the manual of particular software. If you find yourself unable to trace the product key, it means you have lost the license of the valuable Windows 7 software. One may also mislay a great contract of time annoying to track the product key down, or probing various PC mediums for a way out.*
My personal blog page
<,http://www.beautyfashiondigest.com/very-short-hairstyles/
hi,
i tried the steps on win7 64 bit machine, but after installation when it starts its gives fatal error and terminates
when i checked the log the error was something like ‘ can not load IA 32 bit on IA 64 bit’
i downloaded wls1211_generic.jar n then installed it
Hi,
I am glad that it works. You need to download the approprite version and installer. Installation is working like a charm.
Best Regards,
JIJ, can you please detail the steps to install jdk and wl1211_generic.jar on windows 7 64bit? i am getting “the local BEA product registry is corrupted…” error when running the jar file following the installation described here https://gjilevski.com/2012/02/02/installing-oracle-weblogic-server-owl-12c-12-1-1-on-microsoft-windows-vista-64-bit/#comment-3539
Thanks!
How to deploy war files?
Hi,
Look at the concepts below or the 10.3.3 documentation. For earlier versions is here
http://docs.oracle.com/cd/E13196_01/platform/docs81/deploy/deploy.html
Best Regards,
interesting and useful tutorial for oracle Installation
Thank you
Outsourcing Company India