Oracle Weblogic 10.0.0.0 Download ??

The client has a specific requirement of Weblogic 10.0.0 due to application certification/support issues.
I dont see this version in the software download list . The only available version is 10.0.0 ( MP2). How do i get the required older version.
Also there are 64 bit versions only from 10.3.3 (11g). Would it suffice if I downloaded a 64bit JDK and use that instead of the default JDK for the 10.0.0 version.
Thanks
Nikhil

Hi Nik,
Open a ticket with Oracle support so that you can get shipped required version on your Address.
If you need any older version to installed then you need to directly raise a ticket with Oracle Hub team they will shipped you CD to your Address.
Regards,
Kal

Similar Messages

  • Where to download weblogic       Oracle WebLogic Server 10.3.6

    hi am trying to download
    Oracle WebLogic Server 10.3.6
    from WebLogic Server 12c (12.1.1), WebLogic Server 11g (10.3.6) and Previous Releases
    but the see all files is disable does anybody know where i can download

    Hi,
    There is a procedure to download old Oracle products.
    I think you should open a SR.
    but first look into this note on metalink
    Regards
    Doc ID 1068235.1

  • Where is the download for Oracle Weblogic Portal and current documentation?

    The web page for Oracle Weblogic Portal has a download link, but nothing happens when I click it:
    http://www.oracle.com/technetwork/middleware/weblogic-portal/downloads/index.html
    I've downloaded the documentation
    http://www.oracle.com/technetwork/middleware/weblogic-portal/documentation/index.html
    which is supposed to be for version 10.3, but the dates on the documents are all from 2008. I don't see anything indicating support for JSR 286 in those documents.
    Are there more up-to-date documents for the latest version of Oracle WL Portal?
    Thanks.
    Dean

    Hi Dean
    Looks like that site is down. On Firefox, I checked in Error Console window and it shows some java script error like acceptAgreement is not found etc. This link did worked earlier. I hope they fix it asap. Same problem with IE browser also (java script error).
    Coming to documentation, based on your link, I hope you are using 10.3.2 docs. I clicked on View Library and then select Portlet Development -> Java Portlets link and got this link: This link does cover JSR 286 stuff. For more indepth JSR 286, you can google and get more details.
    http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14244/javaportlets.htm#CIHGBHCI
    Thanks
    Ravi Jegga

  • Download Link for Oracle WebLogic Server setup for 64Bit 2008R2 Server

    I need One Information. Can we get Oracle WebLogic Server setup for 64Bit 2008R2 Server. If Yes Please provide me the Dowload Link.
    Thanks
    Vishwa

    Got link ... downloading Setup .. trying for my Luck

  • Error While Deploying ADF BC JSF Application on Oracle WebLogic Server 10.3

    Hi All,
    I am Deploying ADF BC JSF Application on Oracle WebLogic Server 10.3
    My JDeveloper Version is - JDeveloper10.1.3.0.4
    I followed Following Links for Deployment
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11/demos/wls/wls.html
    http://blog.fekw.de/2008/08/23/howto-install-adf-10-runtime-and-deploy-adf-bc-app-to-oracle-weblogic-103-running-on-linux/
    I am Getting Following Error
    java.lang.NoClassDefFoundError: oracle/xml/parser/v2/XMLParseException
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.<clinit>(ADFPhaseListener.java:463)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:711)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:400)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:328)
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    Thanks
    Vijay Chavan

    My bc4j.conf file is like bellow and my datasource name is expertDS
    <BC4JConfig>
    <AppModuleConfigBag>
    <AppModuleConfig name="DeptAMLocal">
    <AppModuleJndiName>model.ent.DeptAM</AppModuleJndiName>
    <DeployPlatform>LOCAL</DeployPlatform>
    <JDBCName>expert</JDBCName>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    <jbo.project>Model</jbo.project>
    </AppModuleConfig>
    <AppModuleConfig name="DeptAMEmbeddedAS">
    <jbo.internal.embedded>true</jbo.internal.embedded>
    <JDBCDataSource>jdbc/expertDS</JDBCDataSource>
    <ApplicationPath>current-workspace-app</ApplicationPath>
    <ConnectionPort>23891</ConnectionPort>
    <AppModuleJndiName>DeptAMBean</AppModuleJndiName>
    <HostName>localhost</HostName>
    <java.naming.security.authentication>simple</java.naming.security.authentication>
    <java.naming.security.credentials>
    <![CDATA[{904}05DDD90D64C79A7BC508C94B403DD81551]]>
    </java.naming.security.credentials>
    <java.naming.security.principal>oc4jadmin</java.naming.security.principal>
    <DeployPlatform>EjbIas</DeployPlatform>
    <jbo.server.internal_connection>jdbc/expertCoreDS</jbo.server.internal_connection>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    </AppModuleConfig>
    <AppModuleConfig name="DeptAMAS">
    <jbo.ampool.maxinactiveage>300000</jbo.ampool.maxinactiveage>
    <AppServerConnectionName>weblogic</AppServerConnectionName>
    <AppModuleJndiName>DeptAMBean</AppModuleJndiName>
    <DeployPlatform>EjbIas</DeployPlatform>
    <jbo.ejb.txntimeout>86400</jbo.ejb.txntimeout>
    <DtMiddleTierDeploymentProfile>../ModelMiddleTier1.deploy</DtMiddleTierDeploymentProfile>
    <jbo.security.enforce>Test</jbo.security.enforce>
    <jbo.ampool.maxpoolsize>600</jbo.ampool.maxpoolsize>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    <DtDeploymentProfile>../ModelEJB1.deploy</DtDeploymentProfile>
    <jbo.ampool.doampooling>false</jbo.ampool.doampooling>
    <java.naming.security.authentication>simple</java.naming.security.authentication>
    <DtCommonDeploymentProfile>../ModelCommon1.deploy</DtCommonDeploymentProfile>
    <JDBCDataSource>jdbc/expertDS</JDBCDataSource>
    <jbo.server.internal_connection>jdbc/expertCoreDS</jbo.server.internal_connection>
    <jbo.ampool.minavailablesize>0</jbo.ampool.minavailablesize>
    <ApplicationPath>BackBoneEJB</ApplicationPath>
    <jbo.ampool.monitorsleepinterval>10000</jbo.ampool.monitorsleepinterval>
    </AppModuleConfig>
    </AppModuleConfigBag>

  • Oracle WebLogic Server 9.2 MP4 - license error

    Hi,
    I have installed Oracle WebLogic Server 9.2 MP4 on my dev/test server, while starting the server in production mode getting licensed validation error, can any body help on this please.
    downloaded 9.2 MP4 from this location (http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html)
    <20-Jun-2011 09:04:38 o'clock BST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    Unable to start WebLogic Server!
    Exception occurred while reading the license file.
    Please make sure you have a valid license.bea
    file in the BEA home directory associated with this
    installation. For more information about the license.bea
    file, see the installation guide for the version of the
    software you are using at http://e-docs.bea.com.
    Thanks

    Hi,
    I was able to figure out the root cause. I was using the primitive data type "int" for primary key and foreign key for one of the beans in the relationship. After I changed it to "Integer" wrapper type, the issue got resolved.
    -Vinod

  • Oracle Siebel 8 adapter on Oracle WebLogic 10g

    Hi everybody,
    I need to install the new Oracle Service Bus 10g and to integrate with Siebel 8. So what I need is off course the bus and the adapter. I've a list of questions that raised during my initial research:
    1- Is it possible to install Oracle AS adapters on Oracle WebLogic 10g? I've tried to download the adapter and the only option was "adapters 101202" which require Oracle Home directory which is not available with Oracle WebLogic Installation.
    2- Is there a new version of Bea WebLogic adapters? The current documentation within edocs site support Siebel 7.7 and it is only available for WebLogic 9.1
    3- Where can I find installation guide for Oracle AS adapters?
    4- When navigating through http://www.oracle.com/technology/products/integration/adapters/index.html the "Download Oracle Integration Adapters" directed me to download Oracle WebLogic 10g r3 server. I went with the download and installed WebLogic 10g, but there were no adapters included. Is it only a mistaken link or it might contain the adapters for WebLogic 10g somewhere?
    Thanks in advance
    Tari

    Hi Brian,
    Generally the behavior you mentioned occurs when SRProc and SRBroker is unable to connect to Database.
    Please Check Following.
    1. Is Siebel Gateway Running Successfully? Please verify that Siebel Gateway listening on Standard port 2320. You can verify this by following command.
    netstat -na | grep 2320
    or
    ps -aef | grep siebns
    2. Change directory to <SIEBEL_ROOT>/siebsrvr/enterprises/<ENT_NAME>/<APP_SRVR>/log directory.
    3. Do you see any logs here? If yes, please let me know the errror message in logs.
    Hope this helps. All the best.

  • Xerces.jar error when migrating from weblogic 8.1SP6 to Oracle Weblogic 10.

    Hi all,
    I am migrating the J2ee (1.4) application from 8.1sp6 to Oracle Weblogic server 10.3
    I have set the environment in build.xml to point to Oracle weblogic server and the java to the one that comes with Oracleweblogic.
    Rite now I am seeing the following error.
    [javac] C:\Zdev10.3\sep09_Build\src\source\com\myapp\sample\ejb\external\pmt\ServicesBean.java:51: package org.apache.xerces.validators.datatype does not exist
    [javac] import org.apache.xerces.validators.datatype.XMLException;
    [javac] ^
    [javac] C:\Zdev10.3\sep09_Build\src\source\com\myapp\sample\ejb\external\pmt\ServicesBean.java:109: cannot find symbol
    [javac] symbol : class XMLException
    [javac] location: class com.myapp.sample.ejb.external.pmt.ServicesBean
    [javac] public static String validateXML(String xmlRequest) throws XMLException {
    [javac] ^
    [javac] C:\Zdev10.3\sep09_Build\src\source\com\myapp\sample\dao\tm\CommonTMDao.java:281: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    According to Oracle Weblogic , xerces is been not supported .
    Also we need to go with the xerces.jar for some time.
    Any ideas /inputs/work arounds on this will be appreciated.
    thanks,
    Jyothsna
    Edited by: user10751474 on Oct 9, 2009 9:56 AM

    You have to make sure the LogMessage class (weblogic/i18n/logging/LogMessage) is in the classpath
    Using WebLogic Internationalization utilities: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13704/utilities.htm#i1011073
    and an example: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13704/textformatterclasses.htm#g1016464
    and: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13704/loggerclasses.htm#g1020871

  • Deploying OIF for Oracle Weblogic Server

    Hi all,
    I'm facing a problem deploying OIF for Weblogic. I've installed Weblogic 10.0.0.3 and OIF 11g.
    I want to know the procedure of creating an IdP and a SP using weblogic server.
    Please help!!!

    Hi,
    Please check this.
    http://download.oracle.com/docs/cd/E12839_01/install.1111/e12002/federation.htm#sthref37
    When you install Oracle Identity Federation 11g Release 1 (11.1.1), a WebLogic Managed Server is created and the Oracle Identity Federation J2EE application is installed on it. If you install Oracle Identity Federation in a new Oracle WebLogic Server administration domain by selecting the Create Domain option, the Fusion Middleware Control management component is also deployed.
    Hope this helps.
    -Mahendra.

  • Cross Domain user security Authentication in Oracle Weblogic Server 10.3.3

    Now i have configure the cross domain user configuration in the oracle weblogic 10.3.3 server. But i am not able to configure.
    I have mentioned the below oracle document to configure the cross domain configuration.
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/secmanage/domain.html#domain_interop
    http://download.oracle.com/docs/cd/E14571_01/web.1111/e13752/toc.htm#INTRO120
    http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e13952/taskhelp/security/EnableTrustBetweenDomains.html
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/ConsoleHelp/taskhelp/security/ConfigureConnectionFiltering.html
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/security/con_filtr.html#wp1030656
    Regards,
    S.Vinoth Babu

    sorry,wrong forum
    move to Weblogic Server Section
    Edited by: inchlin on Apr 1, 2009 9:39 AM

  • MDS+ Oracle Weblogic server 10.3.2

    Hello,
    Does anyone how to register the MDS with application server?
    I raised on other weblogic related forum,
    MDS + Oracle Weblogic Server 10.3.2
    Thanks
    RB

    There are some MDS WLST commands, but not sure if they will help.
    http://download.oracle.com/docs/cd/E15523_01/web.1111/e13813/custom_mds.htm#BEIEJCFH

  • Please let me know LDAP Configuration in Oracle Weblogic Server 10.3.2

    Hi,
    Please let me know LDAP Configuration in Oracle Weblogic Server 10.3.2.Please give me the steps to configure the LDAP in weblogic 10.3.2.

    Hi,
    You can check http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14142/console.htm#i1075285

  • Guide to install Oracle WebLogic Server 10.3 on RedHat 5

    Hello buddies!
    Can anybody help me to install Oracle WebLogic Server 10.3 on RedHat 5.
    If anyone having Guide for that pls share wiith me..

    Sure. I always use the generic installer, that way the install is the same on all platforms:
    1 download and install JDK 6 update 10
    * http://java.sun.com/javase/downloads/index.jsp
    2 download generic installer
    * http://download.oracle.com/otn/bea/weblogic/server103/server103_generic.jar
    3 install
    * http://e-docs.bea.com/common/docs103/install/start.html#wp1074027
    -Adrian

  • Oracle Weblogic Server 10.3 startup stuck at 84% in Eclipse

    Hi,
    I am trying to start my Oracle Weblogic Server 10.3 in the Eclipse environment and the status bar freezes after progressing upto 84%.
    Although the server is the RUNNING mode and I can login to the Admin console, I cannot auto-deploy or debug my apps in Eclipse because
    it is waiting for the startup task to finish (or reach 100%).
    I get following message after it times out.
    "Server Oracle WebLogic Server v10.3 at localhost was unable to start within 480 seconds. If the server requires more time, try increasing the timeout in the server editor."
    Any help to fix this issue will be very much appreciated.
    Regards,
    Amitoj.
    Edited by: Amitoj on Apr 16, 2009 5:03 AM

    Hi Ram,
    I have checked everything.
    There is nothing else in the progress view
    Only the following message in the .log file over and over again
    !ENTRY oracle.eclipse.tools.weblogic 4 4000 2009-04-16 14:11:12.452
    !MESSAGE The server cannot be launched within timeout.
    !ENTRY org.eclipse.wst.server.core 4 0 2009-04-16 14:11:13.872
    !MESSAGE Server Oracle WebLogic Server v10.3 at localhost was unable to start within 480 seconds. If the server requires more time, try increasing the timeout in the server editor.
    !ENTRY oracle.eclipse.tools.weblogic 4 4000 2009-04-16 16:10:02.827
    !MESSAGE The user action is cancelled when the server is starting. The server cannot be stopped now. Please wait until the server is started and then stop it.
    Tried restarting the eclipse and the machine. Killed all eclipse and jave processes in the task manager.
    Downloaded a new copy eclipse, installed Weblogic server from scratch and created a brand new workspace.
    Still I get the same problem.
    I have exhausted every other option and now I am going to the extreme of rebuilding my whole PC again.
    Regards,
    Amitoj.

  • OEPE 1.6 - Oracle WebLogic Server 11gR1 PatchSet 3 requres WLS 10.3.4

    Hi!
    Anyone knowing when Weblogic Server 10.3.4 is planed GA
    Borre

    Borre,
    See the recent OTN post from 20110115 detailing the latest release of Oracle WebLogic Server and some retesting of the previous issues related to JSR-317 JPA 2.0 support below.
    Re: Deploy Hibernate based EAR file on Weblogic 10.3.3?
    The latest release of Oracle WebLogic Server has been available on OTN at the following location since 20110115.
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    This release provides support for JSR-317 JPA 2.0 container managed applications using the QWG8 patch or a manual prepending classpath change.
    In 10.3.3.0 you were required to use the FilteringClassLoader via the *<wls:prefer-application-packages>* addition to your application managed persistence unit - this workaround as well as the persistence.xml renaming one is now fully deprecated and not required in 10.3.4.0 for both application and container managed persistence contexts.
    As of 20110115 the 5 outstanding issues below look to be fixed by applying the http://download.oracle.com/docs/cd/E17904_01/web.1111/e13720/using_toplink.htm#EJBAD1309 patch for QWG8 or manually prepending to the WebLogic 10.3.4.0 server classpath.
    commEnv.cmd: line 67
    @rem Set BEA Home
    set BEA_HOME=C:\opt\wls1034r20110115
    @rem Enable JPA 2.0 functionality on WebLogic Server 10.3.4 with the following patch line for commEnv.cmd:67
    set PRE_CLASSPATH=%BEA_HOME%\modules\javax.persistence_1.0.0.0_2-0-0.jar;%BEA_HOME%\modules\com.oracle.jpa2support_1.0.0.0_2-0.jar
    A JPA 2.0 EE application using EclipseLink as the JPA2 persistence provider on WebLogic is detailed in the analysis section below1) JPA 2.0 XSD parsing - verified
    2) New JPA 2.0 schema elements like <shared-cache-mode>NONE</shared-cache-mode> - verified
    3) JPA 2.0 runtime API like a entityManager.getMetamodel(); call on the Servlet or Stateless session bean - verified
    4) JPA 2.0 weaving/instrumentation - this will require a more detailed lazy model and more debugging to fully verify
    5) Dependency Injection of a container managed JPA 2.0 entityManager on a EJB component like a stateless session bean - verified
    http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/weblogic#Enabling_JPA2_support
    OTN downloadhttp://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    Patching
    http://download.oracle.com/docs/cd/E18476_01/doc.220/e18480/weblogicchap.htm
    Documentationhttp://download.oracle.com/docs/cd/E17904_01/web.1111/e13852/toc.htm
    Supported Oracle WebLogic Server Versionshttp://download.oracle.com/docs/cd/E15315_06/help/oracle.eclipse.tools.weblogic.doc/html/SupportedServerVersions.html
    TopLink JPA 2.0 Specific documentation/patchinghttp://download.oracle.com/docs/cd/E17904_01/web.1111/e13720/using_toplink.htm#EJBAD1309
    EclipseLink Wiki: JPA 2.0 using EclipseLink on WebLogic analysis (XSD, Weaving, DI of @PersistenceContext)http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/weblogic#Enabling_JPA2_support
    thank you
    /Michael O'Brien
    http://www.eclipselink.org

Maybe you are looking for

  • Problems with burning movies b/c of lack of disc space

    I am new to using Apple, but I have been able to figure most things out through trial and error. I am working with Final Cut Express and have created a movie. I figured out how to export this movie to iDVD and was able to burn a partial copy of my mo

  • Ensuring that an text/calendar header is seen in MS Outlook

    At one point I thought I had this but alas not entirely. I'm working on a calendaring server which serves a fairly large community and need to be able to email calendaring requests out across clients. When I send out a few (say two or three) invitati

  • 2010 Mac Mini display issue

    Basically my HDTV is 720p. So in display settings, I set it to 720p, but the top menu bar is still almost obscured. Why is that happening?

  • Inventory Balance History

    Hi, Is there any SAP tcode to show the material inventory balance history by year/period or by date range? I know MMBE can display balance, but just current balance, i need a report to show the material balance history.

  • Display items on a form

    Dear composite experts, Within GP I have three blocks: 1) Enter Purchase Order ID 2) Get Purchase Order details 3) Display Purchase Order details For the third step I created a Web Dynpro Form as CO. On this form I have placed some header fields and