Location of WebLogic Server 6.0 sp2 installable file in ZIP format

Hello
I would like to use the ".zip" file of the WebLogic Server 6.0 sp2 installable
instead of the default ".bin" file.
Can someone help me locate the URL for downloading it?
Thanks and Regards
Kapil Pawar

Hi.
The installation for Compaq Tru64 is a zip file - 'weblogic600sp2_generic.zip'.
However, be aware that installation is not simply a matter of unzipping the file
like earlier versions of WLS. See the installation directions for details.
Thanks,
Michael
Kapil Pawar wrote:
Hello
I would like to use the ".zip" file of the WebLogic Server 6.0 sp2 installable
instead of the default ".bin" file.
Can someone help me locate the URL for downloading it?
Thanks and Regards
Kapil Pawar--
Michael Young
Developer Relations Engineer
BEA Support

Similar Messages

  • Location for dll files in weblogic server 6.1 sp2

    "where to keep *.dll files in weblogic server 6.1 sp2". Application is deployed on weblogic server 6.1 sp2. Application is being integrated with webmethod to publish data. For that we need to put awssl40jn.dll in weblogic server. Could not able to locate where to put this dll file.

    You can have the dll's anywhere. You just need to mention the location
    in java.library.path.
    For example if you have your Dll's in C:\bea\lib
    You need to mention the following in your command line args:
    java -Djava.library.path=C:\bea\lib ****Other Command Line Args****
    weblogic.Server
    Hope this helps.
    -Kiran
    "Dave Martin" <[email protected]> wrote in message news:<[email protected]>...
    I don't see a DLL like yours in a fresh install of WLS 6.1 SP2
    This is the complete list of DLLs I find in my fresh install of WLS 6.1 SP2 (starting
    from the BEA home) on Windows:
    /jdk131/bin/dt_shmem.dll
    /jdk131/bin/dt_socket.dll
    /jdk131/bin/jdwp.dll
    /jdk131/jre/bin/ActPanel.dll
    /jdk131/jre/bin/agent.dll
    /jdk131/jre/bin/awt.dll
    /jdk131/jre/bin/classic/jvm.dll
    /jdk131/jre/bin/cmm.dll
    /jdk131/jre/bin/dcpr.dll
    /jdk131/jre/bin/dt_socket.dll
    /jdk131/jre/bin/fontmanager.dll
    /jdk131/jre/bin/hotspot/jvm.dll
    /jdk131/jre/bin/hpi.dll
    /jdk131/jre/bin/hprof.dll
    /jdk131/jre/bin/ioser12.dll
    /jdk131/jre/bin/java.dll
    /jdk131/jre/bin/jawt.dll
    /jdk131/jre/bin/jcov.dll
    /jdk131/jre/bin/JdbcOdbc.dll
    /jdk131/jre/bin/jdwp.dll
    /jdk131/jre/bin/jpeg.dll
    /jdk131/jre/bin/jpins32.dll
    /jdk131/jre/bin/jpishare.dll
    /jdk131/jre/bin/jsound.dll
    /jdk131/jre/bin/msvcrt.dll
    /jdk131/jre/bin/net.dll
    /jdk131/jre/bin/NPJava11.dll
    /jdk131/jre/bin/NPJava12.dll
    /jdk131/jre/bin/NPJava131.dll
    /jdk131/jre/bin/NPJava32.dll
    /jdk131/jre/bin/NPOJI600.dll
    /jdk131/jre/bin/packager.dll
    /jdk131/jre/bin/server/jvm.dll
    /jdk131/jre/bin/server/jvm_g.dll
    /jdk131/jre/bin/verify.dll
    /jdk131/jre/bin/zip.dll
    /wlserver6.1/bin/fastfile.dll
    /wlserver6.1/bin/iisforward.dll
    /wlserver6.1/bin/iisproxy.dll
    /wlserver6.1/bin/jsafe.dll
    /wlserver6.1/bin/md5.dll
    /wlserver6.1/bin/md5_g.dll
    /wlserver6.1/bin/nodemanager.dll
    /wlserver6.1/bin/oci816_7/weblogicoci37.dll
    /wlserver6.1/bin/oci816_7/weblogicoxa37.dll
    /wlserver6.1/bin/oci816_8/weblogicoci37.dll
    /wlserver6.1/bin/oci816_8/weblogicoxa37.dll
    /wlserver6.1/bin/oci817_8/weblogicoci37.dll
    /wlserver6.1/bin/oci817_8/weblogicoxa37.dll
    /wlserver6.1/bin/oci901_8/weblogicoci37.dll
    /wlserver6.1/bin/oci901_8/weblogicoxa37.dll
    /wlserver6.1/bin/proxy30.dll
    /wlserver6.1/bin/proxy35.dll
    /wlserver6.1/bin/proxy36.dll
    /wlserver6.1/bin/stackdump.dll
    /wlserver6.1/bin/stackdump_g.dll
    /wlserver6.1/bin/terminalio.dll
    /wlserver6.1/bin/wlenv.dll
    /wlserver6.1/bin/wlntio.dll
    /wlserver6.1/bin/wlntio_g.dll
    /wlserver6.1/bin/wlntrealm.dll
    /wlserver6.1/bin/wlntrealm_ms.dll
    /wlserver6.1/uninstaller/resource/iawin32.dll
    /wlserver6.1/uninstaller_servicepack/resource/iawin32.dll
    manoj <[email protected]> wrote:
    "where to keep *.dll files in weblogic server 6.1 sp2". Application is
    deployed on weblogic server 6.1 sp2. Application is being integrated
    with webmethod to publish data. For that we need to put awssl40jn.dll
    in weblogic server. Could not able to locate where to put this dll file.

  • BIBeans internationalization issue with weblogic server 8.1 sp2

    We use oralce bibeans 9.0.4 to develop OLAP web application in Chinsese Simplified environment. When deploy the web application on the embedded OC4J server, everything goes well. All the labels (Line items and image button labels etc. ) of the crosstab is displayed in chinese. but it always display English labels when delploy it on weblogic server V8.1 sp2.
    currently on my web page java.util.Locale.getDefault() return zh_CN
    I have done two things:
    first, add exportCharacterEncoding init param for UIXServlet
    <init-param>
    <param-name>exportCharacterEncoding</param-name>
    <param-value>GBK</param-value>
    </init-param>
    second,Set locale for the BIThinSession instance in jsp file.
    oracle.dss.addins.jspTags.BIThinSession bisession = (oracle.dss.addins.jspTags.BIThinSession) pageContext.findAttribute("SalesBIThinSession");
    bisession.setLocale(Locale.getDefault());
    Is this a bug that bibeans can not locate resource bundles correctly base on the user's specified environment? Is there an invisible environment variable base on which the bibean tags judge to select a resource file and result in this phenomenon?

    The intersting point here is that the application works using an Oracle stack but does not work using an IBM stack. I will contact our development engineers for more information and will post another response when I have a reply.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Silent install Weblogic 12.1.1 - Unable to locate product "WebLogic Server

    Hi all,
    I try to install Weblogic 12.1.1 via silent install. I work on Solaris 10, have already installed JDK 1.7.
    here what happens:
    root@usqwrts001:/tmp/karin# java -d64 -Xmx1024m -jar wls1211_generic.jar  -mode=silent -silent_xml=/tmp/karin/silent.xml.long -log=./install.out
    Extracting 0%....................................................................................................100%
    The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    root@usqwrts001:/tmp/karin# less install.out
    2013-03-20 11:16:14,862 INFO [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Silent xml file processed successfully...
    2013-03-20 11:16:22,240 WARN [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for solaris32_jdk160_29b11.zip not found..
    2013-03-20 11:16:22,302 ERROR [home] com.bea.plateng.wizard.installer.helpers.BEAHomeHelper - Error setting selections!
    com.bea.cie.gpr.model.RegistryException: Unable to locate product "WebLogic Server "
    at com.bea.cie.gpr.internal.model.HomeTargetImpl.setSelections(HomeTargetImpl.java:364)
    at com.bea.plateng.wizard.installer.helpers.BEAHomeHelper.buildTarget(BEAHomeHelper.java:158)
    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:722)
    2013-03-20 11:16:22,307 ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    My silent.xml.long looks like this:
    root@usqwrts001:/tmp/karin# less silent.xml.long
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-installer>
    <input-fields>
    <data-value name="BEAHOME" value="/opt/weblogic-12.1-MP1" />
    <data-value name="WLS_INSTALL_DIR" value="/opt/weblogic-12.1-MP1/weblogic-12.1-MP1" />
    <data-value name="COMPONENT_PATHS"
    value="WebLogic Server/Core Application Server|WebLogic Server
    /Administration Console|WebLogic Server/Configuration Wizard and Upgrade
    Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic
    JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server
    /WebLogic Server Clients|WebLogic Server/WebLogic Web Server Plugins
    |WebLogic Server/Xquery Support|WebLogic Server/Server Examples|Oracle Coherence/Coherence Product Files" />
    <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="no" />
    <data-value name="LOCAL_JVMS" value="/opt/jdk1.7.0_11"/>
    </input-fields>
    </bea-installer>
    I already tried it with simply <data-value name="COMPONENT_PATHS" value="WebLogic Server" /> instead of the whole bunch, but behaviour didn't change.
    My environment settings:
    root@usqwrts001:/tmp/karin# echo $JAVA_HOME
    /opt/jdk1.7.0_11/bin/sparcv9/
    root@usqwrts001:/tmp/karin# echo $PATH
    /opt/jdk1.7.0_11/bin/sparcv9:/sbin:/usr/bin:/usr/sbin:/usr/platform/sun4v/sbin:/usr/local/bin:/opt/openssh/bin:/usr/openwin/bin
    As there is no bin directory under sparcv9 (which contains the 64-Bit modules), i took sparcv9 again for the path (instead of taking $JAVA_HOME/bin as described in documentation) . But I also tried the bin directory (without sparcv9) with the same effect.
    Has anybody an idea for me??
    Thanks a lot in advance
    Karin.

    Under root:
    [root@middleware-magic temp]# ./install-software.sh
    Extracting 0%....................................................................................................100%
    Extracting 0%....................................................................................................100%
    The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    Under another user:
    [someone@middleware-magic temp]$ ./install-software.sh
    Extracting 0%....................................................................................................100%
    Extracting 0%....................................................................................................100%
    The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    Looking at the log it is saying the following:
    2013-03-21 13:06:19,425 INFO  [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Silent xml file processed successfully...
    2013-03-21 13:06:20,311 WARN  [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for linux32_jdk160_29b11.zip not found..
    2013-03-21 13:06:20,315 WARN  [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for linux_ia32_jrockit_160_29_D1.2.0-10_jdk.zip not found..
    2013-03-21 13:06:20,339 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 "WebLogic Web Server Plugins"
         at com.bea.cie.gpr.internal.model.HomeTargetImpl.setSelections(HomeTargetImpl.java:347)
         at com.bea.plateng.wizard.installer.helpers.BEAHomeHelper.buildTarget(BEAHomeHelper.java:158)
         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:662)
    2013-03-21 13:06:20,344 ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Supportwhich means the select option 'WebLogic Server/WebLogic Web Server Plugins' is not a valid option (this is indeed the case as in WebLogic 12c there are no Plugins available, you can use the ones for WebLogic 10.3.6 though, but that is not the issue here).
    After editing the weblogic-silent.xml to reflect the correct components, we have something like:
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-installer>
         <input-fields>
              <!-- BEAHOME: The full path for the middleware home directory. -->
              <data-value name="BEAHOME" value="/home/someone/weblogic12.1.1/installation"/>
              <!-- WLS_INSTALL_DIR: The full path for the directory where to install WebLogic Server. -->
              <data-value name="WLS_INSTALL_DIR" value="/home/someone/weblogic12.1.1/installation/wlserver_12.1"/>
              <!-- OCP_INSTALL_DIR: The full path for the directory where to install Coherence. -->
              <data-value name="OCP_INSTALL_DIR" value="/home/someone/weblogic12.1.1/installation/coherence_3.7"/>
              <!-- COMPONENT_PATHS: Specify the components and subcomponents to install. -->                 
              <data-value name="COMPONENT_PATHS" value="WebLogic Server/Core Application Server|WebLogic Server/Administration Console|WebLogic Server/Configuration Wizard and Upgrade Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic SCA|WebLogic Server/WebLogic JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server/WebLogic Server Clients|WebLogic Server/Xquery Support|Oracle Coherence/Coherence Product Files"/>
              <!-- INSTALL_NODE_MANAGER_SERVICE: Install Node Manager as a Windows service. -->
              <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="no"/>
              <!-- LOCAL_JVMS: Select JVMs which are already installed. -->
              <data-value name="LOCAL_JVMS" value="/home/someone/jrockit"/>
         </input-fields>
    </bea-installer>
    Unfortunately, the documentation (http://docs.oracle.com/cd/E24329_01/doc.1211/e24492/silent.htm#i1044116) says the option 'WebLogic Server/WebLogic Web Server Plugins' is available. When running the installation again the following is observed:
    [someone@middleware-magic temp]$ ./install-software.sh
    Extracting 0%....................................................................................................100%
    Extracting 0%....................................................................................................100%
    Mar 21, 2013 1:09:05 PM java.util.prefs.FileSystemPreferences$2 run
    INFO: Created user preferences directory.
    and we have a much larger log file, with the last entry reading
    2013-03-21 13:09:26,990 INFO  [WizardController] com.bea.plateng.wizard.silent.tasks.LogTask - The installation was successfull!In your case it crashed on: Unable to locate product "WebLogic Server " - which looks like you have enters in your XML file "value="WebLogic Server/Core Application Server|WebLogic Server". Make sure everything is on one line, and that (as in my case) you select the right components.
    Should have posted this answer two days ago, but I thought to let you flounder a little (just kidding).

  • WebLogic Server 7.0 SP3 installation

    I am currently runninf WebLogic server 7.0 SP2 and need to upgrade to SP3 but I
    can't find the install for this. Does anyone know where I can find this install?

    "Paul" <[email protected]> wrote:
    >
    I am currently runninf WebLogic server 7.0 SP2 and need to upgrade to
    SP3 but I
    can't find the install for this. Does anyone know where I can find this
    install?WebLogic Server 7.0 SP3 is superseded by WebLogic Server 7.0 SP4. Please use WebLoigc
    Server 7.0 SP4 instead. The download is available at:
    http://commerce.bea.com/showallversions.jsp?family=WLS
    Thanks.

  • 64 bit Weblogic Server 10.3.2 installation on Windows Server 2008 R2 x64 ?

    Hi,
    I'm trying to install 64 bit version of Weblogic Server 10.3.2 on my 64 bit OS Windows Server 2008 R2 SP2.
    Firstly I downloaded "jdk-6u24-windows-x64.exe" and installed it on my 64 bit platform.
    I downloaded "wls1032_generic.jar" and try to install it by the command below
    "java -d64 -jar wls1032_generic.jar"
    however I got the message below
    Unrecognized option: -d64
    Couldn't create the Java virtual machine
    Any options about this problem. Where am I making mistake?

    Hi,
    You need to make sure the following things :
    1). If you want to run your WLS on W 64 bit mode then You need to use Generic Jar installer Example: *"java -jar wls1032_generic.jar"*
    2). The above Jar should be installed only using a 64 Bit JVM so that all the 64 bit libraries will be available with the WebLogic while installing it. So first of all Download a 64 Bit JVM in your Woindows box.
    Then just run the following command to check if the JVM is 6t4 bit or not:
    set JAVA=HOME=C:\My64BitJDK\jdk1.6.0_21
    *$JAVA_HOME\bin\java -version*
    3). Now u can run your WebLogic Installer like following:
    *$JAVA_HOME\bin\java -jar wls1032_generic.jar*

  • SQL Server Express 2012 SP2 installation hangs during extract phase

    Greetings!
    I am having an issue with trying to silent install SQL Server Express 2012 SP2 (x86).
    I have a proprietary installation framework, which is calling the SQL Server Express installer.
    The SQL Server Express installer starts extracting files to c:\{some guid}. The folder reaches about 11 mb in size, and then nothing further happens. No activity on the machine, CPU or disk - I have waited up to 15 minutes to verify this. On the normal installation,
    the size of this folder is ~650 mb.
    Here are the things I've also tested:
    - I'm experiencing these symptoms on both Windows 7 and Windows Server 2012 R2 (haven't tested other platforms)
    - If I launch exactly the same command from the command prompt, the installation goes through as normal
    - If I replace the SQL Server Express 2012 SP2 with SQL Server Express 2012 SP1, and install via our installation framework, the installation goes through as normal
    - I have checked and double-checked that our installation framework is started with administrative privileges.
    - From my previous search attempts, I have seen issues where the installer would hang or fail when launched from inside an msi, which would result in a log in C:\Program Files (x86)\Microsoft SQL Server\<something something>. These are not the symptoms
    I am experiencing. The C:\Program Files (x86)\Microsoft SQL Server\ folder is not even created!
    Any suggestions, or places I can look to figure out why it's not proceeding? For now, I have worked around the issue by including SP1 instead of SP2, but ideally I'd like to base my solution on the most recent service pack.

    Hello Alberto!
    The installation framework does check for this. I'm also certain that these prerequisites are fulfilled. 
    When the SQL Server process hangs, I can kill the process, copy/paste the exact command that was executed from the installation framework's log files, and execute that command in a command prompt - and then the installation runs as expected.
    The installation framework installs SQL Server Express correctly if I use the 2008 R2 SP1 express or the 2012 SP1 Express installer. It's just the SP2 installer that is giving me problems.
    The only difference I can think of is that the installation framework is a 32-bit process, which calls the SQL Server installer, while the command prompt is a 64-bit application. I am installing the SQLEXPR_x86_ENU.exe
    from http://www.microsoft.com/en-us/download/details.aspx?id=43351, so it should be compatible with my 32 bit environment - 
     "SQLEXPR_x86 is the same product but supports installation onto both 32-bit and 64-bit (WoW) operating systems"
    Tomorrow, I will try:
    - Installing on Windows 7 32-bit
    - Trying to launch the SQL Server installer from a powershell (x86) prompt, to emulate a 32-bit environment on a 64-bit machine

  • Weblogic server 7.0 SP2 with jdk1.4

    Our current environment is installed WLS 7.0 with SP2 on Win2000 Server. And we
    like to upgrade the JDK version to 1.4.
    Any suggection? Will it cause any problem to start WLS once we upgrade the JDK
    version?
    Thanks!
    Evan

    WebLogic 7.0 would not support the additional features in JDK 1.4
    thanks,
    Deepak
    "Evan" <[email protected]> wrote:
    >
    Thanks for the replying.
    But if we'd like to keep using WebLogic Server 7.0.
    Is there any impact to upgrade to JDK 1.4?
    Evan
    "Deepak Vohra" <[email protected]> wrote:
    WebLogic Server 7.0 supports the 1.3.1_02 JDK.
    WebLogic Server 8.1 supports JDK 1.4
    "Evan" <[email protected]> wrote:
    Our current environment is installed WLS 7.0 with SP2 on Win2000 Server.
    And we
    like to upgrade the JDK version to 1.4.
    Any suggection? Will it cause any problem to start WLS once we upgrade
    the JDK
    version?
    Thanks!
    Evan

  • Help ! weblogic server 5.0.1 license file parse error

    I just get a weblogic server 5.0.1 evaluation version CD .After I install it on my machine(MY OS is win2000 ),I get the license key from the bea web site and copy it to "d:\weblogic\licenses" derectory ,but when I use
    "java utils.showLicenses -Dweblogic.system.home=d:\weblogic
    -classpath=d:\weblogic\classes ;d:\weblogic\licenses
    -Dweblogic.class.path=d:\weblogic\classes"
    to look the license ,it throw a exception ,like this:
    weblogic.common.LicenseException:weblogic.common.CorruptException: Error parsing XML license file
    this is my license key file :
    <!-- Keys for version 4.0 and later -->
    <WEBLOGIC-LICENSES>
    <LICENSE PRODUCT="WebLogic"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="60f3b77d6036b44cc968f1b0db87593b"
    />
    <LICENSE PRODUCT="WebLogic/SSL"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="a86b320c95ecd8d73108ac537288fa53"
    />
    <LICENSE PRODUCT="jdbcKona/MSSQLServer4"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="e658f24242058b9c72937929459e4e75"
    />
    <LICENSE PRODUCT="jdbcKona/Informix4"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="f90045487fd2c26bd5720e53599ab28a"
    />
    <LICENSE PRODUCT="jdbcKona/Oracle"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="d95225c8561ed63484bc561e0d864698"
    />
    <LICENSE PRODUCT="jdbcKona/Sybase"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="a47e9718bad8e2bf97ba6e58bb0810d4"
    />
    <LICENSE PRODUCT="jdbcKona/MSSQLServer"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="2f1664480679796de7a005a8fcc3089b"
    />
    </WEBLOGIC-LICENSES>
    can anyone tell me the cause ? thanks a lot !

    The license must be in your classpath.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "fengyanb" <[email protected]> wrote in message
    news:39e3da22$[email protected]..
    >
    I just get a weblogic server 5.0.1 evaluation version CD .After I installit on my machine(MY OS is win2000 ),I get the license key from the bea web
    site and copy it to "d:\weblogic\licenses" derectory ,but when I use
    "java utils.showLicenses -Dweblogic.system.home=d:\weblogic
    -classpath=d:\weblogic\classes ;d:\weblogic\licenses
    -Dweblogic.class.path=d:\weblogic\classes"
    to look the license ,it throw a exception ,like this:
    weblogic.common.LicenseException:weblogic.common.CorruptException:Error parsing XML license file
    >
    this is my license key file :
    <!-- Keys for version 4.0 and later -->
    <WEBLOGIC-LICENSES>
    <LICENSE PRODUCT="WebLogic"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="60f3b77d6036b44cc968f1b0db87593b"
    />
    <LICENSE PRODUCT="WebLogic/SSL"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="a86b320c95ecd8d73108ac537288fa53"
    />
    <LICENSE PRODUCT="jdbcKona/MSSQLServer4"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="e658f24242058b9c72937929459e4e75"
    />
    <LICENSE PRODUCT="jdbcKona/Informix4"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="f90045487fd2c26bd5720e53599ab28a"
    />
    <LICENSE PRODUCT="jdbcKona/Oracle"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="d95225c8561ed63484bc561e0d864698"
    />
    <LICENSE PRODUCT="jdbcKona/Sybase"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="a47e9718bad8e2bf97ba6e58bb0810d4"
    />
    <LICENSE PRODUCT="jdbcKona/MSSQLServer"
    IP="any" UNITS="3" EXPIRATION="07-Nov-2000"
    KEY="2f1664480679796de7a005a8fcc3089b"
    />
    </WEBLOGIC-LICENSES>
    can anyone tell me the cause ? thanks a lot !

  • Weblogic Enterprice and Weblgic Suite installations files?

    Hi
    I wonder if there are 2 different installation files for Weblogic Enterprice 11g and Weblogic Suite 11g?
    Looking at http://www.oracle.com/us/products/middleware/application-server/weblogic-suite/index.html it looks to me that Weblogic suite contains :
    Oracle WebLogic Server Enterprise Edition
    Oracle Application Server Enterprise Edition
    Oracle WebLogic Real Time
    Oracle Virtual Assembly Builder
    Oracle Coherence Enterprise Edition
    Oracle Web Tier
    Oracle Enterprise Manager: Diagnostics Pack for Oracle Middleware
    Oracle Enterprise Manager: Management Pack for Oracle Coherence
    Is that mean that all these products are part of one singe installation file? and in that case is that file a "Weblogic Suite" installation file?
    thanks
    regards
    /Martin

    There is a single installation file check
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html
    or
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    depending on the version you need.
    hth,
    Peter Paul

  • WebLogic Server 8.1 SP2 - Sudden Crash

    Hello,
    We have WebLogic 8.1 SP2 installed on Unix box (SunOS 5.8 Generic_108528-29 sun4u sparc SUNW,Sun-Fire-880). We have configured 2 domains on the same box, one for development and other for staging environment. Both are running normally fine.
    Couple of days back the managed server of development domain crashed sudenly. It generated a CORE file and a log file with following details:
    Can anyone tell me, what exactly happened, and what would be the corrective / preventive action to be taken?
    +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 10 occurred at PC=0xFE7E2D9C
    Function=[Unknown. Nearest: ZIP_Lock+0x48]
    Library=/opt/bea/wls811/jdk141_03/jre/lib/sparc/libzip.so
    Current Java thread:
         at java.util.zip.ZipFile.getEntry(Native Method)
         at java.util.zip.ZipFile.getEntry(ZipFile.java:146)
         - locked <c13f7250> (a weblogic.utils.classloaders.ClasspathClassFinder$ZipFileWrapper)
         at weblogic.servlet.internal.WarClassFinder.getSource(WarClassFinder.java:236)
         at weblogic.servlet.internal.WebAppServletContext.getSource(WebAppServletContext.java:4402)
         at weblogic.servlet.internal.WebAppServletContext.getResourceAsSource(WebAppServletContext.java:5986)
         at weblogic.servlet.FileServlet.findSource(FileServlet.java:273)
         at weblogic.servlet.FileServlet.service(FileServlet.java:186)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Dynamic libraries:
    0x10000      /opt/bea/wls811/jdk141_03/bin/java
    0xff350000      /usr/lib/libthread.so.1
    0xff340000      /usr/lib/libdl.so.1
    0xff200000      /usr/lib/libc.so.1
    0xff390000      /usr/platform/SUNW,Sun-Fire-880/lib/libc_psr.so.1
    0xfe000000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/client/libjvm.so
    0xff2d0000      /usr/lib/libCrun.so.1
    0xff1e0000      /usr/lib/libsocket.so.1
    0xff100000      /usr/lib/libnsl.so.1
    0xff0d0000      /usr/lib/libm.so.1
    0xff1c0000      /usr/lib/libmp.so.2
    0xff090000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/native_threads/libhpi.so
    0xff060000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libverify.so
    0xff020000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libjava.so
    0xfe7e0000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libzip.so
    0xfa050000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libnet.so
    0xfa110000      /opt/bea/wls811/weblogic81/server/lib/solaris/libstackdump.so
    0xfa030000      /opt/bea/wls811/weblogic81/server/lib/solaris/libmuxer.so
    0xfa010000      /usr/ucblib/libucb.so.1
    0xb9fb0000      /usr/lib/libresolv.so.2
    0xb9e40000      /usr/lib/libelf.so.1
    0xb9e20000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libnio.so
    0xb9d20000      /usr/lib/librt.so.1
    0xb9c10000      /usr/lib/libaio.so.1
    0xb9b60000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libioser12.so
    0xaec80000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libawt.so
    0xaec00000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libmlib_image.so
    0xb1490000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/motif21/libmawt.so
    0xae980000      /usr/dt/lib/libXm.so.4
    0xaee10000      /usr/openwin/lib/libXt.so.4
    0xb3890000      /usr/openwin/lib/libXext.so.0
    0xb32e0000      /usr/openwin/lib/libXtst.so.1
    0xae880000      /usr/openwin/lib/libX11.so.4
    0xb10a0000      /usr/openwin/lib/libdps.so.5
    0xb2e60000      /usr/openwin/lib/libSM.so.6
    0xb16d0000      /usr/openwin/lib/libICE.so.6
    Local Time = Thu Sep 9 17:56:49 2004
    Elapsed Time = 520313
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.1_03-b02 mixed mode)
    +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

    WLS 8.1SP2 can not be upgraded directly to WLS8.1 SP6.
    The existing domain should be at WLS 8.1 SP4 atleast so that it can be upgraded to WLS 8.1 SP6.
    The link:
    http://commerce.bea.com/
    Has be decommissioned and now in order to download the upgrade installers and WLS service pack versions you should have a Support ID which is required to create a login to metalink.oracle.com .
    Then You can follow the following:
    Login to: https://Metalink.oracle.com
    Go to tab: Patches & Updates
    Quick Links to: Latest Patchsets, Mini Packs and Maintenance Packs
    Patch Bundles for Individual Products or Components
    Select BEA Weblogic Platform
    Select the WebLogic Main version and SP version
    Then you should see the download screen.
    Thanks,
    Sandeep

  • Weblogic server 9.2.2 installation on Windows 2003 64bit

    Hi,
    I need to install Weblogic 9.2.2 server on Windows server 2003 SP 2, however as this is an old version I have not been able to find documentation on how to do the installation.
    Where can I find installation instructions for this?
    Please help
    Thanks,
    aie

    Hello,
    Please look at this documentation. Hope this is what you are looking for. Also make sure the exe installer you have should support your 64 bit machine.
    http://download.oracle.com/docs/cd/E13179_01/common/docs92/install/index.html
    Thanks,
    Sunil N.
    Edited by: Sunil Nandargi on May 12, 2011 2:10 PM

  • Weblogic server 7.0 sp2 - servlet deployment

    Hi,
    Is there any way that i can delpoy a servlet with out context root name ?
    I am using weblogic 7.0 sp2.
    for eg. if i deply a war say "example.war"
    then it works only if i refer http://hostname:7001/example/servletClass. I need
    to refer like
    http://hostname:7001/servletClass.
    Is there any to deploy as a root servlet with out contxt root name ?
    Thanks

    "Bala" <[email protected]> wrote:
    >
    Hi Govind,
    To add what Selva said, you can also configure <context-root>/</context-root>
    parameter in weblogic.xml DD file. But you can have only one application
    as the
    default application for every WLS instance.
    Bala
    "Selvamohan Neethiraj" <[email protected]> wrote:
    Make the example application as the default Web application in the server.
    Thanks,
    Selva-
    "Govind" <[email protected]> wrote in message
    news:3f96e951$[email protected]..
    Hi,
    Is there any way that i can delpoy a servlet with out context rootname ?
    I am using weblogic 7.0 sp2.
    for eg. if i deply a war say "example.war"
    then it works only if i refer http://hostname:7001/example/servletClass.
    I need
    to refer like
    http://hostname:7001/servletClass.
    Is there any to deploy as a root servlet with out contxt root name?
    Thanks

  • Weblogic server 8.1 SP2 to SP6 ugrade

    Hello All
    Am looking for any document that would outline steps to upgrade weblogic 8.1 SP2 to SP6.
    Can we directly upgrade to SP6 ?
    Found the patch 9479129 BEA WebLogic Platform: Patchset WEBLOGIC PLATFORM 8.1 WITH SP6 UPGRADE INSTALLER but the readme doesnt have any instructions.
    Neither could i find in http://docs.oracle.com/cd/E13222_01/wls/docs81/index.html
    Any pointers in this regard would be helpful.
    Thanks
    Sundari

    WLS 8.1SP2 can not be upgraded directly to WLS8.1 SP6.
    The existing domain should be at WLS 8.1 SP4 atleast so that it can be upgraded to WLS 8.1 SP6.
    The link:
    http://commerce.bea.com/
    Has be decommissioned and now in order to download the upgrade installers and WLS service pack versions you should have a Support ID which is required to create a login to metalink.oracle.com .
    Then You can follow the following:
    Login to: https://Metalink.oracle.com
    Go to tab: Patches & Updates
    Quick Links to: Latest Patchsets, Mini Packs and Maintenance Packs
    Patch Bundles for Individual Products or Components
    Select BEA Weblogic Platform
    Select the WebLogic Main version and SP version
    Then you should see the download screen.
    Thanks,
    Sandeep

  • Deploying MDB on WebLogic server 8.1 (SP2) with Tibco JMS

    Hi,
              I am currently facing problems to deploy and run my MDB on weblogic connecting it to Tibco JMS as the foreign jms server.
              <br>
              <b>My ejb-jar.xml:</b>
              <br>
              <message-driven>
                        <ejb-name>DeAMMsgFactors</ejb-name>
                        <ejb-class>com.db.deam.mdb.DeAMMsgFactors</ejb-class>
                        <transaction-type>Container</transaction-type>
                        <message-driven-destination>
                             <destination-type>javax.jms.Topic</destination-type>
                        </message-driven-destination>
                   </message-driven>
                   </enterprise-beans>
                   <assembly-descriptor>
                        <security-role>
                                  <role-name>soiadmin</role-name>
                   </security-role>
                   </assembly-descriptor>
              <br>
              <b>weblogic-ejb-jar.xml:</b>
              <br>
              <weblogic-enterprise-bean>
              <ejb-name>DeAMMsgFactors</ejb-name>
              <message-driven-descriptor>
              <pool>
              <max-beans-in-free-pool>20</max-beans-in-free-pool>
              <initial-beans-in-free-pool>10</initial-beans-in-free-pool>
              </pool>
              <destination-jndi-name>WLFactorsTopic</destination-jndi-name>
              <connection-factory-jndi-name>WLFactorsCF</connection-factory-jndi-name>
              <jms-polling-interval-seconds>10</jms-polling-interval-seconds>
              </message-driven-descriptor>
              <transaction-descriptor>
              <trans-timeout-seconds>100000</trans-timeout-seconds>
              </transaction-descriptor>
                   </weblogic-enterprise-bean>
                   <security-role-assignment>
              <role-name>soiadmin</role-name>
              <principal-name>jmsusername</principal-name>
                   </security-role-assignment>
              <br>
              <b>Error:</b>
              weblogic.ejb20.WLDeploymentException: [EJB:011014]The Message-Driven EJB failed while creating a JMS Connection. The err
              or was:
              javax.jms.JMSSecurityException: invalid name or password.
              javax.jms.JMSSecurityException: invalid name or password
              at com.tibco.tibjms.Tibjmsx.buildException(Tibjmsx.java:395)
              at com.tibco.tibjms.TibjmsConnection._create(TibjmsConnection.java:581)
              at com.tibco.tibjms.TibjmsConnection.<init>(TibjmsConnection.java:1743)
              at com.tibco.tibjms.TibjmsTopicConnection.<init>(TibjmsTopicConnection.java:35)
              at com.tibco.tibjms.TibjmsxCFImpl._createImpl(TibjmsxCFImpl.java:92)
              at com.tibco.tibjms.TibjmsxCFImpl._createConnection(TibjmsxCFImpl.java:121)
              at com.tibco.tibjms.TibjmsTopicConnectionFactory.createTopicConnection(TibjmsTopicConnectionFactory.java:66)
              at weblogic.ejb20.internal.JMSConnectionPoller.getConnection(JMSConnectionPoller.java:607)
              at weblogic.ejb20.internal.JMSConnectionPoller.createJMSConnection(JMSConnectionPoller.java:1783)
              at weblogic.ejb20.internal.JMSConnectionPoller.connectToJMS(JMSConnectionPoller.java:1087)
              at weblogic.ejb20.internal.JMSConnectionPoller.trigger(JMSConnectionPoller.java:970)
              at weblogic.time.common.internal.ScheduledTrigger.run(ScheduledTrigger.java:243)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
              at weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigger.java:229)
              at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java:223)
              at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:50)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              at weblogic.ejb20.internal.JMSConnectionPoller.getConnection(JMSConnectionPoller.java:638)
              at weblogic.ejb20.internal.JMSConnectionPoller.createJMSConnection(JMSConnectionPoller.java:1783)
              at weblogic.ejb20.internal.JMSConnectionPoller.connectToJMS(JMSConnectionPoller.java:1087)
              at weblogic.ejb20.internal.JMSConnectionPoller.trigger(JMSConnectionPoller.java:970)
              at weblogic.time.common.internal.ScheduledTrigger.run(ScheduledTrigger.java:243)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
              at weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigger.java:229)
              at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java:223)
              at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:50)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              [JMSConnectionPoller] : ** Connect attempt for: WLFactorsTopic was: unsuccessful
              <br>
              <u><b>Any help would be appreciated.</b></u>
              <br>
              Thanks,<br>
              Kiran Kumar MV.

    I was able to use MDB to receive msg from a Tibco JMS queue. This is what you have to do: using WL console,
              - set up a foreign JMS Server. Make sure you specify the following correctly: jndi initial context factory (tibjms class), tibjms server url, username/password
              - create a foreign connection factory (if you are using CMT, make sure you create a XA compliant connection factory in Tibco JMS server). It seems that you have to specify URL again when creating XA connection factory in Tibjms.
              - create a foreign destination (queue/topic)
              In ejb-jar.xml and weblogic-ejb-jar.xml,
              - use resource-ref (wrapper) to specify the foreign connection factory
              - use resource-env-ref to specify the foreign destination.
              - In MDB ejb-jar.xml, specify destination-jndi-name and connection-factory-jndi-name.
              See Message Driven Beans chapter in Programming WebLogic EJB doc.
              Good luck.

Maybe you are looking for