Install and config issues with Oracle Portal, Forms, Reports and Discoverer

For a while now I've been struggling with migrating a testing database to a newer version.
And right now I'm pretty much stuck at trying to configure Oracle Portal, Forms Reports and Discoverer
What I've got:
Windows server 2008 R2 64bit
Oracle 11g database
Java 6u27 64bit
JDK 1.6 64bit (using this after 1.7 ended up throwing out bugs while trying to start a weblogic server)
JDK 1.7 64bit
Weblogic 10.3.5 (or so i think - I've installed from the wls1035_generic.jar from the oracle website)
PFRD 11.1.1.2 with 11.1.1.3 installed over it, installed without config
and a hanging up configuration
Basically I've been trying to install PFRD (only forms, reports and enterprise manager from it actually) but it kept failing once it got to the configuration stage, so I installed without config, applied 11.1.1.3 and now trying to run the config manually with the good old \bin\config.bat
Result - the config froze for approx.18 hours then failed
There isn't much useful info I could deduct from the logs, mostly just says one or more configuration parts failed. At one place it mentions trying to set up a domain and starting up an adminserver for it - and apparently that's where it hangs up and finally times out and fails.
I'm a little clueless what to do about it as the logs don't say anything else of use I could understand. Any ideas there?

Trying the step by step, the only difference between that and what i do seems to be the file copying (which I can't do - there is no windows\extra\ directory anywhere, the files mentionned seem to already be on their places and either only there, or exactly the same) and clistering
So far the news ain't good - the config process hangs on creating domain ->Step Creating Domain started
It isn't frozen per se - the process doesn't use up any processor time, memory consumption within bounds, it reacts to button clicks and all..it just doesn't do anything concerning the said domain
the last thing the .out file shows:
Creating a new AdminServer Object ...
AdminServer port is 7002
Starting the domain ...
LOADING DLL : E:\OracleDb\Middleware\develtools\install\config\\StartUtil64.dlland in the log:
[2011-09-08T11:57:03.456+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 14] [ecid: 0000J98U0KsFS8XLxuDCiW1EQ92r000005,0] Setting >valueOf(DOMAIN_PORT) to:7002. Value obtained from:USERit's the same it did last time, when after 18hours it woke up with .out saying:
oracle.as.provisioning.util.ConfigException:
Error while starting the domain.
Cause:
An error occurred while starting the domain.
Action:
See logs for more details.
     at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
     at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3173)
     at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3033)
     at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1644)
     at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:634)
     at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:390)
     at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
     at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
     at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
     at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
     at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
     at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
     at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
     at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
     at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
     at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
     at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
     at java.lang.Thread.run(Thread.java:619)
Caused by: oracle.as.provisioning.util.ConfigException:
Error while starting the domain.
Cause:
Starting the Admin_Server timed out.
Action:
See logs for more details.
     at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
     at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3143)
     ... 18 more
oracle.as.provisioning.exception.ASProvisioningException
     at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
     at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
     at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
     at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
     at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
     at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
     at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
     at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
     at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
     at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
     at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
     at java.lang.Thread.run(Thread.java:619)
Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
     at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:685)
     at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:390)
     at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
     ... 13 more
progress in calculate progress4
progress in calculate progress4
oracle.as.provisioning.exception.ASProvisioningException
     at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
     at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
     at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
     at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
     at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
     at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
     at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
     at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
     at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
     at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
     at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
     at java.lang.Thread.run(Thread.java:619)
Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
     at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:685)
     at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:390)
     at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
     ... 13 more
Going to execute executeAfterConfig
java.lang.IllegalStateException: Action:Application Configuration failed with error:Configure Classic Failed.
     at oracle.as.install.engine.modules.configuration.client.ConfigAction.fail(ConfigAction.java:227)
     at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:129)
     at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
     at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
     at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
     at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
     at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
     at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
     at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
     at java.lang.Thread.run(Thread.java:619)
In Config Module Finish Event...and the log continuing with some variable setting notifications and this:
[2011-09-08T08:27:45.272+02:00] [as] [ERROR] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 14] [ecid: >0000J93lRQOFS8XLxuDCiW1EPpn_000005,0] One or More configurations failed. Exitingthen again more traces and notifications until the end marking config as failed
I'm kinda paranoid about the double backslash in the dll path, but other than that no clue as to why the domain doesn't set up
the other link you mentionned seems to have no relevance yet
does that clear up anything for you though?
..can the lack of SOA suite have anything to do with the problem?

Similar Messages

  • Errors:Installing Oracle Portal, Forms, Reports and Discoverer on Win7

    Someone can help me?
    I installed Oracle Portal, Forms, Reports and Discoverer on Win7.
    I have install:
    jdk 64bit
    Oracle db 11g (64bit)
    Oracle Weblogic 1033 (wls1033_generic.jar)
    Oracle Portal, Forms, Reports and Discoverer (ofm_pfrd_win_11.1.1.2.0_64/ofm_pfrd_win_11.1.1.3.0_64)
    Configure Components Screen:I just choose the Oracle Forms/reports Oracle Forms/reports builder Enterprise Manager Oracle Web Cache .
    Configure Ports Screen:Auto Port Configuration.
    Specify Proxy Details Screen:No
    Specify Application OID Screen:NO
    But when I configure the "Configuring the Classic Instance" under the "Oracle Classic 11g-Home1". It's always pending in "Creating the domain". No any Error information.
    the related log information:
    Creating a new AdminServer Object ...
    AdminServer port is 7001
    Starting the domain ...
    LOADING DLL : C:\Oracle\Middleware\as_2\install\config\\StartUtil64.dll

    Since your weblogic is on version 10.3.3, you can only succesfully configure your fusion middleware when you are on version 11.1.1.3.
    So (1) restart the install of fusion middleware 11.1.1.2, (2) choose install type INSTALL ONLY, (3) start installation of fusion middleware 11.1.1.3 and finally (4) configure fusion middleware using AS_ORACLE_HOME\bin\config.bat

  • Help in Installing Oracle Portal,Forms,Reports and Discoverer(11.1.1.2.0)

    Hi,
    I am trying to install Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Linux x86-64.
    I have installed weblogic 10.3.5 generic jar file.
    When i try to install forms and reports server the configuration step fails while creating weblogic domain.
    Please help me installing portal and reports.
    Is there any patch i am missing or the weblogic version is incorrect?
    Thanks.

    You cannot configure Fmw 11.1.1.2 against WLS 10.3.5. They are not supported nor compatible.
    If you want to use WLS 10.3.5, you need to "install" 11.1.1.2, but do not configure. That is an installation option. After you have successfully installed 11.1.1.2 you will need to patch it to 11.1.1.6. After patching, you then can run the configuration (config.bat).
    http://docs.oracle.com/cd/E23943_01/install.1111/e10421/install.htm#CLINS256
    Version 11 is far more complex than previous versions. I strongly encourage everyone to review the product documentation before trying to install. You can also refer to the following MyOracleSupport note:
    Steps to Maintain Oracle Fusion Middleware 11g Release 1 (11.1.1) (Doc ID 1073776.1)

  • Having problem to install Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit

    Dear All Precious Friends,
    I am having problem while installing Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit,
    I have already installed Oracle Database 11g Release 2 -------
    ----Then i configured JAVA Access bridge
    --------then installed and configured Required Schema using Repository Creation Utility of same version of Database 11g,
    -----------then installed Oracle Business Intelligence 11g version 11.1.1.6.0 which includes Web logic..............I am feeling that i did right at this point...........
    ..............also feeling comfortable after install Oracle Identity and Access Management 11g ..................
    -----------------but don't know how to configure OID to install Oracle Portal Forms Reports and Discoverer 11g...............
    Please help my Oracle Friends
    Your early help will be highly appreciated.
    thanks and regards
    Hassan

    You said, "...+I would like to install Release 2(11.1.1.2.0)+ ...". Be careful. 11.1.1.2.0 is not Release 2. The version for Rel 2 is 11.1.2.0, notice that there is one less "1". Also, there is no way to patch from Release 1 to Release 2.
    In EDelivery, this is what you should find if you search on "Oracle Fusion Middleware" for "Microsoft Windows x64 (64-bit)":
    First look for this link then drill into it:
    Oracle Fusion Middleware 11g Media Pack for Microsoft Windows x64 (64-bit)
    In this section you will find the following:
    This is the full product installation of FMw 11 Release 2 (Forms & Reports)
    Oracle Forms and Reports 11g R2 (11.1.2.0.0) for Microsoft Windows x64 (64-bit) V28761-01
    This is the full product installation of FMw 11 Release 1 (includes Portal, Forms, Reports, and Disco)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 1 of 4) V18785-01
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 2 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 3 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 4 of 4)
    This is the FMw 11 Release 1 patch set that will bring the above 11.1.1.2.0 installation to 11.1.1.6.  This is NOT a full product installation - just a patch
    Oracle Portal, Forms, Reports and Discoverer 11g Patch Set 5 (11.1.1.6.0) for Microsoft Windows x86 (64-bit) V29850-01
    There are no patch sets for Release 2 as of yet.

  • How can I uninstall a damaged installation of Fusion - PFRD 11.1.1.6.0 - Oracle Portal, Forms, Reports and Discoverer

    Hello,
    I am upgrading EBS 11i to 12i, Discoverer 4 to 11. After completing ebs installation and upgrade successfully, I am now working on the Oracle Fusion piece of the upgrade.
    I have installed
    1. JDK
    2. Repository Creation Utility - RCU (schema)
    3. Weblogic - WLS 10.3.6
    4. Oracle Fusion - Discoverer 11g Release 1 Patchset 1 11.1.1.2.0 PFRD
    5. Oracle Portal, Forms, Reports and Discoverer 11g Patchset 11.1.1.6.0 - Patchset 13517084
    6. Executed config.sh and it failed with but continued.
         During the Configuration of Oracle Fusion with config.sh there was failure at with "fails at creating data sources" and accidentally proceeded and all seem to go well until after shutting down the servers when Weblogic Managed Server is unable to start.
    The start log indicated: "weblogic.store.PersistentStoreFatalException: [Store:280105]The persistent file store "_WLS_WLS_DISCO" cannot open file _WLS_WLS_DISCO000000.DAT." and I have been unable to find a solution for this error?
    See log file error at https://dl.dropboxusercontent.com/u/15497130/oracle/ebs11/startManagedWebLogic.sh_nohup.out
    If re-installation is my only option, then what are the steps to uninstall, and which components do I have to uninstall given that I had upgraded all the schemas involved?
    Mathias

    Hey,
    You can always change the JDBC datasources in the Weblogic admin console . but have you recorded what is the specific error you got during the datasources creation .
    I prefer...create a new user , give him sysdba privillages . Start RCU and create the DEV_DISCOVERER , DEV_DISCOVERER_PS schemas (prefix is your choice)
    The Admin server will start . so go to admin console .
    click services -> Data Sources
    Check the data sources you have . edit each datasource and update the connection pool information .
    after this you can start the Managed server WLS_DISCO
    i believe this will solve this .........
    if you still get issue again . you can try the link Using the WebLogic Persistent Store
    Thanks
    Naga

  • Oracle Portal,Forms,Reports and Discoverer 11G

    Good evening
    I installed the following products
    * Oracle Database(to the 1st computer)
    * Repository Creation Utility
    * WebLogic Server(to the 2nd computer)
    * Oracle Portal,Forms,Reports and Discoverer 11G(to the 2nd computer) – during installation I chose forms and reports
    Identity Management and SSO are not installed, why they are used for?
    While connecting to the base with the help of Visard I open Oracle Forms Builder by and create a primitive form. Everything is good. All are shown. I press Run Form which is written as Oracle Forms in browser and suggests keeping a clear file. Particularly in applied file!
    Print screen of my monitor yo can see: http://www.sql.ru/forum/actualthread.aspx?tid=678852
    Thanks for attention.

    Identity Management and SSO are not installed, why they are used for?IDM and SSO is used for user authentication.
    You can search for details about that.
    >
    While connecting to the base with the help of Visard I open Oracle Forms Builder by and create a primitive form. Everything is good. All are shown. I press Run Form which is written as Oracle Forms in browser and suggests keeping a clear file. Particularly in applied file!
    Print screen of my monitor yo can see: http://www.sql.ru/forum/actualthread.aspx?tid=678852
    Thanks for attention.the port which you have mentioned is it WLS_FORMS_PORT or any other.
    Try running default Forms port WLS_FORMS_PORT that will be 9001
    or check for the WLS_FORMS_PORT in the portlist.ini file.
    Also are you getting any exception in the Java console.?

  • Step by step installation of Oracle Portal, Forms, Reports and Discoverer

    Hi all
    i m using Oracle Enterprise Linux 5. can any one plz tell me step by step installation of Oracle Portal, Forms, Reports and Discoverer?
    i watched some tutorials but didnt find any thing. did i need any pre-installation for Oracle Portal, Forms, Reports and Discoverer on Linux?
    Regards
    Saqib

    Dear Saqib Alam ,
    Hope you are fine, and also you have completed the PORTAL installation successfully.
    Can you kindly share me the methods you have went..
    can you clearly explain us by this OTN, it will be a great Knowledge Sharing for Apps DBA like us.
    1) what are the softwares we have to download for the Portal 11g
    2) if possible Step by step installation method.
    Thanks in advance,
    Abdul Hameed

  • Portal, Forms, Reports and Discoverer - Error in Final Setup

    I have followed multiple setup instructions now to try and get Forms working on my local machine.
    Including the following:
    Forms 11g - Installation steps for a developer machine
    I have done the following on a Windows 7 64bit Setup:
    Installed Oracle 11g Database
    Installed Weblogic 64 bit using the wls1033_generic.jar with a 64 bit JDK
    Installed Portal, Forms, Reports and Discoverer, but when I get to the last stage where it goes through steps they all end up as failed and I can get no further, what would cause this?

    Check this thread when installing forms 11.1.1.3: Re: Install Forms & Rpts 11.1.1.3 with WebLogic Server 10.3.3 on Win32

  • Save and submit issues with nested/expanding form

    I've built two forms in designer (Form_B and Form_C, we'll say) which use scripted repeating subforms to accomodate a range of inputs without presenting the user with piles of fields. I need both of them to correctly maintain their state when saved and re-opened, and transmit the data I need through acrobat.com distribution.
    Form B currently doesn't save and re-open correctly:
         There are two levels of repetition, Areas and Categories. There can be one or more Areas, and each Area has one or more Categories. If I open the form (in Acrobat Pro) and fill it out with 2 areas, each area having 2 categories, when i save and re-open the file the second Area is gone, and the first Area has 4 categories.
    Form C has many fields (up to 1500+) but I only need a fraction of them to be submited
         On the assumption that the settings in the "binding" pallet would controll this for me, I made a script to unbind all the unnnessisary fields pre-submit, and reverse the changes post-submit. When I test this, the fields still save and submit despite being set fieldName.bind.match = "none". I would also like to temporarily re-name the submitted fields so they come through with unique names. I have a script to do this, and I tested it by running the script (confirming that they changed by looking at the mouse-over tooltip) and saving the form in that state. The form will open back up with the old(unchanged) names and those fields have lost other layout settings.
    On both forms, all fields and subforms are normally set to binding = "normal", or fieldName.bind.match = "once"
    I currently have no external data bindings (the data view pallet is blank.)
    Any thoughts on why fields whos binding = "none" would still submit/save?
    Or why repeating subforms with binding = "normal" would get lost in a save?
    Is originalFieldName.name = "newName" somehow not sufficient to change how that fieldname gets saved in the data? (despite the apparent name change)
    I've searched all the resources I know for any useful idea on this one, and came up blank. Any help or suggestions would be much appreciated.
    <<<<<   don't rule out "It shouldn't do that, it must be buggy."  I'm starting to lean that way pretty heavily on a couple counts.  >>>>>>
    If anyone would like to see the files in question,  please send me an email at  manager<at>rocklight<dot>net and I'll get a copy of each off to you first thing in the morning.

    I've found a partial answer for the Form_B issue. (areas and categories not saving correctly):
    It looks like another case of this - http://forums.adobe.com/message/1358727#340913
    but for subforms.
    In order to keep my naming consistent, I had every repeating subform at every level called "fields" and within that a subform called "content" etc. (See attached image) It looks like when the file is re-opened, acrobat/reader is finding the First node named "fields" to apply the saved information to, rather than the correct one. When i renamed the subforms to "AreaFields" and "CatFields" it seems to have solved the problem. (It's still giveing me extra categories, but i think more re-naming is going to solve that too.
    Still looking for a solution to the submission problem: how to only submit some of the fields in a form.
    (yeah, the nesting is rediculous, I know, but it was necisary for some formatting elements.)

  • Upload and displaying document file and image file with oracle portal

    Dear All,
    Could anyone please tell me how to displaying document file and image file that I've stored to database (8.1.7) using oracle portal. (I use intermedia data type).
    I've tried to follow the instruction given by Oracle LiveDemo, but it came with failure. (the image or document won't show up).
    Thanks for support.
    Moza

    Please repost this question in the appropriate section of the Discussion Forum.
    This forum is for general suggestions and feedback about the OTN site. For technical question about an Oracle product,
    For customers with paid support (Metalink) please go to:
    http://www.oracle.com/support/metalink

  • Portal, Forms, Reports and discover 11g

    Hi,
    When setting up the version 11.1.1.3.0_32 within WinXP, I've got
    INST-07010: Validation of Oracle Home location failed. The location specified does not exist.
    Enter a valid existing directory
    INST-07100: The Oracle home provided does not contain Oracle Portal 11.1.1.2.0.
    In order to patch your existing version please provide an Oracle home that contains the product mentioned above. If you choose to continue, only the oracle_common directory and any components that both products have in common will be patched.
    INST-07293: Middleware home location specified does not have the required Oracle homes installed in it. The Oracle homes for the following components is not installed oracle.classicwls.top.
    Provide a different Middleware home location or install the required Oracle Products and try the install again
    Best Regards

    CraigB wrote:
    I think I did not missed anythingYes, I've heard this before and after a long forum conversation it turned out that a step was missed. When you installed ofm_pfrd_win_11.1.1.3.0_32_disk1_1of1 did you install WebLogic Server (10.3.3) first? If not, then you definately missed a step. Oracle Fusion Middleware (FMw) requires the installation of the WebLogic Server (WLS) first. When you install WLS you have to skip the domain configuation step because the FMw installation will perform the configuruation for you.
    Oracle is in the process of creating a "lighter" install for FMw, but I am not aware that this has been released yet.  This lighter install will (as I understand it) include a WLS runtime similar to the OC4J servlet used by Oracle Developer Suite 10g.
    So, like I said, could you please list for us the steps you followed when installing FMw?
    Craig...I was just reading the forum and I see that ! GREAT NEWS !!!! our standalone OC4J will now become a WLS standalone !
    That will save hours and hours of installation process !
    I'm waiting for that since 11g has been released !
    Jean-Yves

  • How to deply with Oracle 8i, Forms 6i and Reports 6i

    We are developing a number of application systems. We have 2 servers. Oracle 8i is installed on one server and other werver is used for network authentication.
    We have to now start deploying newly developed applications. We have around 200 users located in various buildings over our campus spread over one kilometer.
    What can be different deployment strategies.
    Pl. help.
    M. Tariq

    Mr. Robin
    I also need information on the subject. Kindly send me a copy of the presentation when it is ready. Here is my email address: [email protected] Your act will highly be appreciated.
    Thanks
    Farhan
    Muhammad,
    A whitepaper on this topic will be produced over the coming months, but isn't available yet.
    There will be a presentation on this topic at ODTUG in Las Vegas in June, if you happen to be going. :)
    If not, I can send you a copy of the presentation once it is done. You'll need to reply and give your email address.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • How to deploy with Oracle 8i, Forms 6i and Reports 6i

    We are developing a number of application systems. We have 2 servers. Oracle 8i is installed on one server and other werver is used for network authentication.
    We have to now start deploying newly developed applications. We have around 200 users located in various buildings over our campus spread over one kilometer.
    What can be different deployment strategies.
    Pl. help.
    M. Tariq

    Mr. Robin
    I also need information on the subject. Kindly send me a copy of the presentation when it is ready. Here is my email address: [email protected] Your act will highly be appreciated.
    Thanks
    Farhan
    Muhammad,
    A whitepaper on this topic will be produced over the coming months, but isn't available yet.
    There will be a presentation on this topic at ODTUG in Las Vegas in June, if you happen to be going. :)
    If not, I can send you a copy of the presentation once it is done. You'll need to reply and give your email address.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • Need practice material for Oracle Apps forms, reports and workflow

    Hi,
    I want to design new form using Forms Developer 6i/Template.fmb, report using reports developer 9i and new Workflow using WF builder by changing the subscription of the currently defined event in Oracle or totally creating new event and its subscriptions. I want to do all the above from scratch and upto Oracle Apps standards. I have vision instance here.
    Can I get practicing/training material any where in web to download like tutorial or practice lessons. I heard Oracle training centres material is very good for learning. Can I get it or any other material for the above practice.
    Please let me know.
    Thank you

    I heard Oracle training centres material is very good for learning. Can I get it You can get this material by attending a class in OU. Sharing this material in prohibited for obvious reasons.
    or any other material for the above practice.In addition to the link posted by Sami, you may refer to:
    Oracle Apps 11i
    http://www.exforsys.com/tutorials/oracle-apps/

  • Display and sound issues with One Link Pro Dock and X1

    When my computer is connected to the dock and shut down there is a buzzing that comes from the external speakers that the dock is connected too.
    Same thing happens if I leave the dock connector not connected.
    What is causing this feedback and can anything stop it?
    Display wise, my external monitor goes black every 30 minutes or so for 5 seconds and then comes back.
    I am running Windows 8.1 if that matters.

    "I don't know if my problem relates to this...but I cannot seem to keep my ethernet connection.  I have two monitors (+laptop) working....occassionally screen goes black for a second....can live with that...but...why do I keep loosing my internet connection....anyone else have this problem.  My IT guys say the problem is with the docking station but cannot pinpoint reason."
    This is (unfortunately) a known issue. See this very, very long thread:
    http://forums.lenovo.com/t5/Options-Accessories/Re-OneLink-network-port-flapping/td-p/1358947
    A workaround appears possible, but is a bit of a hassle
    http://forums.lenovo.com/t5/ThinkPad-Edge-S-series/One-Onelink-dock-Thinkpad-Yoga-problem-solved/td-...

Maybe you are looking for