After downgrade from weblogic 10.3.2 to 10.3.1 i get ValidationException

hi all,
i am using JPA with weblogic 10.3.1.
at first we used weblgoic 10.3.2 and unfortunately we need to downgrade to 10.3.1.
Then i get the following exception
<Jan 20, 2010 2:32:53 PM SGT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request w
ith ID '1263969169713' for task '0'. Error is: 'weblogic.management.DeploymentException: '
weblogic.management.DeploymentException:
at weblogic.application.internal.flow.JpaFlow.prepare(JpaFlow.java:44)
at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:609)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:185)
at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:53)
Truncated. see log file for complete stacktrace
Exception [EclipseLink-7244] (Eclipse Persistence Services - 1.1.1.v20090430-r4097): org.eclipse.persistence.exceptions.
ValidationException
Exception Description: An incompatible mapping has been encountered between [class sg.com.stee.stars21.cu.entity.TeamMem
ber] and [class sg.com.stee.stars21.cu.entity.RegistrationAuthority]. This usually occurs when the cardinality of a mapp
ing does not correspond with the cardinality of its backpointer.
at org.eclipse.persistence.exceptions.ValidationException.invalidMapping(ValidationException.java:1142)
at org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.OneToOneAccessor.process(OneToOneAccessor.ja
va:101)
at org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor.processRelationship(Rel
ationshipAccessor.java:362)
at org.eclipse.persistence.internal.jpa.metadata.MetadataProject.processAccessorsWithRelationships(MetadataProje
ct.java:645)
at org.eclipse.persistence.internal.jpa.metadata.MetadataProject.process(MetadataProject.java:634)
Truncated. see log file for complete stacktrace
>
<Jan 20, 2010 2:32:53 PM SGT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for
With Regards,
WP

hi,
Thanks for reply. here is my two class and mapping.
it is suppose to be one to one mapping. and it is working fine on 10.3.2. i think 10.3.1 do validation. but i have no idea how they really validate this two class.
with Regards,
WP
@Entity
@NamedQueries({
@NamedQuery(name = "TeamMember.findAll", query = "select o from TeamMember o")
, @NamedQuery(name = "TeamMember.findByMemberId", query = "select o from TeamMember o where o.memberId=:p_memberId")
@Table(name = "TEAM_MEMBER")
public class TeamMember implements Serializable, ISTARS21Entity {
@SequenceGenerator(name = "TEAM_MEMBER_GEN", sequenceName = "TEAM_MEMBER_SEQ", initialValue = 1, allocationSize = 1)
@Id
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "TEAM_MEMBER_GEN")
@Column(name="MEMBER_ID", nullable = false)
private Long memberId;
@Column(length = 4000)
private String name;
@ManyToOne
@JoinColumn(name = "TEAM_ID")
private Team team;
*@OneToOne(mappedBy = "teamMember")*
private RegistrationAuthority registrationAuthority;
public TeamMember() {
@Column(name="AMETHOD_BATCH", length = 100)
private String amethodBatch;
@Column(name="AMETHOD_HDB", length = 100)
private String amethodHdb;
@Column(name="AMETHOD_PRIVATE", length = 100)
private String amethodPrivate;
@Column(name="CT_ISSUE", length = 100)
private String ctIssue;
@Column(name="PROCESS_CAVEAT_BATCH", length = 100)
private String processCaveatBatch;
@Column(name="PROCESS_CAVEAT_NORMAL", length = 100)
private String processCaveatNormal;
@Column(name="SMETHOD_BATCH", length = 100)
private String smethodBatch;
@Column(name="SMETHOD_HDB", length = 100)
private String smethodHdb;
@Column(name="SMETHOD_PRIVATE", length = 100)
private String smethodPrivate;
@Column(name="USUAL_BATCH", length = 100)
private String usualBatch;
@Column(name="USUAL_HDB", length = 100)
private String usualHdb;
@Column(name="USUAL_PRIVATE", length = 100)
private String usualPrivate;
@Column(length = 100)
private String withdraw;
*@Id*
*@OneToOne*
*@JoinColumn(name = "MEMBER_ID")*
private TeamMember teamMember;
}

Similar Messages

  • After moving from weblogic 10.0.0 to Weblogic 10.3.3 - JMSException

    After moving from weblogic 10.0.0 to Weblogic 10.3.3, web-application began to raise next exception:
    <Dec 4, 2012 3:52:05 PM CET> <Error> <HTTP> <pl-1> <traffic-1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1354632725104> <BEA-101017> <[ServletContext@518010907[app:XXXX-XXXX module:/XXXXXX-connector-servlet path:/XXXXXX-connector-servlet spec-version:2.5]] Root cause of ServletException.
    javax.jms.JMSException: [JMSPool:169801]The JMS method setMessageListener may not be called inside an EJB or servlet
    at weblogic.deployment.jms.JMSExceptions.getJMSException(JMSExceptions.java:22)
    at weblogic.deployment.jms.WrappedMessageConsumer.preInvocationHandler(WrappedMessageConsumer.java:116)
    at weblogic.deployment.jms.WrappedMessageConsumer_weblogic_jms_client_WLConsumerImpl.setMessageListener(Unknown Source)
    at XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.createAndStart(OperatorMessageSession.java:174)
    at XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.getWork(XXXXXXXXXServlet.java:265)
    at XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.doRequest(XXXXXXXXXServlet.java:168)
    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:100)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3700)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3664)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2276)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2175)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1452)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Could anybody help me with this problem? Maybe there are any standard ways to fix this?

    I've rebuilt my web-application using MDB. For now I got new exception:
    ####<07.12.2012 16:03:06 FET> <Info> <EJB> <pc-XXXXXX> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-00340877198035A73969> <> <1354885386932> <BEA-010227> <EJB Exception occurred during invocation from home or business: weblogic.ejb.container.internal.StatelessEJBHomeImpl@14df37f threw exception: javax.ejb.EJBTransactionRolledbackException: EJB Exception: : java.lang.ClassCastException: com.XXX.XXXX.XXXXXX.persistence.OperatorBean cannot be cast to com.XXX.XXXX.XXXXXX.persistence.SwitchboardBean
         at com.XXX.XXXX.XXXXXX.SwitchboardDataImpl.initialize(SwitchboardDataImpl.java:147) // itsSwitchboardBean = itsEntityManager.find(SwitchboardBean.class, switchboardNumber);
         at com.XXX.XXXX.XXXXXX.SwitchboardDataImpl.create(SwitchboardDataImpl.java:86)
         at com.XXX.XXXX.XXXXXX.SwitchboardDataEJB.create(SwitchboardDataEJB.java:64)
    persistence.xml:
    ...     <persistence-unit name="xxxSwitchboard_PU" transaction-type="JTA">
              <provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>
    <jta-data-source>jdbc/xxSwitchboard</jta-data-source>
    <non-jta-data-source>jdbc/xxSwitchboard</non-jta-data-source>
              <class>com.XXX.XXXX.XXXXXX.switchboard.persistence.OwnerBean</class>
              <class>com.XXX.XXXX.XXXXXX.switchboard.persistence.OperatorBean</class>
              <class>com.XXX.XXXX.XXXXXX.switchboard.persistence.SwitchboardBean</class>
              <class>com.XXX.XXXX.XXXXXX.switchboard.persistence.CallBean</class>
              <exclude-unlisted-classes>false</exclude-unlisted-classes>
         </persistence-unit>...
    @Entity
    public class OperatorBean extends OwnerBean
    @ManyToOne(optional = true, fetch = FetchType.EAGER)
    private SwitchboardBean switchboard;
    @Entity
    public class SwitchboardBean extends OwnerBean
    @OneToMany(mappedBy = "switchboard", cascade = CascadeType.PERSIST, fetch = FetchType.LAZY)
    private List<OperatorBean> itsOperators = new ArrayList<OperatorBean>();
    Seems that it also happened due to updating weblogic version. Could you please advice me how to fix this issue?

  • Iphone stuck in emergency mode after downgrade from 4.0.2 to 4.0?

    iphone stuck in emergency mode after downgrade from 4.0.2 to 4.0?
    Upgraded to 4.0.2 last night. Immediately, itunes would no longer detect my iphone. Decided I had to downgrade back to 4.0 again. Learned I cannot do that easily, so i found a .ipsw file of firmware 4.0 online, and downloaded it. Started up my iphone attached to itunes in restore mode, held down shift, and clicked restore button. Successfully restored the 4.0 file I had downloaded.
    At the first boot, it was stuck in emergency mode. I even tried to restore the default itunes backup after that, it was still stuck in emergency mode.
    Anyone know how i fix this iphone? I have no interest in jailbreaks, i am in a 2 year contract with AT&T.

    omg, it just fixed itself! i installed a brand new itunes on my laptop (which has never had itunes app before)
    plugged in my iphone, it detected it right away and said "activated"! my phone is working again and has its phone number back.
    now i did notice that the 4.0 is indeed slow, so i do want to try going back to 3.1.3 also.

  • Memory leak after connect from Weblogic 8.1 to oracle 9.1.2

    Hi,
    I have a application migrated from Weblogic 6.1 to Weblogic 8.1. It is working
    fine in weblogic 6.1. But it has memmory leak in weblogic 8.1. My current system
    is
    Solaris 9 with weblogic 8.1(SP2)
    Solaris 9 with oralce 9i
    The problem happen when the application is running for some time. All memory
    is ate out in oracle instance. But the weblogic is alive. And in fact oracle
    is alive too but it is not allowed for any future connection. Then after that,
    all hang. We need to restart both webligc and oracle instances.
    Does anyone can help on this? Is any specicial things in weblogic 8.1 for JDBC
    connection? Thank you very much.
    Yang Lin

    "YangL" <[email protected]> wrote in message news:[email protected]..
    I have a application migrated from Weblogic 6.1 to Weblogic 8.1. It is working
    fine in weblogic 6.1. But it has memmory leak in weblogic 8.1. My current system
    is
    Solaris 9 with weblogic 8.1(SP2)
    Solaris 9 with oralce 9i
    The problem happen when the application is running for some time. All memory
    is ate out in oracle instance. But the weblogic is alive. And in fact oracle
    is alive too but it is not allowed for any future connection. Then after that,
    all hang. We need to restart both webligc and oracle instances.
    Does anyone can help on this? Is any specicial things in weblogic 8.1 for JDBC
    connection? Thank you very much.Check with your DBA - he/she should have enough tools to tell
    what has happened on the Oracle side.
    Regards,
    Slava Imeshev

  • Error while installing SBO Server after downgrading from PL12 to PL04

    Hi,
    Please help. I need to downgrade from SAP Business One 2005A PL12 to PL04. I removed all SBO components and deleted the SBO Common database.
    When trying to install again, Server Tools installs ok, but the SBO Server installation fails.
    Anyone?
    Thanks,
    Jose

    Jose,
    I am not sure of the error that you are currently getting, but a common issue that can case an install or re-install and issue is that you not only need to remove the SBO Common and company databases using the SQL Enterprise Manager, but you also need to and or should check that after deleting the databases through the Enterprise manager that they are still not residing on the hard disk.  You need to check and if needed delete these databases from the SQL\Data folder on the hard drive and then you should be able to re-install.  If you still have a problem, you should log a message with SAP Support as the forum you have posted your question in is for questions related to the Business One SDK.  The question you have posted is an installation question.
    HTH,
    Eddy

  • Can't find photos after downgrading from Mountain Lion to Snow Leopard

    I downgraded from Lion to Snow Leopard as my comuter was really slow (probably right at the min requirements for the new OS)
    I can't locate my photos from my Time Machine. How do I access these? I have reinstalled everything back to Lion to try to get them off my Time Machine as it currently won't let me go back in time past the date when I down graded to Snow Leopard..
    I am a dead man if I don't find the photos of our kids....

    A good ressource for Time Machine questions is Pondini's Time Machine - Troubleshooting
    Have a look at the section Time Machine - Troubleshooting E2. I can't see some backups
    as it currently won't let me go back in time past the date when I down graded to Snow Leopard..
    You probably now have two different Time Machine backups - after the downgrade TM started a new one. Have you inspected your backup disk in the Finder and looked what backups are there?
    You should see a folder "Backups.backup.db" and inside the current backups for the computers you are syncing. Is there more than one? Open the folders and look at the dates. Is there any backup from last year?
    Regards
    Léonie

  • My iPod touch 5th generation data lost after downgrade from ios 8 to ios 7.1.2

    I have just downgraded my iPod touch 5th generation from ios 8 to ios 7.1.2 . after downgrading, all my data (apps, music, document) in the iPod touch were lost, but photos were manage to recover. when I connect to the computer, it show that others in the capacity column used up almost 18 GB of memory. What is in others? Why it used up so much memory?  How can I recover my lost data?

    You may not be able to restore the data since when you downgrade from a backup made with a new iOS version data does not transfer.
    An "other" larger than about 1 1/2 GB indicates corrupted files.
    What is the Other on my iPhone and How to Remove It
    What is "Other" and What Can I Do About It?
    Next, usually restoring from backup eliminated the corrupted files. However, sometimes restoring to factory settings/new iPod is required.
    To restore from backup see:
    iOS: How to back up
    To restore to factory settings/new iPod see:
    iTunes: Restoring iOS software

  • Iphoto problems after downgrade from Yosemite to OSX 10.8.5

    After a successfull downgrade from Yosemite to 10.8.5 Mountain Lion my ( 'old Yosemite' ) iPhoto backup is not compatible with iPhoto reinstall.
    Is there a way to repair or fix this problem?
    My patience involving the dramatic Yosemite 'upgrade' is tested to the max I need to say.

    Welcome to Apple Support Communities
    OS X Yosemite uses a newer iPhoto version than OS X Mountain Lion, so it is normal that you cannot use your iPhoto library in Mountain Lion again.
    Maybe you will not like what I am going to tell you, but have you tried a Yosemite clean install instead of an upgrade? A lot of users have reported problems with the upgrade to Yosemite, and a clean installation fixes all these problems, because you are going to format the hard drive and install OS X Yosemite as new. I recommend you to try this.

  • Windows XP Pro SP2 cd-rom after downgrading from Vista

    Hi everybody.
    I successfully downgraded my T61p from Vista to XP Pro SP2 using the downgrade cd-roms send by Lenovo.
    Everything seems to work well. I downloaded all drivers. No problem.
    But I recently installed a rather old software that I frequently used on my old A31p. This software (a Microsoft program !) has automatically modified some files from XP Pro without any autorization. 
    Once it was done, I was asked by the system to insert the original Windows XP Pro SP2 cd-rom to repair this modification.
    Of course, the (Vista to XP) downgrade cd-rom set was not recognized by the Thinkpad as the original XP set.
    An original cd-rom which I finally don't have !
    I tried with an original XP Pro SP2 cd-rom bought a few years ago for my A31p. Unsuccessful.
    Where could I find the XP Pro SP2 cd-rom corresponding to the downgraded system ?
    Thanks for your help and suggestions.
    Regards.
    J.L.
    Jean-Louis L.
    Thinkpad A31p - T42p - T61p - TP Tablet

    James,
    thanks for your answer.
    But I wrote on my first post "I tried with an original XP Pro SP2 cd-rom bought a few years ago for my A31p. Unsuccessful."
    Thus, I don't see any difference between an original Microsoft Windows XP2 Pro SP2 version cd-rom and one created by burning a downloaded version of the OS. An original was not recognized, what would a copy do ?
    If possible, it might be probably better to create an XP Pro SP2 cd-rom from the "Rescue and Recovery" files which were reinstalled when downgrading from Vista to XP. (I hate the word "downgrade" : while I was doing it, I had the feeling I was upgrading my Thinkpad !)
    I have been using for several years (and still use) an A31p (Since 2002, 8 to 10 hours a day) and a T42p. IMHO, the T61p is the same category of "great" notebooks. Thinkpads are really the best notebooks I have ever used. I noted no significant difference between IBM and Lenovo Thinkpads.
    Jean-Louis L.
    Thinkpad A31p - T42p - T61p - TP Tablet

  • Upgrade Safari 1.2 to 1.3.1 after downgrade from Tiger to Panther

    I wished to restore performance to my G3 iBook by downgrading from Tiger to Panther, and have been successful with that and have restored all apps to Panther versions except for Safari. The downgrade (archive and install) left Safari 2.0 on my HD for some reason, which of course wouldn't launch under 10.3.9. I dragged Safari 2 to the trash, downloaded Safari 1.2 which installed fine. However when I try to upgrade now to 1.3.1, I am told by the installer that the software cannot be used with the disc volume (the system volume) I choose to install to.
    (BTW, invoking Software Update says my software is all up to date, even though I'm only on Safari 1.2.)
    I've seen the other threads which have suggested removing Safari pkg receipts from /library/receipts, but this hasn't helped me in this case; I can't find any thread that had a successful resolution yet. Anything else anyone can suggest? Many thanks.
    iBook 12" G3 800 Mhz Mac OS X (10.3.9) downgraded from Tiger
    iBook 12" G3 800 Mhz   Mac OS X (10.3.9)   downgraded from Tiger

    Mark:
    Welcome to Apple Discussions.
    You can try using Pacifist to extract Safari from your install disk and install it. You may then be able to upgrade it more easily, although I can't promise that for sure.
    Unless you are absolutely wedded to Safari, I find Camino to be at least as good (I think better) as Safari, and looks almost identical, so that there should not be much of a learning curve. I also use Firefox and especially like it for the measure of security it provides.
    Please do not hesitate to post back with further questions or comments.
    Good luck.
    cornelius

  • Soundcard does not after downgrade from Vista to Xp on Equium L350

    Hi I have an Eqium L350 Laptop and i just recently downgraded from Vista to XP.
    All other drivers work fine apart from my Sound Card.
    Does anyone know where to get the drivers i need for my laptop?
    I know what the drivers are called
    VIA AC'97 Audio Controller (WDM and SIS 7018 Audio Driver
    Only problem is i dont know what ones work with my Toshiba L350-10L
    There is different versions of these drivers.Does anyone know anyone which one it is?
    Thanks in advance :)

    Realtek do not have the sound card drivers are you sure it is a Realtek card?
    I have seen L350 -10L models with the Realtek ALC268.
    But i have installed the Realtek ALC268 Audio Codecs and when i check on Driver Detective and Driver Max it displays the ones i mentioned when i started this topic.
    If you can could you maybe find me a link to both drivers that will install and work with my model of laptop from Toshiba if it is not too much trouble for you?
    Thanks alot in advance :D

  • Help (please) w/ Full System Restore after downgrading from Snow to Leopard

    Yes. I should have created a separate partition, cloned the drive, etc…. But everything was working so well I figured an upgrade to SL would make things amazing. Wrong.
    So I downgraded from Snow Leopard to Leopard, using a clean Erase and Install from the OSX DVD that came with my Mac. Told by an AppleCare techie that I could restore my system from a Time Machine BackUp, I was confident that when the install successfully completed I would be able to restore from the TM Backup I made PRIOR TO installing Snow Leopard.
    However, the 'restore system from time machine…' option that came up at the end of the Leopard installation told me I only have one TM backup, the latest one made under Snow Leopard (which obviously cannot be used to restore a system now running on Leopard.
    When I log into the OS, I can open TM and choose the last 10.5 (Leopard) backup I made, but it seems to only let me restore the 'Macintosh HD' as a folder. So here is where I am stuck:
    How can I restore my system - now on a clean install of Leopard - to the last TM backup I made under the selfsame OS. {Sorry if this is a simpleton question - I just really do not want to ** anything up}.

    .adamo wrote:
    Thanks, Pondini -
    Good to know the AppleCare rep. I talked to (apparently) knew nothing about time machine or how to restore a system from it. I was given nothing but wrong and bad advice…
    Yeah, unfortunately that seems to happen on occasion. They don't seem to have access to decent info on things they don't understand, or just "wing it" or something.
    Anyway, the erase and install happened, so at least my system is 'fresh'. I booted from the OSX DVD, went into the Utilities menu, found the TM Back-up I wanted, et voila. But it seems I could have bypassed the whole erase/install thing and just restored with the BackUp from TM.
    So I must say, to Apple's credit, that TM works extremely well, and exactly as described; couldn't have been more painless (not what I'm used to with computers, at all).
    That's why you got a Mac! (They're certainly not perfect, but they're pretty good!).
    Glad it's sorted out, and thanks for the star!

  • [SOLVED] Unable to boot after downgrading from 2.6.38 to 2.6.37

    After experiencing some issues with 2.6.38 and my Intel video card (external monitor support). I decided to go back to 2.6.37 for the time being.
    I went into my /var/cache/pacman/pkg and typed in:
    pacman -U kernel26-2.6.37-6-x86_64.pkg.tar.xz kernel26-headers-2.6.37-6-x86_64.pkg.tar.xz linux-api-headers-2.6.37-1-x86_64.pkg.tar.xz
    warning: downgrading package kernel26 (2.6.38.2-1 => 2.6.37-6)
    warning: downgrading package kernel26-headers (2.6.38.2-1 => 2.6.37-6)
    warning: downgrading package linux-api-headers (2.6.38.1-1 => 2.6.37-1)
    resolving dependencies...
    looking for inter-conflicts...
    Targets (3): kernel26-2.6.37-6 kernel26-headers-2.6.37-6 linux-api-headers-2.6.37-1
    Total Download Size: 0.00 MB
    Total Installed Size: 96.04 MB
    Proceed with installation? [Y/n] y
    (3/3) checking package integrity [#######################################################] 100%
    (3/3) checking for file conflicts [#######################################################] 100%
    (1/3) upgrading kernel26 [#######################################################] 100%
    >>> Updating module dependencies. Please wait ...
    >>> MKINITCPIO SETUP
    >>> ----------------
    >>> If you use LVM2, Encrypted root or software RAID,
    >>> Ensure you enable support in /etc/mkinitcpio.conf .
    >>> More information about mkinitcpio setup can be found here:
    >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image "default"
    ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    :: Begin build
    :: Parsing hook [base]
    :: Parsing hook [udev]
    :: Parsing hook [autodetect]
    :: Parsing hook [pata]
    :: Parsing hook [scsi]
    :: Parsing hook [sata]
    :: Parsing hook [uresume]
    :: Parsing hook [filesystems]
    :: Parsing hook [keymap]
    :: Generating module dependencies
    :: Generating image '/boot/kernel26.img'...SUCCESS
    ==> SUCCESS
    ==> Building image "fallback"
    ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    :: Begin build
    :: Parsing hook [base]
    :: Parsing hook [udev]
    :: Parsing hook [pata]
    :: Parsing hook [scsi]
    :: Parsing hook [sata]
    :: Parsing hook [uresume]
    :: Parsing hook [filesystems]
    :: Parsing hook [keymap]
    :: Generating module dependencies
    :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    ==> SUCCESS
    (2/3) upgrading kernel26-headers [#######################################################] 100%
    (3/3) upgrading linux-api-headers [#######################################################] 100%
    Then I rebooted and to my surprise I got stuck very early during the boot process.
    sda: sda1 sda2 sda3
    sd 0:0:0:0 [sda] Attached SCSI disk
    Waiting 10 seconds for device /dev/sda3
    mount: mounting /dev/sda3 on /new_root failed: No such device
    ERROR: Failed to mount the real root device
    Hopefully I had a 2.6.39rc3-mainline entry in my grub so I selected it and was able to boot as before. I then upgraded from 2.6.37 back to 2.6.38 and guess what... still unable to boot (same message).
    What could be the root cause?
    Thanks
    Alphazo
    Last edited by alphazo (2011-04-13 14:09:20)

    Finally I got both 2.6.37 and 2.6.38 to boot again but boy it wasn't pretty. Before I start here is what I did before the boot issue.
    - Running     2.6.38.2-1 from [Core]
    - I also have 2.6.39rc3 from [miffe] repo with a dedicated entry in Grub (testing & recovery)
    - Downgraded to 2.6.37 using from /var/cache/pacman/pkg:
    pacman -U kernel26-2.6.37-6-x86_64.pkg.tar.xz kernel26-headers-2.6.37-6-x86_64.pkg.tar.xz linux-api-headers-2.6.37-1-x86_64.pkg.tar.xz
    - Rebooted
    - Boot would stop early during the process
    - Booted 2.6.39rc3
    - Upgraded to 2.6.38.2-1 via
    pacman -U kernel26-2.6.38.2-1-x86_64.pkg.tar.xz kernel26-headers-2.6.38.2-1-x86_64.pkg.tar.xz linux-api-headers-2.6.38.1-1-x86_64.pkg.tar.xz
    - Rebooted
    - Boot would stop early during the process
    - Booted 2.6.39rc3
    - Downgraded to 2.6.37 using from /var/cache/pacman/pkg:
    pacman -U kernel26-2.6.37-6-x86_64.pkg.tar.xz kernel26-headers-2.6.37-6-x86_64.pkg.tar.xz linux-api-headers-2.6.37-1-x86_64.pkg.tar.xz
    - Rebooted
    - Boot would stop early during the process
    - Booted 2.6.39rc3
    - Copied via USB kernel26.img and vmlinuz26 from a friend's PC (running same Arch configuration with 2.6.38 kernel)
    - Rebooted
    - This time, my friend's 2.6.38 would start
    - Upgraded to 2.6.38.2-1 via
    pacman -U kernel26-2.6.38.2-1-x86_64.pkg.tar.xz kernel26-headers-2.6.38.2-1-x86_64.pkg.tar.xz linux-api-headers-2.6.38.1-1-x86_64.pkg.tar.xz
    - Rebooted
    - This time, my 2.6.38 would start
    - Downgraded to 2.6.37 using from /var/cache/pacman/pkg:
    pacman -U kernel26-2.6.37-6-x86_64.pkg.tar.xz kernel26-headers-2.6.37-6-x86_64.pkg.tar.xz linux-api-headers-2.6.37-1-x86_64.pkg.tar.xz
    - Rebooted
    - Again I can boot from 2.6.37
    So overall there have been two issues. One when dowgrading from 2.6.38 to 2.6.37 while running 2.6.38 and then when downgrading to 2.6.37 or 2.6.38 while running 2.6.39.
    A bit confusing I admit but I think there is a glitch here that does bad thing when generating kernel26.img
    Alphazo

  • ICal and Mail don't work after downgrade from Lion to Snow Leopard

    Hey everyone, after an extremely awful time with with Lion (it knocked out of my audio interface AND my wireless) I downgraded back to Snow Leopard yesterday. I made a Carbon Copy of my Lion drive with all my data on an external drive (which I still have) and after wiping my local drive clean I reinstalled Snow Leopard from my disk. After it was done I chose to transfer data from another system local system (I selected everything) and an hour and a half later everything was transferred over. After doing a software update, I've found that I get big error messages with iCal, Mail, and even the App Store that say they can't open and I'm assuming that it has to do with incompatible data that got transferred from Lion. Any ideas on how to get those programs back up and running?? Thanks so much for you help!
    Luke
    ps. here's the error message from iCal
    Dyld Error Message:
      Symbol not found: _kSecOIDX509V1ValidityNotAfter
      Referenced from: /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
      Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    in /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService

    > In the device manager the two ports are listed under "other devices" and no driver is installed for them.
    Indeed the USB issue seems to be related to missing drivers.
    You have to install this USB 3.0 driver:
    [AMD USB Driver v 2.0.7.176 Windows 7 - 64 Bit|http://www.toshiba.eu/innovation/download_driver_details.jsp?service=EU&selCategory =2&selFamily=2&selSeries=178&selProduct=7534&selSh ortMod=null&language=13&selOS=30&selType=all&yearu pload=&monthupload=&dayupload=&useDate=null&mode=a llMachines&search=&action=search&macId=&country=al l&selectedLanguage=13&type=all&page=3&ID=87792&OSI D=30&driverLanguage=42]
    Furthermore you have to ensure that chipset driver was installed too.
    The notebook supports ATI graphic chip and AMD chipset. The chipset driver is part of the ATI graphic card driver and therefore you should ensure that this driver would be installed too.

  • Portege Z930 - Few questions after downgrade from Win8 to Win7

    Hello,
    I recently purchased Z930 PT234E with Win8 pre-installed. Due to company policy, I needed to downgrade it to Win7 Pro 32Bit (deleted all partitions and created one partition as normally should be done). I downloaded all drivers for OS and installed. And everything started after that;
    1- I'm trying to install TOSHIBA Smart Client Manager but returns with warning "+Before you start setting up TOSHIBA Smart Client Manager Client, copy an action masthead file for TOSHIBA Smart Client Manager Server to the setup folder.+" and I don't have that file and installation fails. *Where can I have this file for a succesful installation?*
    2- You have +hwsetup+ software preinstalled on Win8 but I couldn't find that sw / driver, even for Win8 at download pages of Toshiba *Where can I get this sw as it gives ability to configure BIOS without waiting for boot?*
    3- I see that the battery is +used+ while I left my device on hibernate. I unplug it from power adaptor after %100 charged and hibernate it. But after few hours, when I turn it on, I see it is %91! I susbect it is becuase of "+sleep and charge+" option is enabled from BIOS but I need to wait for next boot. *Any comments?*
    4- If I purchase the recovery media online from Toshiba, will this help me to install Win8 as in first boot and create the deleted partitions as in "+*factory state*+". In other wprds, will this recovery media will set my z930 to factory state with OS and partitions. +OK, I assume this media is a DVD and I know that I need to create a bootable USB from this media...No worries :)+ .
    Really thanks for reading and comments / replies :)

    > 1- I'm trying to install TOSHIBA Smart Client Manager but returns with warning "Before you start setting up TOSHIBA Smart Client Manager Client, copy an action masthead file for TOSHIBA Smart Client Manager Server to the setup folder." and I don't have that file and installation fails. Where can I have this file for a succesful installation?
    This file is not known to me and usually something like that should not appear if you would install the software in the right order.
    Before you would start to install any of the Toshiba software you have to install Toshiba Value Added package for Windows 7!
    Only if this VAP has been installed and notebook rebooted, you could follow with other tools.
    > 2- You have hwsetup software preinstalled on Win8 but I couldn't find that sw / driver, even for Win8 at download pages of Toshiba Where can I get this sw as it gives ability to configure BIOS without waiting for boot?
    System driver package which is available for Win 8 is NOT available for Win 7.
    Instead of system driver you have to installed VAP!
    > 3- I see that the battery is used while I left my device on hibernate. I unplug it from power adaptor after %100 charged and hibernate it. But after few hours, when I turn it on, I see it is %91! I susbect it is becuase of "sleep and charge" option is enabled from BIOS but I need to wait for next boot. Any comments?
    Any comments? The Sleep & Charge option as well as other options like Wake Up on LAN or keyboard may discharge the battery. So in case you dont want that, disable this in BIOS
    > 4- If I purchase the recovery media online from Toshiba, will this help me to install Win8 as in first boot and create the deleted partitions as in "factory state". In other wprds, will this recovery media will set my z930 to factory state with OS and partitions. OK, I assume this media is a DVD and I know that I need to create a bootable USB from this media...No worries .
    Yes

Maybe you are looking for

  • BT Sport App on IOS

    Getting error message when logging in saying that my BT ID is not correct yet it is the primary one and logs me in online to my BT account also other people I know are having the same problems

  • Unable to play audio video files in solaris express

    I am unable to play mp3 and avi files in my newly installed oracle solaris express. I have installed 'gnome-audio', 'gnome-media', 'gstreamer', 'gstramer/plugin/gnonlin' packages. I have even installed 'IPSFWmpeg' MPEG-1 liabrary from sunfreeware rep

  • Facetime on IPhone 5 not working?

    I have a new IPhone 5 purchased in the UK and I can't get Facetime to work or even find it. I know that it's not an app but I can't find it anywhere in settings or in my contacts. The phone doesn't seem to have it anywhere. Please help?

  • Set the default language and other preferences

    This question was posted in response to the following article: http://help.adobe.com/en_US/robohelp/robohtml/WS1b49059a33f7772672b3318712c5ece24f8-8000.h tml

  • Record selection question

    I want to return records when the field  begins with 3 alpha characters only. i.e. table.field ("starts with aaa,abc,ade,...........) Thanks