Installation problem, please help, urgent needs,

I have install the FCP 7 into my MBP, and updated, but in the "add behavior" tap i don't have those new behavior like "text-basic" "text-continuous" "text-energetic" etc..... how can i add it back?
urgent needs, please help

fixed

Similar Messages

  • I want to buy an in-app purchase but i don`t remember my security questions and i cant access my recovery email either, what can i do? i have 100$ on my account and cant use it because of that problem, please help URGENT

    I want to buy an in-app purchase but i don`t remember my security questions and i cant access my recovery email either, what can i do? i have 100$ on my account and cant use it because of that problem, please help URGENT

    If you have a rescue email address on your account then you can use that - follow steps 1 to 5 half-way down this page will give you a reset link on your account : http://support.apple.com/kb/HT5312
    If you don't have a rescue email address (you won't be able to add one until you can answer your questions) then you will need to contact Support in your country to get the questions reset : http://support.apple.com/kb/HT5699

  • Starting tomcat problem, please help urgent

    I installed jwsdp on windowsXP . The log file gives this following error when i try to start tomcat:
    java.util.zip.ZipException: Access is denied
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:127)
         at java.util.jar.JarFile.<init>(JarFile.java:138)
         at java.util.jar.JarFile.<init>(JarFile.java:80)
         at org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(StandardClassLoader.java:1081)
         at org.apache.catalina.loader.StandardClassLoader.<init>(StandardClassLoader.java:200)
         at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:202)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:141)
         at java.lang.reflect.Method.invoke(Native Method)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Bootstrap: Class loader creation threw exception
    java.lang.IllegalArgumentException: addRepositoryInternal: java.util.zip.ZipException: Access is denied
         at org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(StandardClassLoader.java:1109)
         at org.apache.catalina.loader.StandardClassLoader.<init>(StandardClassLoader.java:200)
         at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:202)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:141)
         at java.lang.reflect.Method.invoke(Native Method)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    PLEASE HELP ,URGENTLY NEEDED TO SHOW SOME WORK ON THIS.
    THANKS
    jim

    Hi,
    I have a similar problem, i try to deploy a JAR file built on AIX 5.2 platform (jvm 14.1) into Tomcat 5.5.7 running on Windows platform when i try start Tomcat it's fail with the fellowing message
    SEVERE: Error deploying web application directory usi
    java.lang.IllegalArgumentException
         at java.util.zip.ZipInputStream.getUTF8String(ZipInputStream.java:299)
         at java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:238)
         at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:73)
         at java.util.jar.JarInputStream.<init>(JarInputStream.java:58)
         at java.util.jar.JarInputStream.<init>(JarInputStream.java:43)
         at org.apache.catalina.util.ExtensionValidator.getManifest(ExtensionValidator.java:368)
         at org.apache.catalina.util.ExtensionValidator.validateApplication(ExtensionValidator.java:187)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:3942)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:909)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:872)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1106)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1019)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1011)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:440)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:683)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:537)
         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:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)

  • Triggers problem - please help - urgent !!

    To all experts, please help me with this problem - need answer
    urgently. Thanks in advance.
    Using Oracle 8 Rel 8.0.6
    I have 2 tables (table Y, table Z).
    In the 'after insert upd del on each row trigger' (lets call it
    AIUD trigger)on table Y, based on certain criteria, I insert a
    record in table Z.
    New requirement is that whenever a record is inserted in table Z
    (fyi, inserting any record in table Z is possible only when
    records are inserted in table Y as mentioned earlier thro the
    AIUD trigger - i.e. there is no frontend way to insert records
    in table Z), if certain (new) criteria is satisfied, I should
    insert 1 record in both, table Y and table Z.
    I tried to create meet the new requirement by adding code to
    existing AIUD trigger but ran into mutating tables error. So I
    dropped this idea.
    I have now created 'after insert on each row trigger' (lets call
    it NEW_TRIGGER) on table Z to meet the new requirement but have
    these 2 problems :
    1) the trigger always compiles with errors
    2) if I still go ahead and insert a record in table Y, I get the
    foll error msgs :
    ORA 4098 - NEW_TRIGGER is inv
    ORA 6512 at line xxx on AIUD
    ORA 4088 error during execution of trigger AIUD
    What is the best way to work on this requirement or what am I
    doing wrong ?
    Thanks again,
    AG.

    Your restatement of the problem merely confirms what the previous
    posting said. You cannot write a trigger on table Y that inserts
    a record into table Y: that's the mutating trigger problem
    (there's oodles of postings on the subject, not to mention
    online Oracle docs). You could write a trigger on table Z that
    inserts into table Y - but you need to be able to see the value
    I3 which (presumeable) you can't.
    One solution is to use code the trigger on table Y to submit a
    call to DBMS_JOB which initiates a procedure that inserts a
    record into table Y.
    You must remember that the new record in table Y must never
    include the value I3, otherwise you'll end up w/ an infinite
    loop.
    rgds, APC

  • Installation problem-PLEASE HELP!

    I downloaded a trial version of Dreamweaver CS3 from Adobe.
    Later, I purchased the whole Suite and when installing the
    installer keeps telling me that Dreamweaver CS3 is already
    installed. BUT IT'S NOT!? I deleted all the files (I think) prior
    to installation of the Suite. What am I missing? Please
    HELP!

    tomzbruz wrote:
    > I downloaded a trial version of Dreamweaver CS3 from
    Adobe. Later, I purchased
    > the whole Suite and when installing the installer keeps
    telling me that
    > Dreamweaver CS3 is already installed. BUT IT'S NOT!? I
    deleted all the files (I
    > think) prior to installation of the Suite. What am I
    missing? Please HELP!
    The installer has a mind of its own. You will almost
    certainly need to
    run the cs3clean script to remove all traces of the
    Dreamweaver trial
    version. Unfortunately, this will also remove the rest of the
    suite, but
    once your machine has been cleaned, the suite should install
    correctly.
    http://www.adobe.com/go/kb401574
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • CS3 Installation Problem, please help!

    Hi there ive been trying to install Photoshop CS3 and having great difficulty, it will only install the shared components and nothing else, Ive gone through all the tutorials on the Adobe help pages and still not had any luck, I've tried looking through the log and the only thing I could come across is the following:
    [    5028] Sat Apr 11 00:41:19 2009 ERROR
    Default installation language not valid, falling back to first supported language.
    [    5028] Sat Apr 11 00:41:19 2009 DEBUG
    couldn't find any info on the error code or anything, ive uploaded my installation log here:
    http://www.2shared.com/file/5313464/86af2f33/Adobe_Photoshop_CS3_10.html
    please help! I am using windows Vista but not sure if its 32 or 64

    just tried that and still does not want to work, really just does not want to install for some reason!
    I did try this and it wouldnt let me allow inhertible permissions to the admin on Solution 11 of this: http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401401 this part here:
    Select both "Allow inheritable permissions from parent to propagate to this object" and "Reset permissions on all child objects and enable propagation of inheritable permissions," on the Permissions tab.
    Click OK in the "Advanced Security Settings" dialog box. Windows will now reset the permissions for each child object to correspond with its parent.
    If you can't change permissions or rename that key, then contact Microsoft or your hardware vendor for assistance.
    not sure if that has something to do with it?
    appart from that i'm completly out of ideas, very frustrating as i have been trying for days to get this to install! any more suggestions are welcome

  • How can i fix my my iPad i downgraded it to 8.1.3 to 8.1.2 and when some error occured the iPad suddenly shut down and reopen and it only show the icon of iTunes and the connect symbol  please help urgently needed

    Hi please help me i try to downgrade my iPad ios to 8.1.3 to 8.1.2 and an error occursd and can't open my iPad only the icon of iTunes and charger appeared please help

    That means that it's gone into recovery mode - connect the iPad to your computer's iTunes and reset it back to factory defaults.
    Downgrading the iOS version isn't supported by Apple.

  • Please help, urgently need to change DD payment Da...

    I really do not know If I am asking the right person or even whether I should be posting as new to BT but I am in trouble and need help. I have joined BT and have BB and phone, and am well pleased with it. My problem is that I am going to have my direct debit taken on 8th of the month and I desperately need to change this to the 15th  due to my salary arrangement. I can see issues each month. I know i need give 7 days notice so really need help asap. Many thanks in advance

    If you would like to try Live Chat they should be able to help you.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • SAP EP 6.0 Installation Problems -- Please Help

    Hi,
    I am new to the SAP EP Technology (any SAP for that matter) - I figured out that downloading the EP Sneak Preview would be a good idea to learn it.
    So I downloaded the WAS (Java 6.4) and installed it without any problems. The JRE is working fine and registered.
    I then tried to install the EP 6 Sneak Preview itself and that's when I was made to stop by this error.
    "SAPInst could not find any SAP J2EE instances that match the Portal Platform requirements. Install the SAP J2EE 6.40 according to the Portal PAM requirements, and run the portal installation again."
    I have tried quite a few things but nothing seems to work.  Anyone who had this problem and gotten out of it...please pass on your knowledge.
    Thanks...

    Hi Balaji,
    I have not encountered this problem so perhaps you could provide some more details.
    After the installation of the WAS6.40 how are you sure that it is operational? In the MMC that is installed is the server showing up green in the console? What parameters are you providing the to the Portal installation?
    Are you using the Sneak preview installation guide as reference?
    Regards
    Daniel

  • Adobe After Effects CS4 trial installation problem, Please Help!

    Ok, I downloaded the trail version of Adobe After Effects CS4 onto my PC (Windows XP). When I try to run the setup (by double-clicking it), a window pops up saying 'Adobe setup has encountered a problem and needs to close.' Does anyone know why this is, and how I might be able to fix it? I already tried re-downloading it, and I checked the system requirements. I WOULD REALLY APPRECIATE ANY HELP YOU CAN GIVE ME BECAUSE I REALLY WANT TO USE THIS! If it will help here are my PC's specs:
    Operating System - Windows XP with service pack 3
    RAM - 2.0GB
    Graphics Card - ATI Radeon HD 4830
    Processor - Intel Core 2 Dual 2.2GHz
    Monitor Resolution - 1280x1024
    Thanks

    Verify the following:
    a) you run as administrator
    b) your virus scanner and firewall don't interfere
    c) you have enough temporary disk space
    d) no other tools are interfering
    For b), simply turn those tools off during install. For c), check your user temp directory (C:\Documents and Settings\You\Local Settings\Temp). Clean it out either manually or using tools like CCleaner. Also defragment your drive. For d), you may need to uninstall otehr Adobe software. also monitor your task manager for processes and services that may have a negative impact. A dump of those can easily be generated using HijackThis!, so you can post the list here for verification, if needed. also provide any otehr info that could be important, like e.g. special drivers or user settings.
    Mylenium

  • Oracle BI SE One Installation problem - Please help

    Hi,
    I am trying to install Oracle BISE1 on a virtual machine having a Win Server 2003 (32 bit) OS. In the last step...I got stuck with the installation of Configuration Assistant and the error which I got was:
    Command = C:\oracle\bise1\db\install\bise1config.bat has failed
    Execution Error : BISE1 Configuration Assistant failed
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:231)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:345)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:428)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:515)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:345)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at oracle.as.config.bise1.util.DBUtils.getConnection(DBUtils.java:18)
         at oracle.as.config.bise1.action.UnlockAccounts.execute(UnlockAccounts.java:35)
         at oracle.as.config.bise1.BISE1ConfigAssistant.main(BISE1ConfigAssistant.java:76)
    Then in one of the similar previous post I read that this problem could be solved by giving administrative privileges to the file "E:\oracle\bise1b\db\install\bise1config.bat"
    [Previous Post for the same problem -  http://forums.oracle.com/forums/thread.jspa?threadID=955418&tstart=60 ]
    I did that and hit the retry button. But this time I am getting a different error as follows :-
    The Oracle system identifier(SID) "bise1db" already exists.
    Specify another SID
    I guess this is my 4-5 attempt in the last one month. I have been unsuccessful in all my attempts so far. Kindly help at the earliest.
    Thanks.
    Edited by: user8918282 on Apr 22, 2010 3:14 PM

    This behaviour is due to known bug in patch detection algorithm which has been fixed in MU1 release.
    You have two options: you can either download S1AS7 MU1 release which contains fix for this problem or you can use following workaround: temporarily rename /usr/bin/showrev file and start installation. Installer will report that it cannot detect patch level of the system, but it will let you proceed with installation. Once installation is done, revert showrev file to the original name.
    Thank you.

  • Windows 8 installation problem, please help..

    I tried to install windows 8 (legal) on my 5/2012 Macbook Air using Bootcamp. Everything was ok since I entered the disc-choosing part. On "bootcamp partition" the installation program says "unable to install windows to this partition because of missing drivers, try to enter Bios". When I restart the computer, only the Windows logo is able to be seen and thats all, now it´s impossible to even enter the Windows installation programme. But, when I disconnect my flash disc containing W8, Mac is still booting W8 installation saying "No bootable media found". Is there any possibilty to enter my MacOS, system choice, or at least to download new MacOS and format the disc?
    Thank you so much....

    @filisipi: I am not sure if I understood your problem correct. Holding down the "Alt"-Key after turning on the power of your MBA should give you the joice between all operating systems recognized at this point in time. This should provide the way to boot again with Mac OS.

  • B2B installation error=please help urgent

    Hi,
    I am getting below error at the time on intsallation of B2B in client machine.
    I have done the successful installation of j2ee and webcache.
    But during b2b instalation its getting struck at below configuration.
    Please find below error from log:-
    Launched configuration assistant 'Enterprise Manager Agent Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: 'D:\oracle\product\10.1.2b2b/bin/emctl stop em'
    Exception occured during spawning :CreateProcess: D:\oracle\product\10.1.2b2b/bin/emctl stop em error=2
    Configuration assistant "Enterprise Manager Agent Configuration Assistant" failed
    Complete log:-
    Configuration assistant "Register DCM Plug-Ins With EM" succeeded
    Result code for launching of configuration assistant is: 0
    Launched configuration assistant 'Enterprise Manager Agent Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: 'D:\oracle\product\10.1.2b2b/bin/emctl stop em'
    Exception occured during spawning :CreateProcess: D:\oracle\product\10.1.2b2b/bin/emctl stop em error=2
    Configuration assistant "Enterprise Manager Agent Configuration Assistant" failed
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from D:\oracle\product\10.1.2b2b\oui\bin\ouica.bat.-----------------------------------------------------------------------------
    *** Starting OUICA ***
    Oracle Home set to D:\oracle\product\10.1.2b2b
    Configuration directory is set to D:\oracle\product\10.1.2b2b\cfgtoollogs. All xml files under the directory will be processed
    Parsing configuration file config.xml ....
    Ended Parsing configuration file config.xml
    Start Processing configuration tool Oracle Database Upgrade Assistant....
    Preparing for copying D:\oracle\product\10.1.2b2b\assistants\dbma\logs\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Buffer size for copying file is set to 2048
    Expanding source path D:\oracle\product\10.1.2b2b\assistants\dbma\logs\*
    WARN: Could not find any file matching the expression D:\oracle\product\10.1.2b2b\assistants\dbma\logs\*. Nothing will be copied.
    End Processing configuration tool Oracle Database Upgrade Assistant
    Start Processing configuration tool Oracle Database Configuration Assistant....
    Preparing for copying D:\oracle\product\10.1.2b2b\..\admin\iasdb\bdump\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\..\admin\iasdb\bdump\*
    WARN: Could not find any file matching the expression D:\oracle\product\10.1.2b2b\..\admin\iasdb\bdump\*. Nothing will be copied.
    Preparing for copying D:\oracle\product\10.1.2b2b\..\admin\iasdb\cdump\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\..\admin\iasdb\cdump\*
    WARN: Could not find any file matching the expression D:\oracle\product\10.1.2b2b\..\admin\iasdb\cdump\*. Nothing will be copied.
    Preparing for copying D:\oracle\product\10.1.2b2b\..\admin\iasdb\udump\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\..\admin\iasdb\udump\*
    WARN: Could not find any file matching the expression D:\oracle\product\10.1.2b2b\..\admin\iasdb\udump\*. Nothing will be copied.
    Preparing for copying D:\oracle\product\10.1.2b2b\..\admin\iasdb\create\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\..\admin\iasdb\create\*
    WARN: Could not find any file matching the expression D:\oracle\product\10.1.2b2b\..\admin\iasdb\create\*. Nothing will be copied.
    Preparing for copying D:\oracle\product\10.1.2b2b\admin\iasdb\bdump\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\admin\iasdb\bdump\*
    WARN: Could not find any file matching the expression D:\oracle\product\10.1.2b2b\admin\iasdb\bdump\*. Nothing will be copied.
    Preparing for copying D:\oracle\product\10.1.2b2b\admin\iasdb\cdump\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\admin\iasdb\cdump\*
    WARN: Could not find any file matching the expression D:\oracle\product\10.1.2b2b\admin\iasdb\cdump\*. Nothing will be copied.
    Preparing for copying D:\oracle\product\10.1.2b2b\admin\iasdb\udump\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\admin\iasdb\udump\*
    WARN: Could not find any file matching the expression D:\oracle\product\10.1.2b2b\admin\iasdb\udump\*. Nothing will be copied.
    Preparing for copying D:\oracle\product\10.1.2b2b\admin\iasdb\create\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\admin\iasdb\create\*
    WARN: Could not find any file matching the expression D:\oracle\product\10.1.2b2b\admin\iasdb\create\*. Nothing will be copied.
    Preparing for copying D:\oracle\product\10.1.2b2b\rdbms\audit\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\rdbms\audit\*
    WARN: Could not find any file matching the expression D:\oracle\product\10.1.2b2b\rdbms\audit\*. Nothing will be copied.
    Preparing for copying D:\oracle\product\10.1.2b2b\assistants\dbca\logs\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\assistants\dbca\logs\*
    WARN: Could not find any file matching the expression D:\oracle\product\10.1.2b2b\assistants\dbca\logs\*. Nothing will be copied.
    End Processing configuration tool Oracle Database Configuration Assistant
    Start Processing configuration tool Internet Directory Configuration Assistant....
    Preparing for copying D:\oracle\product\10.1.2b2b\ldap\log\oidca.log to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\ldap\log\oidca.log
    Adding the file D:\oracle\product\10.1.2b2b\ldap\log\oidca.log from the file path expanding...
    WARN: Source file D:\oracle\product\10.1.2b2b\ldap\log\oidca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    Preparing for copying D:\oracle\product\10.1.2b2b\ldap\log\dipca.log to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\ldap\log\dipca.log
    Adding the file D:\oracle\product\10.1.2b2b\ldap\log\dipca.log from the file path expanding...
    WARN: Source file D:\oracle\product\10.1.2b2b\ldap\log\dipca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    Preparing for copying D:\oracle\product\10.1.2b2b\ldap\log\dasca.log to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\ldap\log\dasca.log
    Adding the file D:\oracle\product\10.1.2b2b\ldap\log\dasca.log from the file path expanding...
    WARN: Source file D:\oracle\product\10.1.2b2b\ldap\log\dasca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Internet Directory Configuration Assistant
    Start Processing configuration tool Directory Integration Platform Configuration Assistant....
    Preparing for copying D:\oracle\product\10.1.2b2b\ldap\log\odca.log to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\ldap\log\odca.log
    Adding the file D:\oracle\product\10.1.2b2b\ldap\log\odca.log from the file path expanding...
    WARN: Source file D:\oracle\product\10.1.2b2b\ldap\log\odca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Directory Integration Platform Configuration Assistant
    Start Processing configuration tool Infrastructure Schema Configuration Assistant....
    Preparing for copying D:\oracle\product\10.1.2b2b\config\schemaload.log to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\config\schemaload.log
    Adding the file D:\oracle\product\10.1.2b2b\config\schemaload.log from the file path expanding...
    WARN: Source file D:\oracle\product\10.1.2b2b\config\schemaload.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Infrastructure Schema Configuration Assistant
    Start Processing configuration tool Ultra Search Security Configuration Assistant....
    Preparing for copying D:\oracle\product\10.1.2b2b\assistants\opca\ultrasearchInst.log to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\assistants\opca\ultrasearchInst.log
    Adding the file D:\oracle\product\10.1.2b2b\assistants\opca\ultrasearchInst.log from the file path expanding...
    WARN: Source file D:\oracle\product\10.1.2b2b\assistants\opca\ultrasearchInst.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Ultra Search Security Configuration Assistant
    Start Processing configuration tool Delegated Administrative Service Configuration Assistant....
    Preparing for copying D:\oracle\product\10.1.2b2b\ldap\log\oidca.log to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\ldap\log\oidca.log
    Adding the file D:\oracle\product\10.1.2b2b\ldap\log\oidca.log from the file path expanding...
    WARN: Source file D:\oracle\product\10.1.2b2b\ldap\log\oidca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Delegated Administrative Service Configuration Assistant
    Start Processing configuration tool Single Sign On Configuration Assistant....
    Preparing for copying D:\oracle\product\10.1.2b2b\sso\log\ssoca.log to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\sso\log\ssoca.log
    Adding the file D:\oracle\product\10.1.2b2b\sso\log\ssoca.log from the file path expanding...
    WARN: Source file D:\oracle\product\10.1.2b2b\sso\log\ssoca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Single Sign On Configuration Assistant
    Start Processing configuration tool Infrastructure modo_sso Configuration Assistant....
    Preparing for copying D:\oracle\product\10.1.2b2b\config\infratool_mod_osso.log to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\config\infratool_mod_osso.log
    Adding the file D:\oracle\product\10.1.2b2b\config\infratool_mod_osso.log from the file path expanding...
    WARN: Source file D:\oracle\product\10.1.2b2b\config\infratool_mod_osso.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Infrastructure modo_sso Configuration Assistant
    Start Processing configuration tool OPMN Configuration Assistant-start OPMN....
    Preparing for copying D:\oracle\product\10.1.2b2b\opmn\logs\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\opmn\logs\*
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\B2B~B2BServer~b2btst.fitl0036.tamro.com~1 from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\B2B~OC4J_B2B~default_island~1 from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\dcm-daemon~dcm-daemon~dcm~1 from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\HTTP_Server~1 from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\ipm.log from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\OC4J~home~default_island~1 from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\ons.log from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\service.log from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\states from the file path expanding...
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\B2B~B2BServer~b2btst.fitl0036.tamro.com~1 to D:\oracle\product\10.1.2b2b\cfgtoollogs\B2B~B2BServer~b2btst.fitl0036.tamro.com~1
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\B2B~OC4J_B2B~default_island~1 to D:\oracle\product\10.1.2b2b\cfgtoollogs\B2B~OC4J_B2B~default_island~1
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\dcm-daemon~dcm-daemon~dcm~1 to D:\oracle\product\10.1.2b2b\cfgtoollogs\dcm-daemon~dcm-daemon~dcm~1
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\HTTP_Server~1 to D:\oracle\product\10.1.2b2b\cfgtoollogs\HTTP_Server~1
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\ipm.log to D:\oracle\product\10.1.2b2b\cfgtoollogs\ipm.log
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\OC4J~home~default_island~1 to D:\oracle\product\10.1.2b2b\cfgtoollogs\OC4J~home~default_island~1
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\ons.log to D:\oracle\product\10.1.2b2b\cfgtoollogs\ons.log
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\service.log to D:\oracle\product\10.1.2b2b\cfgtoollogs\service.log
    Number of file(s) copied is 8
    Number of directories copied is 0
    End Processing configuration tool OPMN Configuration Assistant-start OPMN
    Start Processing configuration tool OPMN Configuration Assistant-start HTTP server....
    Preparing for copying D:\oracle\product\10.1.2b2b\opmn\logs\* to D:\oracle\product\10.1.2b2b\cfgtoollogs
    Expanding source path D:\oracle\product\10.1.2b2b\opmn\logs\*
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\B2B~B2BServer~b2btst.fitl0036.tamro.com~1 from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\B2B~OC4J_B2B~default_island~1 from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\dcm-daemon~dcm-daemon~dcm~1 from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\HTTP_Server~1 from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\ipm.log from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\OC4J~home~default_island~1 from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\ons.log from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\service.log from the file path expanding...
    Adding the file D:\oracle\product\10.1.2b2b\opmn\logs\states from the file path expanding...
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\B2B~B2BServer~b2btst.fitl0036.tamro.com~1 to D:\oracle\product\10.1.2b2b\cfgtoollogs\B2B~B2BServer~b2btst.fitl0036.tamro.com~1
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\B2B~OC4J_B2B~default_island~1 to D:\oracle\product\10.1.2b2b\cfgtoollogs\B2B~OC4J_B2B~default_island~1
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\dcm-daemon~dcm-daemon~dcm~1 to D:\oracle\product\10.1.2b2b\cfgtoollogs\dcm-daemon~dcm-daemon~dcm~1
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\HTTP_Server~1 to D:\oracle\product\10.1.2b2b\cfgtoollogs\HTTP_Server~1
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\ipm.log to D:\oracle\product\10.1.2b2b\cfgtoollogs\ipm.log
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\OC4J~home~default_island~1 to D:\oracle\product\10.1.2b2b\cfgtoollogs\OC4J~home~default_island~1
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\ons.log to D:\oracle\product\10.1.2b2b\cfgtoollogs\ons.log
    Completed copying file D:\oracle\product\10.1.2b2b\opmn\logs\service.log to D:\oracle\product\10.1.2b2b\cfgtoollogs\service.log
    Number of file(s) copied is 8

    Please raise a SR with support though it looks like installation configuration/env issue.
    Regards,
    Anuj

  • Hard drive installation problem, please help

    I installed a new hard drive and get a prompt:
    "No bootable device -- insert boot disk and press any key"
    I then insert the Mac OS install disk 1 and press a key and nothing happens -- it stays at the above prompt. What do I need to do?

    Try holding the "c" key while booting with the Mac OSX disc already in... I believe that's the key to boot from CD. Maybe it's changed but worth a try.

  • D:\oracle\product\10.2.0-Console access problem-please help urgent.

    I have installed D:\oracle\product\10.2.0, each times i create a db on it the console work fine, but when I close my computer then restarts it I can get in to the console again.
    some people said that one shouldn't be on net while installing it, so I wasn't on net.
    Then I tried to start the service as windows service it can not start.
    where can I look in the oracle config ? to deal with the problem ?
    Thanks.

    Is your computer configured with DHCP? If so, did you configure the loopback adapter?
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABGCEAI
    Logs are written to ORACLE_HOME/<machine_name>.<dbsid>/sysman/log

Maybe you are looking for

  • Error message when trying to use the Print module in LR

    I am exerperiencing the following message 'an error occured when tryin to change modules' whenever I try and get into the Print module in LR. Any ideas? I have a printer attached to my MAC so have no idea why I am getting this message. Thanks for any

  • Ugly Gray Borders Around My Paths

    It doesn't matter if I turn the stroke completely off of a path or not; Illustrator is still putting ugly gray borders around them. Here is a picture: http://peacepunk.net/images/uglyborder.jpg They appear around the curtains, around the bed (the red

  • I can't get my 9800gt to work blank screen no beep

     I have already tried 2 cards from 2 MFG. bfg 9800gt and pny 9800gt and I cannot get either one to work. Mfg says I have plenty of power. I have the latest bios 5.6 and I have disabled my onboard display adapters. I have set my bios to read pcie firs

  • An Invisible Account Appears On Login

    When my login screen comes up I have two accounts my own (admin) and also another account, but when I go into Sytem Preferences I can't see this account... Someone told me it oculd be to do with Apache? I have no idea but I would love to know how to

  • Hello Friends small query

    Hi Friends, I Start Studying Java in Oracle Database, I have created a simple java class and java function as given in the developer guide. But i want to know how exceptions are handled in a java Stored procedure and Functions. can anyone give me a e