XAResource identity at startup recovery

I am trying to get my non-JDBC XAResource implementation to work with recovery in WebLogicServer. I registered the XAResource in a lifecycle listener class. A transaction in the log is prepared but not committed, but the transaction manager is not connecting this transaction with my XAResource. It is complaining about the transaction's resource being unavailable. How can I persuade WebLogic that the XAResource I registered is the one that can be used to complete this transaction?
          Specifically, what criteria does WebLogic use to associate a transaction with an XAResource at recovery time?
          Thanks

I have two XAResources. One is the subject of the test, com.odi.jmtl.XAResourceAdapter. The instance returns "JMTL XAResource for Shopping:0" from toString.
          The second XAResource is of class com.odi.examples.ejb.shopping.XAResourceTestXAResource; its toString returns "THE TEST XARESOURCE"
          When my XAResource is first enlisted, it is by way of javax.transaction.Transaction.enlistResource.
          Later, during the server restart and prior to recovery, the XAResource is registered with the TM via weblogic.transaction.TransactionManager.registerDynamicResource.
          Well, anyways, here are the relevant lines of the log.
          ####<Sep 28, 2007 11:15:33 AM EDT> <Notice> <WebLogicServer> <> <> <main> <> <> <> <1190992533001> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
          /odi/java/weblogic/921/bea.sol/weblogic92/platform/lib/p13n/p13n-schemas.jar:/odi/java/weblogic/921/bea.sol/weblogic92/platform/lib/p13n/p13n_common.jar:/odi/java/weblogic/921/bea.sol/weblogic92/platform/lib/p13n/p13n_system.jar:/odi/java/weblogic/921/bea.sol/weblogic92/platform/lib/wlp/netuix_common.jar:/odi/java/weblogic/921/bea.sol/weblogic92/platform/lib/wlp/netuix_schemas.jar:/odi/java/weblogic/921/bea.sol/weblogic92/platform/lib/wlp/netuix_system.jar:/odi/java/weblogic/921/bea.sol/weblogic92/platform/lib/wlp/wsrp-common.jar>
          ####<Sep 28, 2007 11:15:34 AM EDT> <Info> <WebLogicServer> <> <> <main> <> <> <> <1190992534107> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 1.5.0_04-b05 from Sun Microsystems Inc.>
          ####<Sep 28, 2007 11:15:37 AM EDT> <Info> <Management> <> <> <main> <> <> <> <1190992537564> <BEA-141107> <Version: WebLogic Server 9.2 MP1 Sun Jan 7 00:56:31 EST 2007 883308 >
          ####<Sep 28, 2007 11:15:46 AM EDT> <Info> <WebLogicServer> <> <> <main> <> <> <> <1190992546715> <BEA-000215> <Loaded License : /odi/java/weblogic/921/bea.sol/license.bea>
          ####<Sep 28, 2007 11:15:46 AM EDT> <Notice> <WebLogicServer> <> <> <main> <> <> <> <1190992546756> <BEA-000365> <Server state changed to STARTING>
          ####<Sep 28, 2007 11:15:46 AM EDT> <Info> <WorkManager> <> <> <main> <> <> <> <1190992546796> <BEA-002900> <Initializing self-tuning thread pool>
          ####<Sep 28, 2007 11:15:47 AM EDT> <Info> <WebLogicServer> <> <> <main> <> <> <> <1190992547121> <BEA-000214> <WebLogic Server "myserver" version:
          WebLogic Server 9.2 MP1 Sun Jan 7 00:56:31 EST 2007 883308 (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
          (c) 1999, 2000, 2001 BEA Systems, Inc.>
          ####<Sep 28, 2007 11:15:47 AM EDT> <Info> <Log Management> <> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1190992547474> <BEA-170017> <The log file /odi/java/weblogic/921/bea.sol/user_projects/domains/mydomain/servers/myserver/logs/myserver.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
          ####<Sep 28, 2007 11:15:47 AM EDT> <Info> <Log Management> <> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1190992547522> <BEA-170018> <The log file has been rotated to /odi/java/weblogic/921/bea.sol/user_projects/domains/mydomain/servers/myserver/logs/myserver.log00083. Log messages will continue to be logged in /odi/java/weblogic/921/bea.sol/user_projects/domains/mydomain/servers/myserver/logs/myserver.log.>
          ####<Sep 28, 2007 11:15:47 AM EDT> <Info> <Diagnostics> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992547838> <BEA-320001> <The ServerDebug service initialized successfully.>
          ####<Sep 28, 2007 11:15:48 AM EDT> <Info> <Store> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992548165> <BEA-280050> <Persistent store "WLS_DIAGNOSTICS" opened: directory="/odi/java/weblogic/921/bea.sol/user_projects/domains/mydomain/servers/myserver/data/store/diagnostics" writePolicy="Disabled" blockSize=512 directIO=false driver="NIO">
          ####<Sep 28, 2007 11:15:48 AM EDT> <Info> <Server> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992548563> <BEA-002622> <The protocol "t3" is now configured.>
          ####<Sep 28, 2007 11:15:48 AM EDT> <Info> <Server> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992548583> <BEA-002622> <The protocol "t3s" is now configured.>
          ####<Sep 28, 2007 11:15:48 AM EDT> <Info> <Server> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992548584> <BEA-002622> <The protocol "http" is now configured.>
          ####<Sep 28, 2007 11:15:48 AM EDT> <Info> <Server> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992548587> <BEA-002622> <The protocol "https" is now configured.>
          ####<Sep 28, 2007 11:15:48 AM EDT> <Info> <Server> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992548590> <BEA-002622> <The protocol "iiop" is now configured.>
          ####<Sep 28, 2007 11:15:48 AM EDT> <Info> <Server> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992548593> <BEA-002622> <The protocol "iiops" is now configured.>
          ####<Sep 28, 2007 11:15:48 AM EDT> <Info> <Server> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992548596> <BEA-002622> <The protocol "ldap" is now configured.>
          ####<Sep 28, 2007 11:15:48 AM EDT> <Info> <Server> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992548600> <BEA-002622> <The protocol "ldaps" is now configured.>
          ####<Sep 28, 2007 11:15:48 AM EDT> <Info> <Server> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992548605> <BEA-002622> <The protocol "admin" is now configured.>
          ####<Sep 28, 2007 11:15:48 AM EDT> <Info> <Server> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992548606> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
          ####<Sep 28, 2007 11:15:49 AM EDT> <Info> <RJVM> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992549179> <BEA-000570> <Network Configuration for Channel "myserver"
          Listen Address          :7021
          Public Address          N/A
          Http Enabled          true
          Tunneling Enabled     false
          Outbound Enabled     false
          Admin Traffic Enabled     true>
          ####<Sep 28, 2007 11:15:49 AM EDT> <Debug> <RJVM> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992549196> <BEA-000571> <Network Configuration Detail for Channel "myserver"
          Channel Weight          50
          Accept Backlog          50
          Login Timeout          5000ms
          Max Message Size     10000000
          Message Timeout     60s
          Idle Timeout          65s
          Tunneling Timeout     40s
          Tunneling Ping          45s>
          ####<Sep 28, 2007 11:15:49 AM EDT> <Info> <Server> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992549294> <BEA-002609> <Channel Service initialized.>
          ####<Sep 28, 2007 11:15:49 AM EDT> <Error> <Socket> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992549337> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that a native performance library is in: '/odi/java/sun-jdk/15-04/java/jre/lib/sparc/server:/odi/java/sun-jdk/15-04/java/jre/lib/sparc:/odi/java/sun-jdk/15-04/java/jre/../lib/sparc:/view/os.7.0.ghillyer.sol2c5.picsym/os/osji/lib:/view/os.7.0.ghillyer.sol2c5.picsym/os/top/lib:/usr/openwin/bin:/scratch/ghillyer/sunfreeware/lib:/usr/lib'
          > >
          ####<Sep 28, 2007 11:15:49 AM EDT> <Info> <Socket> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992549357> <BEA-000447> <Native IO Disabled. Using Java IO.>
          ####<Sep 28, 2007 11:15:49 AM EDT> <Info> <IIOP> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992549817> <BEA-002014> <IIOP subsystem enabled.>
          ####<Sep 28, 2007 11:15:53 AM EDT> <Info> <Security> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992553761> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
          ####<Sep 28, 2007 11:15:54 AM EDT> <Info> <Security> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992554520> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
          ####<Sep 28, 2007 11:15:54 AM EDT> <Info> <Security> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992554697> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
          ####<Sep 28, 2007 11:15:55 AM EDT> <Info> <Security> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992555041> <BEA-090516> <The Authenticator provider has preexisting LDAP data.>
          ####<Sep 28, 2007 11:15:55 AM EDT> <Info> <Security> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992555666> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server myserver for security realm myrealm.>
          ####<Sep 28, 2007 11:15:55 AM EDT> <Notice> <Security> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992555667> <BEA-090082> <Security initializing using security realm myrealm.>
          ####<Sep 28, 2007 11:15:57 AM EDT> <Info> <Server> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992557013> <BEA-002622> <The protocol "[t3s, https, http, iiop, t3, ldap, ldaps, iiops, admin]" is now configured.>
          ####<Sep 28, 2007 11:15:57 AM EDT> <Info> <XML> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992557092> <BEA-130036> <Initializing XMLRegistry.>
          ####<Sep 28, 2007 11:15:57 AM EDT> <Info> <messaging.interception> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992557127> <BEA-400000> <Initializing message interception service>
          ####<Sep 28, 2007 11:15:58 AM EDT> <Info> <Store> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992558724> <BEA-280050> <Persistent store "_WLS_myserver" opened: directory="/odi/java/weblogic/921/bea.sol/user_projects/domains/mydomain/servers/myserver/data/store/default" writePolicy="Direct-Write" blockSize=512 directIO=false driver="NIO">
          ####<Sep 28, 2007 11:15:59 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992559102> <000000> <ResourceDescriptor.setPurgeResourceFromCheckpointIntervalSecs:86400>
          ####<Sep 28, 2007 11:15:59 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992559167> <000000> <ServerCoordinatorDescriptor.setPurgeFromCheckpointIntervalSecs:86400>
          ####<Sep 28, 2007 11:15:59 AM EDT> <Info> <JDBC> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992559588> <BEA-001135> <Initializing the JDBC service.>
          ####<Sep 28, 2007 11:15:59 AM EDT> <Info> <JDBC> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992559650> <BEA-001137> <Initialization complete.>
          ####<Sep 28, 2007 11:15:59 AM EDT> <Info> <JDBC> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992559651> <BEA-001138> <Resuming the JDBC service.>
          ####<Sep 28, 2007 11:15:59 AM EDT> <Info> <JDBC> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992559651> <BEA-001140> <Resume complete.>
          ####<Sep 28, 2007 11:15:59 AM EDT> <Info> <Connector> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992559704> <BEA-190000> <Initializing J2EE Connector Service>
          ####<Sep 28, 2007 11:15:59 AM EDT> <Info> <Connector> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992559741> <BEA-190001> <J2EE Connector Service initialized successfully>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <JMS> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560293> <BEA-040305> <JMS service is initialized and in standby mode.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <JMS> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560479> <BEA-040090> <Deployed 8 default connection factories.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <JMS> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560697> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory1" with its JNDI name "weblogic.jms.XAConnectionFactory1" is started.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <JMS> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560698> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory" with its JNDI name "weblogic.jms.XAConnectionFactory" is started.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <JMS> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560699> <BEA-040407> <Default connection factory "QueueConnectionFactory" with its JNDI name "javax.jms.QueueConnectionFactory" is started.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <JMS> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560699> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory2" with its JNDI name "weblogic.jms.XAConnectionFactory2" is started.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <JMS> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560700> <BEA-040407> <Default connection factory "MessageDrivenBeanConnectionFactory" with its JNDI name "weblogic.jms.MessageDrivenBeanConnectionFactory" is started.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <JMS> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560700> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory0" with its JNDI name "weblogic.jms.XAConnectionFactory0" is started.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <JMS> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560700> <BEA-040407> <Default connection factory "DefaultConnectionFactory" with its JNDI name "weblogic.jms.ConnectionFactory" is started.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <JMS> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560701> <BEA-040407> <Default connection factory "TopicConnectionFactory" with its JNDI name "javax.jms.TopicConnectionFactory" is started.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <JMS> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560701> <BEA-040306> <JMS service is active now.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <SAFService> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560883> <BEA-281003> <SAF Service has been initialized.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <SAFService> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560917> <BEA-281002> <SAF Service has been started.>
          ####<Sep 28, 2007 11:16:00 AM EDT> <Info> <HTTP> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992560992> <BEA-101128> <Initializing HTTP services.>
          ####<Sep 28, 2007 11:16:01 AM EDT> <Info> <HTTP> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992561092> <BEA-101135> <myserver is the default Web server.>
          ####<Sep 28, 2007 11:16:01 AM EDT> <Info> <HTTP> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992561093> <BEA-101052> <[HttpServer (defaultWebserver) name: myserver] Initialized>
          ####<Sep 28, 2007 11:16:01 AM EDT> <Info> <HTTP> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992561103> <BEA-101129> <Initializing the Web application container.>
          ####<Sep 28, 2007 11:16:02 AM EDT> <Info> <WebService> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992562145> <BEA-220031> <The server does not support reliable SOAP messaging.>
          ####<Sep 28, 2007 11:16:02 AM EDT> <Info> <WebService> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992562161> <BEA-220027> <Web Service reliable agents are started on the server.>
          ####<Sep 28, 2007 11:16:02 AM EDT> <Info> <JMX> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992562263> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://172.16.11.174:7021/jndi/weblogic.management.mbeanservers.runtime .>
          ####<Sep 28, 2007 11:16:02 AM EDT> <Info> <JMX> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992562293> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://172.16.11.174:7021/jndi/weblogic.management.mbeanservers.edit .>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Info> <Management> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567015> <BEA-141187> <Java system properties are defined as follows:
          bea.home = /odi/java/weblogic/921/bea.sol
          com.odi.jmtl.allowedServers = uxossol1 localhost
          com.odi.jmtl.ejb.codegen.verbose = false
          com.odi.jmtl.jta.debug = true
          com.odi.jmtl.proxy.trace = false
          com.odi.jmtl.relaxedConsistencyMode = true
          com.odi.jmtl.vtm.log = false
          com.odi.standalone.commandClass = com.odi.examples.ejb.shopping.WebLogicCommand
          com.odi.trapUnregisteredType = true
          file.encoding = ISO8859-1
          file.encoding.pkg = sun.io
          file.separator = /
          java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
          java.awt.printerjob = sun.print.PSPrinterJob
          java.class.path = /odi/java/weblogic/921/bea.sol/weblogic92/server/lib/weblogic.jar:/os/dserve/java/standalone:/os/osji/lib/osji.jar:/os/osji/lib/tools.jar:/os/dserve/java:/odi/java/sun-jdk/15-04/java/lib/tools.jar:/os/dserve/java/examples/etc/tools/CCK.jar:/os/dserve/java/examples/etc/tools/Regex.jar:/os/dserve/java/examples/etc/tools/bcel.jar:/os/dserve/java/examples/shared/build/classes
          java.class.version = 49.0
          java.endorsed.dirs = /odi/java/sun-jdk/15-04/java/jre/lib/endorsed
          java.ext.dirs = /odi/java/sun-jdk/15-04/java/jre/lib/ext
          java.home = /odi/java/sun-jdk/15-04/java/jre
          java.io.tmpdir = /var/tmp/
          java.library.path = /odi/java/sun-jdk/15-04/java/jre/lib/sparc/server:/odi/java/sun-jdk/15-04/java/jre/lib/sparc:/odi/java/sun-jdk/15-04/java/jre/../lib/sparc:/view/os.7.0.ghillyer.sol2c5.picsym/os/osji/lib:/view/os.7.0.ghillyer.sol2c5.picsym/os/top/lib:/usr/openwin/bin:/scratch/ghillyer/sunfreeware/lib:/usr/lib
          java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
          java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
          java.protocol.handler.pkgs = weblogic.utils|weblogic.utils|weblogic.utils|weblogic.net
          java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition
          java.runtime.version = 1.5.0_04-b05
          java.security.policy = /odi/java/weblogic/921/bea.sol/weblogic92/server/lib/security.policy
          java.specification.name = Java Platform API Specification
          java.specification.vendor = Sun Microsystems Inc.
          java.specification.version = 1.5
          java.vendor = Sun Microsystems Inc.
          java.vendor.url = http://java.sun.com/
          java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
          java.version = 1.5.0_04
          java.vm.info = mixed mode
          java.vm.name = Java HotSpot(TM) Server VM
          java.vm.specification.name = Java Virtual Machine Specification
          java.vm.specification.vendor = Sun Microsystems Inc.
          java.vm.specification.version = 1.0
          java.vm.vendor = Sun Microsystems Inc.
          java.vm.version = 1.5.0_04-b05
          javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
          javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
          javax.xml.rpc.ServiceFactory = weblogic.webservice.core.rpc.ServiceFactoryImpl
          javax.xml.soap.MessageFactory = weblogic.webservice.core.soap.MessageFactoryImpl
          org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
          org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
          org.xml.sax.driver = weblogic.apache.xerces.parsers.SAXParser
          org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser
          os.arch = sparc
          os.name = SunOS
          os.version = 5.8
          path.separator = :
          rootPath = /os/dserve/java/examples
          sun.arch.data.model = 32
          sun.boot.class.path = /odi/java/sun-jdk/15-04/java/jre/lib/rt.jar:/odi/java/sun-jdk/15-04/java/jre/lib/i18n.jar:/odi/java/sun-jdk/15-04/java/jre/lib/sunrsasign.jar:/odi/java/sun-jdk/15-04/java/jre/lib/jsse.jar:/odi/java/sun-jdk/15-04/java/jre/lib/jce.jar:/odi/java/sun-jdk/15-04/java/jre/lib/charsets.jar:/odi/java/sun-jdk/15-04/java/jre/classes
          sun.boot.library.path = /odi/java/sun-jdk/15-04/java/jre/lib/sparc
          sun.cpu.endian = big
          sun.cpu.isalist = sparcv9+vis2 sparcv9+vis sparcv9 sparcv8plus+vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc
          sun.io.unicode.encoding = UnicodeBig
          sun.jnu.encoding = ISO8859-1
          sun.management.compiler = HotSpot Server Compiler
          sun.os.patch.level = unknown
          user.country = US
          user.dir = /odi/java/weblogic/921/bea.sol/user_projects/domains/mydomain
          user.home = /users/devp/ghillyer
          user.language = en
          user.name = ghillyer
          user.timezone = US/Eastern
          vde.home = /odi/java/weblogic/921/bea.sol/user_projects/domains/mydomain/servers/myserver/data/ldap
          weblogic.Name = myserver
          weblogic.classloader.preprocessor = weblogic.diagnostics.instrumentation.DiagnosticClassPreProcessor
          weblogic.debug.DebugJTARecovery = true
          weblogic.log.stdoutSeverity = Debug
          weblogic.security.SSL.trustedCAKeyStore = /odi/java/weblogic/921/bea.sol/weblogic92/server/lib/cacerts
          > >
          ####<Sep 28, 2007 11:16:07 AM EDT> <Notice> <WebLogicServer> <uxossol1> <myserver> <main> <<WLS Kernel>> <> <> <1190992567055> <BEA-000365> <Server state changed to STANDBY>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Notice> <WebLogicServer> <uxossol1> <myserver> <main> <<WLS Kernel>> <> <> <1190992567057> <BEA-000365> <Server state changed to STARTING>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567164> <000000> <BEA1-00050D88729F7F28EDB9: null: readExternal from log: Xid=BEA1-00050D88729F7F28EDB9(23054253),Status=Active,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=41594,seconds left=30,XAServerResourceInfo[com.odi.jmtl.XAResourceAdapter]=(ServerResourceInfo[com.odi.jmtl.XAResourceAdapter]=(state=new,assigned=none),xar=null,re-Registered = false),XAServerResourceInfo[com.odi.examples.ejb.shopping.XAResourceTestXAResource]=(ServerResourceInfo[com.odi.examples.ejb.shopping.XAResourceTestXAResource]=(state=new,assigned=none),xar=null,re-Registered = false),SCInfo[mydomain+myserver]=(state=active))>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567174> <000000> < onRecovery() callback: ResourceCheckpoint={com.odi.jmtl.XAResourceAdapter, THE TEST XARESOURCE, com.odi.examples.ejb.shopping.shopper.ShopperSession$XAResourceTestXAResource, com.odi.examples.ejb.shopping.XAResourceTestXAResource}>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567175> <000000> <setLastAccessTimeMillis:1190992567175>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567176> <000000> <setLastAccessTimeMillis:1190950973234>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567176> <000000> <setLastAccessTimeMillis:1190992567176>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567176> <000000> <setLastAccessTimeMillis:1190929826988>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567177> <000000> <setLastAccessTimeMillis:1190992567177>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567177> <000000> <setLastAccessTimeMillis:1190866351726>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567177> <000000> <setLastAccessTimeMillis:1190992567177>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567178> <000000> <setLastAccessTimeMillis:1190950973235>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567180> <000000> <BEA1-00050D88729F7F28EDB9: null: onRecovery: Xid=BEA1-00050D88729F7F28EDB9(23054253),Status=Committing,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=41594,seconds left=60,XAServerResourceInfo[com.odi.jmtl.XAResourceAdapter]=(ServerResourceInfo[com.odi.jmtl.XAResourceAdapter]=(state=new,assigned=none),xar=null,re-Registered = false),XAServerResourceInfo[com.odi.examples.ejb.shopping.XAResourceTestXAResource]=(ServerResourceInfo[com.odi.examples.ejb.shopping.XAResourceTestXAResource]=(state=new,assigned=none),xar=null,re-Registered = false),SCInfo[mydomain+myserver]=(state=active),local properties=({weblogic.transaction.recoveredTransaction=true}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=myserver+172.16.11.174:7021+mydomai!
          n+t3+, XAResources={},NonXAResources={})],CoordinatorURL=myserver+172.16.11.174:7021+mydomain+t3+)>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567180> <000000> <recover: Schedule execute request for myserver+172.16.11.174:7021+mydomain+t3+com.odi.jmtl.XAResourceAdapter>
          ####<Sep 28, 2007 11:16:07 AM EDT> <Debug> <JTARecovery> <uxossol1> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1190992567184> <000000> <recover: Schedule execute request for myserver+172.16.11.174:7021+mydomain+t3+com.odi.examples.ejb.shopping.XARes

Similar Messages

  • At startup recovery manager keeps loading.

    Hello everyone,
    Less then a month ago I purchased a a6650f with Vista 64 bit. It had been going well until earlier today. After I did several shut downs I ended up with a problem. Whenever I start up the computer HP Recovery Manager loads. I don't want to do a system recovery and lose my data. But if I click cancel, windows just continues to load and takes me back to Recovery Manager.
     I can get into setup, the f8 f9, f11 etc. options. But chosing any, including safe mode just continues to load recovery manager.
    Also selecting "run a computer checkup" in recovery manager (since that is the only option besides a system recovery) causes the machine to reboot and load recovery manager again. 
    Any ideas?
    Thanks,
    Jeff

    Can you get into the BIOS? press tap F10 upon startup after doing a power drain (shut down --unplug power--hold on button for 7 secs to drain power -plug in again and startup) In bios push F5 reset defaults -yes-- than go to your harddrive listed --enter--enter smart support--enter short smart test-- check for error messages. If any errors you have a problem with your hardrive.
    When recovery manger comes up can you click on advanced options? From there you can go to system restore. If not the recovery manger will ask if you want to backup your files before it does the recovery. Try that, if backup fails it won't go thru with the recovery either.
    Let me know if anything works
    Kudos appreciated if question answered or solution provided

  • At startup recovery laptop only goes to blue screen

    At startup have the opption to start computer normally, which doesn´t work, or launch startup files, which loads the files then goes to a blue screen with white light and just sits there.  A new version of Mozilla-Foxfire was automatically downloaded at a previous startup. HELP PLEASE!

    HI,
    Start your notebook in Safe Mode by pressing the power button and imeddiately begin tapping the F8 key. When given the option of which kind of safe mode to invoke, choose the normal Safe Mode (at the top of the list).
    Now that you are in Safe mode you can use Microsoft Recovery to restore you PC to an earlier point in time before the problem began.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Erased startup & Recovery disks, how to re-install Lion?

    My Macbook Air shipped with Lion. I was trying to do a wipe and fresh install of Lion becuase my Air was running super slowly. I accidentally did erased the entire bootable disk which was alraedy running Lion 10.7, including the Recovery partition.
    I want to reinstall Lion and I know about booting into Recovery mode, but since the Recovery partition was erased and obviously isn't detected on boot, how can I reinstall?
    Command-R doesn't let me connect and redownload Lion from the App Store, I only get a grey screen with a folder-? when I boot...
    Help!!

    One thing I definitely ought to have mentioned: the way I erased the HD was by booting from a Snow Leopard disk, running Disk Util, and erasing/formatting the Macintosh HD at the top-level (below in red).
    Note: the image is a random one I edited off google and my drive is a 150GB SSD that only displayed a single partition.

  • Identity/Portal Server Recovery

    Hi all,
    I've got a Portal+Identity Server configured and I want to replicate it's config into a high availability architecture so that I will have 2 gateways and 2 portal servers. I'd like to simply import the confbak ldif file (made with 'saveconfig') into the 2nd portal server so I won't have to configure it all by hand, but there seems to be a whole lot of hostname dependancies lurking. I edited the ldif and did a search-and-replace on the hostname and then imported it but no dice. Anybody know of a way to do this?
    Thanks.

    Hi. My statement may be wrong; because i never tested with any other applications;
    Anyways, if i install IS and Agent on separate machines, everything seem to work; On the same machine - hmm hmm; i get the above issue.
    "There is a cookie forwarding filter in the Portal configuration. Looks like it blocks your IS cookie (iPlanetDirectoryPro). " --> What is that cookie forwarding filter exactly ? Can you help me started to fix it..
    Thanks
    Kumar

  • KEEP IDENTITY questions

    Hi there,
    I'm trying to figure out something about rolling upgrades with a transient logical standby that seems to escape me.
    So, one of the first steps is to convert the standby database to a logical standby (with KEEP IDENTITY clause), startup for upgrade, and then run the catupgrd script. During this time the standby is not applying redo from the primary.
    I understand that the KEEP IDENTITY clause causes the logical standby to retain the same DBID and name as the primary database.
    Questions:
    1. Why is KEEP IDENTITY required? For example, what would happen if the KEEP IDENTITY clause was not used during the upgrade, and the standby retained it's own identity?
    2. Is KEEP IDENTITY a specific requirement for the upgrade process, or can this clause be used for other uses?
    3. This question is not specifically related to "KEEP IDENTITY". So, how is it possible that you can run catupgrd to upgrade the standby database and THEN begin to receive redo from the primary? I know in a physical standby, the system would balk because of different system SCNs after the catupgrd prevent it from doing managed recovery. So does a logical standby ignore SCNs? (Sorry, I know physical standbys well, but not enough about logical standbys to answer this question myself)
    Any answers would be appreciated...
    Thanks.
    Rob

    Questions:
    1. Why is KEEP IDENTITY required? For example, what would happen if the KEEP IDENTITY clause was not used during the upgrade, and the standby retained it's own identity?
    2. Is KEEP IDENTITY a specific requirement for the upgrade process, or can this clause be used for other uses?
    3. This question is not specifically related to "KEEP IDENTITY". So, how is it possible that you can run catupgrd to upgrade the standby database and THEN begin to receive redo from the primary? I know in a physical standby, the system would balk because of different system SCNs after the catupgrd prevent it from doing managed recovery. So does a logical standby ignore SCNs? (Sorry, I know physical standbys well, but not enough about logical standbys to answer this question myself)What is your version?
    For db_name, specify a database name to identify the new logical standby database. If you are using a server parameter file (spfile) at the time you issue this statement, then the database will update the file with appropriate information about the new logical standby database. If you are not using an spfile, then the database issues a message reminding you to set the name of the DB_NAME parameter after shutting down the database.
    a rolling upgrade from Oracle 11g Release 1 to Oracle 11g Release 2 using a Transient Logical Standby database. This approach will miminise the downtime required for an upgrade which can potentially run into several hours down to just the time required to perform a switchover which could be a few minutes in most cases.
    A rolling upgrade using a Transient Logical Standby database at a very high level will involve three main stages or steps:
    1) Temporarily convert a physical standby database to a logical standby database using the new KEEP IDENTITY clause
    2) Perform a database upgrade of the logical standby database
    3) Return the logical standby database back to its identity or original status as a physical standby database once the upgrade is completeHere some great links
    http://gavinsoorma.com/tag/keep-identity/
    http://docs.oracle.com/cd/B28359_01/server.111/b28294/create_ls.htm

  • Satellite U - Crashes when starting windows and recovery cannot fix

    Most of the time but not every time the laptop crashes when starting windows.
    I get a blue screen, a dump file is created and then it restarts and gives me the option of starting windows normally or using windows recovery. The windows recovery cannot fix the problem.
    When I select the option of opening windows normally everything works fine with no problems.
    If I restart the laptop it never crashes.
    The problem only happens about 90% of the time when switching it on.
    The problem started soon after buying the laptop in October.
    Originally it came with Windows Vista and I wondered if the problem was with Vista so yeterday I upgraded to Windows 7 but it still crashes on most start ups. Otherwise the laptop works fine and I am pleased with it.
    I suspect the problem might be with Realtec but the drivers appear to be up to date. My internet security is trend micro.
    I wondered if it might be a hardware problem when it happens under both Vista and windows 7.
    Has anyone got any ideas about what might be causing the laptop to crash on startup?

    I have exactly the same problem with the laptop (U500 11E) crashing on startup, recovery can't do anything and sometimes I get a Windows "solution" box that tries to find something and then just vanishes.
    I followed the same procedure as Dave, by upgrading to Win7 thinking that might fix the problem, but it clearly didn't. I also updated all drivers and the BIOS to the latest versions.
    I think my trouble started not right out of the box but only after I upgraded to Vista Service Pack 1, but I'm not completely sure.
    It is pretty annoying because of course it now takes twice as long to get the laptop up and running.
    Finding someone else who also has the problem makes me wonder if the problem might have another cause and if there might be a way to fix it?
    Petra

  • Hard Drive Replacement - Installing Recovery Discs

    Hard drive crashed. Bought a new seagate 500g and installed. Ordered recovery discs for win 7 from lenovo. Four discs received - 1) startup recovery 2) operating system 3) drivers and applications 4) additional recovery disc. I power up the pc with disc 1 in. Message at the bottom of the screen that files are loading along with the white progress bar. Looking good to this point. When the progress bar is full it just stops and does nothing else. Does not prompt me to do anything else. If I wait 3 or 4 minutes the starting windows message appears. It just hangs there. If I wait another 3 or 4 minutes the entire process starts all over. If left alone it would go through that cycle all day. I am never prompted to do anything else. I have tried inserting disc 2 at all points along the way when disc 1 stops. I have tried booting up with disc 2 in. I get a message of operating system not found (of course because disc 2 is the os and it hasn't installed yet). I cannot get beyond disc 1 loading files. Need some support before I do something crazy like go to the geek squad.

    Hard drive crashed. Bought a new seagate 500g and installed. Ordered recovery discs for win 7 from lenovo. Four discs received - 1) startup recovery 2) operating system 3) drivers and applications 4) additional recovery disc. I power up the pc with disc 1 in. Message at the bottom of the screen that files are loading along with the white progress bar. Looking good to this point. When the progress bar is full it just stops and does nothing else. Does not prompt me to do anything else. If I wait 3 or 4 minutes the starting windows message appears. It just hangs there. If I wait another 3 or 4 minutes the entire process starts all over. If left alone it would go through that cycle all day. I am never prompted to do anything else. I have tried inserting disc 2 at all points along the way when disc 1 stops. I have tried booting up with disc 2 in. I get a message of operating system not found (of course because disc 2 is the os and it hasn't installed yet). I cannot get beyond disc 1 loading files. Need some support before I do something crazy like go to the geek squad.

  • Help toshiba recovery utility

    satellite pro a 210 goes through ram disk setup and comes up to toshiba recovery utility and asks for machine model.   i have tried many numbers and only get wrong machine.      any ideas

    It' s very easy to do it:
    1. You should make a windows clean installation, install all the drivers and programs you like. It can be antivirus, download manager, video players. But I recommend to install the most necessary programs otherwise more space required.
    2 Download and install ,, Acronis true Image,,. then, activate it, Google can help you how to do it.
    3 Run Acronis, Click on Backup at left side panel. Then, click on Disk and Partition Backup, the new window appears ,,Backup wizard,,
    where:
    a ,,What to back up,, - Mark the Os partition located. In my case, it's C disk partition.
    b ,,Archive Location,,- Browse where you want to store hdd backup, should be another partition for example D: partiton
    c ,,Scheduling,, - choose, don't schedule
    d ,,Back up method,, -Full
    e ,,what to exclude,, Just ignore
    f ,,Backup option,, you can choose a password protection,, and other options
    Press ,,Proceed,, and it will start backing up, it takes about 10-15 minutes.
    Now, you need to manage acronis secure zone. go to Tools and utilities and choose acronis secure zone.
    in
    a. ,,Free space selection,, - Mark NTFS C
    b ,,Size,,- choose 250-300 mb space
    Then, click on Finish and Proceed. it will proceed and then ask you to restart it. After restart it will perform ,,Partioning,, and restarts again.
    In Tools and Utilities, choose Acronis startup recovery and press activate. So, on the laptop startup you just need to hit F11 to enter the Acronis recovery utility and follow all the instructions. In 10-15 minutes, you will get the new installed system.

  • Rescue and Recovery 4.3 on Win7 doesn't see a backup on external USB hard drive - Model W510

    I've run the Rescue and Recovery utility within Windows 7 on two different external USB hard drives thinking that maybe it was a usb drive issue.  When I open the R And R utility in expert mode I can see that both backups exist on their respective drives.  I planned on updating my hard drive so I made a full hd backup and the R&R startup disc to boot the laptop from.  The bios recognizes either external hard drive at boot with no problems.  It shows the names and "+" sign next to drives.  So I booted the drive at startup off the DVD drive with the R&R startup disc after I was sure that the bios recognized either external drives.  Then when I choose a "Full" restore is of course asks me if I want to use hd, cd/dvd, or external usb drive which I choose the later.  It then should show me the backup that I created earlier just as it did when I ran the utility from the Win7 environment so I can choose it to restore from.  But I get a blank box showing no backups when I run the 4.3 R&R Startup disc.  Again if I boot to Win7 and go into the R&R utility I can see the backup on the exact same USB external drive.  Then boot off the CD startup recovery disc and it shows NO BACKUP!  Help please!  I want to shelf my old hard drive "as is" and create the Restore onto the new hard drive but the utility isn't working for me.
    Thanks for any help.

    Hmmm,
    Seems like that _should_ work.  Here's a way you might be able to finesse it:  go to the advanced R&R menu in Win 7 and create rescue media on your USB drive.  It's essentially the same process as creating the CD - it makes the USB drive bootable and puts a copy of R&R there.
    There _should_ be an option to "preserve existing data" but be prepared to lose your existing backup and make it again.
    Then just boot the external USB drive and see if R&R recognizes a backup image on the same drive from which you booted.
    That's the way I usually migrate to new drives.  Maybe it will get around your mysterious problem.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Query re. Recovery Disks and preinstalled software.

    I've had some problems with my notebook of late. I got this notebook at Christmas, and after getting over the initial setup problems (e.g. wireless not working properly due to Vista etc.), it had been working well. I tried making Recovery DVD's using the Lenovo software but it kept freezing/crashing. I never figured out why, and wasn't to bothered because I thought the recovery partition would be enough to restore my system.
    So my system crashed after a windows update - wouldn't boot into Vista and went straight to the resue and recovery programme on boot-up and got stuck at the splash screen. I got in touch with customer support, and after running some tests found out the hard drive was faulty. So after finally getting my new hard drive (thats a story for another day) and recovery disks I set about  setting everything up. I was surprised to find a lot of the software that came with the laptop not included in the recovery disk. There were trial versions of Office and Corel, there was  DVD and CD burning software and a couple of other things. I rang customer support. Thye told me the seller must have installed the extra software. So I rang the sellers (laptopsdirect.ie) - they said that customer support was "telling me lies". as they sold on their units direct from the manufacturer and only installed extra software at the buyers request (it wasn't requested). I don't know who to believe.  I did use some of the software, and prefered the burning software to the windows native one. I also feel like I've been had - after all its not my fault the hard drive was faulty.  I've now installed some extras like Firefox, Thunderbird, Rocketdock. Now, if I create my own set of recovery discs will these be identical to the ones Lenovo sent me, or will the reflect my personal settings. Also, are the contents of the recovery partition identical to the recovery DVDs, or is it contantly updated to reflect the changes I make to my system?
    3000 N200 0769-BRG, Dual CPU T2310 @ 1.46GHz 1.47GHz, 2.0 GB Ram, Vista Home Premium (Ubuntu 7.10 on spare Hard Drive.)

    Hi mozalini,
                       I have exactly the same laptop as you and after getting the recovery disks sent from lenovo noted the same software issues. If you look at disk 3 (and it's the same as the one they sent me, you will notice the title for it:
     Applications and drivers recovery disk for C200,C205,N100,N105 Type 0689,0768,8922,8923,8925.
    Which is not N200 0769 - the machine we have.
    I guess these are older recovery discs and they may have not made one specifically for the setup they shipped with ours even if the drivers and chipset software all work ok.
    Personally I took some consolation in the fact that they didn't charge me for mine (hopefully you too). Also you have some additional software which didn't ship with ours - Omnipass - which is pretty useful for password protected sites such as banks and the like.
    I have just installed xp pro as I didn't like Vista and using rescue and recovery (option to back up to dvd disc) you can make a full backup. Used 3 dvds for mine and I guess it will back up all your personal stuff too.
    Hope this helps
    Regards
    Rob 

  • OneKey Recovery 6.0. Problem with back up operating system from recovery cd'ies

    Hello, i have problem with back up operating system from recovery cdies.
    When i acceped start button to backup partition system i get an alert "space not enough"
    I had linux before and i whant change it to windows back. i deleted all ext partitions. I have all unlocated space.I shouldnt have problems.
    Please help me

    I would use something like Partition Magic or Acronis Disk Director to first create a FAT32 partion for your C: Drive where your OS will go and be sure to leave 10GB or so unallocated for the secondary FAT32 Partition where your "factory image" will go. 
    You then create a Logical Drive with the unallocated space and make it hidden (PM or ADD will do this).   Install your OS (preferably Windows XP if you want less problems) and then after you have setup everything the way you want (drivers, applications, etc), then use Acronis True Image to create your "factory restore" image on the hidden partition and activate the Startup Recovery Manager.
    This is the way I do it and it works like a charm!

  • Are the recovery disks the same for these two laptops?

    I've got a Toshiba Satellite L455-S5000 that's working fine which I purchased at Best Buy in Dec. 2009. I also have a Toshiba Satellite L455-S5975 that I purchased from BestBuy in Sept. 2009 that the hard drive failed on. Will the recovery software on the -S5000 work for the -S5975?
    If I remember correctly the only difference that I know of is a little more RAM and hard drive space in the newer model...
    Holyoak

    No, the models much be identical. (The recovery media checks the DMI string.)
    -Jerry

  • Recovery manager did not recover specific type of files

    I tried to boot the PC in "Safe Mode" by pressing F8 key at the time of boot. However PC did not boot in  "Safe Mode" .  So I booted it normally and then open "MSCONFIG" menu.  In this menu I opted for Safe Boot under advance option.  and then opted for rebooting the PC.  However PC did not booted at all.  All along it kep showing various DOS commands and then welcome Screen but thereafter PC used to crash  and back and forth these activities continued.  In order to get of this vicious cycle I tried cold booting by switching off the PC from socket.  Then when I tried to boot PC it showed two option one was for normal booting and other was for revoking the startup recovery manager menu.  Since normal booting was not possible as "MSCONFIG" menu was configured for booting in "Safe Mode'' and PC just refused to boot in "Safe Mode".  Hence only option that was left is to revoke Startup Recovey solution.  In Startup recovery menu offered two solution one was "system restore" which I tried but system could not restore to point I suggested.  I tried system resore point of older date but system could not restore that point it did displayed some error message.  Hence only option that was left was to System Recovery.   The system recovery prompted me to take backup which I took.  I saw it was copying many many files.  The size of backup on my Pen drive was about 8 GB.  Thereafter the system was recovered.  Normal booting of Windows was also restored. Now I tried to restore my data.  The data was restored.  Even outlook mails of the size of 4 GB were restored.  But on further observing the data which was in my erstwhile My Document folder I was shocked to know that certain files with extension .123, .apr, .adx, .lwp were not restored.  These files were created by my use of Lotus Smartsuite software.  I used to extensively use Lotus 1-2-3, Lotus Approach and Lotus WordPro for my work.  I also observed that .dbf files were also not restored.  Well this is a native file format like .txt and .jpeg.  Actually when one  use Lotus Approach it creates three files one is .adx file that is index file. the other is .apr file which is a database viewer file and the other is .dbf files in which all data is stored.  All such files were not resored by HP recovery Manager.  This is the problem I am facing.  I still have .exe file of the size of 8 GB on my Pen Drive.  Is there any way to restore files with extension I mentioned above ???

    You are correct.  That link no longer works and I could not locate it again.  Here is a thread from the forums:http://h30434.www3.hp.com/t5/Notebook-Recovery/HP-File-Recovery-Manager-has-stopped-working/td-p/1502475?send_feedback=true&thread_id=678725&clicked_thread_id=1502475I noticed in your first post "The size of backup on my Pen drive was about 8 GB. "  I have found in other comments on the forums that possibly not all files one thought were being backed were in fact backed up.  Check in the folder on the flash drive to see if the ones missing are in fact there.  The person in that above thread actually had all the files.

  • Erasing hard disc on L675 with no recovery disk.

    Recently I had an issue with my laptop as it would not restart. I tried all the recovery options on the startup recovery section and my last option was to erase my hard disk. I do not know what will happen or if it will even work but I wanted to know. Where I can get a revovery disk or is it possible to not have to use one at all. What exactly will be erased from my computer? Please help

    If the option to erase the hard drive completely is selected, it'll erase everything.
    You can order recovery media from Toshiba if you havne't made your own.
    - Peter

Maybe you are looking for

  • Adding our own function to sap standard function code.

    HI, My requirement is to add a functionality to icon(import) on alv application tool bar so that the customer get a popup message after data is transfered to excel. is that possible. else i want to know the procedure to pass header of my alv when i t

  • How do yo turn a pdf file into reader so i can edit the form?

    how do yo turn a pdf file into reader so i can edit the form?

  • Back order Delivery Detail using API

    Hi All, Is there any API to back order the Delivery detail?.. Please let me know what is the API and how it can be done. Thanks and Regards, Mahesh

  • HOSTNAME_SID folder gone!

    Hi! I have a liittle problem with dbConsole / EM. I'm using Windows XP and 11g database. I created a database along with the EM. let's call it IEI and the hostname is oracle it worked fine for awhile then one day changed the etc/hosts and tnsnames.or

  • Change OBIEE Source from Temp to Permanent (Best Practices)

    All - I am struggling with the following: I would like to do a quick POC (proof-of-concept) for a client using OBIEE and temporary source. However, this POC will within 6 months need to start pointing to a more permanent source. The temp vs. permanen