Installing WebLogic 10.3.5 (64bit) on OEL5

Hello,
I have an issue when installing the Oracle WebLogic Server 10.3.5 (64bit) on OEL5 (64bit) server. When I run installer using following command
java –d64 –jar wls1035_generic.jar
the installer crashes and I get this error message:
Exception in thread "main" java.util.MissingResourceException: Can't find bundle for base name resources/wizard/i18n_wizard, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:952)
at com.bea.plateng.common.util.ResourceBundleManager$ResourceNamespace.manageBundle(ResourceBundleManager.java:343)
at com.bea.plateng.common.util.ResourceBundleManager.manageBundle(ResourceBundleManager.java:94)
at com.bea.plateng.common.util.ResourceBundleManager.manageBundle(ResourceBundleManager.java:108)
at com.bea.plateng.wizard.ControllerProxy.manageI18nBundle(ControllerProxy.java:377)
at com.bea.plateng.wizard.WizardController.<init>(WizardController.java:208)
at com.bea.plateng.wizard.WizardHelper.invokeWizard(WizardHelper.java:161)
at com.bea.plateng.wizard.WizardHelper.invokeWizardAndWait(WizardHelper.java:42)
at com.bea.plateng.wizard.WizardController.main(WizardController.java:933)
Any idea how can I fix it?
BTW
I use Oracle Java SE SDK 1.6.0_26 (64bit)
Thanks

In most environments, while saving the generic jar or any .jar file downloaded will be saved as .zip file due to various Zip file tools installed or association of .jar file to zip utilities. For Example, if we are downloading wls1035_generic.jar, then it would save as wls1035_generic.zip in most of the environments.
Usually we then unzip wls1035_generic.zip and execute installer.jar to install weblogic server like below:
java -jar installer.jar
This opens up the GUI mode or console mode but will never get successfully install and gives that fatal error.
The steps below could help:
1. Rename the wls1035_generic.zip as wls1035_generic.jar
2. If successful, then execute as java -jar wls1035_generic.jar
3. You can also execute .zip file directly using java -jar wls1035_generic.zip

Similar Messages

  • How to identify the installed Weblogic Server and JDK are 32bit or 64bit?

    Hi everyone,
    I have a question ~
    Both Weblogic Server and JAVA JDK are installed on the server already, but I only know the Weblogic Server is 10.3.4.0 and JAVA JDK version is 1.6.0_25.
    I know the 64bit Weblogic Server installation file is a wlsXXXX_generic.jar package and 64bit JAVA JDK needed also.
    But, since the Weblogic installed already, there are no such installation files on the Linux Server now.
    I have tried the "java -version" for java version and check the Weblogic version from Weblogic console.
    How to identify the installed Weblogic Server and JDK are 32bit or 64bit with Linux command? Or is there any way to check it?

    What you can try to do is use WLST (or an MBean browser, such as JConsole or JRockit Mission Control) and connect to the adminserver.
    For example when using WLST:
    # set the environment by using setWLSEnv.sh (located in the ${WL_HOME}/server/bin directory).
    # start WLST by using: java weblogic.WLST
    # connect to the adminserver
    connect('adminusername','adminpassword');
    # change to the serverruntime environment
    serverRuntime();
    # show the attributes
    ls();
    # Here an attribute is shown called WebLogicVersion that shows the version of WebLogic
    -r--   WeblogicVersion                              WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638
    # Note that this does not show if is 32 bits or 64 bits to retrieve this information you have obtain the JVM version
    # change the directory
    cd('JVMRuntime/AdminServer');
    # show the attributes
    ls();
    -r--   Version                                      R28.0.1-21-133393-1.6.0_20-20100512-2126-linux-x86_64
    # when you have something like x86 at the you are running a 32 bit version, if you have something like x86_64 you are running a 64 bits versionAs mentioned above you can also retrieve this information by using a MBean browser.

  • Fetal error while installing weblogic server 12c on windows 64 bit

    Dear all,
    i have windows7 64bit, oracle 11g database, and my java version as i enter the JAVA -VERSION command at the cmd prompt is below
    C:\Users\Administrator>java -version
    java version "1.4.2_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)i want to install weblogic server generic wls1211_generic.jar.
    when i enter the command
    java -Xmx1024m -jar wls1211_generic.jar
    or
    java -Xmx1206m -jar wls1211_generic.jar
    it try to open the installation but give a fatal error like below
    A fatal error occured, this application will terminate.
    any idea?

    Hi,
    i did the same as you said, i.e i add this path to the PATH variable C:\Program Files (x86)\Java\jdk1.7.0
    add the bin directory to this path, so you should have C:\Program Files (x86)\Java\jdk1.7.0\bintest it in the command prompt with java -version and it should prompt you java 1.7
    also be sure the generic jar is not corrupted.
    and one more thing you should use this command to install with generic jar:
    java -jar wls1211_generic.jar
    http://docs.oracle.com/cd/E24329_01/doc.1211/e24492/guimode.htm#autoId3
    Regards
    Carlos

  • Error while installing weblogic server

    Dear all,
    i have install oracle database 11g r2 64bit on windows 7 64bit.
    i download weblogic server ofm_rcu_win32_11.1.1.3.3_disk1_1of1.
    i want to install it, i run the rcu from C:\ofm_rcu_win32_11.1.1.3.3_disk1_1of1\rcuHome\BIN directory.
    it give the following error
    windows cannot find "C:download", make sure you type the name correctly.
    why?

    Hi Maahjoor,
    this ofm_rcu_win32_11.1.1.3.3_disk1_1of1 is not the weblogic's installers, is RCU.
    If you want to install Weblogic you don't need RCU, RCU has been made to create schemas which are needed for some types of installation like SOA suite, BI Publisher etc.
    You can get Weblogic installer from this url:
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-for-dev-1703574.html
    To install Weblogic you only need a JDK 1.6 or a JRockit 1.6
    Hope this clarify your doubt :)
    Regards
    Carlos

  • How to install Weblogic 10.0.2

    I am new to Weblogic and I need to install Weblogic 10.0.2 On HP-UX Itanium 64bit: this is new installation (no upgrade). I don't what are the exact media that need be downloaded.
    I have read:
    https://blogs.oracle.com/WeblogicConfigurations/entry/selecting_the_correct_installer_to
    I also had a look to http://docs.oracle.com/cd/E13179_01/common/docs100/install/index.html but I still don't know what are the exact media to be used.
    On MOS we can only download patches for Weblogic 10.0/10.0.1/10.0.2 and I didn't find anything on edelivery site ?

    Hi,
    You dont find WLS 10.0/10.0.1/10.0.2 through oracle official site.
    you need to open a ticket and get the software shipment to your address.
    Regards,
    Kal

  • Memory Fault Error While Installing WebLogic

    Hi,
    I am getting Memory Fault error while installing weblogic on RHEL 5.2 (Tikanga). The file I am using to install weblogic is
    server103_linux32.bin.
    When I run command uname -a, following information is displayed:
    Linux Machine1 2.6.18-92.e15 #1 DATE x86_64.
    Some of you may think that I am using 32bit version instead of using 64bit as per my machine but On oracle website, there is only one
    version available which is the one I am using.
    Kindly help.
    Cheers
    Sunny

    Kindly refrain from using a 32-bit installer on a 64-bit system. Kindly contact a Weblogic forum for more assistance.

  • Error while installing weblogic portal

    I am getting the following error while installing weblogic portal 10.3.2 generic.jar on existing weblogic server 10.3.2 generic.jar installation on RHEL5 with jrockit mission control 3.1.2 as jdk.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at com.bea.plateng.common.ui.console.DelegateConsoleWidget.invokeWidgetCallback(DelegateConsoleWidget.java:200)
    at com.bea.plateng.wizard.console.tasks.ConsoleInteractTask2.onLeave(ConsoleInteractTask2.java:439)
    at com.bea.plateng.wizard.console.tasks.ConsoleInteractTask2.okNext(ConsoleInteractTask2.java:361)
    at com.bea.plateng.wizard.WizardController.nextTask(WizardController.java:642)
    at com.bea.plateng.wizard.WizardController.run(WizardController.java:519)
    at java.lang.Thread.run(Thread.java:636)
    Caused by: java.lang.NullPointerException
    at java.io.File.<init>(File.java:239)
    at com.bea.plateng.wizard.installer.diskspace.TempDir.<init>(TempDir.java:55)
    at com.bea.plateng.wizard.installer.diskspace.TempDir.getInstance(TempDir.java:41)
    at com.bea.plateng.wizard.installer.helpers.DiskSpaceHelper.checkDiscSpaceForProductInstallation(DiskSpaceHelper.java:255)
    at com.bea.plateng.wizard.installer.helpers.ProductDirHelper.setStoreKeysAndValidateDiskSpace(ProductDirHelper.java:474)
    at com.bea.plateng.wizard.installer.helpers.ProductDirHelper.validateAndSet(ProductDirHelper.java:278)
    at com.bea.plateng.wizard.installer.console.tasks.ProductDirChooserConsoleTask.onLeave(ProductDirChooserConsoleTask.java:235)
    ... 10 more
    anyone please help

    I'm getting this error as well.
    Did you resolve this problem?

  • Cannot install iTunes on windows 7 64bit

    Okay, I like so many cannot install iTunes on Windows 7 64bit.
    Now Orginally I got a message saying something to the effect of:
    There was a problem with the install you do not have permission for something...
    Through some investigating my iTunes was being installed and removing all my permissions to view and/or modify files within that folder. Even if I was logged in as admin and installed as admin all the permissions would simply block me out.
    This kind of had a familar feeling as in the last few versions of iTunes I had to run as admin just to open it (this is really annoying by the way)
    So I searched the net and many people were saying to uninstall everything "Apple" and try again.  So I did that.  Now I have this new message:
    there is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor.
    And again I scoured the internet for a way to fix this.  I apparently am supposed to goto Control Pannel/Programs and Features and select Apple Software Update and select repair.  The problem is that no longer exists in my programs list since I removed it in the earlier step. iTunes still refuses to install spitting out the same error forever. I tried the Microsoft "fix it" tool which is supposed to remove the Apple Software Update incomplete uninstall (which is apparently the whole problem) but it doesn't show up in the list for "fixing".
    I am at a loss.  Why doesn't Apple fix this.  I cannot update my iPhone to the latest software in fear I may need to restore it. With no iTunes that is impossible.  I cannot change any of my music or do anything until this is resolved.  If/when iPhone 5 comes out I cannot get it either unless this issue is taken care of somhow.
    I searched for an installer for just the Apple Software Update program But it seems to not exist as a standalone thing (it would be useful if it were though). If it were perhaps I could install it again and then successfully remove/repair it and iTunes might install finally.
    Now I have had previous versions of iTunes working perfectly fine.  I do not recall which version I was using before I tried to update and fell into this abyss however.

    Yes b noir. I've tried running just "iTunes64.msi" from the command-line and while it didn't produce the same error "There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vender." it produced a different error in bold-type "iTunes Installer Completed" then "The installer encountered errors before iTunes could be configured...Errors occurred during installation. Your system has not been modified...Please run the installer again, or click Finish to exit". However, I discovered a wealth of options from the Windows Installer to try after typing "iTunes64.msi passive"...So I'll experiment some more when I have time.
    P.S. I'm becoming more convinced that Apple is putting new software out there to get it debugged which was a trick that MicroSoft always seemed to do:-)
    =============================
    Windows ® Installer. V 5.0.7601.17514
    msiexec /Option <Required Parameter> [Optional Parameter]
    Install Options
        </package | /i> <Product.msi>
            Installs or configures a product
        /a <Product.msi>
            Administrative install - Installs a product on the network
        /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
            Advertises a product - m to all users, u to current user
        </uninstall | /x> <Product.msi | ProductCode>
            Uninstalls the product
    Display Options
        /quiet
            Quiet mode, no user interaction
        /passive
            Unattended mode - progress bar only
        /q[n|b|r|f]
            Sets user interface level
            n - No UI
            b - Basic UI
            r - Reduced UI
            f - Full UI (default)
        /help
            Help information
    Restart Options
        /norestart
            Do not restart after the installation is complete
        /promptrestart
            Prompts the user for restart if necessary
        /forcerestart
            Always restart the computer after installation
    Logging Options
        /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>
            i - Status messages
            w - Nonfatal warnings
            e - All error messages
            a - Start up of actions
            r - Action-specific records
            u - User requests
            c - Initial UI parameters
            m - Out-of-memory or fatal exit information
            o - Out-of-disk-space messages
            p - Terminal properties
            v - Verbose output
            x - Extra debugging information
            + - Append to existing log file
            ! - Flush each line to the log
            * - Log all information, except for v and x options
        /log <LogFile>
            Equivalent of /l* <LogFile>
    Update Options
        /update <Update1.msp>[;Update2.msp]
            Applies update(s)
        /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
            Remove update(s) for a product
    Repair Options
        /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>
            Repairs a product
            p - only if file is missing
            o - if file is missing or an older version is installed (default)
            e - if file is missing or an equal or older version is installed
            d - if file is missing or a different version is installed
            c - if file is missing or checksum does not match the calculated value
            a - forces all files to be reinstalled
            u - all required user-specific registry entries (default)
            m - all required computer-specific registry entries (default)
            s - all existing shortcuts (default)
            v - runs from source and recaches local package
    Setting Public Properties
        [PROPERTY=PropertyValue]
    Consult the Windows ® Installer SDK for additional documentation on the
    command line syntax.
    Copyright © Microsoft Corporation. All rights reserved.
    Portions of this software are based in part on the work of the Indepe
    =================================

  • HT1926 cant install itunes on windows 7 64bit . cant run a required dll

    i cant install itunes on windows 7 64bit . when i run the setup and reach the status : "performing installation checks" , it said "there is a problem with this Windows Installer Package . A Dll required for this install to complete could not be run.v..v" what should i do now ?

    That's a bit rarer. It's a 1723 error message. (1721 and 1722 are more common.)
    Even though the following user tip is about slightly different errors (the 1721 and 1722), perhaps try it with your one too:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Not able to Install JMF on Windows 7 64bit

    Dear
    I originally resurrected the following long-dead forum post and tried to hijack it away for my own question even though I've been around here long enough top know better:
    Install JMF on Windows 7 64bit
    However a kind forum moderator branched my inquiry away to let it stand on its own merits (or not).
    My question is ...
    "I follow your steps and jmf does not work, do you have any other solution?"

    Hi
    sure I follow each of your steps, I uninstall all java verisones and installed a new java version 32-bit, I installed JMF in "C: \ JMF2.1.1e".
    when all installing finished, works fine JMF only once, I do the tests, recognizes the device; shows the video, but when I close and open again JStudio don't works throws error, and therefore my apliación not working, always returns null the device

  • Install weblogic 610 on solaris error

    hi :
    i am trying to install weblogic 610 pack 2 on solaris 2.8. when i start
    with
    sh weblogic610sp2_sol.bin -i console
    the following error occurs:
    Preparing to install...
    Preparing CONSOLE Mode Installation...
    ============================================================================
    ===
    Choose Locale...
    1- English
    CHOOSE LOCALE BY NUMBER: 1
    ============================================================================
    ===
    WebLogic Server 6.1 (with sp2) (created with InstallAnywhere by Zero
    G)
    Invocation of this Java Application has caused an InvocationTargetException.
    Thi
    s application will now exit. (LAX)
    Stack Trace:
    java.lang.NullPointerException
    at java.util.StringTokenizer.<init>(StringTokenizer.java:122)
    at java.util.StringTokenizer.<init>(StringTokenizer.java:138)
    at
    com.zerog.ia.installer.steps.ChooseJavaVM.j([DashoPro-V1.2-120198])
    at
    com.zerog.ia.installer.steps.ChooseJavaVM.c([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.a([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.main([DashoPro-V1.2-120198])
    at java.lang.reflect.Method.invoke(Native Method)
    at com.zerog.lax.LAX.launch([DashoPro-V1.2-120198])
    at com.zerog.lax.LAX.main([DashoPro-V1.2-120198])
    GUI-
    any idea?
    thanks in advance!
    daniel wang

    Hi.
    Try the following: make sure you have JDK 1.3.x installed and in your path
    before you run the installation. I have seen similar problems when someone had
    JDK 1.1.x in the path. You might also try running a silent installation
    instead.
    Regards,
    Michael
    daniel wang wrote:
    hi :
    i am trying to install weblogic 610 pack 2 on solaris 2.8. when i start
    with
    sh weblogic610sp2_sol.bin -i console
    the following error occurs:
    Preparing to install...
    Preparing CONSOLE Mode Installation...
    ============================================================================
    ===
    Choose Locale...
    1- English
    CHOOSE LOCALE BY NUMBER: 1
    ============================================================================
    ===
    WebLogic Server 6.1 (with sp2) (created with InstallAnywhere by Zero
    G)
    Invocation of this Java Application has caused an InvocationTargetException.
    Thi
    s application will now exit. (LAX)
    Stack Trace:
    java.lang.NullPointerException
    at java.util.StringTokenizer.<init>(StringTokenizer.java:122)
    at java.util.StringTokenizer.<init>(StringTokenizer.java:138)
    at
    com.zerog.ia.installer.steps.ChooseJavaVM.j([DashoPro-V1.2-120198])
    at
    com.zerog.ia.installer.steps.ChooseJavaVM.c([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.a([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.main([DashoPro-V1.2-120198])
    at java.lang.reflect.Method.invoke(Native Method)
    at com.zerog.lax.LAX.launch([DashoPro-V1.2-120198])
    at com.zerog.lax.LAX.main([DashoPro-V1.2-120198])
    GUI-
    any idea?
    thanks in advance!
    daniel wang--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • How to install WebLogic 10.3.2 on RedHat 5 64-Bit withno JDK installed?

    Part of my OEM 11GR1 requirement is to install WebLogic 10.3.2. I have a server RedHat 5, I downloaded the Generic .jar file, which would require me a JDK. What is the JDK version I should use? 1.5 or 1.6? Where ot download such?

    Hi,
    If you want to install WebLogic 10.3.2 using Generic Jar then u can use any JDK1.5 or JDK1.6.
    But Always remember that JDK1.5 is not in supported Configuration with WebLogic 10.3.2. So it is always recommended and best practice that while Installing the WebLogic 10.3.2 using Generic Jar in your Box....you should have the JDK 1.6.x (64 Bit) installed in your Box already.
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are Here)

  • Unable to install Weblogic server 64 bit 10.3.0

    I am trying to install Weblogic server 64 bit 10.3.0.
    Downloaded the generic net installer zip file of 64 bit. And installing using the jar file installer.jar by pre-installed 64 bit JDK version 1.6.0_22.
    During installation, while installing the files I get "A fatal error has occurred. This application will terminate."
    While browsing through the installation logs the below is what I see:
    2011-04-13 01:54:53,358 ERROR [WizardController] com.bea.plateng.wizard.TargetWalker - An invalid task was encountered
    com.bea.plateng.wizard.tasks.InvalidTaskException: ------------------------------- InvalidTaskException -------------------------------
    WCF Task Name: determineScripts
    Class: com.bea.plateng.wizard.domain.silent.tasks.DetermineScriptsForComponentTask
    Unable to locate task class!
    java.lang.ClassNotFoundException: com.bea.plateng.wizard.domain.silent.tasks.DetermineScriptsForComponentTask
         at com.bea.plateng.wizard.tasks.TaskFactory.createTask(TaskFactory.java:36)
         at com.bea.plateng.wizard.TargetWalker.instantiateTask(TargetWalker.java:172)
         at com.bea.plateng.wizard.TargetWalker.next(TargetWalker.java:103)
         at com.bea.plateng.wizard.WizardController.nextTask(WizardController.java:664)
         at com.bea.plateng.wizard.WizardController.run(WizardController.java:519)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.ClassNotFoundException: com.bea.plateng.wizard.domain.silent.tasks.DetermineScriptsForComponentTask
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at com.bea.plateng.wizard.tasks.TaskFactory.createTask(TaskFactory.java:32)
         ... 5 more
    2011-04-13 01:54:53,359 ERROR [WizardController] com.bea.plateng.wizard.WizardController - Uncaught Exception
    java.lang.NullPointerException
         at com.bea.plateng.wizard.TargetWalker.configureTask(TargetWalker.java:273)
         at com.bea.plateng.wizard.TargetWalker.next(TargetWalker.java:104)
         at com.bea.plateng.wizard.WizardController.nextTask(WizardController.java:664)
         at com.bea.plateng.wizard.WizardController.run(WizardController.java:519)
         at java.lang.Thread.run(Thread.java:662)
    Please help with the installation. I doubt if there could be any missing files...

    It was my mistake that I was execuing the installer.jar. The downloaded zip file server103_generic.zip has to be renamed to a jar file server103_generic.jar and the same has to be executed.

  • Oralce EPM Fails to install Weblogic on Windows Server 2008 R2 x64

    I've run the installer on Windows Server 2008 R2 x64 and it fails to install Weblogic. I don't have MIDDLEWARE_HOME/oracle_common. Config tool log says missing jars. When I go back to install and choose products individually, Weblogic Server is gray. When I click on Weblogic Server, the message at the bottom says can not be installed.
    I have checked that I have extracted the following assemblies:
    Oracle Hyperion Enterprise Performance Management System Installer, Fusion Edition Release 11.1.2.0.0
    Hyperion Enterprise Performance Management System Foundation Services Release 11.1.2.0.0 - Parts 1 - 4
    Oracle Hyperion Enterprise Performance Management System Additional Content Release 11.1.2.0.0
    I have run this same set of files on another server and Weblogic was installed. Am I missing something?

    I am not sure if it is your problem but I don't think R2 is officially supported, I did have problems with it when I first installed 11.1.2 so I installed with R1 SP2.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Facing problem in installing WebLogic 10.3.1 server

    Hi,
    I want to install WebLogic Server 10.3.1, To install this I am using Oracle WebLogic Server 11g Rel 1 (10.3.1) Net Installer setup.
    After running the setup, it is asking “to specify the location where the installer will place any downloaded archives”
    I have specified the location for storage Directory, but after clicking next button its giving me an error as: “Failed to contact server”.
    In the WebLogic Server 9.2 installation, it is not asking for this Storage location..directly the wizard will ask for the type of installation i.e whether ‘Complete’ or ‘Custom’ installation.
    Can anyone tell me How to skip this step I don’t want to download the archive files or how to resolve this error.
    Thanks

    Your question should have been posted in the weblogic server forum not to the weblogic portal one.
    The net installer is a small initial download, which then connects to oracle servers to download the further required files when you do the actual selection of components and install it.
    Instead of downloading the net installer, if you download the complete software then you will get the behaviour similar to your earlier installation experience with 9.2.
    Thanks
    Sridhar S

Maybe you are looking for

  • SQL Report Region error in 4.0

    Hi guys, Forgive me if this issue has been discussed already. My server was updated to 4.0 and my report region now displays with the column headers above the wrong columns - they are slipped to the left one place. I looked at the source code and I t

  • Error when changing a Scheduling Agreement

    Hello experts, When we change the quantity of an scheduling agreement in VA32 the error Update cancelled apperars. In ST22 there is a DUMP "The ABAP/4 Open SQL array insert results in duplicate database records". We have already implement the SAP not

  • Trackpad connection lost for no reason

    Good Morning, I have found my trackpad to have a mind of its own...it will lose it's connection while I am using it... and I have to turn it on again...it takes a moment to reboot. It has done this often, even with new batteries just added.. Could a

  • Using Mozilla Thunderbird as default e-mail client

    How do I change the default e-mail choice from outlook express to thunderbird. There must be a lot of us that do not like outlook and want to send photos and other stuff via thunderbird. Can anyone help me accomplish this

  • How can users add their devices to Profile Manager without a user account?

    We would like to allow company devices to be tracked, inventoried and managed in Profile Manager without creating a user account for each person so they can log into /MyDevices to download the mobile profiles. We aren't staffed to have someone manage