Error in ComplexAsset: classname while Installing.

Hi All,
I tried to install Webcenter sites 11g on Tomcat 6.0.35. I managed to successfully ping the database and getting responses from HelloCS url. Everything came back successfully after clicking the Test button.
It created 153 tables in H2 database, but after that it is failing while doing the further installation. Below is the exception message i got it in sites.log.
I am in the last stage of installation, appreciate your help.
com.openmarket.basic.interfaces.AssetException: classname
     at com.openmarket.assetframework.assettypemanager.AssetTypeManager.locateAssetManager(AssetTypeManager.java:60)
     at com.openmarket.assetframework.complexasset.ComplexAsset.getATM(ComplexAsset.java:79)
     at com.openmarket.assetframework.complexasset.ComplexAsset.Install(ComplexAsset.java:380)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.openmarket.framework.xml.object.Install.endTag(Install.java:140)
     at com.openmarket.framework.xml.Base.endTag(Base.java:111)
     at COM.FutureTense.Common.CS.runTag(CS.java:2664)
     at com.openmarket.framework.commands.ObjectDispatcher.Install(ObjectDispatcher.java:374)
     at com.openmarket.xcelerate.commands.AssetDispatcher.Install(AssetDispatcher.java:704)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.openmarket.framework.commands.Dispatcher.Execute(Dispatcher.java:145)
     at COM.FutureTense.XML.Template.DynTag.execute(DynTag.java:269)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
     at COM.FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)
     at COM.FutureTense.XML.Template.IFTag.execute(BlockTag.java:501)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
     at COM.FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)
     at COM.FutureTense.XML.Template.IFTag.execute(BlockTag.java:501)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
     at COM.FutureTense.XML.Template.LoopTag.execute(BlockTag.java:756)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
     at COM.FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)
     at COM.FutureTense.XML.Template.IFTag.execute(BlockTag.java:501)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
     at COM.FutureTense.XML.Template.Root.execute(BlockTag.java:365)
     at COM.FutureTense.XML.Template.XMLEval.run(XMLEval.java:331)
     at COM.FutureTense.Common.ContentServer.evalTheXML(ContentServer.java:3186)
     at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2447)
     at COM.FutureTense.Common.ContentServer.processElement(ContentServer.java:1895)
     at COM.FutureTense.XML.Template.CallElement.execute(CallTag.java:253)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
     at COM.FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)
     at COM.FutureTense.XML.Template.IFTag.execute(BlockTag.java:496)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
     at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
     at COM.FutureTense.XML.Template.Root.execute(BlockTag.java:365)
     at COM.FutureTense.XML.Template.XMLEval.run(XMLEval.java:331)
     at COM.FutureTense.Common.ContentServer.evalTheXML(ContentServer.java:3186)
     at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2447)
     at COM.FutureTense.Common.ContentServer.processElement(ContentServer.java:1895)
     at COM.FutureTense.Common.CS.CallElement(CS.java:1599)
     at COM.FutureTense.Apps.Install.command.ReadURL.exec(ReadURL.java:169)
     at COM.FutureTense.Apps.Install.command.Command.execute(Command.java:130)
     at COM.FutureTense.Apps.Install.command.CustomCommandManager.executeCurrentCommand(CustomCommandManager.java:373)
     at COM.FutureTense.Apps.Install.command.CustomCommand.runCommand(CustomCommand.java:151)
     at COM.FutureTense.Apps.Install.command.CustomCommand.exec(CustomCommand.java:106)
     at COM.FutureTense.Apps.Install.command.Command.execute(Command.java:130)
     at COM.FutureTense.Apps.Install.server.InstallManager.invokeCommand(InstallManager.java:479)
     at COM.FutureTense.Apps.Install.server.InstallManager.execute(InstallManager.java:104)
     at COM.FutureTense.Apps.Install.server.InstallServer.evalPage(InstallServer.java:123)
     at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:453)
     at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
     at COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
     at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
     at java.lang.Thread.run(Thread.java:662)
regards
Sri

It is a database issue.
Possible reasons : no proper permissions for user/ existence of multiple DB connections... the latter one looks more likely as the 3  tests are clean.
Either close all existing DB connections or try a fresh system restart and install.

Similar Messages

  • Error during configuration process while installing obiee 11.1.1.7.0 in windows server 2012

    HI..
    I'm having an issue while installing obiee 11g(11.1.1.7.0) in windows server 2012 and using the database as ms sql server 2008. During configuration process after the installation process is completed , here the process is stopped at "Step:executing opmnctl start configuration_obisch1" status "failed"
    Here is the error:
    Error
        opmnctl task failed
        Step Executing: opmnctl start coreapplication_obisch1 failed
        Configuration Action "Executing opmnctl start coreapplication_obisch1 " has failed. please check log files...
    any help would be great
    thanks..

    Friend,
    Installer file size is:
    Size: *1.23 GB (1,323,085,837 bytes).*
    Size on disk: *1.23 GB (1,323,089,920 bytes).*
    I tested also disabling antivirus on my PC and disconnect the power cord before starting the installation of JDeveloper. In both tests the result was the same.
    Some additional recommendations to solve this case.
    Thank you for supporting.
    Edited by: Luis_vkacito on Nov 15, 2012 6:48 AM

  • Error PRVF-5150 encountered while installing GI 11.2.0.3 on AIX 6.1 server

    I am building a RAC cluster on IBM pSeries hardware running AIX 6.1. The ASM LUNs for storing the vote disk and OCR (as well as all future db files) are on NetApp storage. I have built RAC clusters before, using IBM storage, but this is my first time with NetApp storage.
    I ran cluvfy for stage precrsinst, and that report came back without errors. But I don't believe that cluvfy actually attempts to access the ASM storage, since the utility does not know the ASM disk discovery path. Anyway...
    During the OUI installation pre-checks, I received this error message: PRVF-5150 Path /dev/usasdirvg801_asm_quo_01 is not a valid path on all nodes.
    Inital searches on MOS led me to note 1267569.1, but that applies only to Linux.
    Has anyone else encountered this error message while installing Grid Infrastructure on AIX? Any and all advice will be considered and is appreciated.
    Thank you!
    Mark

    Hi,
    Try use kfod utility:
    Note: Keep in mind that the Grid Infrastructure software does not need to be installed to use kfod, since kfod is located as well on the staging area where you uncompressed the Grid Infrastructure software, as the following example:
    /stage/grid/stage/ext/bin/kfod
    Where: "/stage" is the directory where I uncompressed the source software for the Grid Infrastructure software.
    And put here :
    $ kfod asm_diskstring='/dev/usasdirvg801_asm*' disks=all

  • Error in Database installation while installing CRM 4.0 on Linux

    Hello,
    We are installing CRM 4.0 on LINUX platform,
    We have successfully installed the Central Instance, but while installing the database instance, when we start the OUI the installation starts and hangs at 0%
    <b>installing java runtime environment    Link pending.......</b>
    We have already installed the jre as per the SAP manual.
    Also, the JAVA_HOME environment variables is also set to java/.../bin
    As such there are no error logs for my problem,
    Could you please suggest me some appropriate soln.

    Hi Vasu,
    ORA-4031... for 99%  of cases this means one thing:
    the database instance is not configured correctly.
    To proceed, do the following:
    1. get rid of init.ora (it's not used at all)
    2. make sure that the init<sid>.ora file is really used.
       If there is a spfile in the %ORACLE_HOME&/database folder
       then this will be used.
    3. With your  configured shared pool of 85MB your memory should really not be filled up - anyhow it's really too small for a SAP system!
    Thus I'd check how much memory the other sga-area members (buffer cache, large pool, streams pool, java pool...) take up.
        Remember on Windows 32 Bit, everything runs in one single process that can only allocate 2GB (or 3GB if you've set this option).
    See note:
    <a href="https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=869006&_NLANG=E">#869006 - Composite SAP note: ORA-04031</a>
    for more on this.
    And when you're setting up parameters anyway, check note
    <a href="https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=830576&_NLANG=E">#830576 - Parameter recommendations for Oracle 10g</a>
    KR Lars

  • Bluestacks displays an error with Graphics card while installing

    My laptop is a DV6 6121tx with product number QB367PA#ACJ.
    While installing bluestacks, it displayed an error stating not able to recognise the graphics card in the system.
    Please suggest a safe update for the ame if available.
    HP support assistant details of my graphics driver::
    Radeon (TM) HD 6770M
    8.882.2.3000 (30-09-2011)
    This question was solved.
    View Solution.

    Hi champakBhumia,
    Welcome to the HP forum!
    Here is a link to the HP Pavilion dv6-6121tx Entertainment Notebook PC Product Specifications and HP Pavilion dv6 Notebook PC Maintenance and Service Guide ,which will provide a list recommended replacements parts.
    I hope this helps.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • [WHLK] The error message pops up while installing WHLK build 10022/10031 on Server 2012

    Hi all,
    There is no error message on WHLK build #9926.
    But the error message pops up on installing build 10022/10031.
    Did you get the same problem while installing WHLK build 10022/10031?
    Here is the s=installion step:
    Launch "HLKSetup.exe" on Server 2012 -->The kit will ask the user th find "HLKSetup.exe" in download folder-->
    Launch HLKSetup.exe" in download folder-->The error message pops up when the process bar goes to 38%
    Error message
    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: Microsoft.Windows.Kits.Hardware.Setup.UpdateControllerDb.exe
      Application Version: 10.0.10031.0
      Application Timestamp: 54f420f2
      Fault Module Name: KERNELBASE.dll
      Fault Module Version: 6.2.9200.16384
      Fault Module Timestamp: 5010ab2d
      Exception Code: e0434352
      Exception Offset: 00000000000189cc
      OS Version: 6.2.9200.2.0.0.400.8
      Locale ID: 1033
      Additional Information 1: d522
      Additional Information 2: d5228251694f130212c01ab1b52ad2a6
      Additional Information 3: f9b9
      Additional Information 4: f9b95021280f20538cd74ca111eba02c
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=190175
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    This is not the correct support channel for pre-release products, please follow-up with the channel in which you received this product for support or read the release notes for the product which will supply the correct steps to follow to avoid this situation.

  • Error in cloneDBCreation.log while installing Oracle 11g

    Hi,
    While installing Oracle 11g in a Virtual Machine environment , the following error is shown during database cloning :-
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    ORACLE instance started.
    Total System Global Area 535662592 bytes
    Fixed Size          1334380 bytes
    Variable Size          163578772 bytes
    Database Buffers     364904448 bytes
    Redo Buffers          5844992 bytes
    USERS
    specify password for SYS as parameter 1:
    specify password for HR as parameter 2:
    specify password for OE as parameter 3:
    specify password for PM as parameter 4:
    specify password for IX as parameter 5:
    specify password for SH as parameter 6:
    specify password for BI as parameter 7:
    specify INPUT metadata import file as parameter 8:
    specify INPUT database backup file for tablespace EXAMPLE as parameter 9:
    specify OUTPUT database file for tablespace EXAMPLE as parameter 10:
    specify OUTPUT log directory as parameter 11:
    Sample Schemas are being plugged in ...
    ERROR:
    ORA-12170: TNS:Connect timeout occurred
    Please suggest a solution.
    Thanks & REgards
    Saswata Mandal.

    we are doing a normal installation of Oracle 11g Enterprise edition in a virtual machine system.
    During installing , the installer got stuck , while Cloning the database and showed the error.

  • Tiger  installation fails-Error Message 'there areerrors while installing'

    Hi there!
    I have just bought a new Tiger 10.4 full version (4 cds) and tried to install CD1 but everytime, i pass the disk verifying of CD 1 , then when it installs on the HD, i get an error message saying 'there were some errors while installing to your hardrive' .... everytime i have to reboot on older version Mac OS 10.2.8
    Any help highly appreciated! Thanks
    Apple G4 IMAC   Mac OS X (10.2.x)   60 gb

    Two things to try before trying to install Tiger. One, boot the machine with the Apple Hardware Test disk and run the extended tests. If any problems pop up, then you'll have to fix those first. Once you get a clean bill of health on the hardware, boot with the Tiger install disk, select your language, and, when the menu bar pops up, select Disk Utility->your HD, and repair the disk. If that works, then try the upgrade again.
    BTW, are you upgrading a 10.2.8 backup or are trying to do a clean install?

  • "Error Loading Operating System" while installing Win XP (P6N)??

    I have two harddrives (320GB each) on my MSI P6N SLI with Vista installed on one HDD, and everytime I try to install XP on the other HDD I get this error message (when Win XP restarts after formatting). I tried formatting both HDDs and install XP first but same error shows up. Any help is appreciated. Both HDDs are Seagate SATAII.

    First off, XP-SP2 doesn't come with every SATA controller driver on the disk.  You might have to create an F6 driver disk for use in the text based installer section.  I don't know with your specific mainboard though.  I had to do this for my MSI P35 Platinum.  Read the help files on your mainboard's driver CD and check out on the net for creating a F6 disk controller driver floppy.  YOU DO HAVE A FLOPPY DRIVE????  If not, you might have to get one as XP won't read the drivers from a flash drive or CD/DVD drive.  If you don't want to buy a floppy drive, your only option is called SLIPSTREAMING.  That's where you make an image of the OS install disk and inject the drivers into it so that during the install process, the drivers are found and automatically installed.  I use a wonderful freeware program called NLite to slipstream my personal/client loads.
    Also, you'll want more than 16GB of space for your OS partitions.  I suggest at least 20GB.  Don't forget that unless you use tweakui to relocate your MY <Whatever> folders, they will be on the C: drive.
    I suggest you put BOTH OS's on the same drive, just create different partitions for them.  The standard for dual booting is to install the "older" OS first, then once that is working, install the newer OS's, then connect any "data" drives.  This way when you decide on a single OS, you simply wipe one drive, not two.  Going from a "two drive OS install" dual boot to a single OS isn't as easy as just pulling the OS drive you don't want.  Both OS's require the drive the boot loader is on, which is the first drive.  Also, the XP boot loader doesn't play nice with Vista so you need to install XP first, then Vista.
    MAKE SURE you install your CHIPSET drivers before anything else.  Both XP and Vista will have all sorts of weird issues if you don't install this first. 
    Then while in XP, put your Vista disk in and run the set up.  It'll ask how you want to install it, chose in another location.  It'll reboot and come up with the Vista installer.  Now for your target, chose that non-partitioned space on the first drive (set a partial size of at least 20GB since Vista will CRAWL with less than 10% free drive space on the OS drive).  Vista will install there and modify the FIRST partition's boot files by converting them to the Vista Boot Loader.  Once the install is done, boot into Vista and install all the patches and drivers.
    One of the nice things with a dualboot XP/Vista is that BOTH OS's will see themselves as C: when they are the active OS.  The other OS will be D:  However, your optical drive will be E: on both.  I suggest you change this before connecting other HDD's (I use I:) so that the extra HDD's will be D:, E:, etc.
    After you have your OS's working, connect the 2nd drive and format it under XP.  Assign a drive letter there too and then make sure that under Vista you have the same drive letter.
    This method is if you're going to share the same "data" drive for both OS's.  If you want a game playable under both OS's, just install it under XP first, then under Vista.  Make sure to change the destination under both OS's to the same place on the Data drive.  Saves space as you don't have to have a single game installed at two different locations.
    I use an 80GB drive split for XP and Vista.  Then I use a 250GB drive for my games/media.

  • Error in CreateOUIProcess():-1 while installing Oracle Enterprise 8i

    I attempted to install Oracle Enterprise 8i for linux. When I executed "runInstaller", it generated the following message:
    Initializing Java Virtual Machine from
    /usr/local/jre/bin/jre.Please wait .....
    Error in CreateOUIProcess():-1
    I am grateful for any info you can offer.
    Please reply my message to my e-mail address
    [email protected]
    null

    I feel your pain, I'm having the same issue.
    I'm running a RH7 with a 2.4 kernel. I'm trying to load 8i (8.1.5), but get the same problems.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Liang boqiang ([email protected]):
    I attempted to install Oracle Enterprise 8i for linux. When I executed "runInstaller", it generated the following message:
    Initializing Java Virtual Machine from
    /usr/local/jre/bin/jre.Please wait .....
    Error in CreateOUIProcess():-1
    I am grateful for any info you can offer.
    Please reply my message to my e-mail address
    [email protected]
    <HR></BLOCKQUOTE>
    null

  • [SOLVED] Error '/usr/lib64 exists' while installing adol-c

    I just tried to install adol-c from the AUR. At the end of the install I ran into this error message:
    error: failed to commit transaction (conflicting files)
    adol-c: /usr/lib64 exists in filesystem
    Errors occurred, no packages were upgraded.
    The install generated these errors earlier on:
    Prefix /usr not writable
    please run ./configure --prefix=DIR
    with a writable directory path otherwise administrator privileges
    will be required to run `make install'
    libtool: warning: remember to run 'libtool --finish /usr/lib64'
    Does this mean the adol-c package wanted to create /usr/lib64? That seems weird.
    (I used yaourt.)
    Last edited by khouli (2015-05-21 00:25:13)

    Ah, good to know. Yep, /usr/lib64 is a symlink to /usr/lib.
    Here's the snippet from the PKGBUILD that sets --prefix. It isn't actually naming /usr/lib64 explicitly.
    ./configure --enable-sparse --with-colpack=/usr --prefix=/usr --enable-shared=no
    If I try changing --prefix to /usr/lib then I get essentially the same error but it notes that now it's /usr/lib that isn't writable instead of /usr.
    Prefix /usr not writable
    please run ./configure --prefix=DIR
    with a writable directory path otherwise administrator privileges
    will be required to run `make install'
    This is all occurring as part of a makepkg command so getting an error about privileges has me confused.
    Last edited by khouli (2015-05-20 10:34:14)

  • 'Error: Invalid Staging Area' while installing Developer Studio 10g

    Dear All,
    I am trying to install Oracle Developer Studio 10g on Windows 2000 SP4 machine having 512 MB RAM.
    All the installer requirements are met.
    After that Oracle Universal Installer displays the error:
    Invalid Staging Area. There are no top level components for Windows NT, Windows 2000 available for installation in this staging area.
    Please explain me this error. I am not getting any references about the same on Internet.
    Do i able to install Oracle Developer Suite on my machine?
    -Sameer

    "Invalid Staging Area. There are no top level components for Windows NT available for install from this staging area."
    This is Oracle's way of saying nothing on this CD can be installed on Windows NT (or Windows 2000)
    Also see
    http://www.orafaq.com/forum/?t=msg&th=46751/0/
    Google on "There are no top level components"

  • Error: 0x80040707 - Access Denied while installing itunes +ipod messed up

    Yesterday morning my ipod (nano) was working fine, and i plugged it in to upload music and it said something about installing a new version of itunes on my ipod. i clicked yes, and somewhere during installation i assume, it got unplugged by one of my family members wanting to use a USB outlet. well, it deleted everything on my ipod, and then it wouldnt recognize my ipod in itunes.
    i went to the site, did all the restore, restart, retry, crap until i got to reinstall. when i try to reinstall itunes, or remove "ipod for windows 01 -09-06" [not sure about that date] i get "Error: 0x80040707" in a popup window, then another saying "Access Denied"
    Before i tried to reinstall itunes, it still wouldnt recognize my ipod either. when i plugged it in, it would say "removable disk: f" like it was just a usb memory stick or something. i really have no idea what to do as i am new with the whole itunes stuff, and have previously used musicmatch.
    thanks

    Hi there...grrr...I always hate this type of error because sometimes it is problematic to fix.
    First off, remove iTunes and Quicktime and do a nice, fresh clean install. Save it to your harddrive and install it from there instead of running the installation over the internet.
    Also, try this as it has helped a few with this particular bug
    1. Run the setup program and PAY ATTENTION to the folder where you are installing the software. Keep clicking on the "Next" button and here it is, the progress bar.
    2. When the progress bar reaches 100% and you get the 0x80040707 error message, DO NOT click "Accept" or "Ok" or whatever says the button in the error window. Instead proceed as I describe:
    3. Go to the the folder where the program is supposed to be installed. Yes, it's there!. Copy this folder to another location (for example, to the desktop).
    4. Now click "Accept" or "Ok" in the 0x80040707 error window. This will erase almost every file in the folder where the program was originally installed. Who cares? You have a copy of it.
    5. Now overwrite this almost-empty original installation folder with the one you back-upped.
    6. If you want you can even create manually a shortcut of the EXE file that launches the software wherever you like. Double click it.
    Let me know if it helps. Anyone else with a suggestion, feel free to throw it out.
    Rachyl

  • Error Validating Test Connection while installing

    Sir I've already installed jdev1.1.1.1.6.0 ,Xe database ,RCU, Weblogic Server is already installed in Jdeveloper(integrated weblogic server)and now to follow some tutorial I've gone thru the installation of UCM
    I'm using windows7professional 64bit
    When I try to
    Execute .../runInstaller -OPEN WITH WINDOW IS APPEAR..what to do
    and IF I assume that from setup CD1 UCm is completly installed cox it cant ask me to give path for part C2 ,and also gone complete 100% ,
    when creating DOMAIN ..TEST Connection is failed due to incorect username and passeord
    HOW TO FIND THAT pasword that I've selected for Schema during RCU installation

    Universal Content Management 11gR1 is downloaded in 2 parts Zip files ofm_wcc_generic_11.1.1.6.0_disk1_1of2.zip and ofm_wcc_generic_11.1.1.6.0_disk1_2of2.zip and is extracted in 2 Folders Disk1 and Disk2 respectively.
    UCM\Disk1\install folder contain all the Setups version ::for linus , solaris windows for both 64 and 32bit
    my question is
    What is the purpose of DISK2 contain STAGE folder contain Components folder as DISK 1 installation is 100% comleted
    AND
    COMMAND -- Drop Schema PORTAL is not working , I've created UCM and PORTAL Schema using RCU .. when Removing /DROOPING UCM/DEV and PORTAL schema ..it gives some error ..when I try to DROP UNUSED TEMPORARY CREATED SCHEMA -
    please tell me sqlplus commands and rights for this ..

  • Error in import ABAP while installing ECC6.0 on I5/os

    Hi All,
    I am installaing ECC 6.0 SR3 on i5. I failed first time in ABAP with 3 jobs. Than  i restarted the installation and than SAPVIEW failed and all the rest 27 completed. As per the log several tables are missing in the database which should be there already. As for example TVRO is not there which should be created while importing SAPAPPL2.
    I am planning to start the installation from scratch. Did any one of you faced this issue earlier or waht could be the reason behind that. I have copied all the DVD's file again on 15 server.
    Thanks in advance..
    Thanks,
    Bhanu

    Hi Bhanu,
    I had NEVER had that !
    Before I would start with a new installation, I would definetely would check the log files of sapappl2 or wherever it is what happened here - otherwise, it will be the same issue I would guess.
    This is totally crazy - have never had, that r3load returns ok, when it "forgot" some tables ... did you check the tasks files ? did you have issue there during restart ? perhaps deleted the ".bck" files (strongly forbidden!) ?
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.net - http://www.4soi.de - http://www.easymarketplace.de

Maybe you are looking for

  • Caching issue in jsp or servlet

    I am not sure where I should post the issue that I have. I have a j2ee web app (struts) running on Apache Web Server + Glassfish + MySQL. My server has multi core. The problem is that whenever I insert a new data or delete it from a table, I don't se

  • Spread Preview Issue - left page only

    I'm in the catalog/magazine racket and just starting using InD 5.5 along with Bridge 5.1 When I save/convert documents from CS3 InD to 5.5, the preview in bridge 5.1 only shows the left hand page in my document. There is also a little chain icon in t

  • 11.1.1.5.0 upgrade

    In his blog, John Minkjan mentions that OBIEE 11.1.1.5.0 is available for download (May 11, 2011). Is it possible to upgrade from 11.1.1.3.0 to 11.1.1.5.0 by applying patches to 11.1.1.3.0, or must we deinstall r3 then install r5?

  • IPhone 3G Compatability with iHome devices

    After downloading the newest update to the iPhone OS (4.1), my phone no longer charges from my iHome, which I use as an alarm clock. I can still play music from the device but I am not able to charge from this device. Does anyone have any idea if thi

  • Solaris 11 ssh ControlMaster support?

    I am trying to run use "net::openssh" perl script, which is using ssh multiplexing  i.e. ControlMaster, and I am getting an error illegal option -- M..., is there any way to turn on multiplexing on Solaris 11 in the ssh client, or we are forcd to com