Recovery of thread 1 stuck at Block 113713 of file 643

Hi,
One day ago we had a Hardware problem with our Solaris Machine and 11g(11.1.0.7.0) Database.
Our Server crashed saying..
ORA-00376: file 643 cannot be read at this timeThe above error repeated for another file.
We checked file status and there was some problem(I/O errror when we gave ls command) while accessing the file.
Then we managed to restore that mount point.
and then we started database but the database failed to open saying below error.
RECOVERY OF THREAD 1 STUCK AT BLOCK 113713 OF FILE 643
Thu Jul 21 16:45:41 2011
RECOVERY OF THREAD 1 STUCK AT BLOCK 42896 OF FILE 644We checked V$recover_file, No file mentioned.we checked V$datafile all files status was online and enabled was read/write.Then we manually recover the failed data files by
ALTER DATABASE RECOVER  datafile '/data/irsdata/undodbs03.dbf'
ALTER DATABASE RECOVER  datafile '/data/irsdata/undodbs04.dbf'It succeeded with media recovery complete and then we were able to open Database.
Even if V$recover_file and V$datafile had not mentioned for above two problematic datafiles, why we had to do media recovery?
Any ideas?
Regards!
Edited by: Nitin Joshi on Jul 22, 2011 10:23 AM

Yes Hemant.
We all were Puzzled by that scenario.
Posting alert log stack(incomplete) when we try to open database.
MMAN started with pid=28, OS id=1277
Thu Jul 21 16:38:21 2011
DBW0 started with pid=2, OS id=1279
Thu Jul 21 16:38:21 2011
DBW1 started with pid=3, OS id=1281
Thu Jul 21 16:38:21 2011
DBW2 started with pid=32, OS id=1283
Thu Jul 21 16:38:22 2011
DBW3 started with pid=5, OS id=1285
Thu Jul 21 16:38:22 2011
LGWR started with pid=7, OS id=1287
Thu Jul 21 16:38:22 2011
CKPT started with pid=36, OS id=1289
Thu Jul 21 16:38:22 2011
SMON started with pid=40, OS id=1291
Thu Jul 21 16:38:22 2011
RECO started with pid=44, OS id=1293
Thu Jul 21 16:38:22 2011
MMON started with pid=48, OS id=1295
Thu Jul 21 16:38:22 2011
MMNL started with pid=52, OS id=1297
DISM started, OS id=1299
ORACLE_BASE from environment = /data87/ora11g/app/oracle
Thu Jul 21 16:38:27 2011
ALTER DATABASE   MOUNT
Setting recovery target incarnation to 1
Successful mount of redo thread 1, with mount id 2558427203
Database mounted in Exclusive Mode
Lost write protection disabled
Completed: ALTER DATABASE   MOUNT
Thu Jul 21 16:38:31 2011
ALTER DATABASE OPEN
Beginning crash recovery of 1 threads
parallel recovery started with 15 processes
Started redo scan
Completed redo scan
13775 redo blocks read, 631 data blocks need recovery
Started redo application at
Thread 1: logseq 112616, block 157510
Recovery of Online Redo Log: Thread 1 Group 1 Seq 112616 Reading mem 0
  Mem# 0: /data1/irsdata/rlog1irs.dbf
  Mem# 1: /data3/irsdata/rlog11irs.dbf
Thu Jul 21 16:38:34 2011
RECOVERY OF THREAD 1 STUCK AT BLOCK 113713 OF FILE 643
Thu Jul 21 16:38:34 2011
RECOVERY OF THREAD 1 STUCK AT BLOCK 42896 OF FILE 644
Completed redo application of 1.07MB
Thu Jul 21 16:38:48 2011
Non critical error ORA-48913 caught while writing to trace file "/data87/ora11g/app/diag/rdbms/irs/irs/trace/irs_p000_1307.trc"
Error message: ORA-48913: Writing into trace file failed, file size limit [5242880] reached
Writing to the above trace file is disabled for now on...
Thu Jul 21 16:38:48 2011
Non critical error ORA-48913 caught while writing to trace file "/data87/ora11g/app/diag/rdbms/irs/irs/trace/irs_p011_1329.trc"
Error message: ORA-48913: Writing into trace file failed, file size limit [5242880] reached
Writing to the above trace file is disabled for now on...
Thu Jul 21 16:39:03 2011
.Then once we gave below command the recovery worked.below is the alert log for the recovery command
ALTER DATABASE   MOUNT
Setting recovery target incarnation to 1
Successful mount of redo thread 1, with mount id 2558426450
Database mounted in Exclusive Mode
Lost write protection disabled
Completed: ALTER DATABASE   MOUNT
Thu Jul 21 17:20:18 2011
ALTER DATABASE RECOVER  datafile '/data/irsdata/undodbs03.dbf' 
Media Recovery Start
Fast Parallel Media Recovery NOT enabled
parallel recovery started with 15 processes
Recovery of Online Redo Log: Thread 1 Group 1 Seq 112616 Reading mem 0
  Mem# 0: /data1/irsdata/rlog1irs.dbf
  Mem# 1: /data3/irsdata/rlog11irs.dbf
Media Recovery Complete (irs)
Completed: ALTER DATABASE RECOVER  datafile '/data/irsdata/undodbs03.dbf' 
Thu Jul 21 17:21:00 2011
ALTER DATABASE RECOVER  datafile '/data/irsdata/undodbs04.dbf' 
Media Recovery Start
Fast Parallel Media Recovery NOT enabled
parallel recovery started with 15 processes
Recovery of Online Redo Log: Thread 1 Group 1 Seq 112616 Reading mem 0
  Mem# 0: /data1/irsdata/rlog1irs.dbf
  Mem# 1: /data3/irsdata/rlog11irs.dbf
Media Recovery Complete (irs)
Completed: ALTER DATABASE RECOVER  datafile '/data/irsdata/undodbs04.dbf'  it seems it applied all the data from online redolog.Should have been automatic(?) not required to do media recovery?
Regards!
Edited by: Nitin Joshi on Jul 22, 2011 10:46 AM
some typos

Similar Messages

  • ORA-01172: recovery of thread 1 stuck at block 1340 of file 2

    Database Version: Oracle 10G rel 10.02
    OS:- Windows XP SP2.
    Scenario:- Trying to open the database .
    Error:-
    SQL> startup open;
    ORACLE instance started.
    Total System Global Area 272629760 bytes
    Fixed Size 1248476 bytes
    Variable Size 100664100 bytes
    Database Buffers 163577856 bytes
    Redo Buffers 7139328 bytes
    Database mounted.
    ORA-01172: recovery of thread 1 stuck at block 1340 of file 2
    ORA-01151: use media recovery to recover block, restore backup if needed
    Please advise.

    SQL> select name,status,enabled from v$datafile where file#=2;
    NAME
    STATUS ENABLED
    D:\ORADATA\ORCL\UNDOTBS01.DBF
    ONLINE READ WRITE

  • RECOVERY OF THREAD 1 STUCK AT BLOCK 54 OF FILE 2

    Hi all,
    i have problem . my db is running on Oracle9i release 2. when i want to startup my db, it returns 'shutdown is initializing..' then i force by apply shutdown abort. then i retry to startup, then it give message as 'RECOVERY OF THREAD 1 STUCK AT BLOCK 54 OF FILE 2' . i refer to similar forum, then i apply the below commands:
    SQL> recover file 2 block 54
    ORA-00905: missing keyword
    then i use -->
    SQL> alter database recover datafile 2 blok 54;
    alter database recover datafile 2 blok 54
    ERROR at line 1:
    ORA-00905: missing keyword
    FYI, i dont do any backup because this db is only on my personal laptop. and also not running in archivelog mode. finally i just run below-->
    SQL> recover database
    and the result as follows:
    ORA-00283: recovery session canceled due to errors
    ORA-00600: internal error code, arguments: [3020], [8388662], [1], [135],
    [7548], [16], [], []
    ORA-10567: Redo is inconsistent with data block (file# 2, block# 54)
    ORA-10564: tablespace UNDOTBS1
    ORA-01110: data file 2: 'C:\ORACLE\ORADATA\CGCDEVP\UNDOTBS01.DBF'
    ORA-10560: block type 'KTU UNDO BLOCK'
    can anybody help me?
    Thanks all
    Best regards,
    Nonie

    ORA-00283: recovery session canceled due to errors
    ORA-00600: internal error code, arguments: [3020], [8388662], [1], [135],[7548], [16], [], []
    ORA-10567: Redo is inconsistent with data block (file# 2, block# 54)You got ora-00600 error which is called by a special name called "oracle bug".
    Did you try this solution
    Recovery problem

  • Recovery is repairing media corrupt block x of file x in standby alert log

    Hi,
    oracle version:8.1.7.0.0
    os version :solaris  5.9
    we have oracle 8i primary and standby database. i am getting erorr in alert log file:
    Thu Aug 28 22:48:12 2008
    Media Recovery Log /oratranslog/arch_1_1827391.arc
    Thu Aug 28 22:50:42 2008
    Media Recovery Log /oratranslog/arch_1_1827392.arc
    bash-2.05$ tail -f alert_pindb.log
    Recovery is repairing media corrupt block 991886 of file 179
    Recovery is repairing media corrupt block 70257 of file 184
    Recovery is repairing media corrupt block 70258 of file 184
    Recovery is repairing media corrupt block 70259 of file 184
    Recovery is repairing media corrupt block 70260 of file 184
    Recovery is repairing media corrupt block 70261 of file 184
    Thu Aug 28 22:48:12 2008
    Media Recovery Log /oratranslog/arch_1_1827391.arc
    Thu Aug 28 22:50:42 2008
    Media Recovery Log /oratranslog/arch_1_1827392.arc
    Recovery is repairing media corrupt block 500027 of file 181
    Recovery is repairing media corrupt block 500028 of file 181
    Recovery is repairing media corrupt block 500029 of file 181
    Recovery is repairing media corrupt block 500030 of file 181
    Recovery is repairing media corrupt block 500031 of file 181
    Recovery is repairing media corrupt block 991837 of file 179
    Recovery is repairing media corrupt block 991838 of file 179
    how i can resolve this.
    [pre]
    Thanks
    Prakash
    Edited by: user612485 on Aug 28, 2008 10:53 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Dear satish kandi,
    recently we have created index for one table with nologgign option, i think for that reason i am getting that error.
    if i run dbv utility on the files which are shown in alert log file i am getting the following results.
    bash-2.05$ dbv file=/oracle15/oradata/pindb/pinx055.dbf blocksize=4096
    DBVERIFY: Release 8.1.7.0.0 - Production on Fri Aug 29 12:18:27 2008
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    DBVERIFY - Verification starting : FILE = /oracle15/oradata/pindb/pinx053.dbf
    Block Checking: DBA = 751593895, Block Type =
    Found block already marked corrupted
    Block Checking: DBA = 751593896, Block Type =
    .DBVERIFY - Verification complete
    Total Pages Examined : 1048576
    Total Pages Processed (Data) : 0
    Total Pages Failing (Data) : 0
    Total Pages Processed (Index): 1036952
    Total Pages Failing (Index): 0
    Total Pages Processed (Other): 7342
    Total Pages Empty : 4282
    Total Pages Marked Corrupt : 0
    Total Pages Influx : 0
    bash-2.05$ dbv file=/oracle15/oradata/pindb/pinx053.dbf blocksize=4096
    DBVERIFY: Release 8.1.7.0.0 - Production on Fri Aug 29 12:23:12 2008
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    DBVERIFY - Verification starting : FILE = /oracle15/oradata/pindb/pinx054.dbf
    Block Checking: DBA = 759492966, Block Type =
    Found block already marked corrupted
    Block Checking: DBA = 759492967, Block Type =
    Found block already marked corrupted
    Block Checking: DBA = 759492968, Block Type =
    .DBVERIFY - Verification complete
    Total Pages Examined : 1048576
    Total Pages Processed (Data) : 0
    Total Pages Failing (Data) : 0
    Total Pages Processed (Index): 585068
    Total Pages Failing (Index): 0
    Total Pages Processed (Other): 8709
    Total Pages Empty : 454799
    Total Pages Marked Corrupt : 0
    Total Pages Influx : 0
    bash-2.05$ dbv file=/oracle15/oradata/pindb/pinx054.dbf blocksize=4096
    DBVERIFY: Release 8.1.7.0.0 - Production on Fri Aug 29 12:32:28 2008
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    DBVERIFY - Verification starting : FILE = /oracle15/oradata/pindb/pinx055.dbf
    Block Checking: DBA = 771822208, Block Type =
    Found block already marked corrupted
    Block Checking: DBA = 771822209, Block Type =
    Found block already marked corrupted
    Block Checking: DBA = 771822210, Block Type =
    .DBVERIFY - Verification complete
    Total Pages Examined : 1048576
    Total Pages Processed (Data) : 0
    Total Pages Failing (Data) : 0
    Total Pages Processed (Index): 157125
    Total Pages Failing (Index): 0
    Total Pages Processed (Other): 4203
    Total Pages Empty : 887248
    Total Pages Marked Corrupt : 0
    Total Pages Influx : 0
    My doubts are :
    1.if i drop the index and recreate the index with logging option will this error won't repeat in alert log file
    2.in future if i activate the standby database will database is going to open without any error.
    Thanks
    Prakash
    .

  • ORA-01172: Recovery of thread 1 stuck at...

    My db got corrupted, and I'm having the following issue when opening it:
    ORA-01172: recovery of thread 1 stuck at block 31823 of file 2
    ORA-01151: use media recovery to recover block, restore backup if neededI did the following... but am now stuck. I accidentally entered a newline when I was supposed to specify the log file (I guess?). Any help would be great. Thanks!
    SQL> recover database until cancel;
    ORA-00279: change 12390169168251 generated at 06/26/2012 09:41:48 needed for
    thread 1
    ORA-00289: suggestion :
    C:\APP\GRExxxxxxx\FLASH_RECOVERY_AREA\MYDB\ARCHIVELOG\2012_06_27\O1_MF_1_1
    27_%U_.ARC
    ORA-00280: change 12390169168251 for thread 1 is in sequence #127
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    ORA-00308: cannot open archived log
    'C:\APP\GRExxxxxxx\FLASH_RECOVERY_AREA\MYDB\ARCHIVELOG\2012_06_27\O1_MF_1_
    127_%U_.ARC'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-10879: error signaled in parallel recovery slave
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'C:\APP\GRExxxxxxx\ORADATA\MYDB\SYSTEM01.DBF'

    Hi,
    speicfy the logs as it requested to complete the recovery (it might ask you for online redo based on you crash/scn), if you are not left over with any archives with recovery then you cancel the recover and open the database with
    reset logs
    - Pavan Kumar N

  • Oracle Application Server 10g thread stuck issue.

    We are having,
    Oracle Application Server 10g [10.1.3.1 + 10.1.3.4patch] along with Oracle Http Server 2.0
    Now there is a issue of thread stuck [some application threads taking longer times] due to which the application server is unable to respond and sometimes it reinits the oc4j instance.
    => Is there any setting to increase the Thread Stuck Time in OAS.
    => Is there any setting to stop the auto reinit of oc4j instance.
    => Does the auto re init of oc4j get logged in opmn.log as well as in service.log.
    It will be really helpful if any advice on the same.
    Thanks in advance...
    ManojC

    Look in httpd.conf file anything that is like thread in there you will find a simple description of the Directives.
    Greetings.

  • Thread stuck in socketConnect() while openning JDBC connection

    We are suferring a very strange behaviour in one of our servers.
    Sometimes a thread stucks for serveral minutes while obtaining a JDBC connection, this is the stack trace down to our method:
    "[STUCK] ExecuteThread: '82' for queue: 'weblogic.kernel.Default (self-tuning)'" RUNNABLE native
         java.net.PlainSocketImpl.socketConnect(Native Method)
         java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
         java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
         java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
         java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         java.net.Socket.connect(Socket.java:529)
         oracle.net.nt.TcpNTAdapter.connect(TcpNTAdapter.java:150)
         oracle.net.nt.ConnOption.connect(ConnOption.java:130)
         oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:353)
         oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:422)
         oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:686)
         oracle.net.ns.NSProtocol.connect(NSProtocol.java:246)
         oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1056)
         oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308)
         oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:538)
         oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:228)
         oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
         oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:280)
         oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:482)
         oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:156)
         oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:101)
         weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:477)
         weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:177)
         weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
         weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
         weblogic.common.resourcepool.ResourcePoolImpl.reserveResourceInternal(ResourcePoolImpl.java:450)
         weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:342)
         weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:419)
         weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:324)
         weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:94)
         weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:63)
         weblogic.jdbc.jta.DataSource.getXAConnectionFromPool(DataSource.java:1677)
         weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1445)
         weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:446)
         weblogic.jdbc.jta.DataSource.connect(DataSource.java:403)
         weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:364)
         org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:126)
         org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:94)
         org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
         org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:327)
         org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:291)
         org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:558)
         org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1433)
         org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:302)
         org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:570)
         org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:526)
         org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:529)
         org.eclipse.persistence.internal.sessions.IsolatedClientSession.executeCall(IsolatedClientSession.java:133)
         org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:206)
         org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:192)
         org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:664)
         org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2582)
         org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2553)
         org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:439)
         org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1076)
         org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:740)
         org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1036)
         org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:407)
         org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1122)
         org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2908)
         org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1291)
         org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1273)
         org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1233)
         org.eclipse.persistence.internal.jpa.EntityManagerImpl.executeQuery(EntityManagerImpl.java:778)
         org.eclipse.persistence.internal.jpa.EntityManagerImpl.findInternal(EntityManagerImpl.java:722)
         org.eclipse.persistence.internal.jpa.EntityManagerImpl.find(EntityManagerImpl.java:616)
         org.eclipse.persistence.internal.jpa.EntityManagerImpl.find(EntityManagerImpl.java:495)
         sun.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:597)
         weblogic.deployment.BasePersistenceContextProxyImpl.invoke(BasePersistenceContextProxyImpl.java:106)
         weblogic.deployment.TransactionalEntityManagerProxyImpl.invoke(TransactionalEntityManagerProxyImpl.java:77)
         weblogic.deployment.BasePersistenceContextProxyImpl.invoke(BasePersistenceContextProxyImpl.java:87)
         weblogic.deployment.TransactionalEntityManagerProxyImpl.invoke(TransactionalEntityManagerProxyImpl.java:18)
         $Proxy71.find(Unknown Source)
         com.ericsson.adm.ejb.PromoProcessorMDB.processRequest(PromoProcessorMDB.java:181)
    I checked OS tcp_syn_retries, is 5, an exception should be raised after 180 seconds, isnt?
    Even more weird is that sometimes a entityManager.find() give us null object even if the database record of the sougth persisted object exists.
    It seems that we have a network problem here but WLS / JVM is not throwing exceptions so we cant show to network administrators this problem.
    Our Weblogic is version 10.3.4 running on Redhat 5 with kernel 2.63.18-194.e15.
    JDK reports itself as "Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)".
    We have the exact replica of the faulty server (hardware and configuration) running the same application in the same domain connected to the same network switch connecting to the same Oracle instance but in that server we haven't suffer such problem.
    Edited by: user13413948 on 15-feb-2012 15:37
    Edited by: user13413948 on 15-feb-2012 15:38

    Io exception: The Network Adapter could not establish the connection..
    I'd check in tools->embedded oc4j server preferences (current workspace app / data sources) and do a refresh now.
    Next, make sure your app module config files reference the right connection by right clicking the app module and selecting configuration. lastly, make sure the project points to the right database connection by right clicking project -> properties, business components.

  • AG2712A: "THREAD STUCK IN DEVICE DRIVER" BSOD

    I am experiencing random computer restarts with the following error message: "THREAD STUCK IN DEVICE DRIVER" There are lots of results that basically relate to graphics card. For instance: http://www.dell.com/support/troubleshooting/us/en/04/KCS/KcsArticles/ArticleView?c=us&l=en&s=gen&docid=584512#Error6 but updating drivers or even reinstalling windows completely clean doesn't help the issue.
    For now I've disabled AMD video graphics card in the device manager which stopped random restarts, but that's obviously not fixing my issue just a temporary workaround because I can't use the card for gaming. MSI recently updated AMD drivers, perhaps it's causing it. I hope someone has some other suggestions I can try.

    Quote from: carlos.m.nunez on 18-February-14, 12:46:47
    I am having the same issue. Blue screen and same error. I know its a driver issue for graphics because i cant even play titanfall because of it. I would like to know what you did to figure it out. Bceause i cant figure out any updates that work or any alternative. Please someone help.
    First thing is create a ticket with MSI. The more people report the more likely MSI will look into this. Then simply download latest amd drivers. When doing install I unchecked everything except drivers. Also, I am using beta.

  • Thread vs Non-Blocking - invoke thead

    Hi,
    My question related to Thread vs Non-Blocking IO used for network application. If my application needs to handle several thousands or even ten thousand connection simultaneously, did I little research, I concluded that instead of having 10,000 thread running (don't know even that number is possible), I should use NIO instead. My question is that, if I use NIO and fire up a thread everytime I had new data coming in to process, will over head of creating new thread reduce performance a lot than having all the thread running all the time? Should I handle incoming data sequentially and try to avoid blocking during the process?
    TIA

    If you would take the trouble of reading the previous 10 or 20 posts in this forum about threads and/or NIO you would have your answer, or at least most of it.

  • Thread Stuck At HTTPClient/StreamDemultiplexor

    Dear All,
    i have this thread stuck at SOA 11.1.1.7
    "[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" id=15 idx=0x64 tid=30108 prio=1 alive, in native, daemon
    at jrockit/net/SocketNativeIO.readBytesPinned(Ljava/io/FileDescriptor;[BIII)I(Native Method)
    at jrockit/net/SocketNativeIO.socketRead(SocketNativeIO.java:32)[inlined]
    at java/net/SocketInputStream.socketRead0(Ljava/io/FileDescriptor;[BIII)I(SocketInputStream.java)[inlined]
    at java/net/SocketInputStream.read(SocketInputStream.java:129)[optimized]
    at com/sun/net/ssl/internal/ssl/InputRecord.readFully(InputRecord.java:293)
    at com/sun/net/ssl/internal/ssl/InputRecord.read(InputRecord.java:331)
    at com/sun/net/ssl/internal/ssl/SSLSocketImpl.readRecord(SSLSocketImpl.java:798)
    ^-- Holding lock: java/lang/Object@0x19e01d6f8[thin lock]
    at com/sun/net/ssl/internal/ssl/SSLSocketImpl.readDataRecord(SSLSocketImpl.java:755)
    at com/sun/net/ssl/internal/ssl/AppInputStream.read(AppInputStream.java:75)
    ^-- Holding lock: com/sun/net/ssl/internal/ssl/AppInputStream@0x19e01b608[biased lock]
    at HTTPClient/BufferedInputStream.fillBuff(BufferedInputStream.java:206)
    at HTTPClient/BufferedInputStream.read(BufferedInputStream.java:126)
    at HTTPClient/StreamDemultiplexor.read(StreamDemultiplexor.java:362)
    ^-- Holding lock: HTTPClient/StreamDemultiplexor@0x19e01b500[recursive]
    at HTTPClient/RespInputStream.read(RespInputStream.java:151)
    ^-- Holding lock: HTTPClient/StreamDemultiplexor@0x19e01b500[recursive]
    at HTTPClient/RespInputStream.read(RespInputStream.java:112)
    at HTTPClient/Response.readResponseHeaders(Response.java:1144)
    at HTTPClient/Response.getHeaders(Response.java:867)
    ^-- Holding lock: HTTPClient/StreamDemultiplexor@0x19e01b500[thin lock]
    at HTTPClient/Response.getStatusCode(Response.java:331)
    Regards
    Haitham Elmhalawy

    SOA Version:-11.1.1.7

  • Communication between thread in the same process using file interface.

    Hi,
    I am developing  driver and i need to communicate between two thread.
    >can anyone guide me on implementing communication between two thread in the same process using File Interface. First thread will be driver and second will be application.I need to send IOCTL like commands using File interface ie is WriteFile(),ReadFile()
    from Host process to driver through file-interface(which run's in driver context).Host process should not be blocked for the duration of the driver to process the command.
    >File-interface will run in driver context and it will be responsible to receive command from application and pass it to the driver.
    what are the complexity introduced?
    >Can anyone also give me the link/reference to get more information on this topic?
    >How to replace IOCTL command's for instance baud _rate change command with a file interface for example with IRP.

    Here  is the detailed query:
    Hardware Abstraction Layer will interact with Driver(Both will be running in complete different process) .there is a IOCTL for command and  File interface for read and write.
    My requirement is:
    Both should run in the same process so HAL will run as one thread and driver as another thread in the same process .I don't want HAL to wait for completion of request and also i don't want driver to be blocked .
    We are planning to use a File Interface for communication between Hardware abstraction layer and Driver
    HAL will send the command or read/write operation to a file interface and driver will get the command or read/write request from the File interface
    There is a flexibility to change Hardware Abstraction layer and also the Driver
    Is it possible to use IOCTL between two thread under same process? if not what other options do we have.
    Can we use File interface to  send command (like IOCTL) between two thread?

  • Blocking access to file sharing (AFP/SMB) from outside of network

    Hello all,
    Is there a way to block access to file shares from outside of our LAN? I have a machine that has some sharing turned on (it is also my email server) and I can reach it across the internet and mount shares as if I was in the office.
    How can I block this access? Both SMB and AFP?
    Thank you,
    -John

    Justin, thank you for your reply. The machine is on a public ip address and is not behind a NAT router. I've turned on the software firewall and that is working now. However, I imagine it would be better to use a hardware firewall. Any suggestions on a good one? Thank you.

  • W7 client machine stuck on startup "Group Policy Files Policy"

    we have some w7 machine getting stuck on boot up before ctrl-alt-del, once verbose message was turned on for troubleshooting, we noticed they were stuck at "applying group policy files policy".
    we had let it wait for more than 60 minutes at time and it would still be stuck. (thou mouse / kb still responsive)
    this problem however, is not re-produceable on demand, if we power off the machine, it boots back up with no issues.
    checking the group policy log, we didn't find anything weird, but was not sure if that's the right place to look thou.
    we do have two group policy preferences pushing out host files as well as desktop shortcuts, might that be the culprit?
    thanks!

    > we do have two group policy preferences pushing out host files as well
    > as desktop shortcuts, might that be the culprit?
    My recommendation: Use Group Policy Preferences as you like, but do NOT
    use the "Files" extension.
    Why? GP Processing at Boot/Logon is a synchronous foreground process
    that cannot be interrupted (as you are already experiencing ;-)).
    Replace GPP Files with a script that runs some robocopy commands. Start
    this script through a scheduled task at boot or logon, so that it can
    run asynchronously in the background, not disturbing the user experience.
    regards, Martin
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    Wenn meine Antwort hilfreich war, freue ich mich über eine Bewertung! If my answer was helpful, I'm glad about a rating!

  • Block change tracking file error

    Hi,
    when i selected
    "enable block change tracking for faster incremental backups" option under Backup setting policy, and apply it, i get following error
    error: "since the database area is not set you must specify a block change tracking file"
    how can i fix this error.
    1. is it better to provide a block change tracking file, if then how do i do it.
    else
    2.how can i set a database area
    Thanks,
    Philip.

    Hi Anita,
    i have 2 more problems which i have explained below.
    1. i am running my oracle 10g in linux and after starting the listener, when i try to start the database using
    "dbstart" command, i get following error
    "Failed to auto-start Oracle Net Listener using /ade/vikrkuma_new/oracle/bin/tnslsnr"
    i really have no idea what is this error and how to solve this erorr. Can you please help me. i have also posted a separate forum for this with the heading as
    "dbstart" command error
    2. my tnsservice name works sometimes and some other times it does not work at all.
    at sqlplus prompt when i login as
    sys/pwd@orcl as sysdba
    sometimes it works fine, other times it gives me error similar to -- protocol could not identify this service name.
    Thanks,
    Philip.

  • [svn:osmf:] 15934: Ensure OSMFPlayer doesn' t get stuck on preloader if configuration file is not present.

    Revision: 15934
    Revision: 15934
    Author:   [email protected]
    Date:     2010-05-06 14:18:56 -0700 (Thu, 06 May 2010)
    Log Message:
    Ensure OSMFPlayer doesn't get stuck on preloader if configuration file is not present.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/org/osmf/player/preloader/Preloader.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/application/ChromeApplication.as

    Thank you for the replies,
    unfortunately it's not the router. I usually switch on/off the router if I'm not at home. Therefore  I have ruled out from the very beginning the router. And I'd rule out an upgrade of  arch's packages as well.  I installed->upgraded all packages  after a fresh installation of arch,  and then I started the configuration...
    ewaller, nice "How to"
    Cheers
    Last edited by bradomyn (2011-09-13 10:59:39)

Maybe you are looking for

  • Can't get Extreme to work for me

    I bought an Airport Extreme in May and just cannot get it to work for me. It most likely has to do with my settings as it seems complicated for me. My ISP refuses to help me other than providing me with some router/IP info. They claim they have had p

  • Is there a lavalier mic for iPhone 5?

    Is there a lavalier mic for iPhone 5?

  • Build view with data rows from one of two views.

    Hello. I've got problem with PL/SQL. I have built two PL/SQL views. Now I have to write a third view based on the data from "view_1" or "view_2". "view_2" contains all data rows but "view_1" contains special information. If the needed data rows (it's

  • Blurry Built-In iSight when using iChat

    I have a new 20" iSight iMac and seem to be having an issue with using the iSight w/ iChat. The picture looks perfectly clear in my preview window, until the moment where it actually connects with another user, at which time it immediately goes blurr

  • Duplication of Code

    Dear Sir I want to explore CS73 display  BOM to excel and second i want where used list for several items.In CS15 it shows 1 material which not acceptable.i want to know which material is used in BOM or not used and even i want to explore CS73 to exc