Crawl fails with error when space is entered for source parameter value.

Hi,
When we give blank space value for any of the Source parameter then after starting the crawler schedule,following error appears in red:
"Oracle Secure Enterprise Search Error" and no logs are created.
Thanks,
Shashank

Hi,
When we give blank space value for any of the Source parameter then after starting the crawler schedule,following error appears in red:
"Oracle Secure Enterprise Search Error" and no logs are created.
Thanks,
Shashank

Similar Messages

  • Jvm startup fails with error when using large -Xmx value

    I'm running JDK 1.6.0_02-b05 on RHEL5 server. I'm getting error when starting the JVM with large -Xmx value. The host has ample memory to succeed yet it fails. I see this error when I'm starting tomcat with a bunch of options but found that it can be easily reproduced by starting the JVM with -Xmx2048M and -version. So it's this boiled down test case that I've been examining more closely.
    host% free -mt
    total used free shared buffers cached
    Mem: 6084 3084 3000 0 184 1531
    -/+ buffers/cache: 1368 4716
    Swap: 6143 0 6143
    Total: 12228 3084 9144
    Free reveals the host has 6 GB of RAM, approximately half is available. Swap is totally free meaning I should have access to about 9 GB of memory at this point.
    host% java -version
    java version "1.6.0_02"
    Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
    Java HotSpot(TM) Server VM (build 1.6.0_02-b05, mixed mode)
    java -version succeeds
    host% java -Xmx2048M -version
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    java -Xmx2048M -version fails. Trace of this reveals mmap call fails.
    mmap2(NULL, 2214592512, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
    Any ideas?

    These are the relevant java options we are using:
    -server -XX:-OmitStackTraceInFastThrow -XX:+PrintClassHistogram -XX:+UseLargePages -Xms6g -Xmx6g -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=128m -XX:MaxPermSize=192m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:+ExplicitGCInvokesConcurrent -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.awt.headless=true
    This is a web application that is very dynamic and uses lots of database calls to build pages. We use a large clustered cache to reduce trips to the database. So being able to acces lots of memory is important to our application.
    I'll explain some of the more uncommon options:
    We use the Concurrent Garbage collector to reduce stop the world GC's. Here are the CMS options:
    -XX:+UseConcMarkSweepGC
    -XX:+CMSClassUnloadingEnabled
    -XX:+CMSPermGenSweepingEnabled An explicit coded GC invokes the Concurrent GC instead of the stop the world GC.
    -XX:+ExplicitGCInvokesConcurrentThe default PermSizes where not large enough for our application. So we increased them.
    -XX:PermSize=128m
    -XX:MaxPermSize=192mWe had some exceptions that were omitting their stack traces. This options fixes that problem:
    -XX:-OmitStackTraceInFastThrowWe approximate between 10% to 20% performance improvement with Large Page support. This is an advance feature.
    -XX:+UseLargePagesUseLargePages requires OS level configuration as well. In SUSE10 we configured the OS's hugepages by executing
    echo "vm.nr_hugepages = 3172" >> /etc/sysctl.confand then rebooting. kernel.shmmax may also need to be modified. If you use Large Page be sure to google for complete instructions.
    When we transitioned to 64bit we transitioned from much slower systems having 4GB of ram to much faster machines with 8GB of ram, so I can't answer the question of degraded performance, however with our application, the bigger our cache the better our performance, so if 64bit is slower we more than make up for it being able to access more memory. I bet the performance difference depends on the applications. You should do your own profiling.
    You can run both the 32bit version and the 64bit version on most 64bit OSes. So if there is a significant difference run the version you need for the application. For example if you need the memory use the 64bit version if you don't then use the 32bit version.

  • 12c agent install fails with error - The plug-in configuration for the oracle.sysman.oh monitoring plug-in may have failed

    Hi,
    I am trying to install 12c agent on windows 7 64 bit server by following m.note   .
    It is failing with Agent Configuration failed, please see below error message.
    INFO: length of temp is2
    INFO: Return value:C:\/Oracle/12.1.0.3.0_AgentCore_233/core
    INFO: ** Agent Port Check completed successfully.**
    INFO: ERROR: The Management Agent configuration failed. The plug-in configuration for the oracle.sysman.oh monitoring plug-in may have failed, or this plug-in may not be present in the Management Agent software. Ensure that the Management Agent software has the oracle.sysman.oh monitoring plug-in, if not then retry the operation. If the agent software has the oracle.sysman.oh monitoring plug-in, view the plug-in deployment log C:\Oracle\12.1.0.3.0_AgentCore_233\core\install\logs to check if the plug-in configuration for the oracle.sysman.oh monitoring plug-in failed.
    INFO:
    INFO: perform - mode finished for action: configure
    INFO:
    INFO: You can see the log file: C:\Oracle\12.1.0.3.0_AgentCore_233\core\12.1.0.3.0\cfgtoollogs\oui\configActions2014-10-03_08-48-15-AM.log
    INFO:
    INFO: C:\Oracle\12.1.0.3.0_AgentCore_233>exit /b 3
    INFO: Plugin homes:
    INFO: Plugin homes:
    INFO: C:\Oracle\12.1.0.3.0_AgentCore_233\core\12.1.0.3.0\oui\bin\runConfig.bat ORACLE_HOME=C:\Oracle\12.1.0.3.0_AgentCore_233\core\12.1.0.3.0 RESPONSE_FILE=C:\Oracle\12.1.0.3.0_AgentCore_233\core\12.1.0.3.0\agent.rsp ACTION=configure MODE=perform COMPONENT_XML={oracle.sysman.top.agent.11_1_0_1_0.xml} RERUN=true completed with status=3
    SEVERE: ERROR: Agent Configuration Failed
    Thanks,

    Looks like , J2EE is having a problem connecting to the DB.Pls. chk. the following
    -If you have configured the loop-back adapter , if installing on a local system & updated the /etc/host file with your ip address and host name.
    or if the system is part of some n/w group and has ip address assigned ?
    -Jdk 1.4 version is installed in your system
    -Enough free Disk space available in the system
    -How much RAM your system has which windows version you are using  ?
    -Is the DB is coming up properly ? its error related to this. check the logs.
    -If the ports used by sap install / run used by other services running on the system ? & user have admin. privileges on the system .
    Pls. update with your findings on above same , for the step next ...
    Thanks ,
    Uppal

  • Lync Topology fails with error (Mutliple Entries were found for type "ms_RTC-SIP-EdgeProxy")

    Hello everyone,
    After I have finished with Lync FE, Monitoring and Archiving, and WAC server I was going well with Edge server until I got to the point of publishing the topology with Edge Server.
    First time publishing went well but I wanted to place the configured IP addresses in the Edge server IP topology with a different IPs and when I published i got the below error.
    I tried looking in the trusted Services in Configuration OU using ADSI Edit but never was able to figure out how do I find the duplicated entries? I used also used Softerra LDAP adminsitrator and was able to find 5 values but not sure which one to delete
    among them.
    Could anyone advise where to look? I'm posting the error as well below
    Error: Multiple Active Directory entries were found for type "ms-RTC-SIP-EdgeProxy" with ID "egelyncedge.domain.local".
    ▼ Details
    └ Type: InvalidDataException
    └ ▼ Stack Trace
        └  
    at Microsoft.Rtc.Management.Deployment.AD.ADSessionExtension.FindUnique[TResult](ADSession session, QueryScope scope, ADObjectId containerId, QueryFilter filter, String name, Boolean throwOnMissing)
    at Microsoft.Rtc.Management.Deployment.Core.CompatEdgeProxy.Remove(ADSession session, String edgeProxyFqdn)
    at Microsoft.Rtc.Management.Deployment.Roles.AccessEdge.GlobalDeactivate(IService service)
    at Microsoft.Rtc.Management.Internal.Utilities.LogWriter.InvokeAndLog[T](Action`1 action, T arg)
    2/19/2014 12:25:28 PM
    Error
     └ 
    Error: An error occurred: "System.IO.InvalidDataException" "Multiple Active Directory entries were found for type "ms-RTC-SIP-EdgeProxy" with ID "egelyncedge.domain.local"."
    Mohammed JH

    Hi,
    Glad to hear you have solved the issue and shared the train of thought.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • NAConnectToServerSync failed with error

    Hi all,
    since i upgraded to ML on my MBA the automatic (hourly, daily,...) Backups on my TimeCapsule doesn't work. When i start a manuall backup Time Machine (i have choosen my TC to be the only backup-destination, no rotating backups with another disk) works fine and the backup is done without any errors.
    But the next time when an automatic backup should be taken, it occurs with the error "Backup Disk is not available", in the System Log it looks like this:
    com.apple.backupd:  NAConnectToServerSync failed with error:  2 for url afp://<myuser>; AUTH=[email protected]/HDD;AUTH=SRP@TC
    com.apple.backupd:  Backup failed with error: 19

    Well, I was hoping for a networking guru to leap in with a magical answer. 
    Even asked one directly; no help.
    So, all I can suggest is the usual "grab bag" -- hopefully one will do it:
    • Re-select the TC via TM Preferences.
    • If that doesn't help, do a "full reset" of Time Machine, per #A4 in Time Machine - Troubleshooting.
    • Reset the TC.  I think a "hard reset" is what you want.  See http://support.apple.com/kb/ht3728
    • If stil no help, power your Mac and Time Capsule down.  Leave them off for several minutes.  Power the TC back up first.  Wait several minutes, then power up your Mac.

  • Windows Installer (MSI 5.0) fails with ERROR 1939 during "MsiConfigureServices" action

    When trying to install a setup package using the new MSI 5.0 features of Windows Service Configuration (using Tables: MsiServiceConfig / MsiServiceConfigFailureActions)
    the service config fails and results in a rollback.
    The service itself is installed along with the same package under "LocalSystem" account.
    Regarding MSDN, these feature does have some limitations, but I am not shure if they are applicable here:
    "The services configuration feature of the Windows Installer cannot configure network service accounts, install shared service host (svchost) processes, or restart services stopped as part of the installation"
    (see
    http://msdn.microsoft.com/en-us/library/windows/desktop/dd408113(v=vs.85).aspx )
    I have tried this with serveral variations on the failure actions count and type.
    Using SC_ACTION_NONE or SC_ACTION_RUN_COMMAND actions indeed work and lead to a successful install.
    Can you tell, why SC_ACTION_RESTART or SC_ACTION_REBOOT does not work fine?
    PS: The guys on MS Connect didn't want so solve that issue ;-)
    https://connect.microsoft.com/WindowsServer/feedback/details/785032/windows-installer-msi-5-0-fails-with-error-1939-during-msiconfigureservices-action

    Hi,
    For this query, I suggest ask in MSDN forum
    http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/home?category=windowsdesktopdev
    TechNet Subscriber Support |If you have any feedback on Technet forum, please contact [email protected]

  • Windows 8 Windows Update fails with error 80244FFF

    Windows 8 Windows Update fails with error 80244FFF

    Hi @SURAJITsaha ,
    Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue about your HP Pavilion 14-b049tu Sleekbook and issues with a Windows update.
    Here is a link to the HP Support Assistant if you need it. Just download and run the application and it will help with the software and drivers on your system at the time of purchase.
    Please note remove any and all USB devices. Disconnect all non-essential devices, as these could cause some issues.
    Plug the power adapter directly into a functioning wall outlet. Do not plug it into a power strip, surge protector, or secondary power source as this could cause and issue.
    You might have to temporarily disable your virus protection.
    Hope this helps.
    Thanks.
    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 to say “Thanks” for helping!

  • FTPs connection error:When using Variable substitution for Directory path

    Hi
    I am transferring data from BI to xml file via PI: Here a Client proxy from BI sends the data to PI and the PI FTPs the XML file to a remote location. For FTP I am using FTPs SSL connection.
    It was working fine untill I used Variable susbstitution to determine Directory path dynamically. I am using this because different xml files are intended to goto the different locations.
    I did the variable substitution like this:
    Target Message Structure:
    ---> Target Directory: %var1%
    <?xml version="1.0" encoding="UTF-8" ?>
    <MT_BI_EXTRACT_FILE>
      <Header>
         <Directory>/Customer</Directory>
    </Header>
    <Detail>
    </Detail>
       </MT_BI_EXTRACT_FILE>
    And in the variable substitution I am doing it this way
    payload:MT_BI_EXTRACT_FILE,1,Header,1,Directory,1
    And the error I am getting is:
    Attempt to process file failed with Error when getting an FTP connection from connection pool: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: handshake failure
    MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Error when getting an FTP connection from connection pool: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: handshake failure
    Exception caught by adapter framework: Error when getting an FTP connection from connection pool: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: handshake failure
    Delivery of the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Error when getting an FTP connection from connection pool: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: handshake failure.
    Does anybody have some Idea of this ??
    Regards
    Naina

    Hi,
    I guess the problem is not with Variable Substitution..
    Error when getting an FTP connection from connection pool:
    So its a connection problem..
    Also check the option Disable Security check and try again...
    Try to check again if the interface is executing properly without Variable substitution and let us know..
    Babu
    Edited by: hlbabu123 on Jan 7, 2011 2:46 PM

  • All crawl jobs are failing with errors, Query server not responding.

    Hi All,
    I'm facing issue with search service , one of the Query server not responding and all the crawl jobs are throwing errors.
    Errors:
    "The SharePoint item being crawled returned an error when requesting data from the web service. ( Error from SharePoint site )"
    "The object was not found. ( Error from SharePoint site: HttpStatusCode NotFound The request failed with HTTP status 404: Not Found. )"
    Please suggest some resolutions.
    Pavan

    Hi Pavan,
    1. First verify as given in this article - https://support.microsoft.com/en-us/kb/2323206?wa=wsignin1.0
    2. If not 1 resolves issue then try to disable the anonymous access on the default zone web application(in content source)
    3. Also check this article if above two steps does not resolve the issue - http://www.sharepointtechs.com/the-sharepoint-item-being-crawled-returned-an-error-when-requesting-data-from-the-web-service-error-from-sharepoint-site-value-does-not-fall-within-the-expected-range
    4. If none of the above works then install this CU update http://support.microsoft.com/kb/2596505 and
    then re-run you SP Configuration Wizard and restart your SharePoint Server. But before installing this CU on your SharePoint Server ensure your have the latest backup.
    4. If all above does not work then remove
    the anonymous access (if enabled) and restore the site collection to a new new site.
    Please remember to click 'Mark as Answer' if the reply answers your query or 'Upvote' if it helps you.

  • HT1212 I am unable to get our of a continuous cycle when trying to update or restore my iPad 2. Plug in to iTunes 12.0.1 (latest version). Click update, told can't update, have to restore. Restore fails with error 9. Any help appreciated.

    When I tried to update my iPad I got an error 9. Now, I am unable to access my iPad. It is in a continuous cycle when I try to update or restore the iPad 2. Plug in to iTunes 12.0.1 (latest version). Click update, told can't update, have to restore. Restore fails with error 9. Any help appreciated.
    Here's the cycle:
    I plug in my iPad when “cable to iTunes shows on iPad screen. It says "Your iPad can't be updated, you must restore it to factory settings." That bad enough news, but it gets worse.
    Click Restore
    Extracting software…
    Preparing iPad for restore
    Waiting for iPad…
    Verifying iPad restore with Apple…
    (empty bar under the Apple logo…does not show any activity)
    “The iPad “iPad” could not be restored. An unknown error occurred (9).”
    Notes: I just upgraded to OS X Yosemite 10.10.1 on my iMac (27-inch, Mid 2011) in the last week. It’s the first time I’m tried to backup/update my iPad since the iMac update.
    I swapped out the USB cable to a new cable and get the same results.
    I also unplugged all other USB devices from the iMac and security on my iPad and still get the same results.
    I find it strange that it shows no Serial number for my my iPad 2 when plugged in. It shows “Serial Number: n/a on the screen when it displays: “iPad Recovery Mode To update your iPad without erasing its contents, click Update. To restore your iPad to its factory settings, click Restore iPad.
    I prefer to update my iPad, but it displays “Your iPad can’t be updated, you must restore it to factory settings. If you previously backed up the iPad, click Restore Backup after the restore process completes.”
    It’s a continuous loop. I get the display on my iPad to plug in the iPad to iTunes, plug it in which ends after going through the above procedure saying an error occurred (9).
    So now I cannot use my iPad. When I turn it on I get the display showing me to plug it into iTunes with the cable. Since this is the only option I have I plug it in and the loop begins.
    Any advice would be appreciated.
    Thanks!

    Hello jaybearden,
    Thanks for the question. After reviewing your post, it sounds like you are not able to restore the iOS device since you get an error 9. I would recommend that you read this article, it may be able to help the issue.
    Resolve iOS update and restore errors - Apple Support
    Check your security software
    Related errors: 2, 4, 6, 9, 1000, 1611, 9006. Sometimes security software can prevent your device from communicating with either the Apple update server or with your device.
    Check your security software and settings to make sure that they aren't preventing a connection to the Apple servers.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • DAG - Backup failing on 1 DB only with error - The Microsoft Exchange Replication service VSS Writer instance ID failed with error code 80070020 when preparing for a backup of database 'DB012'

    Hi Board,
    i´ve search across the board, technet and symantec sites but did not found a hint about my problem.
    we drive a 2 node DAG (Location1-Ex1-mb1 
    Location2-exc1-mb1), on SP2 RU4 patchlevel with 40 Databases.
    Since some time the backup of one - and only one DB - is failing with these events, logged on the Mailboxserver on which the passive DB is hosted.
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:          28.09.2012 00:37:17
    Event ID:      2112
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Location1-Exc1-MB1
    Description: The Microsoft Exchange Replication service VSS Writer instance 1ab7d204-609a-4aea-b0a7-70afb0db38de failed with error code 80070020 when preparing for a backup of database 'DB012'.
    Followed by
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:         
    01.10.2012 03:33:06
    Event ID:      2024
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:         
    N/A
    Computer:      Location1-Exc1-MB1
    Description:
    The Microsoft Exchange Replication service VSS Writer (Instance 42916d80-36c1-4f73-86d0-596d30226349) failed with error 80070020 when preparing for a backup.
    The backup Application - Symantec Backup Exec 2010 R3 – states, this error
    Snapshot provider error (0xE000FED1): A failure occurred querying the Writer status.
    Check the Windows Event Viewer for details.
    Writer Name: Exchange Server, Writer ID: {76FE1AC4-15F7-4BCD-987E-8E1ACB462FB7}, Last error: The VSS Writer failed, but the operation can be retried (0x800423f3), State: Stable (1).
    Symatec suggests within http://www.symantec.com/business/support/index?page=content&id=TECH184095
    to restart the MS Exchange Replication Service – BUT the mentioned eventID
    8229 isn´t present on any of the both Mailboxservers.
    The affected Database is active on Location2-Exc1-Mb1 Server and in an overall healthy state. I found during my research, that below Location2-Exc1-Mb1 Server, there are not removed shadow copies present!
    This confuses me, since all Backups are normally taken from the passive copy of a Database.
    So my questions to the board are:
    * Does anyone is facing similar issues?
    * Can someone explain why snapshots are present on the Mailboxserver hosting the Active Database, whilst the errors are logged on the passive one?
    -          * Does someone know the conditions, why shadows copies remain and
    aren´t removed in a proper manner?
    What can cause the circumstance, that only 1 DB is facing such issues?
    Any suggestion is welcome!
    BR
    Markus

    Hi Lenora,
    I´ve encreases VSS / Exchange Backup Log levels to expert, before starting
    those things i´ve all tried now:
    - Backup from passive DB (forced within Symantec Backup Exec)
    - Backup from active DB (forced within Symantec Backup Exec)
    - Backup from passive DB without GRT enabled (forced within Symantec Backup Exec)
    - Backup from active DB without GRT enabled(forced within Symantec Backup Exec)
    All those attempts failed.
    But brought some more details - the backup against the active DB states, that there is still a backup in progress and therefore this backup is cancelled by VSS.
    The Solution was, that i´ve needed to restart the Exchange Replication Service on the Mailbox Server hosting the passive DB.
    Backups are working again on all DBs!
    THX for your replys.
    Best regards
    Markus

  • My IPOD Touch initially had a white screen.  I tried correcting this by restoring default settings via ITunes.  The Restore Failed with error 1602 and now the IPOD touch is completely dead. It will not power on or respond when I plug it into my PC via USB

    My IPOD Touch initially had a white screen.  I tried correcting this by restoring default settings via ITunes.  The Restore Failed with error 1602 and now the IPOD touch is completely dead. It will not power on or respond when I plug it into my PC via USB.  I get an error on my PC stating that device attached to USB port is not recognizable.  Can anyone help?

    Error 1602: Try the following steps to resolve this error:
    Ensure proper USB isolation troubleshooting has been performed, and test with a known-good cable.
    Follow the steps listed for Error 1604.
    This error may be resolved by disabling, deactivating, or uninstalling third-party security, antivirus, and firewall software. See steps in this article for details on troubleshooting security software.
    Above from:
    http://support.apple.com/kb/TS3694

  • TM Backup failed with error: 11 -  when copying Movie, image, music files

    TM giving backup errors (for a long time unsolved until I read forum entry about monitoring events with Console prog.) Recently upgraded from 10.5.4 to 10.5.6 with Combo package (attempts at upgrade to 10.5.5 failed with "unknown error")
    I narrowed down to the file types listed by excluding relevant erring folders. TM backup works OK now but without Movies, Photos, Music and small number of applications that appear to fail mainly on copying an image within appl.
    Using Console with "backupd" filter on LOG FILES/system.log (while executing TM backup) gives the following 4 samples of errors:
    1. Dec 21 02:20:03 Macintosh /System/Library/CoreServices/backupd[1627]: Starting standard backup
    Dec 21 02:20:05 Macintosh /System/Library/CoreServices/backupd[1627]: Backing up to: /Volumes/MacBook Backup/Backups.backupdb
    Dec 21 02:20:06 Macintosh /System/Library/CoreServices/backupd[1627]: Event store UUIDs don't match for volume: Macintosh HD
    Dec 21 02:20:06 Macintosh /System/Library/CoreServices/backupd[1627]: No pre-backup thinning needed: 64.44 GB requested (including padding), 129.33 GB available
    Dec 21 02:22:31 Macintosh /System/Library/CoreServices/backupd[1627]: Error: (-36) SrcErr:YES Copying /Users/xxxxx/Movies/iMovie Events.localized/New Event 07-04-2008 2/clip-2008-04-07 11;30;45.mov to (null)
    Dec 21 02:22:32 Macintosh /System/Library/CoreServices/backupd[1627]: Error: (-36) SrcErr:NO Copying /Users/xxxxx/Movies/iMovie Events.localized/New Event 07-04-2008 2/clip-2008-04-07 11;30;45.mov to /Volumes/MacBook Backup/Backups.backupdb/............
    2. Dec 21 02:25:23 Macintosh /System/Library/CoreServices/backupd[1627]: Starting standard backup
    Dec 21 02:25:23 Macintosh /System/Library/CoreServices/backupd[1627]: Backing up to: /Volumes/MacBook Backup/Backups.backupdb
    Dec 21 02:25:24 Macintosh /System/Library/CoreServices/backupd[1627]: Event store UUIDs don't match for volume: Macintosh HD
    Dec 21 02:25:24 Macintosh /System/Library/CoreServices/backupd[1627]: No pre-backup thinning needed: 64.44 GB requested (including padding), 126.79 GB available
    Dec 21 02:27:46 Macintosh /System/Library/CoreServices/backupd[1627]: Error: (-36) SrcErr:YES Copying /Users/xxxxx/Music/iTunes/iTunes Music/Duck Baker, Maggie Boyle and Ben Paley/The Expatriate Game--Traditional Irish & American Music/07 Rye Whiskey.m4a to (null)
    3.Dec 21 13:17:28 Macintosh /System/Library/CoreServices/backupd[1768]: No pre-backup thinning needed: 6.26 GB requested (including padding), 120.05 GB available
    Dec 21 13:21:11 Macintosh /System/Library/CoreServices/backupd[1768]: Error: (-36) SrcErr:YES Copying /Applications/AApplications Extra/Investor programs/StockXloader.app/Contents/Resources/StockXloaderName.tif to (null)
    Dec 21 13:22:03 Macintosh /System/Library/CoreServices/backupd[1768]: Error: (-36) SrcErr:YES Copying /Applications/AApplications Extra/Investor programs/Stox.app/Contents/MacOS/Stox to (null)
    Dec 21 13:22:31 Macintosh /System/Library/CoreServices/backupd[1768]: Error: (-36) SrcErr:YES Copying /Applications/AApplications Extra/Investor programs/Stox.app/Contents/Resources/help/Stox Manual_files/image002.png to (null)
    Dec 21 13:23:07 Macintosh /System/Library/CoreServices/backupd[1768]: Error: (-36) SrcErr:YES Copying /Applications/AApplications Extra/Investor programs/Stox.app/Contents/Resources/help/Stox Manual_files/image033.png to (null)
    Dec 21 13:23:31 Macintosh /System/Library/CoreServices/backupd[1768]: Error: (-36) SrcErr:YES Copying /Applications/AApplications Extra/Investor programs/Stox.app/Contents/Resources/help/Stox Manual_files/image060.png to (null)
    Dec 21 13:24:09 Macintosh /System/Library/CoreServices/backupd[1768]: Error: (-36) SrcErr:YES Copying /Applications/AApplications Extra/Investor programs/Stox.app/Contents/Resources/help/Stox Manual_files/image120.png to (null)
    Dec 21 13:27:29 Macintosh /System/Library/CoreServices/backupd[1768]: Error: (-36) SrcErr:YES Copying /Applications/AApplications Extra/Unproven /EyeTV.app/Contents/MacOS/EyeTV to (null)
    Dec 21 13:27:53 Macintosh /System/Library/CoreServices/backupd[1768]: Error: (-36) SrcErr:YES Copying /Applications/AApplications Extra/Unproven /EyeTV.app/Contents/Resources/authopen to (null)
    Dec 21 13:28:17 Macintosh /System/Library/CoreServices/backupd[1768]: Error: (-36) SrcErr:YES Copying /Applications/AApplications Extra/Unproven /EyeTV.app/Contents/Resources/Device Pictures/CinergyDTXS.png to (null)
    Dec 21 13:28:42 Macintosh /System/Library/CoreServices/backupd[1768]: Error: (-36) SrcErr:YES Copying /Applications/AApplications Extra/Unproven /EyeTV.app/Contents/Resources/Device Pictures/CinergyTExpress.fscaled.png to (null)
    Dec 21 13:29:07 Macintosh /System/Library/CoreServices/backupd[1768]: Error: (-36) SrcErr:YES Copying /Applications/AApplications Extra/Unproven /EyeTV.app/Contents/Resources/Device Pictures/ElgatoDiversity.fscaled.png to (null)
    4. Dec 21 14:44:46 Macintosh /System/Library/CoreServices/backupd[1858]: Starting standard backup
    Dec 21 14:44:48 Macintosh /System/Library/CoreServices/backupd[1858]: Backing up to: /Volumes/MacBook Backup/Backups.backupdb
    Dec 21 14:45:50 Macintosh /System/Library/CoreServices/backupd[1858]: No pre-backup thinning needed: 2.11 GB requested (including padding), 116.67 GB available
    Dec 21 14:46:18 Macintosh /System/Library/CoreServices/backupd[1858]: Error: (-36) SrcErr:YES Copying /Applications/iWork '08/Keynote.app/Contents/Frameworks/BGCompatibility.framework/Versions/A/BGComp atibility to (null)
    Dec 21 14:46:18 Macintosh /System/Library/CoreServices/backupd[1858]: Error: (-36) SrcErr:NO Copying /Applications/iWork '08/Keynote.app/Contents/Frameworks/BGCompatibility.framework/Versions/A/BGComp atibility to /Volumes/MacBook Backup/Backups.backupdb/xxxxxxx’s MacBook/2008-12-21-131514.inProgress/58F99FC2-7474-42C9-8DCA-5C99F724CE6E/Macin tosh HD/Applications/iWork '08/Keynote.app/Contents/Frameworks/BGCompatibility.framework/Versions/A
    Dec 21 14:46:18 Macintosh /System/Library/CoreServices/backupd[1858]: Stopping backup.
    Dec 21 14:46:18 Macintosh /System/Library/CoreServices/backupd[1858]: Error: (-8062) SrcErr:NO Copying /Applications/iWork '08/Keynote.app/Contents/Frameworks/BGCompatibility.framework/Versions/A/BGComp atibility to /Volumes/MacBook Backup/Backups.backupdb/xxxxxx’s MacBook/2008-12-21-131514.inProgress/58F99FC2-7474-42C9-8DCA-5C99F724CE6E/Macin tosh HD/Applications/iWork '08/Keynote.app/Contents/Frameworks/BGCompatibility.framework/Versions/A
    Dec 21 14:46:18 Macintosh /System/Library/CoreServices/backupd[1858]: Copied 52 files (26.7 MB) from volume Macintosh HD.
    Dec 21 14:46:18 Macintosh /System/Library/CoreServices/backupd[1858]: Copy stage failed with error:11
    Dec 21 14:46:24 Macintosh /System/Library/CoreServices/backupd[1858]: Backup failed with error: 11

    solongpc wrote:
    Regardless if this is a general problem or not, does anyone know of any documentation/release notes for common/generic TM error codes? That would be helpful.
    Yeah, many of us would love it! But no such thing exists, at least not that us mere mortals can find.
    There might be another variable that I don't understand right now but at least it is consistent.
    Could it be something funky in the name of one of the folders? Or could the folder object itself be corrupt? Or have some odd extended attribute?
    All I can suggest is calling AppleCare, and/or reporting it as a bug:
    *_Submitting a +Bug Report+ to Apple._*
    |
    This requires a membership in the +Apple Developer Connection,+ but you can get one for free.
    Register here: http://developer.apple.com/programs/start/register/create.php
    Once you receive the confirmation, go to: https://bugreport.apple.com and login.
    Click +New Problem+ at the top.
    Click Help at the top, and/or any of the items underlined in blue for more information.
    Provide as much specific detail as possible, and attach a log, screenshot, etc., as appropriate in the lower section.
    When done, click Submit at the bottom.

  • Error when deploying EAR file: Operation failed with error: java:/app/jdbc/

    I created application using JDeveloper 11g, and have the deploy file EAR read to deploy to oracle application server 10g, but I am encouting the error of Operation failed with error: java:/app/jdbc/jdbc/HRConnDS not found
    Below is the log. What did i do wrong? I have created the datasource of HRConnDS, and it shows in EM.
    Nov 6, 2009 10:06:12 AM] Application Deployer for hra1 STARTS.
    [Nov 6, 2009 10:06:12 AM] Copy the archive to /u01/OraHome_app1/j2ee/home/applications/hra1.ear
    [Nov 6, 2009 10:06:12 AM] Initialize /u01/OraHome_app1/j2ee/home/applications/hra1.ear begins...
    [Nov 6, 2009 10:06:12 AM] Unpacking hra1.ear
    [Nov 6, 2009 10:06:12 AM] Done unpacking hra1.ear
    [Nov 6, 2009 10:06:12 AM] Unpacking webapp2.war
    [Nov 6, 2009 10:06:12 AM] Done unpacking webapp2.war
    [Nov 6, 2009 10:06:12 AM] Initialize /u01/OraHome_app1/j2ee/home/applications/hra1.ear ends...
    [Nov 6, 2009 10:06:12 AM] Starting application : hra1
    [Nov 6, 2009 10:06:12 AM] Initializing ClassLoader(s)
    [Nov 6, 2009 10:06:12 AM] Initializing EJB container
    [Nov 6, 2009 10:06:12 AM] Loading connector(s)
    [Nov 6, 2009 10:06:12 AM] Starting up resource adapters
    [Nov 6, 2009 10:06:12 AM] application : hra1 is in failed state
    [Nov 6, 2009 10:06:12 AM] Operation failed with error: java:/app/jdbc/jdbc/HRConnDS not found
    Thank you very much for your help.

    How did you create your datasource, can you post the content, without passwords of course.
    Greetings.

  • OPatch failed with error code 74 when applying patch PSE 13723798

    Hello all,
    tried to apply patch (PSE 13723798) to fix the no-scrollbar bug in Webcenter Portal Admin Console. But found this error during the patching process, as described below. Any solution for this?
    Running prerequisite checks. . .
    Patch 13723798: Optional component (s) missing : [ oracle.webcenter.framework, 11.1.1.4.0, higher version 11.1.1.5.0 found. ]
    Prerequisite check "CheckApplicable failed.
    The details are:
    Patch "13723798" is a no-op patch.
    ApplySession failed during the prerequisite checks: Prerequisite check "CheckApplicable" failed.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 74

    Okay, I'll try it on VM.
    Anyway, here is the result running command: opatch lsinventory
    [oracle@CDJWPS01 13723798]$ opatch lsinventory
    Invoking OPatch 11.1.0.8.3
    Oracle Interim Patch Installer version 11.1.0.8.3
    Copyright (c) 2010, Oracle Corporation. All rights reserved.
    Oracle Home : /opt/app/Oracle/Middleware/Oracle_WC1
    Central Inventory : /home/oracle/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.8.3
    OUI version : 11.1.0.9.0
    OUI location : /opt/app/Oracle/Middleware/Oracle_WC1/oui
    Log file location : /opt/app/Oracle/Middleware/Oracle_WC1/cfgtoollogs/opatch/opatch2013-05-31_20-43-34PM.log
    Patch history file : /opt/app/Oracle/Middleware/Oracle_WC1/cfgtoollogs/opatch/opatch_history.txt
    OPatch detects the Middleware Home as "/opt/app/Oracle/Middleware"
    Lsinventory Output file location : /opt/app/Oracle/Middleware/Oracle_WC1/cfgtool
    logs/opatch/lsinv/lsinventory2013-05-31_20-43-34PM.txt
    Installed Top-level Products (1):
    Oracle WebCenter Suite 11g 11.1.1.5.0
    There are 1 products installed in this Oracle Home.
    There are no Interim patches installed in this Oracle Home.
    OPatch succeeded.

Maybe you are looking for