Umount / : failed after base rebuild

I get this message during a reboot every single time I try to rebuild and install all of my base packages in /var/abs/ using this code in makepkg.conf:
# /etc/makepkg.conf
export FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3"
export CARCH="i686"
export CHOST="i686-pc-linux-gnu"
export CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
export CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
export USE_FAKEROOT="y"
export USE_COLOR="y"
Should I be using a live cd or something when it comes to building base packages? I'm not understanding what is causing this error. It goes away when I reinstall arch's prebuilt packages.

I reinstalled the packages again and did updatedb -u before the reboot. Now the problem is gone.

Similar Messages

  • LMS3.1 psu problem - Consistency check failed for base package ...AG

    Hello,
    We've got a package updater problem with a LMS3.1 installation.
    1. After trying to update RME Device packages from GUI we got a message that LibCommon-v2.3.2 is needed
    2. We tried to update LibCommon from CLI using psucli.bat, see below
    3. We found a discussion in this forum, simular to this problem with the hint to reinstall the RME, what we did but with no improvement
    4. We deinstalled, reboot, did a new installation of LMS3.1. But the problem still exists, with same message. We need the PSU, because most of our devices will be managed after device package update only.
    Updating of each package brings warnings with pseudo package names, as ImageAG, MemoryAG and not with hints to real missing packages:
    C:\lms\bin>psucli -p rme -install -src C:\install\lm31-updates\ LibCommon
    WARNING: LibCommon(2.3.2):Consistency check failed for base package ImageAG
    see also the psu.log containing all tryes of package updates
    The problem goes a little bit in this direction, but with a new reinstallation as well:
    https://supportforums.cisco.com/message/669047#669047
    What can we do?
    thx for hints, Steffen

    When you install LMS on Windows, there are some recommended steps to take to ensure the installation is a problem free as possible:
    Set the per-user and global TEMP and TMP environment variables to short values (e.g. C:\WINDOWS\TEMP)
    Disable all anti-virus software
    Disable Windows Data Execution Protection (DEP)
    Login to the server as a local Adminitrator
    Install from original, locally attached media
    NEVER abort the installation after the installer says not to
    Based on the symptoms described here, I'm guessing at least the first item was not done.  TAC has a procedure to recover a bad RME package repository, but if the base installation is problematic, doing so would be moot.  If you suspect the installation isn't 100% (beyond the package repository), uninstall, then follow the above steps to reinstall.
    If you think the problem is just with the RME package repository, contact TAC, and they can provide you a good, up-to-date repository to jump start things for you.

  • LMS3.1 psu problem - Consistency check failed for base package

    Hi all,
    I tried to install the following packges for CiscoView 6.1.9:
    Rtr2900.cv50.v2-0.zip
    Rtr3900.cv50.v2-0.zip
    but it gives me the following error:
    Consistency check failed for base package NGMARShare
    There are no Packages to be installed.
    I uninstalled all packages and installed them again after I copied these two packages in the packages sources folder but it failed again.
    Any one can help?
    Thanks

    the new package you try to install depends on a package that you don't have
    DEPENDENT PACKAGE
    =================
    DtShare V1.5 (DtShare.cv50.v1-5.zip)
    this can be seen from the error message you got
    "Consistency check failed for base package DtShare"
    my advice is to read the "Release Information" for the packages you try to install
    you can find the Release Information in the same page of the download.
    hope this helps,
    also it's better to update all the device packages if your server have internet connectivity from CS > Software Center > device update.

  • Unit test fails after upgrading to Kodo 4.0.0 from 4.0.0-EA4

    I have a group of 6 unit tests failing after upgrading to the new Kodo
    4.0.0 (with BEA) from Kodo-4.0.0-EA4 (with Solarmetric). I'm getting
    exceptions like the one at the bottom of this email. It seems to be an
    interaction with the PostgreSQL driver, though I can't be sure. I
    haven't changed my JDO configuration or the related classes in months
    since I've been focusing on using the objects that have already been
    defined. The .jdo, .jdoquery, and .java code are below the exception,
    just in case there's something wrong in there. Does anyone have advice
    as to how I might debug this?
    Thanks,
    Mark
    Testsuite: edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest
    Tests run: 15, Failures: 0, Errors: 6, Time elapsed: 23.308 sec
    Testcase:
    testGetAllUsersWithFirstName(edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest):
    Caused an ERROR
    The column index is out of range: 2, number of columns: 1.
    <2|false|4.0.0> kodo.jdo.DataStoreException: The column index is out of
    range: 2, number of columns: 1.
    at
    kodo.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4092)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:82)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:66)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:46)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.handleCheckedException(SelectResultObjectProvider.java:176)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.handleCheckedException(QueryImpl.java:2460)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:32)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    at
    edu.ucsc.whisper.core.manager.DefaultUserManager.getAllUsersWithFirstName(DefaultUserManager.java:252)
    NestedThrowablesStackTrace:
    org.postgresql.util.PSQLException: The column index is out of range: 2,
    number of columns: 1.
    at
    org.postgresql.core.v3.SimpleParameterList.bind(SimpleParameterList.java:57)
    at
    org.postgresql.core.v3.SimpleParameterList.setLiteralParameter(SimpleParameterList.java:101)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.bindLiteral(AbstractJdbc2Statement.java:2085)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.setInt(AbstractJdbc2Statement.java:1133)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.PoolConnection$PoolPreparedStatement.setInt(PoolConnection.java:440)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.setInt(LoggingConnectionDecorator.java:1
    257)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at kodo.jdbc.sql.DBDictionary.setInt(DBDictionary.java:980)
    at kodo.jdbc.sql.DBDictionary.setUnknown(DBDictionary.java:1299)
    at kodo.jdbc.sql.SQLBuffer.setParameters(SQLBuffer.java:638)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:539)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:512)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:332)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:301)
    at kodo.jdbc.sql.Union$UnionSelect.execute(Union.java:642)
    at kodo.jdbc.sql.Union.execute(Union.java:326)
    at kodo.jdbc.sql.Union.execute(Union.java:313)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.open(SelectResultObjectProvider.java:98)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.open(QueryImpl.java:2405)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:22)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    --- DefaultUser.java -------------------------------------------------
    public class DefaultUser
    implements User
    /** The account username. */
    private String username;
    /** The account password. */
    private String password;
    /** A flag indicating whether or not the account is enabled. */
    private boolean enabled;
    /** The authorities granted to this account. */
    private Set<Authority> authorities;
    /** Information about the user, including their name and text that
    describes them. */
    private UserInfo userInfo;
    /** The set of organizations where this user works. */
    private Set<Organization> organizations;
    --- DefaultUser.jdo --------------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <sequence name="user_id_seq"
    factory-class="native(Sequence=user_id_seq)"/>
    <class name="DefaultUser" detachable="true"
    table="whisper_user" identity-type="datastore">
    <datastore-identity sequence="user_id_seq" column="userId"/>
    <field name="username">
    <column name="username" length="80" jdbc-type="VARCHAR" />
    </field>
    <field name="password">
    <column name="password" length="40" jdbc-type="CHAR" />
    </field>
    <field name="enabled">
    <column name="enabled" />
    </field>
    <field name="userInfo" persistence-modifier="persistent"
    default-fetch-group="true" dependent="true">
    <extension vendor-name="jpox"
    key="implementation-classes"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    <extension vendor-name="kodo"
    key="type"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    </field>
    <field name="authorities" persistence-modifier="persistent"
    table="user_authorities"
    default-fetch-group="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultAuthority" />
    <join column="userId" delete-action="cascade"/>
    <element column="authorityId" delete-action="cascade"/>
    </field>
    <field name="organizations" persistence-modifier="persistent"
    table="user_organizations" mapped-by="user"
    default-fetch-group="true" dependent="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultOrganization"
    dependent-element="true"/>
    <join column="userId"/>
    <!--<element column="organizationId"/>-->
    </field>
    </class>
    </package>
    </jdo>
    --- DefaultUser.jdoquery ---------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <class name="DefaultUser">
    <query name="UserByUsername"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT UNIQUE FROM edu.ucsc.whisper.core.DefaultUser
    WHERE username==searchName
    PARAMETERS java.lang.String searchName
    ]]></query>
    <query name="DisabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==false
    ]]></query>
    <query name="EnabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==true
    ]]></query>
    <query name="CountUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT count( this ) FROM edu.ucsc.whisper.core.DefaultUser
    ]]></query>
    </class>
    </package>
    </jdo>

    I'm sorry, I have no idea. I suggest sending a test case that
    reproduces the problem to support.

  • SB04100 Sound Blaster Card not working after computer rebuild

    =SB0400 Sound Blaster Card not working after computer rebuildZ I did a full disk format and reinstall for a friend on a Dimension 3000, running XP SP3. There is no sound at all. Speakers are good, tested on another system. Model number on the back of the sound card is SB0400, so I assume this is an older 24 bit PCI SoundBlaster card. Although I reinstalled all drivers from Dell, I found no drivers for this. The Creative site has no listing for this model.
    Computer does not seem to recognize the card. Have not opened the box yet but I assume if I were to remove and then reinstall the card it would be recognized (?) I then have to find an SB0400 driver.
    Does anyone know where I can find an SB0400 driver ? Does the strategy of pulling and reinstalling the card make sense ? (I have really avoided tampering with any of the hardware on this box -- since it is not mine.)

    Re: SB0400 Sound Blaster Card not working after computer rebuild? Thanks much for your response. Problem solved for now. I removed the board and then reinserted it, after which I was able to download the drivers directly. Some of my difficulty with this whole process has been ) I didn't know there was no working speaker in the computer and 2) I apparently misunderstood the BIOS settings for this. I re-set it up as an add-on board during the troubleshooting process. After loading the driver, I went back to the original setting (don't recall what it was but it was for integrated sound). The setting for integrated sound works fine, with external speakers and the new 24 bit driver. Still some noise (popping and static) but this board shares the bus with 2 other cards one of which is a wireless network card. May be a PCI latency issue but I'm reluctant to change that because the network card is a bit shaky anyway.
    Everything works for now -- I'll be glad to get this particular computer out of my house !

  • I bought Creative suite 5 a few years ago, my computer's hard drive failed, after It was fixed I re installed my program and it now says my Serial number is not valid.

    I bought Creative suite 5 a few years ago, my computer's hard drive failed, after It was fixed I re installed my program and it now says my Serial number is not valid.
    I'm on the last day of a 30 day trail... it won't take my serial number which is the same one that worked before

    Contact support by web chat.
    Mylenium

  • IMac Display failing after 1 year of average use.

    I have a mid 2011 27" iMac (the one with thunderbolt)  and the display is starting to fail after 1 year of average use (an hour of use every day on average).  The display is now much dimmer on the left half of the display (the GPU sits underneath that portion) and also flickers the whole display now and then to a lower brightness.
    I am about 45 days out of warranty and basically will have to cough up $500 to have it fixed by Apple.  My questions are...  Has anyone else ever had this happen to them?  The genius bar employee thought that it was something he has seen happen to displays when exposed to heat over long periods of time.  So basically playing starcraft 2 and doing video encoding killed my display if you believe that to be the cause.
    Are there any conditions in which apple would recognize this as a manufacturing defect and fix it free of charge?  Otherwise it looks like im writing a check for $500 next week.

    Today a dark streak showed up on my display right in the middle. It is shaped like a zebra stripe but is dark grey and wont go away.
    I too have a mid 2011 27" 3.4GHz i7 iMac with a 2GB Graphics card . Im about 50 days out of warranty.
    Seems like its perfect coincidence  for apple that 50 days after my warranty runs out, the most expensive thing to repair breaks.
    After doing some research it seems like there is a lot of people with this model experiencing this problem.
    Pretty sad that my 2005 iMac is holding up better than my brand new iMac.
    Been saving up for it for like 4 years and I dont have the money to repair it.
    I tried everything, I knew none of the stuff i tried would work but i still tried resetting the PRAM repairing disk permissions all that good stuff. I even have an air purifer/dehumidifier in my room so i dont know what caused it.
    I didnt think i needed applcare because ive had my other imac since 2005  without a hiccup.
    Ive rendered out 3d animations using the cpu at 100% for days and it still runs fine.
    Havent even used my new imac for anything that would put stress on it.
    What i do notice is that it runs hot all the time. ever since I got it. Sometimes just doing basic stuff such as browsing safari it can get so hot where i cant touch it. my GPU normally stays at around 70C and the hottest its been was 80C which is still safe. The alluminum is supposed to transfer heat better but all it does is retain heat more and get super hot. the old plastic one i have is 10x cooler.
    What i did notice today tho when my screen problem happened, is that the GPU temperatue is at 50C and wont go above it. I monitor the temperature with istat  and never have seen it at 50C and below unless i am just doing a fresh boot.
    What really concerns me tho is how the screen went out so close to when my warranty expired.

  • Migration Assistant fails after showing 157 KB or 0 KB to transfer

    I spent 4 days trying to get OS X Migration Assistant to successfully migrate between two desktop machines, both running Mavericks 10.9.3.
    The two machines were connected by an ethernet cable, and all migrations would fail after 16-24 hours, with the progress bar stalling out at "Less than one minute remaining".
    Before every failed transfer, Migration Assistant would inaccurately show "157 KB selected" for transfer if the "Computer & Network Settings" option was checked, or "0 KB selected" for transfer if only the "Applications" or "Documents & Data" options were checked.
    I finally realized that the migrations were failing because I was opening and clicking through Migration Assistant on both the source and target machines at around the same time.
    The eventual solution was to open Migration Assistant on the source machine first, and click through as far as I could until the source machine was actively looking for other machines on the network.
    As long as I waited until then to open Migration Assistant on the target machine, it would correctly calculate the size of the files to be transferred and the migration would succeed.
    So, the order in which you open Migration Assistant seems to make a big difference: source first, then target.
    My problem is solved, but only after several days of hassle, so I wanted to post this in case other people had a similar issue.
    (I tried many suggested fixes that did not work, included reinstalling OS X on the target machine, running disk repair and fixing permissions on both source and target, changing file sharing on the source machine to include the whole drive, trying to migrate Applications and Documents & Data separately, turning off wifi before the transfer, etc.)

    Thanks for posting this.  I was having the same problem.  You saved me hours, maybe days, of frustration!

  • Clone to DEV fails after JRE plug-in upgrade to 1.7.0_75

    DB - 11.2.0.3 - zLinux - s390
    APP - 12.1.3 - Suse Linux - x86_64 - SP2
    We're attempting to clone from our PROD environment to one of our DEV environments - and the clone steps fail.After laying the filesystem down, I run
    perl adcfgclone.pl appsTier
    and I receive the error......
    sh: /ds01/mclebs/SID/apps/apps_st/comn/clone/bin/../jre/bin/java: No such file or directory
    Then based a note I saw online, I rename java executable to java_old and create a symbolic link to the location of java (/usr/bin/java)
    Then I try running the clone step (perl adcfgclone.pl appsTier) again
    This time I receive the following errors in the ApplyAppsTier_05011354.log file as shown below.......
    Started ApplyAppsTier at Fri May 01 13:54:38 CDT 2015
    Version:
      ApplyAppsTier.java : 120.4
    # Calling ApplyAppsTechStack...
    Executing runInstallDriver...
    Started unzipping files...
    Completed runInstallDriver.
    Executing home registration for s_weboh_oh...
    Registering using Registration Driver
    /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/driver/regclone.drv
    instantiate file:
       source : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/template/adouiweboh.pl
       dest   : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
       backup : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl to /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/out/ouicli.pl
       setting permissions: 700
       setting ownership: applmgr:ebsapps
    instantiate file:
       source : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/template/adlnkweboh.sh
       dest   : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh
       backup : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh to /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/out/adlnkweboh.sh
       setting permissions: 700
       setting ownership: applmgr:ebsapps
    instantiate file:
       source : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/template/txkstubcfg1013.pl
       dest   : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl
       backup : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl to /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/out/txkstubcfg1013.pl
       setting permissions: 700
       setting ownership: applmgr:ebsapps
    instantiate file:
       source : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/template/apachectl_sh_1013_oh.tmp
       dest   : /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl
       backup : /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl to /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/out/apachectl
       setting permissions: 700
       setting ownership: applmgr:ebsapps
    Executing script in InstantiateFile:
    /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /ds01/mclebs/$SID/apps/apps_st/appl/au/12.0.0/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
    RC-50208: Exception  in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl": java.io.IOException: error=2, No such file or directory
    script returned:
    Exception in TimedProcess...Failed to  execute command = /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /ds01/mclebs/$SID/apps/apps_st/appl/au/12.0.0/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl -nopromptmsg****************************************************
    Executing script in InstantiateFile:
    /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh
    script returned:
    adlnkweboh.sh started at Fri May  1 13:54:41 CDT 2015
    Log file located at /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/logs/ora/10.1.3/install/make_05011354.log
    Error while running adlnkweboh.sh.
      return code = .9
    Please check logfile located at /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/logs/ora/10.1.3/install/make_05011354.log
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /ds01/mclebs/$SID/apps/apps_st/appl/au/12.0.0/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl
    RC-50208: Exception  in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl": java.io.IOException: error=2, No such file or directory
    script returned:
    Exception in TimedProcess...Failed to  execute command = /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /ds01/mclebs/$SID/apps/apps_st/appl/au/12.0.0/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl -nopromptmsg****************************************************

    Hi,
    Have you checked the file location of the executable - java and perl.
    Check the file permissions.
    export PATH for the JAVA/perl and retry.
    Regards,
    Krish

  • Upload to Blurb fails after exactly 30 minutes (There was an error uploading your book's pages...)

    After exactly 30 minutes after the upload has started, I get this error:
    There was an error uploading your book's pages.  Would you like to try again?  The choices given are "Retry Upload" and :"Cancel"
    When I retry, the same thing happens - fails after exacly 30 minutes.  I am using a window 7 pc (with Service Pack 1) and using Lightroom 5.4.  I have turned off my firewall and antivirus programs, rebooted, and connected directly to my router (not wireless) and ensuring my pc does not go to sleep, but did nothing I try wil help. 
    Anyone else get this?  Any ideas?  Thanks!

    Hello,
    I had this problem as well - the upload to Blurb would not work. Creation of a PDF and export as JPEG in the book module worked.
    For me, the solution was to turn off the Windows Firewall while uploading. Now it works!
    Two-in-Love (Photographe de Mariage en Suisse Romande)
    http://www.two-in-love.ch

  • Call fails after last update

    Can anyone help me, after the last update from Apple to my iphone 3g I get call fail after call fail. It is getting embarassing at work where I rolled these phone out.

    Standard troubleshooting is
    1)Reset: reset your iPhone by pressing the home and sleep buttons until you see the Apple logo, ignoring the slider. Takes about 5-15 secs of button holding and you won't lose any data or settings.
    2)Restore as new or from backup: see page 141 of the manual for details...http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf
    Note the last sentence of the Restore paragraph... "In iTunes, you can also restore from a backup without deleting data stored on iPhone."
    Message was edited by: paulcb

  • After a rebuild/repair of my photo library thumbnails are missing for RAW images.

    Every few months I rebuild my iPhoto library to make sure the database stays clean and up to day. This time was different though - after the rebuild/repair of my photo library thumbnails are missing for all RAW images (Canon). Images from other cameras and jpegs are all fine. Only the events with Canon RAW images have no thumbnails.
    I am rebuilding the thumbnails once again but has anyone else seen this issue? Losing thumbnails to RAW images during a rebuild?

    Every few months I rebuild my iPhoto library to make sure the database stays clean and up to day.
    There is no need to do this. It doesn't achieve anything.
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to rebuild the thumbnails. It can take 3 or 4 goes for this to work

  • RME 4.3.1 device update failing 'WARNING : Cat3560(7.3):Consistency check failed for base package SharedNetshowIOS'

    Hi Guys,
    I'm having some issues updating the device packages for my RME 4.3.1 install.
    I've downloaded and tried to update the 'Cat3560.zip' package via the GUI, but the job fails with the above error.
    I pulled up the PSU.log and found the following:
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [CMPSUAdapter : <clinit>]  : isExistsVersionFile=true
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [CMPSUAdapter : <clinit>]  : _CURCMVER=5.2.1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [CMPSUAdapter : <clinit>]  : CMF Package Map Available.
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [CMPSUAdapter : <clinit>]  : CMVERSION=5.2.1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [CMPSUAdapter : <clinit>]  : MDFVERSION=1.41
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : <clinit>]  : isExistsVersionFile=true
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : getProperty]  : VERSION=4.3
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : getProperty]  : PATCHVER=1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : <clinit>]  : _CURRMEVER=4.3.1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : getProperty]  : Mdf=1.41:MDF Package
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : <clinit>]  : RMEVERSION=4.3.1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : <clinit>]  : MDFVERSION=1.41
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [CMPSUAdapter : <clinit>]  : isExistsVersionFile=true
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [CMPSUAdapter : <clinit>]  : _CURCMVER=5.2.1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [CMPSUAdapter : <clinit>]  : CMF Package Map Available.
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [CMPSUAdapter : <clinit>]  : CMVERSION=5.2.1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [CMPSUAdapter : <clinit>]  : MDFVERSION=1.41
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [PackageManager : initAdapters]  : Adapter for CM already loaded.
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [PackageManager : initAdapters]  : Adapter for CVW already loaded.
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [DFMPSUAdapter : <clinit>]  : isExistsVersionFile=true
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [DFMPSUAdapter : <clinit>]  : _CURDFMVER=3.2.0
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [DFMPSUAdapter : <clinit>]  : CMF Package Map Available.
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [DFMPSUAdapter : <clinit>]  : DFMVERSION=3.2.0
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [DFMPSUAdapter : <clinit>]  : MDFVERSION=1.41
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : <clinit>]  : isExistsVersionFile=true
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : getProperty]  : VERSION=4.3
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : getProperty]  : PATCHVER=1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : <clinit>]  : _CURRMEVER=4.3.1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : getProperty]  : Mdf=1.41:MDF Package
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : <clinit>]  : RMEVERSION=4.3.1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : <clinit>]  : MDFVERSION=1.41
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [PackageManager : initAdapters]  : Adapter for RME already loaded.
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [PackageManager : initAdapters]  : Adapter for CVW already loaded.
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : <clinit>]  : isExistsVersionFile=true
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : getProperty]  : VERSION=4.3
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : getProperty]  : PATCHVER=1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : <clinit>]  : _CURRMEVER=4.3.1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : getProperty]  : Mdf=1.41:MDF Package
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : <clinit>]  : RMEVERSION=4.3.1
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [RMEPSUAdapter : <clinit>]  : MDFVERSION=1.41
    [ Thu May 27 10:11:49 PDT 2010 ] INFO   [PackageManager : initAdapters]  : Adapter for RME already loaded.
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PackageManager : installPackages]  : Locking package repository..
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PackageInstaller : installStep_resolve]  : Checking Dependencies...
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : pickUnselectedBasePackages]  : SharedSwim2900XL has 17 dependent packages
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[ImageParserAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Lower version of dependent package[SharedDcmaIOS] installed
    [ Thu May 27 10:11:50 PDT 2010 ] ERROR  [PsuPkgResolver : pickUnselectedBasePackages]  : Consistency check failed for base package SharedDcmaIOS
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[DistributionAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Lower version of dependent package[LibSwim] installed
    [ Thu May 27 10:11:50 PDT 2010 ] ERROR  [PsuPkgResolver : pickUnselectedBasePackages]  : Consistency check failed for base package LibSwim
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[SwimJobOptionsAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[ImageAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[SoftwareAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[ConfigAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Lower version of dependent package[LibCommon] installed
    [ Thu May 27 10:11:50 PDT 2010 ] ERROR  [PsuPkgResolver : pickUnselectedBasePackages]  : Consistency check failed for base package LibCommon
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[SystemAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[ImageListAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[ContainmentAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[FlashAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[MemoryAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[RemoteStageAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Dependent package[SwimCCOAG] already installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PsuPkgResolver : isConsistentBaseAbsent]  : Lower version of dependent package[SharedSwimIOS] installed
    [ Thu May 27 10:11:50 PDT 2010 ] ERROR  [PsuPkgResolver : pickUnselectedBasePackages]  : Consistency check failed for base package SharedSwimIOS
    [ Thu May 27 10:11:50 PDT 2010 ] WARN   [PsuPkgResolver : pickLatest]  : No packages to pick ..Empty package set passed .
    [ Thu May 27 10:11:50 PDT 2010 ] ERROR  [PsuPkgResolver : populateResolverResult]  : All selected packages failed consistency check..
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [SimpleProgress : progressInfo]  : Progress: WARNING: SharedSwim2900XL(2.2.3): Consistency check failed for base package SharedDcmaIOS
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PackageInstaller : installStep_resolve]  : Packages selected for install (satisfies consistency check) : []
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [SimpleProgress : progressInfo]  : Progress: No packages to be installed
    [ Thu May 27 10:11:50 PDT 2010 ] INFO   [PackageManager : installPackages]  : Creating maps in D:\CSCOpx\www\classpath\com\cisco\nm\xms\psu\pkgs\rme
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.11.2.3.7.5.19 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6010 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6020 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6030 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7101 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.8110 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6040 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7102 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7201 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6050 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7103 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7301 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6060 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7203 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7401 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7501 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7303 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7213 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6070 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7502 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7223 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7503 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7504 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:17 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : * not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:12:31 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.9.1.99999999 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6010 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6020 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6030 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7101 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.8110 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6040 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7102 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7201 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6050 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7103 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7301 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6060 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7203 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7401 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7501 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7303 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7213 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.6070 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7502 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7223 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7503 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:42 PDT 2010 ] WARN   [CreateMaps : createPackageMaps]  : oid : 1.3.6.1.4.1.141.1.1.7504 not found in D:\CSCOpx\lib\classpath\com\cisco\nm\cwcs\mdf\mdfdata.xml . Hence it will not be added to the device map.
    [ Thu May 27 10:13:44 PDT 2010 ] INFO   [PackageManager : installPackages]  : Releasing lock...
    [ Thu May 27 10:13:44 PDT 2010 ] INFO   [DeviceSupportHistory : init]  : Loading history db fromD:\CSCOpx\lib\classpath\com\cisco\nm\xms\psu\conf\historyDB
    [ Thu May 27 10:13:44 PDT 2010 ] INFO   [DeviceSupportHistory : init]  : Number of Events Loaded in init()6
    Before i started to bug TAC, I figured I'd post this here.
    Let me know your thoughts

    Looks like your package repository has been corrupted.  TAC can provide a procedure  to recover from this corruption.  The following DOC indicates  why this can happen and has suggestions on how to avoid these problems  from re-occuring.

  • "Save as... eps" fails after 253 pages

    Hello,
    Save long pdf as single eps pages fails after 253 pages (osx lion 10.7.5, acrobat pro X) getting error 11.
    It's a known issue? How to work around?
    Thanks a lot
    ps. Acrobat pro 9 works fine exporting all pages

    No prob saving the same document  with AA9. All pages are exported from multipage pdf to single page eps files.
    No images in document, just vectorial text I have to maintain ...and eps format it's ok.
    With AA9 I've done this many times always with good result but now get this prob with AApro10.
    Thanks for reply

  • Backup Fails after several successful days - errors "Device is not ready" & "The System cannot find the path specified"

    Well I am back again, with another backup issue. After fixing one issue with the backup failing after a reboot, I have encountered another which is starting to cause me a lot of headaches.
    The setup is thus - the backups run on a host machine running Windows Server 2012, this hosts three VM's (1x Server 2012 and 2x2008 Since the 19th of December a single backup drive has been attached for the backups (not ideal but the company had closed for
    the holidays) up until the 26th these backups were working flawlessly. 
    On the 26th the backup completed with warnings, transferring a good 90% of the data to the backup (2/3 VMs). On the 27th it transferred a bit more at around 95% (2/3 VMs).  On the 28th, it didn't completely backup a single VM.
    On the 28th this error appeared in the event logs and after checking in the snap-in the same errors appear on the warning days as the errored day.
    The backup operation that started at '‎2014‎-‎12‎-‎28T20:30:09.774946400Z' has failed with following error code '0x80780049' (None of the items included in backup were backed up.). Please review the event details for a solution, and then rerun the backup
    operation once the issue is resolved.
    Thanks in advance/

    Hi,
    Please check the detailed error message in the backup log files in C:\Windows\Logs\WindowsServerBackup. In additional, you could go through the similar thread to help troubleshoot this issue:
    Windows 2012 Backup for HyperV failed with error code '0x80780049'
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/f1a0c9c6-7b4c-409c-b4da-c145b8b59eb1/windows-2012-backup-for-hyperv-failed-with-error-code-0x80780049?forum=winserverhyperv
    Best Regards,
    Mandy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

Maybe you are looking for

  • OIM 9.1.0.18 - Unable to create User MailBox in Exchange 2007

    Hi, I am using OIM 9.1.0.18 configured AD resource with SSL (636). AD SSL is done. I was able to provision user & change passwords too. Remote Manager is configured & running fine. Exchange Connector version *9.1.1.4* Followed ActiveDirectoryExcServ_

  • Creating Process Workflow

    Dear All, Dear All, I had some mappings in my OWB and I don't want to run them individually, I want all of them to run at once in a specific order by a single click. I read that i can do that with Process flow. Im using OWB 10.2 R2 so I tried to crea

  • Keyboard not working correctly

    Hi there i have and intel iMac (one of the first) and I have a bluetooth apple keyboard. I have found that if I use the num-pad to the right the hole system locks up. I can only move my mouse (USB) but not click on any thing. I have plugged in my app

  • 3G Data does not compute.

    I just hooked up my Ipad 2 to the Bell Canada network two days ago. When I login to their site to check my usage it says 35MB total. On my Ipad it says upload 4MB and Download 20MB. That is almost 1/3 difference. Has anyone noticed this? If it doesn'

  • 929-Fatal MCA Error detected CPU 0

    We have a Z420 that will not boot.  It returns: 929-Fatal MCA error.CB0/LLC0 error detected CPU 0Memory hierachy error The Manual has no suggested fix.  Any Ideas? Thanks!