ISE Alarm : Warning : Session directory write failed : [TimesTen][TimesTen 11.2.2.2.0 ODBC Driver][TimesTen]TT0846: Data store connection invalid or not current -- file "dbAPI.c"; lineno 7475; procedure "sb_connLatchAcquire"

I got this message about 20 times:
Log Collection Error
Details :
Session directory write failed : [TimesTen][TimesTen 11.2.2.2.0 ODBC Driver][TimesTen]TT0846: Data store connection invalid or not current -- file "dbAPI.c"; lineno 7475; procedure "sb_connLatchAcquire"
Description :
The ISE M&T collector process is unable to persist the audit logs generated from the Policy Service nodes
Suggested Actions :
This will not impact the actual functionality of the Policy Service nodes, Please contact TAC"
It started after I've added a third DNS Server and did not reboot the whole appliance, but just all services....
Does anyone know what really might triggered this? After rebooting ISE everything was ok again. But I couldn't find anything in ISE's logs
KR

I did a reboot and the problem was solved. I got the message when I tried to stop ISE while all services were just about to get up.
ISE Version: 1.2.0.899

Similar Messages

  • ISE Alarm (WARNING): Dynamic Authorization Failed for Device

    Hi all,
    I am posting this discussion as previous posts that I have found in this forum have never been resolved or the resolution is not applicable to me.
    I am using ISE 1.1.1.268 and WLC 7.2.111.3 and NAC agent version 4.9.1.6 on Windows 7 Client machines.
    About once a day i get the error "ISE Alarm (WARNING): Dynamic Authorization Failed for Device".
    The device it is reffering to is my NAD, a WLC 5508 running 7.2.111.3
    I have looked at the logs and I cannot see anything in the logs which correcponds to this message so that I can troubleshoot further. Maybe I can if I am enabling the correct logging level on the correct ISE component.
    Can someone suggest the components and the logging level that I should set to get some more detail about this error?
    At the moment, I have only set debug logging on Active Directory. I have TRACE logging set on Posture, Runtime AAA & prrt-JNI.
    I do not want to enable too much debug logs, so I was wondering whether anyone can help with a specific element that I should be debugging.
    I thought debugging the posture element would be enough but when I look at the logs there is nothing there that relates to this message.
    Can anyone help?
    thanks
    Mario

    Firstly, I wouldn't run a production deployment of ISE on 1.1.1.... 1.1.3 Patch 1 or 1.1.4 is the way to go.
    Secondly, this error happen a lot, especially with Wireless, and it's not worth worrying about.  I've had a couple of TAC cases opened for this and some similar errors, generally they're caused by a Client going to sleep, leaving the coverage area or otherwise leaving the WLC while ISE is trying to do something with it.
    Only worry if you actually have a Client-impacting problem, which by the sounds of it, you don't.

  • Java.sql.SQLException: [TimesTen][TimesTen 6.0.1 ODBC Driver][TimesTen]TT08

    Hi,
    I have installed TimesTen 6.0.1 and created Server/Client DSN's and trying to connect from a simple Java File using Client DSN, but encounter the following error. What could be the reason
    java.sql.SQLException: [TimesTen][TimesTen 6.0.1 ODBC Driver][TimesTen]TT0830: Cannot create data store file. OS-detected error: The system c
    annot find the path specified. -- file "db.c", lineno 7188, procedure "sbDbCreate()"
    at com.timesten.jdbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6268)
    at com.timesten.jdbc.JdbcOdbc.standardError(JdbcOdbc.java:6391)
    at com.timesten.jdbc.JdbcOdbc.standardError(JdbcOdbc.java:6356)
    at com.timesten.jdbc.JdbcOdbc.SQLDriverConnect(JdbcOdbc.java:3822)
    at com.timesten.jdbc.JdbcOdbcConnection.connect(JdbcOdbcConnection.java:1714)
    at com.timesten.jdbc.TimesTenDriver.connect(TimesTenDriver.java:362)
    at com.timesten.jdbc.TimesTenDriver.connect(TimesTenDriver.java:218)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:193)
    at Example.main(Example.java:20)
    Thanks in Adv
    Venkata

    It looks like you encountered a permission problem. Can you share the details of what operation you were trying to do, your connection and DSN settings and configuration file?
    - scheung

  • ISE Alarm: Warning: Profiler Queue Size Limit Reached

    Anyone know what this error means and more importantly, is it anything to really be concerned about?  We started receiving this today for one of our PSNs and have been getting the alert every five minutes.  There hasn't been any 'known' impacts from this but it's very annoying and the Cisco documentation is a little vague.
    Thank you....

    Hmm, I am sorry but I will have to ask more questions:
    1. You mentioned that your PSNs are behind a load balancer, but are the nodes in a "node group?" If they are not you should place them in a node group. If they are you will need to split them as the max recommended nodes per node group is 10. 
    2. If the nodes are indeed in a node group are they all L2 adjacent?
    3. If your deployment consists of VMs and not physical appliances, can you confirm that both the adequate CPU/RAM are allocated and reserved for the VMs?
    Here are also some recommendations:
    1. If possible, move to IOS sensor on all of your switches and disable the probes that will no longer be needed. 
    2. If #1 is not possible check the configurations on your NADs and where Device Sensor is configured you should remove, IP Helper and SNMP Query based configs. This will prevent duplicate information from being sent to the PSNs
    3. Look to completely eliminate SNMP Traps based configurations for ISE. That probe along with Netflow and the Span probes are pretty heavy hitters
    4. Make sure that you are using Device Sensor on your WLCs as well
    5. Use the latest patch
    6. Get a support case going with Cisco and have them take a look :)
    For more info you should take a look at the following Cisco Live Sessions:
    BRKSEC-3697 and BRKSEC-3699
    Thank you for rating helpful posts!

  • Creating a symlink directory on a network share to a path below a mapped drive letter, local path, or UNC path does not work

    Am I correct in assuming I can not create a `symlinkd` to a network share, local path, or a UNC path on a network share that will be accessible by clients?
    ###Mapped drive letters don't work:
    1) navigate to a network share:
    pushd \\windows2008server\share\
    2) make a hardlink:
    mklink /d test_sharedir t:\directory\
    dir .\test_sharedir
    #Directory of Z:\test_sharedir
    #File Not Found
    UNC paths don't work:
    1) navigate to a network share:
    pushd \\windows2008server\share\
    2) make a symlink:
    mklink /d test_dirunc \\windows2008server\share
    dir .\test_dirunc
    #Directory of Z:\test_dirunc
    #File Not Found
    I can create a functional `symlinkd` on a local drive to a mapped drive letter or a UNC path.
    Are my assumptions above correct?
    We are in the middle of a migration and have created two symlinkd to UNC paths for shared DLLs, one below c:\windows\system32\ (directing to a share containing 64-bit DLLs) and one below c:\windows\syswow64 (directing to a share containing 32-bit DLLs).
    On the file server, we have had a path to 32-bit DLLs (from Windows 7 clients: s:\dll\).  I am attempting to rename this directory so that it is accessible via "s:\dll32\" and would like to create a symlinkd that links "s:\dll" to
    "s:\dll32" [again where S: is a mapped drive on a Windows 2008 server].  How do I do this?
    Thanks,
    Matt

    Hello Mandy,
    The link you sent me is for Netapp CIFS server daemon contained within DataOnTap (the Netapp OS) to follow symlinks.  I am inquiring about the Microsoft products Windows Server and Windows 7.
    To gain a better understanding of the Microsoft Windows Server and client (Windows) CIFS stacks and interaction of the stacks, I have referred to Figure 6 "Server Message Block Server Model" within the following (albeit older) document: http://download.microsoft.com/download/2/8/0/2800a518-7ac6-4aac-bd85-74d2c52e1ec6/tuning.doc
    You will see the following:
    I assume that the Windows Server CIFS server service must be "smart enough" to determine that a CIFS client is attempting access to a SYMLINKD and actually fill the request by following the SYMLINKD.  The CIFS server service does not appear
    to operate like this.
    1) Am I correct in my assumption that the CIFS client (redirector) and the CIFS server (server) do not following symbolic links (whether they be file or directory)?
    2) If not, how do I submit a feature request for this so that it can be reviewed and approved or not approved for inclusion/hotfix release?
    Thanks for your time,
    Matt Brown
    [UPDATE]
    Note that you can use a `directory junction` instead of using a SYMLINKD, to link to LOCAL resources (source). However, `directory junctions` do not allow access to resources over UNC.

  • Cannot reconnect to Timesten Data Store

    Hi,
    I'm using TimesTen 6.0.1 on Linux Red Hat AS 4.
    My application connects well to the data store.
    Then when I do:
    /sbin/service tt_tt60 restart
    My application is disconnected from the DS (normal), but after the data store is back, my application tries to connect again, and it does not work. I see this error log:
    Sep 21 17:05:26 intel1 TimesTen Data Manager 6.0.1.tt60[11638]: ODBC_ERROR: sqldbthread 0: 3- ERROR -1 in sqlDBv2/sqldb_api.c, line 154: Error in connecting to the driver
    Sep 21 17:05:26 intel1 TimesTen Data Manager 6.0.1.tt60[11638]: ODBC_ERROR: sqldbthread 0: 4- [TimesTen][TimesTen 6.0.1 ODBC Driver][TimesTen]TT0837: Cannot attach data store shared-memory segment, error 12 -- file "db.c", lineno 8623, procedure "sbDbConnect()" *** ODBC Error/Warning= 08001, Additional Error/Warning= 837
    errno 12 is pointing to not enough memory
    PermSize in sys.odbc.ini is 1800
    If I change PermSize to 1000, it works well, the application reconnects well to the data store. But reducing PermSize would severely affect the max number of entries we can put in the database.
    So, is there a way to recover from such a case without changing PermSize?
    Christophe

    I think we need more information to understand exactly what is happening here. Here are a few observations and suggestions:
    1. When the datastore gets 'invalidated' due to the main daemon being stopped (restarted), and your application gets the error (846 or 994), what does it do? It must (a) issue a rollback on all its connections ot the DS and (b) issue a disconnect on all its connections to the DS> Until this is done, the shared memory segment for the DS will remain in existence and 'attached' to the application process. Only when the above has been done will the DS segment be released. You could use the O/S ipcs command before and after the daemon restart to see if the DS segment remains or not.
    2. The O/S is denying the request to attach a new segment to the application process. The error is ENOMEM which does not necessarily mean not enough actual memory. Most likely some kernel parameter or process limit parameter is set too low such that when you trya and attach the second segment (since I suspect, as described above, that the first segment is still attached to the application) it fails. Or it may truly be that you do not have enough address space left (is this 32-bit or 64-bit) to attach the new segment.
    I would recommend investigating the issues I describe in (1) above as a first step.
    Chris

  • 838 Cannot get data store shared memory segment error in Timesten

    Hi Chris,
    This is shalini. I have mailed u for last two days reg this issue. You asked me about few details. Here the answer is,
    1, Have u modified anything after timesten installation? - No. I didnt change anything .
    2, What are the three values under physical memory? - Total - 2036 MB ,Cached - 1680 MB ,Free - 12 MB
    3, ttmesg.log and tterrors.log? -
    tterrors.log::
    12:48:58.83 Warn: : 1016: 3972 Connecting process reports creation failure
    ttmesg.log::
    12:48:58.77 Info: : 1016: maind got #12.14, hello: pid=3972 type=library payload=%00%00%00%00 protocolID=TimesTen 11.2.1.3.0.tt1121_32 ident=%00%00%00%00
    12:48:58.77 Info: : 1016: maind: done with request #12.14
    12:48:58.77 Info: : 1016: maind got #12.15 from 3972, connect: name=c:\timesten\tt1121_32\data\my_ttdb\my_ttdb context= 266e900 user=InstallAdmin pass= dbdev= logdev= logdir=c:\timesten\tt1121_32\logs\my_ttdb grpname= access=%00%00%00%00 persist=%00%00%00%00 flags=@%00%00%01 newpermsz=%00%00%00%02 newtempsz=%00%00%00%02 newpermthresh=Z%00%00%00 newtempthresh=Z%00%00%00 newlogbufsz=%00%00%00%02 newsgasize=%00%00%00%02 newsgaaddr=%00%00%00%00 autorefreshType=%ff%ff%ff%ff logbufparallelism=%00%00%00%00 logflushmethod=%00%00%00%00 logmarkerinterval=%00%00%00%00 connections=%03%00%00%00 control1=%00%00%00%00 control2=%00%00%00%00 control3=%00%00%00%00 ckptrate=%06%00%00%00 connflags=%00%00%00%00 newlogfilesz=%00%00@%01 skiprestorecheck=%00%00%00%00 realuser=InstallAdmin conn_name=my_ttdb ckptfrequency=X%02%00%00 ckptlogvolume=%14%00%00%00 recoverythreads=%03%00%00%00 reqid=* plsql=%ff%ff%ff%ff receiverThreads=%00%00%00%00
    12:48:58.77 Info: : 1016: 3972 0266E900: Connect c:\timesten\tt1121_32\data\my_ttdb\my_ttdb a=0x0 f=0x1000040
    12:48:58.77 Info: : 1016: permsize=33554432 tempsize=33554432
    12:48:58.77 Info: : 1016: logbuffersize=33554432 logfilesize=20971520
    12:48:58.77 Info: : 1016: permwarnthresh=90 tempwarnthresh=90 logflushmethod=0 connections=3
    12:48:58.77 Info: : 1016: ckptfrequency=600 ckptlogvolume=20 conn_name=my_ttdb
    12:48:58.77 Info: : 1016: recoverythreads=3 logbufparallelism=0
    12:48:58.77 Info: : 1016: plsql=0 sgasize=33554432 sgaaddr=0x00000000
    12:48:58.77 Info: : 1016: control1=0 control2=0 control3=0
    12:48:58.79 Info: : 1016: ckptrate=6 receiverThreads=0
    12:48:58.79 Info: : 1016: 3972 0266E900: No such data store
    12:48:58.79 Info: : 1016: daDbConnect failed
    12:48:58.79 Info: : 1016: return 1 833 'no such data store!' arg1='c:\timesten\tt1121_32\data\my_ttdb\my_ttdb' arg1type='S' arg2='' arg2type='S'
    12:48:58.79 Info: : 1016: maind: done with request #12.15
    12:48:58.79 Info: : 1016: maind got #12.16 from 3972, create: name=c:\timesten\tt1121_32\data\my_ttdb\my_ttdb context= 266e900 user=InstallAdmin pass= dbdev= logdev= logdir=c:\timesten\tt1121_32\logs\my_ttdb grpname= persist=%00%00%00%00 access=%00%00%00%00 flags=@%00%00%01 permsize=%00%00%00%02 tempsize=%00%00%00%02 permthresh=Z%00%00%00 tempthresh=Z%00%00%00 logbufsize=%00 %00%02 logfilesize=%00%00@%01 shmsize=8%f4%c9%06 sgasize=%00%00%00%02 sgaaddr=%00%00%00%00 autorefreshType=%01%00%00%00 logbufparallelism=%00%00%00%00 logflushmethod=%00%00%00%00 logmarkerinterval=%00%00%00%00 connections=%03%00%00%00 control1=%00%00%00%00 control2=%00%00%00%00 control3=%00%00%00%00 ckptrate=%06%00%00%00 connflags=%00%00%00%00 inrestore=%00%00%00%00 realuser=InstallAdmin conn_name=my_ttdb ckptfrequency=X%02%00%00 ckptlogvolume=%14%00%00%00 recoverythreads=%03%00%00%00 reqid=* plsql=%00%00%00%00 receiverThreads=%00%00%00%00
    12:48:58.79 Info: : 1016: 3972 0266E900: Create c:\timesten\tt1121_32\data\my_ttdb\my_ttdb p=0x0 a=0x0 f=0x1000040
    12:48:58.79 Info: : 1016: permsize=33554432 tempsize=33554432
    12:48:58.79 Info: : 1016: logbuffersize=33562624 logfilesize=20971520
    12:48:58.80 Info: : 1016: shmsize=113898552
    12:48:58.80 Info: : 1016: plsql=0 sgasize=33554432 sgaaddr=0x00000000
    12:48:58.80 Info: : 1016: permwarnthresh=90 tempwarnthresh=90 logflushmethod=0 connections=3
    12:48:58.80 Info: : 1016: ckptfrequency=600 ckptlogvolume=20 conn_name=my_ttdb
    12:48:58.80 Info: : 1016: recoverythreads=3 logbufparallelism=0
    12:48:58.80 Info: : 1016: control1=0 control2=0 control3=0
    12:48:58.80 Info: : 1016: ckptrate=6, receiverThreads=1
    12:48:58.80 Info: : 1016: creating DBI structure, marking in flux for create by 3972
    12:48:58.82 Info: : 1016: daDbCreate: about to call createShmAndSem, trashed=-1, panicked=-1, shmSeq=1, name c:\timesten\tt1121_32\data\my_ttdb\my_ttdb
    12:48:58.82 Info: : 1016: marking in flux for create by 3972
    12:48:58.82 Info: : 1016: create.c:338: Mark in-flux (now reason 1=create pid 3972 nwaiters 0 ds c:\timesten\tt1121_32\data\my_ttdb\my_ttdb) (was reason 1)
    12:48:58.82 Info: : 1016: maind: done with request #12.16
    12:48:58.83 Info: : 1016: maind got #12.17 from 3972, create complete: name=c:\timesten\tt1121_32\data\my_ttdb\my_ttdb context= 266e900 connid=%00%08%00%00 success=N
    12:48:58.83 Info: : 1016: 3972 0266E900: CreateComplete N c:\timesten\tt1121_32\data\my_ttdb\my_ttdb
    12:48:58.83 Warn: : 1016: 3972 Connecting process reports creation failure
    12:48:58.83 Info: : 1016: About to destroy SHM 560
    12:48:58.83 Info: : 1016: maind: done with request #12.17
    12:48:58.83 Info: : 1016: maind 12: socket closed, calling recovery (last cmd was 17)
    12:48:58.85 Info: : 1016: Starting daRecovery for 3972
    12:48:58.85 Info: : 1016: 3972 ------------------: process exited
    12:48:58.85 Info: : 1016: Finished daRecovery for pid 3972.
    I think "Connecting process reports creation failure" is the error shown.
    4, DSN Attributes? -
    earlier, i used my_ttdb which is the SYSTEM DSN , and i tried by creating a user DSN, still it is not working. I will give the my_ttdb dsn attributes.
    I am unable to attach the screenshots in this message. Is there anyway to attach it. I should not send the reply through mail from my company, so only sent this message. You can reply to my mailbox id.
    Chris or Anybody can please reply to this below message.
    I am having a table called Employee. I have created a view called emp_view.
    create view emp_view as
    select /*+ INDEX (Employee emp_no) */
    emp_no,emp_name
    from Employee;
    we have another index on Employee table called emp_name.
    I need to use the emp_name index in emp_view like below.
    select /*+ INDEX (<from employee tables> emp_name) */
    emp_no
    from emp_view
    where emp_name='SSS';
    in the index i tried /*+ INDEX (emp_view.Employee emp_name) */ But it is still taking the index used in emp_view view ie emp_no.. Anyone can u please help me to resolve this issue.
    Edited by: user12154813 on Nov 3, 2009 4:21 AM

    DSN Attributes for the two paths u gave are mentioned below.
    HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\mt_ttdb:
    (Default) - (value not set)
    AssertDlg - 1
    AutoCreate -1
    AutorefreshType -1
    CacheGridEnable -0
    CacheGridMsgWait -60
    CatchupOverride -0
    CkptFrequency -600
    CkptLogVolume -20
    CkptRate -6
    ConnectionCharacterSet -US7ASCII
    Connections -3
    Control1 -0
    Control2 -0
    Control3 -0
    DatabaseCharacterSet -US7ASCII
    DataStore - C:\TimesTen\tt1121_32\Data\my_ttdb\my_ttdb
    DDLCommitBehavior -0
    Description - My Timesten Data store
    Diagnostics -1
    Driver - C:\TimesTen\tt1121_32\bin\ttdv1121.dll
    DuplicateBindMode -0
    DurableCommits -0
    DynamicLoadEnable -1
    DynamicLoadErrorMode -0
    ExclAccess -0
    ForceConnect -0
    InRestore -0
    Internal1 -0
    Isolation -1
    LockLevel -0
    LockWait -10.0
    LogAutoTruncate -1
    LogBuffSize -0
    LogBufMB -32
    LogBufParallelism -0
    LogDir -C:\TimesTen\tt1121_32\Logs\my_ttdb
    LogFileSize -20
    LogFlushMethod -0
    Logging -1
    LogMarkerInterval -0
    LogPurge -1
    MatchLogOpts -0
    MaxConnsPerServer -4
    NLS_LENGTH_SEMANTICS -BYTE
    NLS_NCHAR_CONV_EXCP -0
    NLS_SORT -BINARY
    NoConnect -0
    Overwrite -0
    PassThrough -0
    PermSize -32
    PermWarnThreshold -0
    PLSQL - value (-1)
    PLSQL_CODE_TYPE -INTERPRETED
    PLSQL_CONN_MEM_LIMIT - 100
    PLSQL_MEMORY_SIZE - 32
    PLSQL_OPTIMIZE_LEVEL - 2
    PLSQL_TIMEOUT - 30
    Preallocate -0
    PrivateCommands -0
    QueryThreshold - value (-1)
    RACCallback -1
    ReadOnly -0
    ReceiverThreads -0
    RecoveryThreads -3
    SkipRestoreCheck -0
    SMPOptLevel - value(-1)
    SQLQueryTimeout - value(-1)
    Temporary -0
    TempSize -32
    TempWarnThreshold - 0
    ThreadSafe -1
    TransparentLoad- value(-1)
    TypeMode -0
    WaitForConnect -1
    XAConnection -0
    HKEY_CURRENT_USER\SOFTWARE\ODBC\ODBC.INI\my_test:
    existing values changed from the above dsn attributes:
    TypeMode - value(-1)
    RecoveryThreads -0
    MaxConnsPerServer -5
    LogFileSize -4
    LogDir -C:\TimesTen\tt1121_32\Logs\my_test
    DataStore - C:\TimesTen\tt1121_32\data\my_test\my_test
    DatabaseCharacterSet -AL32UTF8
    ConnectionCharacterSet -AL32UTF8
    CkptFrequency - value(-1)
    CkptLogVolume - value(-1)
    CkptRate -value(-1)
    Connections -0
    CacheGridEnable -1
    newly added values:
    ServerStackSize - 10
    ServersPerDSN -2
    other attributes are same for both the dsn's.
    Please reply as soon as possible.
    Thanks,
    Shalini.
    Edited by: user12154813 on Nov 3, 2009 11:34 PM
    Edited by: user12154813 on Nov 3, 2009 11:37 PM

  • ISE Alarm at Failed Authentications per User

    Hi there!
    Is there a way to define an alarm for Failed authentications in a given time for a specific user in ISE 1.3?
    We have an alarm like this defined in ACS 5.3 but I can't find it in the ISE.
    Here is a picture of the definition in ACS:
    Can anyone help?

    Yes we can configure ISE alarms and send email notification as well

  • After Effects warning: Can´t write to font cache directory

    Hello everyone,
    I have a problem with After Effects. Every time I open AE CC I get an error with the massage "After Effects warning: Can´t write to font cache directory." I tryed an update but it brought no resolution. After Effects CS6 is still running. Does anyone have an idea how I can solve this problem? I´m currently not able to work.
    I use Windows 7 64 bit.
    Hallo zusammen,
    ich habe ein Problem mit After Effects. Jedesmal wenn ich meine After Effects CC öffne bekomme ich eine Fehlermeldung " After Effects warning: Can´t write to font cache directory."  Ich habe bereits ein update installiert aber es hat das Problem nicht behoben. After Effects CS6 läuft ohne Prbleme. Weiß jemand an was das liegen könnte?
    Habe Windows 7 64 bit.

    http://helpx.adobe.com/after-effects/kb/error-font-dictionary-cant-read.html

  • ORA-27070: async read/write failed

    Hi,
    We have a 2 node RAC on AIX 5.3 TL10 with CRS & ASM on 11.1.0.7
    The DB is running on 10.2.0.4
    The servers use VIO-server connection to SAN & LAN
    This morning the flashbackrecovery diskgroup got unmounted because of a
    ORA-27070: async read/write failed
    WARNING: IO Failed. subsys:System dg:2, diskname:/dev/asmreco3 disk:0x2.0x93e51c34 au:895
    iop:0x110b7bbc0 bufp:0x700000006190000 offset(bytes):938913792 iosz:4096 operation:2(Write) synchronous:0
    result: 4 osderr:0x0 osderr1:0x0 pid:11739286
    NOTE: cache initiating offline of disk 2 group 2
    WARNING: initiating offline of disk 2.2481265716 (FB01_0002) with mask 0x7e
    NOTE: initiating PST update: grp = 2, dsk = 2, mode = 0x15
    kfdp_updateDsk(): 7
    Thu Dec 31 08:58:13 2009
    kfdp_updateDskBg(): 7
    ERROR: too many offline disks in PST (grp 2)
    NOTE: halting all I/Os to diskgroup FB01
    Thu Dec 31 08:58:13 2009
    SQL> alter diskgroup FB01 dismount force
    NOTE: active pin found: 0x70000000ddfe530
    NOTE: active pin found: 0x70000000ddfe110
    NOTE: active pin found: 0x70000000ddfe428
    NOTE: active pin found: 0x70000000ddfe320
    NOTE: active pin found: 0x70000000ddfe740
    NOTE: active pin found: 0x70000000ddfe218
    NOTE: active pin found: 0x70000000ddfe638
    NOTE: active pin found: 0x70000000ddfe530
    NOTE: active pin found: 0x70000000ddfe110
    NOTE: active pin found: 0x70000000ddfe428
    NOTE: active pin found: 0x70000000ddfe320
    NOTE: active pin found: 0x70000000ddfe740
    NOTE: active pin found: 0x70000000ddfe218
    NOTE: active pin found: 0x70000000ddfe638
    NOTE: cache dismounting group 2/0xCD55ECD5 (FB01)
    Thu Dec 31 08:58:14 2009
    kjbdomdet send to node 1
    detach from dom 2, sending detach message to node 1
    Thu Dec 31 08:58:14 2009
    Dirty detach reconfiguration started (old inc 24, new inc 24)
    List of nodes:
    0 1
    Global Resource Directory partially frozen for dirty detach
    * dirty detach - domain 2 invalid = TRUE
    2617 GCS resources traversed, 1 cancelled
    Dirty Detach Reconfiguration complete
    Thu Dec 31 08:58:15 2009
    WARNING: dirty detached from domain 2
    NOTE: cache dismounted group 2/0xCD55ECD5 (FB01)
    kfdp_dismount(): 8
    kfdp_dismountBg(): 8
    NOTE: De-assigning number (2,0) from disk (/dev/asmreco1)
    NOTE: De-assigning number (2,1) from disk (/dev/asmreco2)
    NOTE: De-assigning number (2,2) from disk (/dev/asmreco3)
    SUCCESS: diskgroup FB01 was dismounted
    There are however no errors on the OS level
    Any hints are welcome

    All has been checked, and rechecked.
    We now have a very strange situation:
    We testen failover by manually turning of one LPAR at a time.
    After this reboot, the Async I/O error seem to have gone.
    That is, they haven't appeared now for two days
    Why they occurred and why they don't occur anymore is not found/explained
    There I'll close this thread.

  • **Creating default directory in failed: \logging.properties (Access is denied)**

    Hello Experts,
    i am deploying edq on weblogic.
    After deployment, when lauching the edq url getting below error on firefox.
    **Creating default directory in failed: \logging.properties (Access is denied)**
    by default, it took the path as:
    C:\oraclesw\oracle\middleware\user_projects\domains\oedq_dev_domain\servers\edqdev_server1\tmp\_WL_user\dndirector\1i3bzo\war\WEB-INF\config
    i have unzipped the config.zip into above mentioned config folder.

    When we restart the application server up and start the managed server, the deployment is in the failed status with the following message:
    We have the Memory settings on the managed server set as : -Xmx5024M –XX:MaxPermSize=256M
    <Jul 11, 2013 4:45:13 PM EDT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating start task for application 'dndirector'.>
    <Jul 11, 2013 4:45:13 PM EDT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
            at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
            at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
            at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: com.datanomic.utils.transport.TransportSignature
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
            Truncated. see log file for complete stacktrace
    >
    <Jul 11, 2013 4:49:42 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=WebAppApplicationOverviewPage&WebAppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3Ddndirector%2CType%3DAppDeployment%22%29.>

  • KQRCMT: Write failed with error=604 Errors in Trace File

    Anyone know what errors like these in the trace file might indicate? I'm trying to diagnose why one of our application processes died without warning, and found this in the process trace file right about the time when it died. My Oracle Support turns up very few hits, none of them helpful. Google likewise had very little to say on the matter.
    Also there were no errors thrown in the alert log during the time indicated in the trace file messages.
    *** 2011-02-01 14:30:29.976
    *** MODULE NAME:() 2011-02-01 14:30:29.976
    *** ACTION NAME:() 2011-02-01 14:30:29.976
    KQRCMT: Write failed with error=604 po=0xa68636878 cid=13
    diagnostics : cid=13 hash=7ad19577 flag=2a
    KQRCMT: Write failed with error=604 po=0xa68636878 cid=13
    diagnostics : cid=13 hash=7ad19577 flag=2a
    *** 2011-02-01 14:30:33.416
    KQRCMT: Write failed with error=604 po=0xa68636878 cid=13
    diagnostics : cid=13 hash=7ad19577 flag=2a
    *** 2011-02-01 14:30:35.343
    KQRCMT: Write failed with error=604 po=0xa68636878 cid=13
    diagnostics : cid=13 hash=7ad19577 flag=2a
    KQRCMT: Write failed with error=604 po=0xa68636878 cid=13
    diagnostics : cid=13 hash=7ad19577 flag=2a
    *** 2011-02-01 14:30:36.572
    KQRCMT: Write failed with error=604 po=0xa68636878 cid=13
    diagnostics : cid=13 hash=7ad19577 flag=2a
    *** 2011-02-01 14:30:38.684
    KQRCMT: Write failed with error=604 po=0xa68636878 cid=13
    diagnostics : cid=13 hash=7ad19577 flag=2a
    *** 2011-02-01 14:30:39.316
    KQRCMT: Write failed with error=604 po=0xa68636878 cid=13
    diagnostics : cid=13 hash=7ad19577 flag=2a
    *** 2011-02-01 14:30:40.575
    KQRCMT: Write failed with error=604 po=0xa68636878 cid=13
    diagnostics : cid=13 hash=7ad19577 flag=2a
    ...etc, etc...Thanks.

    Hi All ,
    MY database is oracle 11G , SParc OS 64 Bit , i got the same error on my primary database.
    Please find the exact error below :
    KQRCMT: Write failed with error=604 po=3ebb848b0 cid=13
    diagnostics : cid=13 hash=d906a6b flag=2a
    KQRCMT: Write failed with error=604 po=3ebb848b0 cid=13
    diagnostics : cid=13 hash=d906a6b flag=2aThat is the only error in the trace file.
    i have checked on google and metalink but not much is available.
    please suggest
    Thanks
    Kk
    Edited by: Kk on Apr 8, 2011 5:19 AM

  • Linux and PCI-485/8. Write failed:Inp​ut/Output error

    i am running red hat linux and installed my pci-485/8 serial card. actually, the machine is dual boot with windows nt 4.0 and the card works fine under nt. i followed all the instructions in the ni document "notes to users" entitled "using pci serial with linux". when i finally run serialtest i just get the error message above: Write failed:Input/output error.
    not much to go on. any advice???

    There are few things that we can try to trouble shoot this problem.
    Try uninstalling driver for Win NT completely and reinstalling driver for Linux and see whether that solves the problem.
    If that doesn't solve the problem then try using a different Linux machine ( if you have access to ) for the same card. The card works under Win NT that means card is fine and there is no hardware issue associated with this problem.
    Try recompiling your serialtest.c :
    Enter the following to recompile serialtest.c and rerun serialtest.
    (Also, the source code for serialtest is available for editing and viewing
    at serialtest.c, provided in the PCI-SERIAL directory.)
    linux PCI-SERIAL# gcc serialtest.c -o serialtest
    linux PCI-SERIAL# ./serialtest < receive port numbe
    r>
    < transmit port number>
    If serialtest hangs:
    Make sure the interface is seated correctly and tighten the screw that holds
    the interface in place. Also, make sure the cables are attached to the correct
    ports. In some cases, serialtest hangs if the transceiver modes
    (PCI-485) are not set. Try setting both transmit and receive ports to
    transceiver mode 0 (Four-Wire Mode).
    linux# ./rs485 < transmit port number> 0
    linux# ./rs485 < receive port number> 0
    linux# ./serialtest < receive port number> < transmit port number>
    See the attached file for more information.
    Attachments:
    322539a.pdf ‏138 KB

  • BO XI 3.1 : Active Directory Authentication failed to get the Active Directory groups

    Dear all 
            In our environment, there are 2 domain (domain A and B); it works well all the time. Today, all the user belong to domain A are not logi n; for user in domain B, all of them can log in but BO server response is very slowly. and there is error message popup when opening Webi report for domain B user. Below are the error message: 
           " Active Directory Authentication failed to get the Active Directory groups for the account with ID:XXXX; pls make sure this account is valid and belongs to an accessible domain"
          Anyone has encountered similar issue?
       BO version: BO XI 3.1 SP5
       Authenticate: Windows AD
    Thanks and Regards

    Please get in touch with your AD team and verify if there are any changes applied to the domain controller and there are no network issues.
    Also since this is a multi domain, make sure you have 2 way transitive forest trust as mentioned in SAP Note : 1323391 and FQDN for Directory servers are maintained in registry as per 1199995
    http://service.sap.com/sap/support/notes/1323391
    http://service.sap.com/sap/support/notes/1199995
    -Ambarish-

  • IPOD NANO-Windows delayed write failed...

    I just bought an IPOD NANO 4gb yesterday... Downloaded ITunes and have been having problems getting it to SYNC music to my IPOD. It keeps throwing the "windows delayed write failed" error. No other errors present. I havent been able to get any music onto my ipod at all. It freezes up and throws the error at me..then it throws it like every 5 seconds from there on.
    Ive searched and searched and idk what to do anymore! I need music!
    Ive Formatted the IPOD via windows, Restored it Via Itunes.. what else can i do?
    Help me
    MY comp info:
    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Gateway C3070
    iTunes 7.6.0.29
    QuickTime 7.4.1
    CD Driver 2.0.6.1
    CD Driver DLL 2.0.6.2
    Apple Mobile Device 1.1.3.26
    Bonjour 1.0.4.12 (118.4)
    iTunes Serial Number 3614F92E2F1F76AF
    Current user is an administrator.
    The current local date and time is 2008-02-08 15:46:27.
    iTunes is not running in safe mode.
    Video Display Information
    NVIDIA GeForce4 MX Integrated GPU
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {A601905F-B0F3-4B9A-AC15-F45D108BC0BC}
    Description: Linksys NC100 Fast Ethernet Adapter - Packet Scheduler Miniport
    IP Address: 67.169.80.83
    Subnet Mask: 255.255.254.0
    Default Gateway: 67.169.80.1
    DHCP Enabled: Yes
    DHCP Server: 68.87.76.13
    Lease Obtained: Fri Feb 08 15:39:24 2008
    Lease Expires: Mon Feb 11 10:13:47 2008
    DNS Servers: 68.87.76.178
    68.87.76.178
    68.87.78.130
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    SSL 3.0 Support: Enabled
    TLS 1.0 Support: Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to iTunes Store was successful.
    Secure connection attempt to iTunes Store was successful.
    Secure connection attempt to iPhone activation server was successful.
    Last successful store access was 2008-02-08 14:01:53.
    ** iPod/iPhone Connectivity Tests **
    iPodService 7.6.0.29 is currently running.
    iTunesHelper 7.6.0.29 is currently running.
    Apple Mobile Device service 1.14.0.0 is currently running.
    Universal Serial Bus Controllers:
    Standard OpenHCD USB Host Controller. Device is working properly.
    Standard Enhanced PCI to USB Host Controller. Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    Connected Device Information:
    JEN'S IPOD (N:\), iPod nano (Second Generation) running firmware version 1.1.3
    Serial Number: YM7350ANV8W
    Bus Speed: 61440
    Message was edited by: Jennifer805
    Message was edited by: Jennifer805
    Message was edited by: Jennifer805

    TrevorQ's idea works great! Thanks! I had already gone and gotten my second nano 4GB and the same thing happened both times after using the updater - called support on first and they had no answer. Thanks a bunch - was starting to lose hope after it happened again on the second one. Must be a problem with the updater 4-23-06 and the newest ITunes upgrade.
    If you have trouble with the right click - after the ipod is highlighted then click on the file menu and play the waiting game again - format should appear in the menu after an extended wait. Good luck all!
    ASUS P4 2.8   Windows XP Pro  
    ASUS P4 2.8   Windows XP Pro  

Maybe you are looking for

  • Help using Oracle BI Standard Edition One

    Hi, I have installed Oracle BI Standard Edition One on a Windows Server 2003. My aim is to connect to the production database and create reports, graphs etc. Could you please let me know the steps required? Thanks & Regards, Shailaja

  • [Solved] Kill KDM?

    Is there a way to kill KDM run with "--nodaemon" option? I added it to /etc/inittab so that I can boot to GUI but can't kill it when I want to play with xorg.conf or so.

  • How to catch rollback in Disable user process task in Xellerat User Process

    hi ... I want to send an email to manager group of the user, once the user is disabled from the OIM (when end date is reached). I created an adapter and attached it to the 'Changed User Disabled' process task in the 'xellerate user provisioning' proc

  • Resize a head

    CS4 user. I have a  group photo including a child .I would like to replace one head ( the child's) that is not looking at the camera, with one that I took early on. The head size is different (larger) how can I equalize the size so that it can be use

  • Data Transfer between two internal tables

    Hi SDN, If I have two internal tables itab_a and Itab_b and I want to copy a subset of itab_a to itab_b using a conditional statement, is it possible and how? Second, what if I want to append the smaller internal table itab_b to itab_a, how would you