Install Weblogic Server 8.1

I've just downloaded and installed the final version of weblogic Server 8.1
The install went ok but I have one question:
My server started without asking me for the username/password. How come? I've
verified in the file startWebLogic.cmd and the lines:
set WLS_USER=
set WLS_PW=
don't have any values set.
Is it because I installed the Server with choosing no Node manager and only one
Administrator? If it is the case I don't think that is good. My installation of
weblogic may be for testing purpose only but I still don't want anyone to be able
to start the server.
Christine.

Christine,
The username/password from a default installation of WLS 8.1 is
set WLS_USER=weblogic
set WLS_PW=weblogic
Can you tried accessing the console with this username/password combination
The username/password for the Workshop enabled weblogic server( the sample
server which is started from the IDE is
installadministrator/installadministrator
Hope this helps.
Thanks
Raj Alagumalai
WebLogic Workshop Support
"C. Lambert" <[email protected]> wrote in message
news:[email protected]..
>
I've just downloaded and installed the final version of weblogic Server8.1
The install went ok but I have one question:
My server started without asking me for the username/password. How come?I've
verified in the file startWebLogic.cmd and the lines:
set WLS_USER=
set WLS_PW=
don't have any values set.
Is it because I installed the Server with choosing no Node manager andonly one
Administrator? If it is the case I don't think that is good. Myinstallation of
weblogic may be for testing purpose only but I still don't want anyone tobe able
to start the server.
Christine.

Similar Messages

  • 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

  • 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.

  • Error occur when installing weblogic server 10.3.3?

    Hello,
    I try to install weblogic server 10.3.3 in REDHAT linux 5.4 x86_64 (64-bit) server.
    as installation manul direct (http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14142/guimode.htm#BABIFBII) , run
    java -jar wls1033_generic.jar ( by the way, command "java -d64 -jar wlsversion_generic.jar" won't work at all)
    in the x window, I can see the first page (weblogic 10.3.3...)
    then before getting welcome page, I saw a dialog occured like
    "A fatal erro has occured, this application will terminate"
    What is wrong?
    Thanks
    Jerry
    cc:
    $ java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)
    IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 Linux amd64-64 j9vmxa64142-20080923 (JIT enabled)
    J9VM - 20080922_23329_LHdSMr
    JIT - 20080815_1845_r8
    GC - 200809_04)
    try to query JDK
    $rpm -qa | grep jdk
    (nothing appear... seems like I need to install 64 bit JDK), if yes, how?

    I think your Java environment is a little out of date. I believe JDK 1.6.0_11 or higher is required for Weblogic 10.3.3
    You can get an updated version at
    http://java.sun.com/javase/downloads/widget/jdk6.jsp
    Also recommend you uninstall the IBM Java build you currently have installed.

  • Install weblogic server 6 with sp1 failure in W2K

    When I install weblogic server 6 with sp1 in W2K,
    InstallAnyWhere display, when InstallAnyWhere process 100%,
    there is nothing in my display about the Install.
    there is weblogic600sp1_ and javaw in Windows Task manager->process.
    I have install JDK1.3

    If I remember correctly, you should make sure that the JDK is not in your
    path.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "yshyang" <[email protected]> wrote in message
    news:[email protected]..
    When I install weblogic server 6 with sp1 in W2K,
    InstallAnyWhere display, when InstallAnyWhere process 100%,
    there is nothing in my display about the Install.
    there is weblogic600sp1_ and javaw in Windows Task manager->process.
    I have install JDK1.3

  • Can't install weblogic server sp5(apache bridge) on linux

    Hi.
    I can't install weblogic server service pack 5(weblogic for apache
    bridge,mod_wl.so) on redhat linux 6.2,my apache server version is 1.3, and
    it work without sp5,when I use new mod_wl.so overwrite old one, apache
    server can't start.
    Please help,
    Thanks
    Jason Shi([email protected])

    What exact problems are you having? I'm using WLS 5.1 SP5 + apache
    1.3.12 + mod_ssl just fine.
    John Salvo
    Jason wrote:
    >
    Hi.
    I can't install weblogic server service pack 5(weblogic for apache
    bridge,mod_wl.so) on redhat linux 6.2,my apache server version is 1.3, and
    it work without sp5,when I use new mod_wl.so overwrite old one, apache
    server can't start.
    Please help,
    Thanks
    Jason Shi([email protected])

  • Problem installing weblogic server 7.0 in Mandrake Linux 10.1

    hi
    i am very new to Mandrake Linux ..i have installed Mandrake Linux 10.1 in my machine ...the problem is that when i try i to install weblogic server 7.0 it gives some error
    ** Error during execution, error code = 11
    my machine spec
    * 512MB RAM
    * 40GB HDD
    * P4 2.8GHZ
    can any one help me..
    the weblogic server i downloaded from bea site its version is weblogic server 7.0 with jrockit (sp6)
    regards
    babu

    Hi,
    first of all, unfortunately, WebLogic Server is not supported under Mandrivia (use the right name ;-) ), so you should use Novell Suse or Redhat AS, check this list
    Anyway, error code 11 should be related to permission issues, so you should check that the user you are using is allowed to write under the installation directory and under /var/log/
    Could you kindly post the log messages?
    Regards.
    Antenore Gatta
    Middleware Specialist
    Hequa S.r.l
    C.so Buenos Aires 77
    20124 Milano
    http://www.Hequa.it
    Tel +39(0)267493078
    Fax +39(0)267493079
    Mobile +39 3481537897
    ______________________________________

  • 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.

  • I can't install weblogic server 10.3 found error

    I have install to 65% and found error.
    i want to know why i can't install weblogic server 10.3 (may be error was create by jdk or anything else Please tell me! )
    and how many  problem  that can happen when install weblogic server 10.3
    ps. - OS that i install is windowsXP  sp2

    Without giving us any details about what error you got, or any circumstances of your environment (just the OS isn't enough), there is no way anyone could give you any help.

  • Problem installing weblogic server 8.11

    I have a problem while installing weblogic server 8.11 on a solaris 9 machine.
    I use the following instruction: ./filename.bin and I see the following message:
    Illegal instruction (memory dumped)
    (in french: instruction incorrecte (vidage memoire))
    A core file is generated but it doesn't help resolving this problem. It seems
    to be talking about unzip, as I found things like this message in this file:
    error: cannot allocate unzip buffers
    unzipsfx: cannot find myself! [%s]
    error [%s]: missing %ld bytes in zipfile
    I also tryed to install weblogic server 8.10 and no core file is generated but
    I have the following message:
    error [export/home/tleberre/net_server810_solaris32.bin]: missing 570 byes in
    zipfile
    (attempting to process anyway)
    ** Error during init, error code = 2.
    I first thought the file I downloaded was incomplete, so I downloaded it again
    but I still have the same problem. Can anyone help me? What have I forgotten to
    do?
    Thank you
    Tanguy Le Berre

    "Tanguy" == Tanguy Le Berre <[email protected]> writes:
    Tanguy> I have a problem while installing weblogic server 8.11 on a solaris 9 machine.
    Tanguy> I use the following instruction: ./filename.bin and I see the following message:
    Tanguy> Illegal instruction (memory dumped)
    Tanguy> (in french: instruction incorrecte (vidage memoire))
    Tanguy> A core file is generated but it doesn't help resolving this problem. It seems
    Tanguy> to be talking about unzip, as I found things like this message in this file:
    Tanguy> error: cannot allocate unzip buffers
    Tanguy> unzipsfx: cannot find myself! [%s]
    Tanguy> error [%s]: missing %ld bytes in zipfile
    Tanguy> I also tryed to install weblogic server 8.10 and no core file is generated but
    Tanguy> I have the following message:
    Tanguy> error [export/home/tleberre/net_server810_solaris32.bin]: missing 570 byes in
    Tanguy> zipfile
    Tanguy> (attempting to process anyway)
    Tanguy> ** Error during init, error code = 2.
    Tanguy> I first thought the file I downloaded was incomplete, so I downloaded it again
    Tanguy> but I still have the same problem. Can anyone help me? What have I forgotten to
    Tanguy> do?
    Well, perhaps one thing you've forgotten is that it's better to write notes
    about particular problems in the newsgroup or mailing list that is most
    appropriate to the problem. If people who read this newsgroup only know about
    the webserver, then they won't have any idea how to help you with installation
    problems with WebLogic server, which this clearly is (the "webserver" is not
    "WebLogic Server", but only part of the entire package).
    Have you made an attempt to contact BEA support? It seems likely that your zip
    file is corrupt.
    ===================================================================
    David M. Karr ; Java/J2EE/XML/Unix/C++
    [email protected] ; SCJP; SCWCD; SCBCD

  • How to install  weblogic server in linux fedora 7  ...?

    hi.. Experts
    i am new to linux os .i am using fedora 7 version of linux. please tell me,,how to install weblogic server on fedora 7 os. i have to run my servlets , jsp pages. on weblogic server.
    plzz i m not able to do practice ...so please suggest me..
    please Reply...
    thanks a lot to all...

    Yes, they can. They installed in different directories and you have to use different ports.
    AFAIK for HTTP for APEX is either part of the installation (eg. in the Oracle Express Edition) or part of the Oracle Installation CDs. For more information see the Oracle Installation Documentation.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to Install WebLogic Server 9.2 MP3 ?

    Hi,
    How to Install WebLogic Server 9.2 MP3 on Linux?
    and as which user we have to install WebLogic server. Whether we have to install as root user or we have to create different user to install weblogic server?
    Please provide me the document to do the installation.
    Thanks

    Just read through the installation guide: [http://e-docs.bea.com/common/docs92/install/index.html] . Look upward in that tree for all relevant WebLogic documentation.

  • Bad CRC error when install WebLogic Server 9.2 on Itanium platform.

    I download the install image according below steps:
    1. Go to the BEA download site a http://commerce.bea.com.
    2. Click on the link for Bea WebLogic.
    3. Click on the link for WebLogic Server 9.2.
    From the list of OS Platforms, select Novell SUSE Linux Enterprise Server (9, Itanium).
    4. Download the server920_linux64.bin binary installer.
    Then I try to install on my Itanium box, bad CRC errors occured as below output messages:
    juggernaut:/opt/wls-j2/image # ./server920_linuxia64.bin
    Extracting 0%./tmp//fileZeI8cc/jrockit-jre1.5.0_04/lib/charsets.jar bad CRC c453bc6d (should be 5a4ab10f)
    ............/tmp//fileZeI8cc/jrockit-jre1.5.0_04/lib/rt.jar bad CRC 0f42e0de (should be ce1d9aff)
    /tmp//fileZeI8cc/bids.jar bad CRC c79d217d (should be dc406837)
    /tmp//fileZeI8cc/comdev.jar bad CRC 55cee4be (should be bce80f3d)
    ./tmp//fileZeI8cc/wizard.jar bad CRC 54069bdc (should be c6327edd)
    ../tmp//fileZeI8cc/linux_ia64_jrockit90_150_04_jdk.zip bad CRC b70b8a17 (should be 52ff2ba4)
    ........./tmp//fileZeI8cc/linux_ia64_jrockit90_150_04_jrockit.zip bad CRC 406b75ed (should be 4f913183)
    .............................../tmp//fileZeI8cc/wls9200server_75_COMP_linux64en.jar bad CRC 2bc35275 (should be fe2bcb26)
    ../tmp//fileZeI8cc/wls9200examples_75_COMP_linux64en.jar bad CRC cdb78916 (should be cf255dc9)
    ......../tmp//fileZeI8cc/wls9200plugins_75_COMP_linux64en.jar bad CRC 49e4694b (should be 0b135269)
    ................................./tmp//fileZeI8cc/wlw9200app_75_COMP_linux64en.jar bad CRC fbcdda1a (should be 56d31118)
    100%
    ** Error during extraction, error code = 2.
    Here is my box configurations:
    Disk configuration:
    juggernaut:/opt/wls-j2/image # df -k
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/sda3 35002316 4454504 30547812 13% /
    tmpfs 2019488 48 2019440 1% /dev/shm
    /dev/sda1 205587 6587 199000 4% /boot/efi
    RAM configuration:
    juggernaut:/opt/wls-j2/image # vmstat
    procs -----------memory---------- ---swap-- -----io---- system ----cpu----
    r b swpd free buff cache si so bi bo in cs us sy id wa
    0 0 0 1798832 114224 1855424 0 0 3 20 6 0 0 0 100 0
    Kernel:
    Linux juggernaut 2.6.5-7.244-default #1 SMP Mon Dec 12 18:32:25 UTC 2005 ia64 ia64 ia64 GNU/Linux
    By the way, I ftp the image via binary model.
    I've no idea about the errors, any help will be greatly appreciated, thks a million in advance!

    Hi,
    I had come up with this issue twice, once I download WL from a server from Asia, and had this issue. I just download once again from the server at US, and the issue was gone. The second time it was a weird anti virus configuration that tried to scan the file while the installation was taking place (I do not think this last one applies here.)
    Regards,
    LG

  • Error when installing WebLogic Server 10.3 in silent mode.

    I get the error below when trying to install a fresh copy of WebLogic Server 10.3 on Linux and Windows XP.
    2009-05-01 19:50:09,941 INFO [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Silent xml file processed successfully...
    2009-05-01 19:50:11,268 ERROR [home] com.bea.plateng.wizard.installer.helpers.BEAHomeHelper - Error setting selections!
    com.bea.cie.gpr.model.RegistryException: Unable to locate product "WebLogic Server" and component "Server"
    at com.bea.cie.gpr.internal.model.HomeTargetImpl.setSelections(HomeTargetImpl.java:337)
    at com.bea.plateng.wizard.installer.helpers.BEAHomeHelper.buildTarget(BEAHomeHelper.java:151)
    at com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask.execute(SilentBEAHomeTask.java:33)
    at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
    at java.lang.Thread.run(Thread.java:619)
    2009-05-01 19:50:11,269 ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The local BEA product registry is corrupted. Please select another BEA Home or contact BEA Support
    I am able to install successfully in console and gui modes.
    Any ideas ?
    Thanks

    Hi..
    They changed a few things in 10.3.. see http://edocs.bea.com/common/docs103/install/silent.html#wp1044118
    looks like the Server sub category has changed to Core Application Server..
    If you checkout the log.txt file in the logs directory of the root where you've installed a copy using the gui, it generally lists all the installation options available.
    ..Mark.

  • Fatal error on Installating Weblogic Server to install OEM

    I am following the instruction to install Oracle Grid Control 11gR1 from -> http://www.oracle-base.com/articles/11g/GridControl11gR1InstallationOnOEL5.php#java_installation
    Step ->Middleware Installation
    Grid Control 11g Release 1 no longer bundles the middleware components, so we must install the WebLogic Server before we can proceed with the Grid Control installation. The installation is started with the following command, run as the "oracle" user.
    When I come to Choose Product Installation Directories -- clicking next gives error window "A fatal error has occured. This application will terminate".Please can
    The files unzipped for Weblogic are
    [oracle@ccoshs02xvoem01 11gr2grid]$ ls -lrt
    total 1096356
    drwxr-xr-x 3 oracle oinstall 4096 Oct 10 2006 com
    -rw-r--r-- 1 oracle oinstall 1441 Jan 11 2007 NOTICE.txt
    -rw-r--r-- 1 oracle oinstall 11358 Jan 11 2007 LICENSE.txt
    -rw-r--r-- 1 oracle oinstall 4891 Jan 11 2007 CHANGES.txt
    drwxr-xr-x 3 oracle oinstall 4096 Jan 11 2007 strings
    drwxr-xr-x 4 oracle oinstall 4096 Feb 19 2007 workshop
    drwxr-xr-x 4 oracle oinstall 4096 Feb 19 2007 images
    drwxr-xr-x 3 oracle oinstall 4096 Mar 20 2007 javax
    drwxr-xr-x 12 oracle oinstall 4096 Mar 20 2007 schemaorg_apache_xmlbeans
    drwxr-xr-x 2 oracle oinstall 4096 Mar 20 2007 repackage
    drwxr-xr-x 4 oracle oinstall 4096 Mar 20 2007 org
    -rw-r--r-- 1 oracle oinstall 4573 Jul 8 2009 stringsubs.xsd
    -rw-r--r-- 1 oracle oinstall 7102 Jul 8 2009 registry.xslt
    drwxr-xr-x 4 oracle oinstall 4096 Jun 3 2010 wcf
    -rw-r--r-- 1 oracle oinstall 1752 Dec 17 22:27 wizard.xml
    drwxr-xr-x 2 oracle oinstall 4096 Dec 17 22:27 native
    -rw-r--r-- 1 oracle oinstall 2951 Dec 17 22:27 lpr.xml
    -rw-r--r-- 1 oracle oinstall 71384 Dec 17 22:27 gpr.xml
    -rw-r--r-- 1 oracle oinstall 385707 Dec 17 22:27 com.bea.cie.gpr-xbean_3.0.1.0.jar
    -rw-r--r-- 1 oracle oinstall 462395 Dec 17 22:27 com.bea.cie.gpr-impl_3.0.1.0.jar
    drwxr-xr-x 3 oracle oinstall 4096 Dec 17 22:28 sizeinfo
    drwxr-xr-x 4 oracle oinstall 4096 Dec 17 22:28 archives
    drwxr-xr-x 6 oracle oinstall 4096 Dec 17 22:28 resources
    -rw-r--r-- 1 oracle oinstall 430344 Dec 17 22:28 installer.jar
    drwxr-xr-x 3 oracle oinstall 4096 Dec 17 22:28 META-INF
    -rw-r--r-- 1 oracle oinstall 1119969142 Jan 28 09:17 wls1034_generic.zip
    drwxr-xr-x 4 oracle oinstall 4096 Jan 28 11:22 patch
    [oracle@ccoshs02xvoem01 11gr2grid]$ java -jar installer.jar
    I have downloaded wls1034_generic zipped file from oracle
    http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html
    Oracle WebLogic Server 11gR1 (10.3.4) + Coherence -
    Package Installer --- Generic: 1 GB File1
    Please can some one help me with Oracle Grid Control installation

    Please apologize for this question as I thought some of the DBAs would have done OEM installation and may be they must have come across similar issue.
    I tried wls1032_generic.zip..
    [oracle@ccoshs02xvoem01 11gr2grid]$ ls -lrt
    total 925844
    -rw-r--r-- 1 oracle oinstall 1441 Jan 11 2007 NOTICE.txt
    -rw-r--r-- 1 oracle oinstall 11358 Jan 11 2007 LICENSE.txt
    -rw-r--r-- 1 oracle oinstall 4891 Jan 11 2007 CHANGES.txt
    drwxr-xr-x 3 oracle oinstall 4096 Jan 11 2007 strings
    drwxr-xr-x 4 oracle oinstall 4096 Feb 19 2007 workshop
    drwxr-xr-x 4 oracle oinstall 4096 Feb 19 2007 images
    drwxr-xr-x 3 oracle oinstall 4096 Mar 20 2007 javax
    drwxr-xr-x 12 oracle oinstall 4096 Mar 20 2007 schemaorg_apache_xmlbeans
    drwxr-xr-x 2 oracle oinstall 4096 Mar 20 2007 repackage
    drwxr-xr-x 4 oracle oinstall 4096 Mar 20 2007 org
    drwxr-xr-x 3 oracle oinstall 4096 Sep 17 2008 com
    -rw-r--r-- 1 oracle oinstall 7102 Sep 17 2008 registry.xslt
    -rw-r--r-- 1 oracle oinstall 4573 Oct 6 2008 stringsubs.xsd
    drwxr-xr-x 4 oracle oinstall 4096 Mar 17 2009 wcf
    -rw-r--r-- 1 oracle oinstall 386592 Oct 20 2009 com.bea.cie.gpr-xbean_3.0.0.0.jar
    -rw-r--r-- 1 oracle oinstall 462108 Oct 20 2009 com.bea.cie.gpr-impl_3.0.0.0.jar
    -rw-r--r-- 1 oracle oinstall 1752 Oct 20 2009 wizard.xml
    drwxr-xr-x 2 oracle oinstall 4096 Oct 20 2009 native
    -rw-r--r-- 1 oracle oinstall 2561 Oct 20 2009 lpr.xml
    -rw-r--r-- 1 oracle oinstall 55167 Oct 20 2009 gpr.xml
    drwxr-xr-x 3 oracle oinstall 4096 Oct 20 2009 sizeinfo
    drwxr-xr-x 4 oracle oinstall 4096 Oct 20 2009 archives
    drwxr-xr-x 6 oracle oinstall 4096 Oct 20 2009 resources
    drwxr-xr-x 3 oracle oinstall 4096 Oct 20 2009 META-INF
    -rw-r--r-- 1 oracle oinstall 580283 Oct 20 2009 installer.jar
    -rw-r--r-- 1 oracle oinstall 945517652 Jan 28 14:41 wls1032_generic.zip
    [oracle@ccoshs02xvoem01 11gr2grid]$ java -jar installer.jar
    still getting the same error.
    I have 7.3GB free space available on the file system. Is space the root cause of the issue.

  • Downgrading JDK of a remote Solaris to install WebLogic Server 10.0

    Hello all,
    I've been assigned a virtual machine at my intern that needs WebLogic installed on it as part of my training. While going through WebLogic 10.0 compatibility notes in the Oracle website I have found that it requirea a 1.5 JDK while the Solaris machine is running the following:
    Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
    Java HotSpot(TM) Server VM (build 17.0-b16, mixed mode)
    It's 1.6. And apparently I need to downgrade since, from what I've read, WebLogic Server 10.0 is only compatible with JDK 1.5 (5.0 and later).
    The machine has the following specifications:
    # uname -a && cat /etc/*release
    SunOS ELSOLT01 5.10 Generic_142910-17 i86pc i386 i86pc
    Oracle Solaris 10 9/10 s10x_u9wos_14a X86
    Could someone who has encountered a similar problem give me a few pointers on how to downgrade a remote machine using SSH? I have .sh and .tar files of JDK 1.5
    Much appreciated.

    "...only compatible with JDK 1.5 (5.0 and later)."
    I think this would include 1.6 too (5 and later).
    If you want to use another Java version with WebLogic you have to adjust the setDomainEnv.sh.
    Note that when you install WebLogic, you only have software there is not yet any runtime.
    What you do is from this software you create a domain (which is still software). When you create
    a domain, there is also a setDomainEnv.sh file create. In this file you find the following entries:
    WL_HOME="/location/wlserver_10.3"
    export WL_HOME
    BEA_JAVA_HOME="/location/jrockit_160_24_D1.1.2-4"
    export BEA_JAVA_HOME
    SUN_JAVA_HOME="/location/some_version_of_the_JDK"
    export SUN_JAVA_HOME
    # added JAVA_VENDOR property
    JAVA_VENDOR="Oracle"
    export JAVA_VENDOR
    # added USER_MEM_ARGS, which override the memory settings
    # the following shows a JRockit example
    USER_MEM_ARGS="-Xms512m -Xmx512m -Xns256m -XXkeepAreaRatio:25 -Xgcprio:pausetime -XpauseTarget:200ms"
    export USER_MEM_ARGS
    # the following shows a (Sun) HotSpot example
    #USER_MEM_ARGS="-Xmx512m -Xms512m -Xmn256m -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 -XX:PermSize=128m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC"
    #export USER_MEM_ARGS
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
         JAVA_HOME="${BEA_JAVA_HOME}"
         export JAVA_HOME
    else
         if [ "${JAVA_VENDOR}" = "Sun" ] ; then
              JAVA_HOME="${SUN_JAVA_HOME}"
              export JAVA_HOME
         else
              JAVA_VENDOR="Oracle"
              export JAVA_VENDOR
              JAVA_HOME="C:/bea/jrockit_160_24_D1.1.2-4"
              export JAVA_HOME
         fi
    fi
    # We need to reset the value of JAVA_HOME to get it shortened AND
    # we can not shorten it above because immediate variable expansion will blank it
    JAVA_HOME="${JAVA_HOME}"
    export JAVA_HOMEBy letting the JAVA_HOME point to the right directory you can alter the JVM with which WebLogic runs.
    The setDomainEnv.sh file is located in the <middleware-home>/user_projects/domains/<domain-name>/bin directory.
    Copy the new JDK files to the Solaris machine (you could probably also you something like winscp (http://winscp.net/eng/index.php) when
    you copy the files from a Windows machine).
    Install the JDK (usually a JDK to be installed on Solaris constists of two steps install 32bits than install 64 bits)

Maybe you are looking for