-Sy "unexpected error" on default databases

archlinuxfr updated fine the first time the command was run.
> yaourt -Sy                                                               ~
:: Synchronizing package databases...
error: failed to update core (unexpected error)
error: failed to update extra (unexpected error)
error: failed to update community (unexpected error)
archlinuxfr is up to date
I think I missed a memo. What's going on?

I guess you use pacman older than 3.3.0, and you have no Servers configured in pacman.conf. Edit: You probably want to check if there is uncommented lines in /etc/pacman.d/mirrorlist. (Pacman 3.3.0 catches this, and prints informative message.)
If I was wrong, use --debug to figure out what happens, and let us know on the bug tracker. (Users should always get more informative error message).
Last edited by ngaba (2009-08-07 15:08:41)

Similar Messages

  • [Eclipse/CR9] Unexpected error due to database connector

    Hi everyone,
    I'm currently facing a hard problem:
    I have to fetch a report (designed with CR 9) having an .xls file as datasource.
    While running the JSP, I continue getting this error (translated, as I receive it in French!! -don't know why):
    Unexpected error due to database connector (Erreur inattendue liée au connecteur de base de données)
    Any clue?
    Can I update the DatabaseController in some way to handle the .xls file as a datasource? and how, in that case?
    Many thanks,
    Gérald Van Huffelen

    Filed bug 5557838.
    Thanks for reporting..
    Sainath

  • I am not able to create database manually.unexpected error incountered why?

    I am not able to create database manually.unexpected error incountered why?
    Same step is worked in another system
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 97589952 bytes
    Fixed Size 453312 bytes
    Variable Size 46137344 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 667648 bytes
    SQL> ed
    Wrote file afiedt.buf
    1 CREATE DATABASE icici
    2 LOGFILE GROUP 1 ('F:\oracle\oradata\icici\logfile\redo01.log') SIZE 10M,
    3 GROUP 2 ('F:\oracle\oradata\icici\logfile\redo02.log') SIZE 10M,
    4 GROUP 3 ('F:\oracle\oradata\icici\logfile\redo03.log') SIZE 10M
    5 MAXLOGFILES 5
    6 MAXLOGMEMBERS 5
    7 MAXLOGHISTORY 1
    8 MAXDATAFILES 10
    9 MAXINSTANCES 1
    10 CHARACTER SET US7ASCII
    11 NATIONAL CHARACTER SET AL16UTF16
    12 DATAFILE 'F:\oracle\oradata\icici\datafile\system01.dbf' SIZE 100M REUSE
    EXTENT MANAGEMENT LOCAL
    13 DEFAULT TEMPORARY TABLESPACE tempts1 TEMPFILE 'F:\oracle\oradata\icici\d
    atafile\temp01.dbf' SIZE 100M REUSE
    14 UNDO TABLESPACE undotbs DATAFILE 'F:\oracle\oradata\icici\datafile\undot
    bs01.dbf'SIZE 100M REUSE
    15* AUTOEXTEND ON NEXT 5120K MAXSIZE 300M
    SQL> /
    CREATE DATABASE icici
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    SQL>

    Check the alert log. Paste the end of the file over here.
    Yoann.

  • Create database manually.unexpected error incountered

    I am not able to create database manually.unexpected error incountered why?
    Same step is worked in another system
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 97589952 bytes
    Fixed Size 453312 bytes
    Variable Size 46137344 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 667648 bytes
    SQL> create dtabase;
    create dtabase
    ERROR at line 1:
    ORA-00901: invalid CREATE command
    SQL> ed
    Wrote file afiedt.buf
    1 CREATE DATABASE icici
    2 LOGFILE GROUP 1 ('F:\oracle\oradata\icici\logfile\redo01.log') SIZE 10M,
    3 GROUP 2 ('F:\oracle\oradata\icici\logfile\redo02.log') SIZE 10M,
    4 GROUP 3 ('F:\oracle\oradata\icici\logfile\redo03.log') SIZE 10M
    5 MAXLOGFILES 5
    6 MAXLOGMEMBERS 5
    7 MAXLOGHISTORY 1
    8 MAXDATAFILES 10
    9 MAXINSTANCES 1
    10 CHARACTER SET US7ASCII
    11 NATIONAL CHARACTER SET AL16UTF16
    12 DATAFILE 'F:\oracle\oradata\icici\datafile\system01.dbf' SIZE 100M REUSE
    EXTENT MANAGEMENT LOCAL
    13 DEFAULT TEMPORARY TABLESPACE tempts1 TEMPFILE 'F:\oracle\oradata\icici\d
    atafile\temp01.dbf' SIZE 100M REUSE
    14 UNDO TABLESPACE undotbs DATAFILE 'F:\oracle\oradata\icici\datafile\undot
    bs01.dbf'SIZE 100M REUSE
    15* AUTOEXTEND ON NEXT 5120K MAXSIZE 300M
    SQL> /
    CREATE DATABASE icici
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    SQL>

    I'll lay odds that the problem is that you've asked this database to use an UNDO tablespace called UNDOTBS, but that in your spfile (or init.ora) you've specified UNDO_TABLESPACE=UNDOTBS01 (or something similar).
    If the parameter file specifies an undo tablespace which doesn't exist, the instance blows up.
    The advice to read the alert log would be useful at this point, because the mismatch of undo tablespace names is always recorded properly there (which always makes me annoyed that the original error message can't be a bit more precise!)

  • Upgrade to APEX 4.2.3 apexins_con.sql gets: catconInit: database is not open Unexpected error encountered in catconInit; exiting

    Upgrade to APEX 4.2.3 apexins_con.sql gets Unexpected error encountered in catconInit; exiting
    I am attempting to install/upgrade apex 4.2.3 under Oracle12c in a Multi-Tenant configuration.
    Here are the environmental details
    Windows 7 64 bit
    Apex 4.2.3
    ORCL: CDB$ROOT
    PDBORCL: PDB$SEED
    Here is the current states of the pluggable databases
    SQL> SELECT NAME,OPEN_MODE,TOTAL_SIZE/1024/1024/1024 FROM V$PDBS;
    NAME                           OPEN_MODE  TOTAL_SIZE/1024/1024/1024
    PDB$SEED                       READ ONLY                 .263671875
    PDBORCL                        READ WRITE                .366210938
    SQL>
    This is the command that I am using to re-install/upgrade APEX:
    # remove 4.2.2 installation
    cd M:\apex_4.2.3\apex_4.2.3_en\apex
    sqlplus /@ORCL as sysdba
    @apxremov.sql   <<  this was successful
    quit
    Install 4.2.3 installation
    sqlplus /@ORCL as sysdba
    @apexins_con.sql i10wrk SYSAUX SYSAUX TEMP /i/  << this failed
    The APEX  installation fails immediately with the following message:
    catconInit: database is not open
    Unexpected error encountered in catconInit; exiting
    I cannot determine which database is not open.  Both my CDB$ROOT and PDBORCL are reported as open (READ WRITE Mode).
    Here is my Container database
    SQL>  SELECT SYS_CONTEXT ('USERENV', 'CON_NAME') FROM DUAL;
    SYS_CONTEXT('USERENV','CON_NAME')
    CDB$ROOT
    SQL> select instance_name,status from v$instance;
    INSTANCE_NAME    STATUS
    orcl             OPEN
    SQL>
    Here is the associated Pluggable Database
    sqlplus /@PDBORCL as sysdba
    SQL> select instance_name,status from v$instance;
    INSTANCE_NAME    STATUS
    orcl             OPEN
    SQL> ALTER PLUGGABLE DATABASE PDBORCL OPEN;
    ALTER PLUGGABLE DATABASE PDBORCL OPEN
    ERROR at line 1:
    ORA-65019: pluggable database PDBORCL already open
    I am confused…. Which database is not open?
    The PDB$SEED is open in (READ ONLY) mode, but that is simply the template database.  I don't think that ever needs to be open in (Read Write) mode.

    sbing52,
    I cannot vouch for the specific error that is being returned by catcon.pl, but I would try the following in your situation.
    1. It seems you connect to CDB$ROOT and ran apxremov.sql. This only removed the common APEX option from CDB$ROOT. Your PDB is now in an inconsistent state, since APEX is no longer in the root. I would reconnect to CDB$ROOT and run apxremov_con.sql, make sure you use the one from the 4.2.3 distribution. The one in the ORACLE home will not work.
    2. I would then re-run apexins_con.sql connect to CDB$ROOT. Also, you need to pass the proper parameters. Why are you passing i10wrk? You should be invoking it like:
    @apexins_con.sql SYSAUX SYSAUX TEMP /i/
    Regards,
    Jason

  • Error in Creating Database - An unexpected error has been detected by HotSp

    I just installed Oracle 11 g on Vista. I tried to create a database and received the following error.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x773a59c3, pid=7624, tid=8164
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [ntdll.dll+0x659c3]
    --------------- T H R E A D ---------------
    Current thread (0x1002ea50): JavaThread "TaskScheduler timer" [_thread_in_native, id=8164]
    siginfo: ExceptionCode=0xc0000005, reading address 0x01979064
    Registers:
    EAX=0x6d901018, EBX=0x12298310, ECX=0x01970000, EDX=0x12298310
    ESP=0x12c7f908, EBP=0x12c7f93c, ESI=0x01979060, EDI=0x12298308
    EIP=0x773a59c3, EFLAGS=0x00010206
    Top of Stack: (sp=0x12c7f908)
    0x12c7f908: 00000000 01970000 12298310 12c7f8f8
    0x12c7f918: ffffffff 12c7fd2c 7c34240d 7c37a3a8
    0x12c7f928: ffffffff 7c34218f 000c1fed 1229acb0
    0x12c7f938: 12298308 12c7f950 773a5883 12298310
    0x12c7f948: 12244148 1037b048 12c7f964 7680c56f
    0x12c7f958: 01970000 00000000 12298308 12c7f9e0
    0x12c7f968: 000d31e2 01970000 00000000 12298310
    0x12c7f978: 00000000 000d1dfe 12298310 1002ea50
    Instructions: (pc=0x773a59c3)
    0x773a59b3: c1 ee 03 33 f0 33 35 44 42 40 77 89 7d fc 33 f1
    0x773a59c3: 8b 46 04 89 45 f4 c6 47 07 80 c6 47 06 00 8b 5e
    Stack: [0x12c40000,0x12c80000), sp=0x12c7f908, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x659c3]
    C [ntdll.dll+0x65883]
    C [kernel32.dll+0x4c56f]
    C [OsUtils.dll+0x31e2]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.sysman.assistants.util.OsUtilsWindows.setPermissions(Ljava/lang/String;Z)I+0
    j oracle.sysman.assistants.util.OsUtilsWindows.setAdminPermissions(Ljava/lang/String;)I+3
    j oracle.sysman.assistants.dbca.backend.Host.setUpForOperation()Z+843
    j oracle.sysman.assistants.dbca.backend.Host.executeSteps(Loracle/sysman/assistants/util/step/StepProgressor;)Z+768
    j oracle.sysman.assistants.dbca.ui.UIHost.doProgressOnly()Z+136
    j oracle.sysman.assistants.dbca.ui.DBCAWizard$1.runTask(Loracle/ewt/thread/TaskEvent;)V+135
    j oracle.ewt.thread.TaskScheduler.runTask(Loracle/ewt/thread/Task;Loracle/ewt/thread/TaskEvent;)V+2
    j oracle.ewt.thread.TaskScheduler.processTask(Loracle/ewt/thread/Task;J)V+39
    j oracle.ewt.thread.TaskScheduler$TaskQueue.run()V+60
    j oracle.ewt.timer.Timer.doRun()V+37
    j oracle.ewt.timer.Timer.run()V+45
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x1037caa0 JavaThread "Image Fetcher 3" daemon [_thread_blocked, id=7780]
    =>0x1002ea50 JavaThread "TaskScheduler timer" [_thread_in_native, id=8164]
    0x0ff3f948 JavaThread "Thread-12" daemon [_thread_blocked, id=6528]
    0x10362758 JavaThread "Thread-11" daemon [_thread_blocked, id=5504]
    0x0fea1d50 JavaThread "Thread-10" daemon [_thread_blocked, id=5572]
    0x0fea14b8 JavaThread "Thread-9" daemon [_thread_blocked, id=6252]
    0x103657a0 JavaThread "CursorIdler" [_thread_blocked, id=7652]
    0x1035e6d0 JavaThread "TaskScheduler timer" [_thread_blocked, id=6448]
    0x01861910 JavaThread "DestroyJavaVM" [_thread_blocked, id=6488]
    0x0ffedb48 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=6444]
    0x1035ee58 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5088]
    0x102ccb18 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6584]
    0x0fe00830 JavaThread "AWT-Shutdown" [_thread_blocked, id=7380]
    0x01931e08 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=7888]
    0x01932308 JavaThread "CompilerThread0" daemon [_thread_blocked, id=6204]
    0x01931480 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6720]
    0x01921a00 JavaThread "Finalizer" daemon [_thread_blocked, id=2176]
    0x01921040 JavaThread "Reference Handler" daemon [_thread_blocked, id=6840]
    Other Threads:
    0x018dc2c0 VMThread [id=7008]
    0x018c8d60 WatcherThread [id=6960]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 1216K, used 745K [0x03bc0000, 0x03d10000, 0x04590000)
    eden space 1088K, 68% used [0x03bc0000, 0x03c7a540, 0x03cd0000)
    from space 128K, 0% used [0x03cf0000, 0x03cf0000, 0x03d10000)
    to space 128K, 0% used [0x03cd0000, 0x03cd0000, 0x03cf0000)
    tenured generation total 15128K, used 10616K [0x04590000, 0x05456000, 0x0bbc0000)
    the space 15128K, 70% used [0x04590000, 0x04fee088, 0x04fee200, 0x05456000)
    compacting perm gen total 22016K, used 21946K [0x0bbc0000, 0x0d140000, 0x0fbc0000)
    the space 22016K, 99% used [0x0bbc0000, 0x0d12e970, 0x0d12ea00, 0x0d140000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\oracle\product\11.1.0\db_1\jdk\jre\BIN\java.exe
    0x77340000 - 0x77467000      C:\Windows\system32\ntdll.dll
    0x767c0000 - 0x7689b000      C:\Windows\system32\kernel32.dll
    0x774d0000 - 0x77596000      C:\Windows\system32\ADVAPI32.dll
    0x76ca0000 - 0x76d62000      C:\Windows\system32\RPCRT4.dll
    0x76a10000 - 0x76aba000      C:\Windows\system32\MSVCRT.dll
    0x6d740000 - 0x6d8dd000      C:\oracle\product\11.1.0\db_1\jdk\jre\bin\client\jvm.dll
    0x77180000 - 0x7721d000      C:\Windows\system32\USER32.dll
    0x772a0000 - 0x772eb000      C:\Windows\system32\GDI32.dll
    0x73600000 - 0x73632000      C:\Windows\system32\WINMM.dll
    0x76f00000 - 0x77044000      C:\Windows\system32\ole32.dll
    0x76ac0000 - 0x76b4d000      C:\Windows\system32\OLEAUT32.dll
    0x73ba0000 - 0x73bd9000      C:\Windows\system32\OLEACC.dll
    0x75bc0000 - 0x75bde000      C:\Windows\system32\IMM32.DLL
    0x76bd0000 - 0x76c98000      C:\Windows\system32\MSCTF.dll
    0x759a0000 - 0x759cc000      C:\Windows\system32\apphelp.dll
    0x768a0000 - 0x768a9000      C:\Windows\system32\LPK.DLL
    0x76b50000 - 0x76bcd000      C:\Windows\system32\USP10.dll
    0x769e0000 - 0x76a0d000      C:\Windows\system32\WS2_32.dll
    0x77470000 - 0x77476000      C:\Windows\system32\NSI.dll
    0x75a20000 - 0x75a41000      C:\Windows\system32\NTMARTA.DLL
    0x77480000 - 0x774ca000      C:\Windows\system32\WLDAP32.dll
    0x75b20000 - 0x75b27000      C:\Windows\system32\PSAPI.DLL
    0x75a00000 - 0x75a11000      C:\Windows\system32\SAMLIB.dll
    0x6d300000 - 0x6d308000      C:\oracle\product\11.1.0\db_1\jdk\jre\bin\hpi.dll
    0x6d710000 - 0x6d71c000      C:\oracle\product\11.1.0\db_1\jdk\jre\bin\verify.dll
    0x6d380000 - 0x6d39d000      C:\oracle\product\11.1.0\db_1\jdk\jre\bin\java.dll
    0x6d730000 - 0x6d73f000      C:\oracle\product\11.1.0\db_1\jdk\jre\bin\zip.dll
    0x000c0000 - 0x000c8000      C:\oracle\product\11.1.0\db_1\BIN\orawsec11.dll
    0x7c340000 - 0x7c396000      C:\Windows\system32\MSVCR71.dll
    0x000d0000 - 0x000df000      C:\oracle\product\11.1.0\db_1\BIN\OsUtils.dll
    0x74ea0000 - 0x74ea8000      C:\Windows\system32\VERSION.dll
    0x75670000 - 0x756e5000      C:\Windows\system32\NETAPI32.dll
    0x626d0000 - 0x626e5000      C:\oracle\product\11.1.0\db_1\BIN\oranjni11.dll
    0x62740000 - 0x627a0000      C:\oracle\product\11.1.0\db_1\BIN\oranl11.dll
    0x60960000 - 0x60d24000      C:\oracle\product\11.1.0\db_1\BIN\oran11.dll
    0x62670000 - 0x6268b000      C:\oracle\product\11.1.0\db_1\BIN\orancrypt11.dll
    0x60870000 - 0x6095a000      C:\oracle\product\11.1.0\db_1\BIN\oracore11.dll
    0x10c50000 - 0x10d1a000      C:\oracle\product\11.1.0\db_1\BIN\oranls11.dll
    0x63690000 - 0x636a8000      C:\oracle\product\11.1.0\db_1\BIN\oraunls11.dll
    0x60eb0000 - 0x60eb7000      C:\oracle\product\11.1.0\db_1\BIN\orauts.dll
    0x62920000 - 0x6296c000      C:\oracle\product\11.1.0\db_1\BIN\oranro11.dll
    0x62530000 - 0x62669000      C:\oracle\product\11.1.0\db_1\BIN\oraldapclnt11.dll
    0x10d20000 - 0x10e74000      C:\oracle\product\11.1.0\db_1\BIN\orannzsbb11.dll
    0x6f790000 - 0x6f797000      C:\Windows\system32\WSOCK32.dll
    0x75450000 - 0x75469000      C:\Windows\system32\iphlpapi.dll
    0x75410000 - 0x75445000      C:\Windows\system32\dhcpcsvc.DLL
    0x756f0000 - 0x7571c000      C:\Windows\system32\DNSAPI.dll
    0x75a50000 - 0x75a64000      C:\Windows\system32\Secur32.dll
    0x75940000 - 0x75947000      C:\Windows\system32\WINNSI.DLL
    0x753e0000 - 0x75401000      C:\Windows\system32\dhcpcsvc6.DLL
    0x10e80000 - 0x118da000      C:\oracle\product\11.1.0\db_1\BIN\orageneric11.dll
    0x63430000 - 0x6345b000      C:\oracle\product\11.1.0\db_1\BIN\orasnls11.dll
    0x60fa0000 - 0x61124000      C:\oracle\product\11.1.0\db_1\BIN\oracommon11.dll
    0x61c20000 - 0x61f60000      C:\oracle\product\11.1.0\db_1\BIN\oraclient11.dll
    0x636b0000 - 0x636b6000      C:\oracle\product\11.1.0\db_1\BIN\oravsn11.dll
    0x118e0000 - 0x11cad000      C:\oracle\product\11.1.0\db_1\BIN\orapls11.dll
    0x63420000 - 0x63429000      C:\oracle\product\11.1.0\db_1\BIN\oraslax11.dll
    0x63080000 - 0x63296000      C:\oracle\product\11.1.0\db_1\BIN\oraplp11.dll
    0x63520000 - 0x635c1000      C:\oracle\product\11.1.0\db_1\BIN\orasql11.dll
    0x11cb0000 - 0x11ee8000      C:\oracle\product\11.1.0\db_1\BIN\oraxml11.dll
    0x6b100000 - 0x6b111000      C:\Windows\system32\MSVCIRT.dll
    0x62980000 - 0x629af000      C:\oracle\product\11.1.0\db_1\BIN\orantcp11.dll
    0x11ef0000 - 0x11f98000      C:\oracle\product\11.1.0\db_1\BIN\orahasgen11.dll
    0x62ab0000 - 0x62b2c000      C:\oracle\product\11.1.0\db_1\BIN\oraocr11.dll
    0x10bb0000 - 0x10c0b000      C:\oracle\product\11.1.0\db_1\BIN\oraocrb11.dll
    0x60000000 - 0x6000c000      C:\oracle\product\11.1.0\db_1\BIN\orazt11.dll
    0x6f830000 - 0x6f90c000      C:\Windows\system32\dbghelp.dll
    0x75cb0000 - 0x767c0000      C:\Windows\system32\SHELL32.dll
    0x768c0000 - 0x76918000      C:\Windows\system32\SHLWAPI.dll
    0x11fa0000 - 0x11fe8000      C:\oracle\product\11.1.0\db_1\BIN\oranldap11.dll
    0x626b0000 - 0x626b9000      C:\oracle\product\11.1.0\db_1\BIN\oranhost11.dll
    0x001c0000 - 0x001c6000      C:\oracle\product\11.1.0\db_1\BIN\orancds11.dll
    0x629c0000 - 0x629cc000      C:\oracle\product\11.1.0\db_1\BIN\orantns11.dll
    0x11ff0000 - 0x12071000      C:\oracle\product\11.1.0\db_1\BIN\oraztkg11.dll
    0x74a80000 - 0x74c1e000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6001.18000_none_5cdbaa5a083979cc\comctl32.dll
    0x12380000 - 0x124b4000      C:\oracle\product\11.1.0\db_1\BIN\oraldapjclnt11.dll
    0x749a0000 - 0x749af000      C:\Windows\system32\NLAapi.dll
    0x6f120000 - 0x6f12f000      C:\Windows\system32\napinsp.dll
    0x6f0b0000 - 0x6f0c2000      C:\Windows\system32\pnrpnsp.dll
    0x751b0000 - 0x751eb000      C:\Windows\System32\mswsock.dll
    0x6f0e0000 - 0x6f0e8000      C:\Windows\System32\winrnr.dll
    0x16080000 - 0x160a5000      C:\Program Files\Bonjour\mdnsNSP.dll
    0x75210000 - 0x75215000      C:\Windows\System32\wship6.dll
    0x74e40000 - 0x74e45000      C:\Windows\System32\wshtcpip.dll
    0x70290000 - 0x70296000      C:\Windows\system32\rasadhlp.dll
    0x10c20000 - 0x10c3b000      C:\oracle\product\11.1.0\db_1\oui\lib\win32\oraInstaller.dll
    0x12080000 - 0x120d6000      C:\oracle\product\11.1.0\db_1\oui\lib\win32\msvcr71.dll
    0x6d070000 - 0x6d1da000      C:\oracle\product\11.1.0\db_1\jdk\jre\bin\awt.dll
    0x73be0000 - 0x73c22000      C:\Windows\system32\WINSPOOL.DRV
    0x74960000 - 0x7499f000      C:\Windows\system32\uxtheme.dll
    0x6d2b0000 - 0x6d300000      C:\oracle\product\11.1.0\db_1\jdk\jre\bin\fontmanager.dll
    0x6d540000 - 0x6d553000      C:\oracle\product\11.1.0\db_1\jdk\jre\bin\net.dll
    0x6d560000 - 0x6d569000      C:\oracle\product\11.1.0\db_1\jdk\jre\bin\nio.dll
    0x120e0000 - 0x120e7000      C:\oracle\product\11.1.0\db_1\oui\lib\win32\orauts.dll
    0x12100000 - 0x12108000      C:\oracle\product\11.1.0\db_1\oui\lib\win32\orawsec11.dll
    0x635d0000 - 0x635ed000      C:\oracle\product\11.1.0\db_1\oui\lib\win32\orasrvm11.dll
    0x76950000 - 0x769d4000      C:\Windows\system32\CLBCatQ.DLL
    0x77220000 - 0x77293000      C:\Windows\system32\COMDLG32.DLL
    0x71ac0000 - 0x71b45000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.6001.18000_none_886786f450a74a05\COMCTL32.dll
    0x6dda0000 - 0x6dee6000      C:\Windows\system32\browseui.dll
    0x734e0000 - 0x7359b000      C:\Windows\system32\PROPSYS.dll
    0x74920000 - 0x74950000      C:\Windows\system32\DUser.dll
    0x745a0000 - 0x74600000      C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll
    0x76d70000 - 0x76efa000      C:\Windows\system32\SETUPAPI.dll
    0x75a70000 - 0x75a8e000      C:\Windows\system32\USERENV.dll
    0x13430000 - 0x13653000      C:\Windows\system32\NetworkExplorer.dll
    0x71f50000 - 0x72003000      C:\Windows\system32\WindowsCodecs.dll
    0x6d960000 - 0x6db7d000      C:\Program Files\Microsoft Office\Office12\GrooveShellExtensions.dll
    0x13780000 - 0x13871000      C:\Program Files\Microsoft Office\Office12\GrooveUtil.DLL
    0x75be0000 - 0x75cb0000      C:\Windows\system32\WININET.dll
    0x768b0000 - 0x768b3000      C:\Windows\system32\Normaliz.dll
    0x772f0000 - 0x77336000      C:\Windows\system32\iertutil.dll
    0x754f0000 - 0x755e1000      C:\Windows\system32\CRYPT32.dll
    0x75650000 - 0x75662000      C:\Windows\system32\MSASN1.dll
    0x74d20000 - 0x74dbb000      C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_none_d08d7bba442a9b36\MSVCR80.dll
    0x13890000 - 0x13897000      C:\Program Files\Microsoft Office\Office12\GrooveNew.DLL
    0x138b0000 - 0x138cb000      C:\Windows\WinSxS\x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_d1c738ec43578ea1\ATL80.DLL
    0x74f30000 - 0x74f6b000      C:\Windows\system32\rsaenh.dll
    0x74e50000 - 0x74e55000      C:\Windows\system32\MSImg32.dll
    0x6a7e0000 - 0x6a82a000      C:\Windows\system32\ntshrui.dll
    0x6ccb0000 - 0x6ccbb000      C:\Windows\system32\cscapi.dll
    0x754b0000 - 0x754ea000      C:\Windows\system32\slc.dll
    0x6c780000 - 0x6c7bc000      C:\Windows\System32\msshsq.dll
    0x74660000 - 0x74676000      C:\Windows\system32\thumbcache.dll
    0x6cd40000 - 0x6cd93000      C:\Windows\System32\actxprxy.dll
    0x6e0a0000 - 0x6e1a7000      C:\Windows\system32\SHDOCVW.dll
    0x6b9a0000 - 0x6bf6e000      C:\Windows\system32\ieframe.dll
    VM Arguments:
    jvm_args: -Dice.pilots.html4.ignoreNonGenericFonts=true -DORACLE_HOME=C:\oracle\product\11.1.0\db_1 -DJDBC_PROTOCOL=thin -Xmx128m
    java_command: oracle.sysman.assistants.dbca.Dbca
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=C:\oracle\product\11.1.0\db_1\assistants\dbca\jlib\dbca.jar
    PATH=C:\oracle\product\11.1.0\db_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\PROGRA~1\COMMON~1\ULEADS~1\MPEG;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\QuickTime\QTSystem\
    USERNAME=Mercado
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 104 Stepping 2, AuthenticAMD
    --------------- S Y S T E M ---------------
    OS: Windows Vista Build 6001 Service Pack 1
    CPU:total 2 (cores per cpu 2, threads per core 1) family 15 model 104 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowext, 3dnow
    Memory: 4k page, physical 2097151k(891916k free), swap 4194303k(3432164k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for windows-x86, built on Dec 15 2006 01:16:12 by "java_re" with MS VC++ 6.0

    You didn't ask a question in your post, but I assume you have one and it is "what do I do about this error?"
    Looks like you have a memory access problem in nuance-core.dll, specifically in
    nuance.core.util.NuanceConfig._jni_buildFromCommandLine(Native Method)
    You may need to examine thoroughly what this code does, specifically when it is running code within 'string-funcs.cpp'. Based on the filename the JVM associated with this error, I would guess it's something like a pointer or array index bug.

  • Unexpected Error while initilizing the Livecycle Database

    Hi<br />  I am facing problems with intializing the database server. I am getting Bootstrap error. Please find the below error log details.<br /><br />What should i do to make the bootstrap task passed. Below the error says error had occured while intilizing [http://192.168.121.58:1521/adobe-bootstrapper/bootstrap?fetchTasks=true&responseLocale=e n ]. The IP specified in the URL is a database server IP. <br /><br />How should i proceed to solve this problem.<br /><br />[2009-01-29 17:50:00,921], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapDialog, Starting processing<br />[2009-01-29 17:50:00,921], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask, Starting task: com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask@1d41132<br />[2009-01-29 17:50:00,921], INFO, Thread-29, com.adobe.livecycle.bootstrap.client.FetchTasksClient, Invoking [http://192.168.121.58:1521/adobe-bootstrapper/bootstrap?fetchTasks=true&responseLocale=e n]<br />[2009-01-29 17:50:01,093], INFO, Thread-29, com.adobe.livecycle.bootstrap.client.FetchTasksClient, Unexpected error occured, SSL may be enabled, trying https protocol...<br />[2009-01-29 17:50:01,109], INFO, Thread-29, com.adobe.livecycle.bootstrap.client.FetchTasksClient, Invoking [https://192.168.121.58:1521/adobe-bootstrapper/bootstrap?fetchTasks=true&responseLocale= en]<br />[2009-01-29 17:50:01,109], SEVERE, Thread-29, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask, Task failed<br />com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-109-000: Could not establish a valid connection to server: [Unexpected end of file from server]<br />     at com.adobe.livecycle.bootstrap.client.BootstrapClient.invoke(BootstrapClient.java:117)<br />     at com.adobe.livecycle.bootstrap.client.FetchTasksClient.fetchTasks(FetchTasksClient.java:68 )<br />     at com.adobe.livecycle.bootstrap.client.BootstrapManager.getTasks(BootstrapManager.java:147) <br />     at com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask$ActualTask.<init>(BootstrapTask.j ava:100)<br />     at com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask$1.construct(BootstrapTask.java:58 )<br />     at com.adobe.livecycle.lcm.core.tasks.SwingWorker$2.run(SwingWorker.java:114)<br />     at java.lang.Thread.run(Thread.java:595)<br />Caused by: java.net.SocketException: Unexpected end of file from server<br />     at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:684)<br />     at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:554)<br />     at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:682)<br />     at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:554)<br />     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:936)<br />     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)<br />     at com.adobe.livecycle.bootstrap.client.BootstrapClient.parseResponse(BootstrapClient.java:1 55)<br />     at com.adobe.livecycle.bootstrap.client.BootstrapClient.invoke(BootstrapClient.java:105)<br />     ... 6 more<br />[2009-01-29 17:50:01,421], SEVERE, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapDialog, Bootstrap exception<br />com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-109-000: Could not establish a valid connection to server: [Unexpected end of file from server]<br />     at com.adobe.livecycle.bootstrap.client.BootstrapClient.invoke(BootstrapClient.java:117)<br />     at com.adobe.livecycle.bootstrap.client.FetchTasksClient.fetchTasks(FetchTasksClient.java:68 )<br />     at com.adobe.livecycle.bootstrap.client.BootstrapManager.getTasks(BootstrapManager.java:147) <br />     at com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask$ActualTask.<init>(BootstrapTask.j ava:100)<br />     at com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask$1.construct(BootstrapTask.java:58 )<br />     at com.adobe.livecycle.lcm.core.tasks.SwingWorker$2.run(SwingWorker.java:114)<br />     at java.lang.Thread.run(Thread.java:595)<br />Caused by: java.net.SocketException: Unexpected end of file from server<br />     at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:684)<br />     at sun.net.www.http.HttpClient.parseHTTP

    While officially XP is not supported, I don't believe that is causing your problem. The "Could not establish a valid connection to server" indicates that there is a problem connecting from the WAS server to the DB server.
    This can be caused by one of several common problems such as:
    - Missing database driver file
    - Error in the JDBC Driver configuration or data source
    - Error in the connection pools
    The WebSphere installation guide (http://help.adobe.com/en_US/livecycle/8.2/install_websphere.pdf) has a walk through starting at page 31. It can be something as minor as a typo in one of the configurations.

  • An unexpected error has been detected by HotSpot Virtual Machine:

    Hi
    When I upload the xml file with dubug window.
    When I have debug then this message will come..
    So give me a solution..
    Here at below I have pasted files. in which I want to by pass the ldap..
    So give me suggestion what to do with that files.
    What's wrong with that file ?
    Jiten
    18 Oct 2007 17:02:09 0 INFO [main] security.SecurityUtil - SecurityUtil.login: Called with [email protected]; password=[C@1797795; sourceIpAddress=192.168.5.14; weblogin=false; realm=null
    18 Oct 2007 17:02:09 16    INFO  [main] security.SecurityUtil - login: start login: username: [email protected]
    18 Oct 2007 17:02:09 125 INFO [main] BOOT - -- boot log messages -->
    [BOOT] INFO: Loading OJB's properties: file:/C:/LMS/gsnx/deploy/webapp/gsnx.ear/webapp.war/WEB-INF/classes/OJB.properties
    [BOOT] WARN: Can't read logging properties file using path 'OJB-logging.properties', message is:
    C:\LMS\gsnx\OJB-logging.properties (The system cannot find the file specified)
    Will try to load logging properties from OJB.properties file
    [BOOT] INFO: Logging: Found 'log4j.properties' file, use class org.apache.ojb.broker.util.logging.Log4jLoggerImpl
    [BOOT] INFO: Log4J is already configured, will not search for log4j properties file
    18 Oct 2007 17:02:12 3282 INFO [main] security.SecurityUtil - SecurityUtil.login: Calling authentication with [email protected]; password=[C@1797795; realm=null
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d85c14f, pid=4032, tid=3260
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # V  [jvm.dll+0x11c14f]
    # An error report file with more information is saved as hs_err_pid4032.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Here :This is my login.config file..
    * Copyright (c) 2003-2005 E2open Inc. All rights reserved.
    * gnsx security configuration file
    * Note:
    * 1. At installation time, java.security file in your jre's lib/security/ directory should
    * be edited add the following line (ganx.home} is the home directory of gsnx install
    * login.config.url.1=file:{gsnx.home}/conf/login.config
    * 2. Edit this file to replace ldap-url with the correct url for your
    * LoginModule configuration.
    * @version $Id: login.config,v 1.8 2006/02/04 18:38:11 vgeorge Exp $
    gsnx.security.Login
    * LdapLoginModule Options:
    * ldap-url - LDAP connection URL, such as ldap://localhost:389
    * e.g. ldap-url="ldap://192.168.31.63:389"
    * dn-mask - The DN mask for user. The number 0 refers to the parameter
    * number for username. If this is specified then user search is ingored.
    * **This option is DEPRECATED**.
    * e.g. dn-mask="cn={0},ou=People,dc=gsnx,dc=com"
    * initialContextFactory - Class name of the initial context factory
    * e.g. initialContextFactory="com.sun.jndi.ldap.LdapCtxFactory"
    * connection-username - The DN used by the login module itself for authentication to
    * the directory server.
    * e.g. connection-username="uid=admin,ou=system"
    * connection-password - Password that is used by the login module to authenticate
    * itself to the directory server
    * e.g. connection-password="password"
    * connectionProtocol - The security protocol to use. This value is determined by the
    * service provider. An example would be SSL.
    * e.g. connectionProtocol="ldap"
    * authentication - The security level to use. Its value is one of the following
    * strings: "none", "simple", "strong".
    * e.g. authentication="simple"
    * user-search-base - the base DN for the user search
    * e.g. user-search-base="ou=users,ou=system"
    * user-search-pattern - filter specification how to search for the user object.
    * RFC 2254 filters are allowed. For example: (uid=user1). To parameterize the value
    * of the CN attribute type, specify (uid = {0}). The number 0 refers to the parameter
    * number for username. This query must return exactly one object.
    * e.g. user-search-pattern="uid={0}"
    * user-search-scope-subtree - Directory search scope for the user (ture | false)
    * ture - directory search scope is SUBTREE
    * false - directory search scope is ONE-LEVEL
    * e.g. user-search-scope-subtree="true"
    * user-password-changepw-gsnx-handler - hander to change password
    * If this handler is not specified, the change password feature will not be available
    * if "com.gsnx.core.server.security.LdapLoginModule", is used the the
    * option - user-password-attribute is required.
    * e.g. user-password-changepw-gsnx-handler="com.gsnx.core.server.security.LdapLoginModule"
    * user-password-attribute - attribute in LDAP that stores the user password
    * If this is not specified, the change password feature will not be work
    * when "com.gsnx.core.server.security.LdapLoginModule", is used as
    * user-password-changepw-gsnx-handler
    * e.g. user-password-attribute="userPassword"
    * role-search-base - The base DN for the group membership search
    * e.g. role-search-base="ou=groups,ou=system"
    * role-name-attribute - LDAP attribute type that identifies group name attribute in the object
    * returned from the group membership query. The group membership query is defined
    * by the role-search-pattern parameter. Typically the group name parameter is "cn".
    * e.g. role-name="cn"
    * role-search-pattern - The filter specification how to search for the role object.
    * RFC 2254 filters are allowed. For example: (uniqueMember = {0}). The number 0
    * refers refers to the DN of the authenticated user. Note that if role membership
    * for the user is defined in the member-of-like attribute (see user-role-name
    * parameter) you may not need to search for group membership with the query.
    * e.g. role-search-pattern="(uniqueMember={0})"
    * role-search-scope-subtree - Directory search scope for the role (ture | false).
    * ture - directory search scope is SUBTREE
    * false - directory search scope is ONE-LEVEL
    * e.g. role-search-scope-subtree="false"
    * user-role-attribute - LDAP attribute type for the user group membership. Different LDAP
    * schemas represent user group membership in different ways such as memberOf,
    * isMemberOf, member, etc. Values of these attributes are identifiers of groups that
    * a user is a member of. For example, if you have: memberOf: cn=admin,ou=groups,dc=gsnx,
    * specify "memberOf" as the value for the user-role-name attribute. Be aware of the
    * relationship between this parameter and group membership query. Typically
    * they will return the same data.
    * e.g. user-role-name="memberOf"
    * ldap://ldap-qa.dev.e2open.com:389
    * ldap://192.168.31.63:389
    com.gsnx.core.server.security.PassthruLoginModule required
    *com.gsnx.core.server.security.LdapLoginModule required
    initial-context-factory="com.sun.jndi.ldap.LdapCtxFactory"
    ldap-url="ldap://ldap-qa.dev.e2open.com:389"
    connection-username="cn=Manager,dc=gsnx,dc=com"
    connection-password="slapface"
    connection-protocol="ldap"
    authentication="simple"
    user-search-base="dc=gsnx,dc=com"
    user-search-pattern="cn={0}"
    user-search-scope-subtree="true"
    user-password-changepw-gsnx-handler="com.gsnx.core.server.security.PassthruLoginModule"
    user-password-attribute="userPassword"
    role-search-base=""
    role-name-attribute=""
    role-search-pattern=""
    role-search-scope-subtree=""
    user-role-attribute="";
    This is LoginConfig.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- The XML based JAAS login configuration read by the
    org.jboss.security.auth.login.XMLLoginConfig mbean. Add
    an application-policy element for each security domain.
    The outline of the application-policy is:
    <application-policy name="security-domain-name">
    <authentication>
    <login-module code="login.module1.class.name" flag="control_flag">
    <module-option name = "option1-name">option1-value</module-option>
    <module-option name = "option2-name">option2-value</module-option>
    </login-module>
    <login-module code="login.module2.class.name" flag="control_flag">
    </login-module>
    </authentication>
    </application-policy>
    $Revision: 1.12.2.2 $
    --><!DOCTYPE policy PUBLIC "-//JBoss//DTD JBOSS Security Config 3.0//EN" "http://www.jboss.org/j2ee/dtd/security_config.dtd">
    <policy>
    <!-- Used by clients within the application server VM such as
    mbeans and servlets that access EJBs.
    -->
    <application-policy name="gsnx.security.Login">
    <authentication>
    <!-- <login-module code="com.gsnx.core.server.security.LdapLoginModule" flag="required">-->
    <login-module code="com.gsnx.core.server.security.PassthruLoginModule" flag="required">
    <module-option name="initial-context-factory">com.sun.jndi.ldap.LdapCtxFactory
    </module-option>
    <!--<module-option name="user-password-changepw-gsnx-handler">com.gsnx.core.server.security.LdapLoginModule-->
    <module-option name="user-password-changepw-gsnx-handler">com.gsnx.core.server.security.PassthruLoginModule
    </module-option>
    <!-- <module-option name="ldap-url">ldap://192.168.31.63:389</module-option> -->
    <!-- <module-option name="ldap-url">ldap://10.120.17.253:389</module-option> -->
    <module-option name="ldap-url">ldap://ldap-qa.dev.e2open.com:389</module-option>
    <module-option name="connection-username">cn=Manager,dc=gsnx,dc=com</module-option>
    <module-option name="connection-password">slapface</module-option>
    <module-option name="connection-protocol">ldap</module-option>
    <module-option name="authentication">simple</module-option>
    <module-option name="user-search-base">dc=gsnx,dc=com</module-option>
    <module-option name="user-search-pattern">cn={0}</module-option>
    <module-option name="user-search-scope-subtree">true</module-option>
    <module-option name="user-password-attribute"/>
    <module-option name="role-search-base"/>
    <module-option name="role-name-attribute"/>
    <module-option name="role-search-pattern"/>
    <module-option name="role-search-scope-subtree"/>
    <module-option name="user-role-attribute"/>
    </login-module>
    </authentication>
    </application-policy>
    <application-policy name="client-login">
    <authentication>
    <login-module code="org.jboss.security.ClientLoginModule" flag="required">
    </login-module>
    </authentication>
    </application-policy>
    <!-- Security domain for JBossMQ -->
    <application-policy name="jbossmq">
    <authentication>
    <login-module code="org.jboss.security.auth.spi.DatabaseServerLoginModule" flag="required">
    <module-option name="unauthenticatedIdentity">guest</module-option>
    <module-option name="dsJndiName">java:/DefaultDS</module-option>
    <module-option name="principalsQuery">SELECT PASSWD FROM JMS_USERS WHERE USERID=?</module-option>
    <module-option name="rolesQuery">SELECT ROLEID, 'Roles' FROM JMS_ROLES WHERE USERID=?</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- Security domain for JBossMQ when using file-state-service.xml
    <application-policy name = "jbossmq">
    <authentication>
    <login-module code = "org.jboss.mq.sm.file.DynamicLoginModule"
    flag = "required">
    <module-option name = "unauthenticatedIdentity">guest</module-option>
    <module-option name = "sm.objectname">jboss.mq:service=StateManager</module-option>
    </login-module>
    </authentication>
    </application-policy>
    -->
    <!-- Security domains for testing new jca framework -->
    <application-policy name="HsqlDbRealm">
    <authentication>
    <login-module code="org.jboss.resource.security.ConfiguredIdentityLoginModule" flag="required">
    <module-option name="principal">sa</module-option>
    <module-option name="userName">sa</module-option>
    <module-option name="password"/>
    <module-option name="managedConnectionFactoryName">jboss.jca:service=LocalTxCM,name=DefaultDS</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <application-policy name="JmsXARealm">
    <authentication>
    <login-module code="org.jboss.resource.security.ConfiguredIdentityLoginModule" flag="required">
    <module-option name="principal">guest</module-option>
    <module-option name="userName">guest</module-option>
    <module-option name="password">guest</module-option>
    <module-option name="managedConnectionFactoryName">jboss.jca:service=TxCM,name=JmsXA</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- A template configuration for the jmx-console web application. This
    defaults to the UsersRolesLoginModule the same as other and should be
    changed to a stronger authentication mechanism as required.
    -->
    <application-policy name="jmx-console">
    <authentication>
    <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required">
    <module-option name="usersProperties">props/jmx-console-users.properties</module-option>
    <module-option name="rolesProperties">props/jmx-console-roles.properties</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- A template configuration for the web-console web application. This
    defaults to the UsersRolesLoginModule the same as other and should be
    changed to a stronger authentication mechanism as required.
    -->
    <application-policy name="web-console">
    <authentication>
    <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required">
    <module-option name="usersProperties">web-console-users.properties</module-option>
    <module-option name="rolesProperties">web-console-roles.properties</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- A template configuration for the JBossWS web application (and transport layer!).
    This defaults to the UsersRolesLoginModule the same as other and should be
    changed to a stronger authentication mechanism as required.
    -->
    <application-policy name="JBossWS">
    <authentication>
    <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required">
    <module-option name="unauthenticatedIdentity">anonymous</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- The default login configuration used by any security domain that
    does not have a application-policy entry with a matching name
    -->
    <application-policy name="other">
    <!-- A simple server login module, which can be used when the number
    of users is relatively small. It uses two properties files:
    users.properties, which holds users (key) and their password (value).
    roles.properties, which holds users (key) and a comma-separated list of
    their roles (value).
    The unauthenticatedIdentity property defines the name of the principal
    that will be used when a null username and password are presented as is
    the case for an unuathenticated web client or MDB. If you want to
    allow such users to be authenticated add the property, e.g.,
    unauthenticatedIdentity="nobody"
    -->
    <authentication>
    <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required"/>
    </authentication>
    </application-policy>
    </policy>
    This is : java.security
    # This is the "master security properties file".
    # In this file, various security properties are set for use by
    # java.security classes. This is where users can statically register
    # Cryptography Package Providers ("providers" for short). The term
    # "provider" refers to a package or set of packages that supply a
    # concrete implementation of a subset of the cryptography aspects of
    # the Java Security API. A provider may, for example, implement one or
    # more digital signature algorithms or message digest algorithms.
    # Each provider must implement a subclass of the Provider class.
    # To register a provider in this master security properties file,
    # specify the Provider subclass name and priority in the format
    # security.provider.<n>=<className>
    # This declares a provider, and specifies its preference
    # order n. The preference order is the order in which providers are
    # searched for requested algorithms (when no specific provider is
    # requested). The order is 1-based; 1 is the most preferred, followed
    # by 2, and so on.
    # <className> must specify the subclass of the Provider class whose
    # constructor sets the values of various properties that are required
    # for the Java Security API to look up the algorithms or other
    # facilities implemented by the provider.
    # There must be at least one provider specification in java.security.
    # There is a default provider that comes standard with the JDK. It
    # is called the "SUN" provider, and its Provider subclass
    # named Sun appears in the sun.security.provider package. Thus, the
    # "SUN" provider is registered via the following:
    # security.provider.1=sun.security.provider.Sun
    # (The number 1 is used for the default provider.)
    # Note: Statically registered Provider subclasses are instantiated
    # when the system is initialized. Providers can be dynamically
    # registered instead by calls to either the addProvider or
    # insertProviderAt method in the Security class.
    # List of providers and their preference orders (see above):
    security.provider.1=sun.security.provider.Sun
    security.provider.2=sun.security.rsa.SunRsaSign
    security.provider.3=com.sun.net.ssl.internal.ssl.Provider
    security.provider.4=com.sun.crypto.provider.SunJCE
    security.provider.5=sun.security.jgss.SunProvider
    security.provider.6=com.sun.security.sasl.Provider
    # Select the source of seed data for SecureRandom. By default an
    # attempt is made to use the entropy gathering device specified by
    # the securerandom.source property. If an exception occurs when
    # accessing the URL then the traditional system/thread activity
    # algorithm is used.
    # On Solaris and Linux systems, if file:/dev/urandom is specified and it
    # exists, a special SecureRandom implementation is activated by default.
    # This "NativePRNG" reads random bytes directly from /dev/urandom.
    # On Windows systems, the URLs file:/dev/random and file:/dev/urandom
    # enables use of the Microsoft CryptoAPI seed functionality.
    securerandom.source=file:/dev/urandom
    # The entropy gathering device is described as a URL and can also
    # be specified with the system property "java.security.egd". For example,
    # -Djava.security.egd=file:/dev/urandom
    # Specifying this system property will override the securerandom.source
    # setting.
    # Class to instantiate as the javax.security.auth.login.Configuration
    # provider.
    login.configuration.provider=com.sun.security.auth.login.ConfigFile
    # Default login configuration file
    login.config.url.1=C:\LMS\gsnx\core\src\conf\login.config
    # Class to instantiate as the system Policy. This is the name of the class
    # that will be used as the Policy object.
    policy.provider=sun.security.provider.PolicyFile
    # The default is to have a single system-wide policy file,
    # and a policy file in the user's home directory.
    policy.url.1=file:${java.home}/lib/security/java.policy
    policy.url.2=file:${user.home}/.java.policy
    # whether or not we expand properties in the policy file
    # if this is set to false, properties (${...}) will not be expanded in policy
    # files.
    policy.expandProperties=true
    # whether or not we allow an extra policy to be passed on the command line
    # with -Djava.security.policy=somefile. Comment out this line to disable
    # this feature.
    policy.allowSystemProperty=true
    # whether or not we look into the IdentityScope for trusted Identities
    # when encountering a 1.1 signed JAR file. If the identity is found
    # and is trusted, we grant it AllPermission.
    policy.ignoreIdentityScope=false
    # Default keystore type.
    keystore.type=jks
    # Class to instantiate as the system scope:
    system.scope=sun.security.provider.IdentityDatabase
    # List of comma-separated packages that start with or equal this string
    # will cause a security exception to be thrown when
    # passed to checkPackageAccess unless the
    # corresponding RuntimePermission ("accessClassInPackage."+package) has
    # been granted.
    package.access=sun.
    # List of comma-separated packages that start with or equal this string
    # will cause a security exception to be thrown when
    # passed to checkPackageDefinition unless the
    # corresponding RuntimePermission ("defineClassInPackage."+package) has
    # been granted.
    # by default, no packages are restricted for definition, and none of
    # the class loaders supplied with the JDK call checkPackageDefinition.
    #package.definition=
    # Determines whether this properties file can be appended to
    # or overridden on the command line via -Djava.security.properties
    security.overridePropertiesFile=true
    # Determines the default key and trust manager factory algorithms for
    # the javax.net.ssl package.
    ssl.KeyManagerFactory.algorithm=SunX509
    ssl.TrustManagerFactory.algorithm=PKIX
    # Determines the default SSLSocketFactory and SSLServerSocketFactory
    # provider implementations for the javax.net.ssl package. If, due to
    # export and/or import regulations, the providers are not allowed to be
    # replaced, changing these values will produce non-functional
    # SocketFactory or ServerSocketFactory implementations.
    #ssl.SocketFactory.provider=
    #ssl.ServerSocketFactory.provider=
    # The Java-level namelookup cache policy for successful lookups:
    # any negative value: caching forever
    # any positive value: the number of seconds to cache an address for
    # zero: do not cache
    # default value is forever (FOREVER). For security reasons, this
    # caching is made forever when a security manager is set.
    # NOTE: setting this to anything other than the default value can have
    # serious security implications. Do not set it unless
    # you are sure you are not exposed to DNS spoofing attack.
    #networkaddress.cache.ttl=-1
    # The Java-level namelookup cache policy for failed lookups:
    # any negative value: cache forever
    # any positive value: the number of seconds to cache negative lookup results
    # zero: do not cache
    # In some Microsoft Windows networking environments that employ
    # the WINS name service in addition to DNS, name service lookups
    # that fail may take a noticeably long time to return (approx. 5 seconds).
    # For this reason the default caching policy is to maintain these
    # results for 10 seconds.
    networkaddress.cache.negative.ttl=10
    # Properties to configure OCSP for certificate revocation checking
    # Enable OCSP
    # By default, OCSP is not used for certificate revocation checking.
    # This property enables the use of OCSP when set to the value "true".
    # NOTE: SocketPermission is required to connect to an OCSP responder.
    # Example,
    # ocsp.enable=true
    # Location of the OCSP responder
    # By default, the location of the OCSP responder is determined implicitly
    # from the certificate being validated. This property explicitly specifies
    # the location of the OCSP responder. The property is used when the
    # Authority Information Access extension (defined in RFC 3280) is absent
    # from the certificate or when it requires overriding.
    # Example,
    # ocsp.responderURL=http://ocsp.example.net:80
    # Subject name of the OCSP responder's certificate
    # By default, the certificate of the OCSP responder is that of the issuer
    # of the certificate being validated. This property identifies the certificate
    # of the OCSP responder when the default does not apply. Its value is a string
    # distinguished name (defined in RFC 2253) which identifies a certificate in
    # the set of certificates supplied during cert path validation. In cases where
    # the subject name alone is not sufficient to uniquely identify the certificate
    # then both the "ocsp.responderCertIssuerName" and
    # "ocsp.responderCertSerialNumber" properties must be used instead. When this
    # property is set then those two properties are ignored.
    # Example,
    # ocsp.responderCertSubjectName="CN=OCSP Responder, O=XYZ Corp"
    # Issuer name of the OCSP responder's certificate
    # By default, the certificate of the OCSP responder is that of the issuer
    # of the certificate being validated. This property identifies the certificate
    # of the OCSP responder when the default does not apply. Its value is a string
    # distinguished name (defined in RFC 2253) which identifies a certificate in
    # the set of certificates supplied during cert path validation. When this
    # property is set then the "ocsp.responderCertSerialNumber" property must also
    # be set. When the "ocsp.responderCertSubjectName" property is set then this
    # property is ignored.
    # Example,
    # ocsp.responderCertIssuerName="CN=Enterprise CA, O=XYZ Corp"
    # Serial number of the OCSP responder's certificate
    # By default, the certificate of the OCSP responder is that of the issuer
    # of the certificate being validated. This property identifies the certificate
    # of the OCSP responder when the default does not apply. Its value is a string
    # of hexadecimal digits (colon or space separators may be present) which
    # identifies a certificate in the set of certificates supplied during cert path
    # validation. When this property is set then the "ocsp.responderCertIssuerName"
    # property must also be set. When the "ocsp.responderCertSubjectName" property
    # is set then this property is ignored.
    # Example,
    # ocsp.responderCertSerialNumber=2A:FF:00

    user564785 wrote:
    I am trying to installl Oracle 11gR2 on VM machine with Redhat Linux 6-64bit. That is a Oracle database problem. Even though the Oracle product uses java it still represents a problem with that product (Oracle) rather than java. So you need to start with an Oracle database forum.

  • Unable to access OWA or ECP. - "Something went wrong" or "500 unexpected error"

    Our environment consist of 3 client access servers with 8 mailbox servers.  I recently installed windows updates on all of the servers.  Now when a user tries to access OWA it fails and says "Something went wrong" when I try to access
    ECP I receive "500 unexpected error"
    I have tried building a new CAS and mailbox servers with the default settings but it still fails.  I did not install the latest Windows updates on the new servers.  I tried creating new databases with new users and it also fails.  
    There are also these ASP.NET 4.0.30319.0 warnings showing in the application log:
    Log Name:      Application
    Source:        ASP.NET 4.0.30319.0
    Date:          8/30/2013 11:02:13 AM
    Event ID:      1309
    Task Category: Web Event
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      FacultyEmail01.corjesu.org
    Description:
    Event code: 3005 
    Event message: An unhandled exception has occurred. 
    Event time: 8/30/2013 11:02:13 AM 
    Event time (UTC): 8/30/2013 4:02:13 PM 
    Event ID: 1088bfe111264e01b536f66f2591c15a 
    Event sequence: 48245 
    Event occurrence: 1597 
    Event detail code: 0 
    Application information: 
        Application domain: /LM/W3SVC/2/ROOT/owa-1-130223042171473642 
        Trust level: Full 
        Application Virtual Path: /owa 
        Application Path: C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\owa\ 
        Machine name: FACULTYEMAIL01 
    Process information: 
        Process ID: 13764 
        Process name: w3wp.exe 
        Account name: NT AUTHORITY\SYSTEM 
    Exception information: 
        Exception type: NullReferenceException 
        Exception message: Object reference not set to an instance of an object.
       at Microsoft.Exchange.Clients.Common.Canary15.Init(Byte[] userContextIdBinary, Byte[] timeStampBinary, String logonUniqueKey, Byte[] hashBinary, String logData)
       at Microsoft.Exchange.Clients.Common.Canary15..ctor(String logonUniqueKey)
       at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpCookie(HttpCookie cookie, String logonUniqueKey, Canary15Profile profile)
       at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpContext(HttpContext httpContext, String logOnUniqueKey, Canary15Profile profile)
       at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.InternalOnPostAuthorizeRequest(Object sender)
       at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.OnPostAuthorizeRequest(Object sender, EventArgs e)
       at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Request information: 
        Request URL: https://localhost:444/owa/logoff.owa 
        Request path: /owa/logoff.owa 
        User host address: 127.0.0.1 
        User: CORJESU\SM_cab26786a5604c759 
        Is authenticated: True 
        Authentication Type: Kerberos 
        Thread account name: NT AUTHORITY\SYSTEM 
    Thread information: 
        Thread ID: 12 
        Thread account name: NT AUTHORITY\SYSTEM 
        Is impersonating: False 
        Stack trace:    at Microsoft.Exchange.Clients.Common.Canary15.Init(Byte[] userContextIdBinary, Byte[] timeStampBinary, String logonUniqueKey, Byte[] hashBinary, String logData)
       at Microsoft.Exchange.Clients.Common.Canary15..ctor(String logonUniqueKey)
       at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpCookie(HttpCookie cookie, String logonUniqueKey, Canary15Profile profile)
       at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpContext(HttpContext httpContext, String logOnUniqueKey, Canary15Profile profile)
       at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.InternalOnPostAuthorizeRequest(Object sender)
       at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.OnPostAuthorizeRequest(Object sender, EventArgs e)
       at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Custom event details: 
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="ASP.NET 4.0.30319.0" />
        <EventID Qualifiers="32768">1309</EventID>
        <Level>3</Level>
        <Task>3</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-08-30T16:02:13.000000000Z" />
        <EventRecordID>721791</EventRecordID>
        <Channel>Application</Channel>
        <Computer>FacultyEmail01.corjesu.org</Computer>
        <Security />
      </System>
      <EventData>
        <Data>3005</Data>
        <Data>An unhandled exception has occurred.</Data>
        <Data>8/30/2013 11:02:13 AM</Data>
        <Data>8/30/2013 4:02:13 PM</Data>
        <Data>1088bfe111264e01b536f66f2591c15a</Data>
        <Data>48245</Data>
        <Data>1597</Data>
        <Data>0</Data>
        <Data>/LM/W3SVC/2/ROOT/owa-1-130223042171473642</Data>
        <Data>Full</Data>
        <Data>/owa</Data>
        <Data>C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\owa\</Data>
        <Data>FACULTYEMAIL01</Data>
        <Data>
        </Data>
        <Data>13764</Data>
        <Data>w3wp.exe</Data>
        <Data>NT AUTHORITY\SYSTEM</Data>
        <Data>NullReferenceException</Data>
        <Data>Object reference not set to an instance of an object.
       at Microsoft.Exchange.Clients.Common.Canary15.Init(Byte[] userContextIdBinary, Byte[] timeStampBinary, String logonUniqueKey, Byte[] hashBinary, String logData)
       at Microsoft.Exchange.Clients.Common.Canary15..ctor(String logonUniqueKey)
       at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpCookie(HttpCookie cookie, String logonUniqueKey, Canary15Profile profile)
       at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpContext(HttpContext httpContext, String logOnUniqueKey, Canary15Profile profile)
       at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.InternalOnPostAuthorizeRequest(Object sender)
       at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.OnPostAuthorizeRequest(Object sender, EventArgs e)
       at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)
    </Data>
        <Data>https://localhost:444/owa/logoff.owa</Data>
        <Data>/owa/logoff.owa</Data>
        <Data>127.0.0.1</Data>
        <Data>CORJESU\SM_cab26786a5604c759</Data>
        <Data>True</Data>
        <Data>Kerberos</Data>
        <Data>NT AUTHORITY\SYSTEM</Data>
        <Data>12</Data>
        <Data>NT AUTHORITY\SYSTEM</Data>
        <Data>False</Data>
        <Data>   at Microsoft.Exchange.Clients.Common.Canary15.Init(Byte[] userContextIdBinary, Byte[] timeStampBinary, String logonUniqueKey, Byte[] hashBinary, String logData)
       at Microsoft.Exchange.Clients.Common.Canary15..ctor(String logonUniqueKey)
       at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpCookie(HttpCookie cookie, String logonUniqueKey, Canary15Profile profile)
       at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpContext(HttpContext httpContext, String logOnUniqueKey, Canary15Profile profile)
       at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.InternalOnPostAuthorizeRequest(Object sender)
       at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.OnPostAuthorizeRequest(Object sender, EventArgs e)
       at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)
    </Data>
      </EventData>
    </Event>

    I opened a case with Microsoft.  After 3 days and over 15 hours on the phone they were able to resolve the problem.  They had to use ADSI edit to remove the canary data for the domain.
    I tried rebuilding the virtual directories, building a new CAS server, a new mailbox server and a new server with both roles installed.  I created a new database and new users in that database and used the new CAS server but the problem continued which
    led us to believe it was something being obtained from Active Directory.  We finally figured out the problem was in the properties of an object in ADSI. 
    You have to open the ADSI editor on the primary domain controller (start-->administrative tools-->ADSI edit), go to CN=Services --> CN=Microsoft Exchange --> CN=<Your Site Name>  Right click CN=Client Access and click properties. 
    Scroll down to msExchCanaryData0.  You have to click edit and copy the data from Data0, Data1 and Data2 (you may have more or less) to a notepad file.  Then erase the data from those settings.  Now log onto the CAS server and open IIS management. 
    Go to application pools and  right click MSExchangeOWAAppPool and click Recycling.  Then restart all of the mailbox servers.  
    It's a great idea to take a system state backup before performing these steps as editing ADSI data is risky.  

  • Ant Scripts: Issue while running , getting BPM-71504: Unexpected error pars

    Hi
    I am running ant scripts through command prompt on the server itself.
    And on evry run I am getting the same error I followed this url Steps to deploy an bpel project using ANT scripts.. to start up but couldnt find resolution to my issue
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <Faults>
    <Fault>
    <severity>error</severity>
    <loc/>
    <line/>
    <col/>
    <file/>
    <name/>
    <fix/>
    <msg>BPM-71504: Unexpected error parsing 'oramds:/soa/shared/workflow/TaskEvidenceService.xsd'. Cause: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/soa/shared/workflow/TaskEvidenceService.xsd does not exist.. Action: Verify that file is valid and accessible</msg>
    </Fault>
    <Fault>
    <severity>error</severity>
    <loc/>
    <line/>
    <col/>
    <file/>
    <name/>
    <fix/>
    <msg>BPM-71504: Unexpected error parsing 'oramds:/soa/shared/workflow/WorkflowCommon.xsd'. Cause: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/soa/shared/workflow/WorkflowCommon.xsd does not exist.. Action: Verify that file is valid and accessible</msg>
    </Fault>
    <Fault>
    <severity>error</severity>
    <loc/>
    <line/>
    <col/>
    <file/>
    <name/>
    <fix/>
    <msg>BPM-71504: Unexpected error parsing 'oramds:/soa/shared/workflow/WorkflowTask.xsd'. Cause: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/soa/shared/workflow/WorkflowTask.xsd does not exist.. Action: Verify that file is valid and accessible</msg>
    </Fault>
    </Faults>
    Looking forward for a response...
    Thanks in advance

    hi I have configured the adf-config.xml but still getting the same error.
    Please let me know what i am doing wrong
    <?xml version="1.0" encoding="windows-1252" ?>
    <adf-config xmlns="http://xmlns.oracle.com/adf/config"
    xmlns:config="http://xmlns.oracle.com/bc4j/configuration"
    xmlns:adf="http://xmlns.oracle.com/adf/config/properties"
    xmlns:sec="http://xmlns.oracle.com/adf/security/config">
    <adf-adfm-config xmlns="http://xmlns.oracle.com/adfm/config">
    <defaults useBindVarsForViewCriteriaLiterals="true"/>
    <startup>
    <amconfig-overrides>
    <config:Database jbo.locking.mode="optimistic"/>
    </amconfig-overrides>
    </startup>
    </adf-adfm-config>
    <adf:adf-properties-child xmlns="http://xmlns.oracle.com/adf/config/properties">
    <adf-property name="adfAppUID" value="AntApplication-7567"/>
    </adf:adf-properties-child>
    <sec:adf-security-child xmlns="http://xmlns.oracle.com/adf/security/config">
    <CredentialStoreContext credentialStoreClass="oracle.adf.share.security.providers.jps.CSFCredentialStore"
    credentialStoreLocation="../../src/META-INF/jps-config.xml"/>
    </sec:adf-security-child>
    <adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
    <mds-config xmlns="http://xmlns.oracle.com/mds/config">
    <persistence-config>
    <metadata-namespaces>
    <namespace path="/soa/shared" metadata-store-usage="mstore-usage_3"/>
    </metadata-namespaces>
    <metadata-store-usages>
    <metadata-store-usage id="mstore-usage_3">
    <metadata-store class-name="oracle.mds.persistence.stores.file.FileMetadataStore">
    <property name="metadata-path"
    value="C:/Oracle/Middleware1/jdev/jdeveloper/integration"/>
    <property name="partition-name" value="seed"/>
    </metadata-store>
    </metadata-store-usage>
    </metadata-store-usages>
    </persistence-config>
    </mds-config>
    </adf-mds-config>
    </adf-config>
    Regards.....
    Edited by: bpm11gnewbie on Oct 7, 2012 10:16 PM

  • Struggling to figure out reasons behind those "An unexpected error has occurred" messages in SharePoint 2010

    We are in day 5 of using SP 2010 on our 4 server farm. The farm was created by taking our MOSS 2007 databases and attaching to our database.
    We have had a variety of cases of users encountering the "An unexpected error has occurred". In perhaps 10% of the cases, we have found the correlation id in the logs - which are tracing using the default logging levels.
    We have used the Merge-SPLogFile and get-splogeven cmdlets but get no records returned for the others.
    They are not occurring frequently. But when they do, we don't have a lot to go on to figure out what is wrong.
    I have read various other threads on the site. I have looked in all of the 14 hive logs on all 4 servers (which should not be necessary after having used merge-splogfile) but do not find the correlation anywhere. I have used uls viewer - still do not find
    it.
    This is a production system where users are making use of the system 24x7. I need to find things to try that do not take down the system.
    Is there any way that increasing the verbosity of the logging might be requried so we can see these errors?

    It truly depends on the error that occurs, but I would say that increasing your logging level would be the first place to start.
    BE AWARE... Setting logging levels to Verbose WILL fill up drive space very quickly, so if your servers don't have much free drive space, you run the risk of crashing the server when it runs out of space... in the very least, server performance will grind
    to very poor levels.
    If you're not finding the correlation IDs, then upping the level might be the only way to get the messages.  The best approach is to try and find a recreatable scenario.  If you can recreate the error through UI actions, you can up logging levels
    on an App server (to avoid impact on end users) and point directly to that App server (using HOSTS entries) in order to recreate the error.  Once you've recreated the error, you can restore normal logging levels on the server again and then proceed to
    parse the logs using ULSViewer in order to find the target correlation ID.
    I trust that answers your question...
    Thanks
    C
    http://blog.cjvandyk.com |
    LinkedIn | Facebook |
    Twitter | Quix Utilities for SharePoint |
    SharePoint Admin Nav Console (SPANC)

  • MDS Configuration Manager Create Web Application = Unexpected Error, Keyset does not exist (HRESULT: 0x80090016)

    we are having Problems installing MDS on new sever.
    Server: Windows 2008 R2
    SQL Server 2012 SP1 (Developer Edition)
    In the Master Data Services Configuration Manager Wizard ...
    - DB Creation (Database Configuration) was succesfull
    - But we are stucked in the "Web Configuration", "Create Application" failes in both cases (Choose "Create new Website" or choose existing site like "Default Web Site")
    Error Message is alwasy:
    Unexpected Error - An unexpected error occurred: Keyset does not exist (Exception from HRESULT: 0x80090016)
    Any ideas? Are there any Extended logs created by Wizard activity? Windows Application Eventlog Shows nothing!

    Hi,
    Just a gut feel. The issue may lie within IIS. I base this upon the fact that your database was created. The second part, the web configuration  is related to IIS. SQL Server 2012 should be set up with IIS7 or better still IIS8.
    This said..
    Is IIS installed correctly? You can always de-install it and re-install it via the programs / windows features option off of the control panel.
    Out of curiosity, did you by any chance have a previous 'bad install' of MDS. If so this may be a registry issue. When one starts talking 'Keyset', the registry comes to mind. A orphan keyset which is being called.
    Also remember that in setting up the web application, that the installation will ask you for a User ID and password. If you are like us, our passwords change each 6 weeks and this create problems with bringing up the Master Data Manager AFTER a password
    change. In fact I have often resorted to creating a 'new web site' with each password change BEFORE I decided to opt for using a Process ID, with an non expiring password to do your web configuration.
    I do not know if I have answered your question, just a gut feel. Please do let us know if the steps that I mentioned resolve your issue.
    Sincerest regards
    Steve Simon SQL Server MVP

  • Unexpected error during interactive component execution.

    I have an automatic activity within a screenflow. When I try to access this, it is giving the following exception in logs :(workspace.log)
    [<D> 0719 07:52:42.519] Main (<9> [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'): ExecutionDispatcher.actionId: RUN_APPLICATION_TASK
    [<D> 0719 07:52:42.519] Main (<9> [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'): ExecutionDispatcher.runApplicationTask: Global Excecution ->fuego.papi.impl.j2ee.EJBGlobalExecution@9994d62
    [<D> 0719 07:52:42.519] Main (<9> [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'): ExecutionDispatcher.customRunTask(): 4b10000
    [<W> 0719 07:52:42.835] Main (<9> [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'): Unexpected error during interactive component execution.
    *[     (cont)     ] Main: Caused by: The catalog manager [bpmXtest/2009-09-25 11:06:11-05:00.1327] is not registered.*
    [     (cont)     ] Main: fuego.web.execution.exception.UnexpectedExecutionException: Unexpected error during interactive component execution.
    [     (cont)     ] Main: at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:187)
    [     (cont)     ] Main: at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    [     (cont)     ] Main: at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229)
    [     (cont)     ] Main: at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
    [     (cont)     ] Main: at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    [     (cont)     ] Main: at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
    [     (cont)     ] Main: at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    [     (cont)     ] Main: at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    [     (cont)     ] Main: at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    [     (cont)     ] Main: at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    [     (cont)     ] Main: at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    [     (cont)     ] Main: at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    [     (cont)     ] Main: at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
    [     (cont)     ] Main: at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    [     (cont)     ] Main: at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    [     (cont)     ] Main: at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    [     (cont)     ] Main: at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    [     (cont)     ] Main: at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    [     (cont)     ] Main: at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
    [     (cont)     ] Main: at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    [     (cont)     ] Main: at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    [     (cont)     ] Main: at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    [     (cont)     ] Main: at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    [     (cont)     ] Main: at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    [     (cont)     ] Main: at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    [     (cont)     ] Main: at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    [     (cont)     ] Main: Caused by: java.lang.ClassNotFoundException: The catalog manager [bpmXtest/2009-09-25 11:06:11-05:00.1327] is not registered.
    [     (cont)     ] Main: at fuego.util.CatalogLoaderMgrCache.findOrCreateCatalogClassloader(CatalogLoaderMgrCache.java:83)
    [     (cont)     ] Main: at fuego.util.CatalogLoaderMgr.getCatalogClassLoader(CatalogLoaderMgr.java:68)
    [     (cont)     ] Main: at fuego.papi.impl.j2ee.EJBTaskExecutionResult.unmarshall(EJBTaskExecutionResult.java:72)
    [     (cont)     ] Main: at fuego.papi.impl.j2ee.EJBExecution.next(EJBExecution.java:204)
    [     (cont)     ] Main: at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:177)
    [     (cont)     ] Main: at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    [     (cont)     ] Main: at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    [     (cont)     ] Main: at fuego.web.papi.TaskExecutor.runApplicationTask(TaskExecutor.java:349)
    [     (cont)     ] Main: at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:95)
    What does the exception refer to:Caused by: java.lang.ClassNotFoundException: The catalog manager [bpmXtest/2009-09-25 11:06:11-05:00.1327] is not registered.

    Just guessing here, but I'd suspect that you have a BPM Object that you are using in your screenflow. Inside your BPM Object you probably have a method that makes the database call. I'm assuming that you might be using Dynamic SQL in your method.
    If this is the case then make sure that this method has the property set to "Server Side".
    Dan

  • Unexpected Error on CMC

    Hi all,
    I have to assign rights for a user group while clicking on user list i am getting following error.
    I have searched on Google found
    Error on Data service application
    tried it but no luck.
    Any idea!

    SAP note: 1710454 - Unexpected error decoding JSF component BI 4.0, may help you to resolve this issue
    Cause
    A corrupt entry of Central Management Server (CMS) in the CMS Repository. In this scenario, recreating the existing SIA may also not help.
    Resolution
    Open CCM.
    Stop the existing SIA.
    Create another SIA with default servers. In the process of adding new SIA choose start new CMS option.
    Now start the new SIA.
    Login to CMC.
    Go to servers >> click on servers list.
    WARNING : Take the backup of CMS Database and File Store before proceeding with next steps.
    Delete the servers under OLD SIA including CMS server of OLD SIA.
    Expand node section and go to the properties of the OLD node
    Make a note of CUID
    Access the CMS database using any SQL Editor
    Run the below query to delete the OLD SIA entry from database:
    "delete from CMS_INFOOBJECTS7 where objectID="CUID"
    To delete the entry of OLD SIA from CCM , on the BI server , go to START-RUN-Services.msc
    Check the OLD SIA entry in the list starting with Server Intelligence Agent OLD SIA Name
    Go to Properties and make a note of Service name
    Launch Command Prompt using administrator account
    Run the following command to delete the service:
    sc delete OLD SIA Service name

  • RSS Feed is giving An unexpected error has occurred. on Blog Sites

    /_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1}
    Sorry, something went wrong
    An unexpected error has occurred.
    This is only an on Blog sites.  I am able to use RSS Feed on Calendars, Task, and any other lists.

    Category EventID Message
    Logging Correlation Data xmnv Name=Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring nasq Entering monitored scope (BeginRequestHandler). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (BeginRequestHandler). Execution Time=0.864704871708555
    Monitoring nass ____CPU Cycles=2121383
    Monitoring nass ____Execution Time=0.864704871708555
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (SPFederationAuthenticationModule.OnAuthenticateRequest::WifCodeCall). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (SPFederationAuthenticationModule.OnAuthenticateRequest::WifCodeCall). Execution Time=0.144990494601968
    Monitoring nass ____CPU Cycles=313400
    Monitoring nass ____Execution Time=0.144990494601968
    Monitoring nasq Entering monitored scope (SPClaimsCounterScope). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring nasq Entering monitored scope (SPSam.OnAuthenticateRequest::WifCodeCall). Parent SPClaimsCounterScope
    Monitoring nasq Entering monitored scope (SPChunkedCookieHandler.ReadCore::WifCodeCall). Parent SPSam.OnAuthenticateRequest::WifCodeCall
    Monitoring b4ly Leaving Monitored Scope (SPChunkedCookieHandler.ReadCore::WifCodeCall). Execution Time=0.0226984155807512
    Monitoring nass ____CPU Cycles=37634
    Monitoring nass ____Execution Time=0.0226984155807512
    Monitoring nasq Entering monitored scope (SPChunkedCookieHandler.ReadCore). Parent SPSam.OnAuthenticateRequest::WifCodeCall
    Claims Authentication af3z9 SPTokenCache.ReadTokenXml: Successfully read token XML 'domain\user'.
    Monitoring b4ly Leaving Monitored Scope (SPChunkedCookieHandler.ReadCore). Execution Time=1.02289536798671
    Monitoring nass ____CPU Cycles=1590982
    Monitoring nass ____Execution Time=1.02289536798671
    Monitoring nasq Entering monitored scope (GetWindowsUserKey: Translate NTAccount to SecurityIdentifier). Parent SPSam.OnAuthenticateRequest::WifCodeCall
    Monitoring b4ly Leaving Monitored Scope (GetWindowsUserKey: Translate NTAccount to SecurityIdentifier). Execution Time=0.589879439984691
    Monitoring nass ____CPU Cycles=659699
    Monitoring nass ____Execution Time=0.589879439984691
    General 6t8b Looking up context site https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in the farm SP2013_SharePoint_Config
    General 6t8d Looking up the additional information about the typical site https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D.
    General 6t8f Site lookup is replacing https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D with the alternate access url https://domain.com.
    General 6t8g Looking up typical site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in web application SPWebApplication Name=Team Hamra Internal Site.
    General 6t8h Found typical site /sites/about (580448c7-854b-4132-8d1d-7fe218049615) in web application SPWebApplication Name=Team Hamra Internal Site.
    DistributedCache ad4i2 Weak Reference Cache is enabled....
    Monitoring nasq Entering monitored scope (SPSam.OnSessionSecurityTokenReceived::WifCodeCall). Parent SPSam.OnAuthenticateRequest::WifCodeCall
    Monitoring b4ly Leaving Monitored Scope (SPSam.OnSessionSecurityTokenReceived::WifCodeCall). Execution Time=0.0234666696465612
    Monitoring nass ____CPU Cycles=29816
    Monitoring nass ____Execution Time=0.0234666696465612
    Monitoring nasq Entering monitored scope (SPSam.AuthenticateSessionSecurityToken::WifCodeCall). Parent SPSam.OnAuthenticateRequest::WifCodeCall
    Monitoring nasq Entering monitored scope (SPSam.SetPrincipalFromSessionToken::WifCodeCall). Parent SPSam.AuthenticateSessionSecurityToken::WifCodeCall
    Monitoring b4ly Leaving Monitored Scope (SPSam.SetPrincipalFromSessionToken::WifCodeCall). Execution Time=0.235155585416582
    Monitoring nass ____CPU Cycles=554267
    Monitoring nass ____Execution Time=0.235155585416582
    Monitoring b4ly Leaving Monitored Scope (SPSam.AuthenticateSessionSecurityToken::WifCodeCall). Execution Time=0.515638160715957
    Monitoring nass ____CPU Cycles=1254209
    Monitoring nass ____Execution Time=0.515638160715957
    Monitoring b4ly Leaving Monitored Scope (SPSam.OnAuthenticateRequest::WifCodeCall). Execution Time=4.09828623470301
    Monitoring nass ____CPU Cycles=8539189
    Monitoring nass ____Execution Time=4.09828623470301
    Monitoring b4ly Leaving Monitored Scope (SPClaimsCounterScope). Execution Time=4.27931482911934
    Monitoring nass ____CPU Cycles=8987173
    Monitoring nass ____Execution Time=4.27931482911934
    Monitoring nasq Entering monitored scope (SPClaimsCounterScope). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (SPClaimsCounterScope). Execution Time=0.168457164248529
    Monitoring nass ____CPU Cycles=394625
    Monitoring nass ____Execution Time=0.168457164248529
    Application Authentication ajezy "SPApplicationAuthenticationModule: There is no Authorization header, can't try to perform application authentication."
    General 6t8b Looking up context site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in the farm SP2013_SharePoint_Config
    General 6t8d Looking up the additional information about the typical site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D.
    General 6t8f Site lookup is replacing https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D with the alternate access url https://domain.com.
    General 6t8g Looking up typical site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in web application SPWebApplication Name=Team Hamra Internal Site.
    General 6t8h Found typical site /sites/about (580448c7-854b-4132-8d1d-7fe218049615) in web application SPWebApplication Name=Team Hamra Internal Site.
    Monitoring nasq Entering monitored scope (Matching per user conditions for ULS boosting). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (Matching per user conditions for ULS boosting). Execution Time=0.0694920723164536
    Monitoring nass ____CPU Cycles=36009
    Monitoring nass ____Execution Time=0.0694920723164536
    Authentication Authorization agb9s "Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|domain\user, ClaimsCount=40"
    Asp Runtime aj1kq SPRequestModule.PostAuthenticateRequestHandler
    Monitoring nasq Entering monitored scope (PostAuthenticateRequestHandler). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Runtime ajd6k Value for isAnonymousAllowed is : False
    Runtime ajd6l Value for checkAuthenticationCookie is : True
    Monitoring b4ly Leaving Monitored Scope (PostAuthenticateRequestHandler). Execution Time=0.251149238241173
    Monitoring nass ____CPU Cycles=595291
    Monitoring nass ____Execution Time=0.251149238241173
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (SPFederationAuthenticationModule.OnPostAuthenticateRequest::WifCodeCall). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (SPFederationAuthenticationModule.OnPostAuthenticateRequest::WifCodeCall). Execution Time=0.0220698440723612
    Monitoring nass ____CPU Cycles=29316
    Monitoring nass ____Execution Time=0.0220698440723612
    Monitoring nasq Entering monitored scope (SPSam.OnPostAuthenticateRequest::WifCodeCall). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (SPSam.OnPostAuthenticateRequest::WifCodeCall). Execution Time=0.0169015894478209
    Monitoring nass ____CPU Cycles=21467
    Monitoring nass ____Execution Time=0.0169015894478209
    Monitoring nasq Entering monitored scope (PictureHttpModule: ProcessPictureRequest). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (PictureHttpModule: ProcessPictureRequest). Execution Time=0.0287047655498115
    Monitoring nass ____CPU Cycles=47650
    Monitoring nass ____Execution Time=0.0287047655498115
    Monitoring nass ____SQL Query Count=0
    Asp Runtime aj1kr SPRequestModule.PostAuthorizeRequestHandler
    Monitoring nasq Entering monitored scope (PublishingHttpModule: PostAuthorizeRequestHandler). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (PublishingHttpModule: PostAuthorizeRequestHandler). Execution Time=0.102457155867575
    Monitoring nass ____CPU Cycles=225416
    Monitoring nass ____Execution Time=0.102457155867575
    Monitoring nass ____SQL Query Count=0
    Asp Runtime aj1km SPRequestModule.PostResolveRequestCacheHandler
    Monitoring nasq Entering monitored scope (PostResolveRequestCacheHandler). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Request Management aitsz The Request Management Service is offline or unprovisioned. Request Management is disabled. Status = Disabled
    Monitoring b4ly Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=0.121384142397986
    Monitoring nass ____CPU Cycles=274959
    Monitoring nass ____Execution Time=0.121384142397986
    Monitoring nass ____SQL Query Count=0
    Asp Runtime aj1kn SPRequestModule.AcquireRequestStateHandler
    Asp Runtime aj1ko SPRequestModule.PostAcquireRequestStateHandler
    Asp Runtime aj1kl SPRequestModule.PreRequestExecuteAppHandler
    General 6t8b Looking up context site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in the farm SP2013_SharePoint_Config
    General 6t8d Looking up the additional information about the typical site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D.
    General 6t8f Site lookup is replacing https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D with the alternate access url https://domain.com.
    General 6t8g Looking up typical site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in web application SPWebApplication Name=Team Hamra Internal Site.
    General 6t8h Found typical site /sites/about (580448c7-854b-4132-8d1d-7fe218049615) in web application SPWebApplication Name=Team Hamra Internal Site.
    Upgrade ajyiy 02/21/2014 09:18:35.54 w3wp (0x2B74) 0x2668 SharePoint Foundation Upgrade SPManager ajyiy VERBOSE Using cached [SPContentDatabase Name=Team_HamraNet_ContentDB] NeedsUpgrade value: False. 3a73769c-68f0-8064-09c0-6c639c6aa698
    Upgrade ajyix 02/21/2014 09:18:35.54 w3wp (0x2B74) 0x2668 SharePoint Foundation Upgrade SPManager ajyix VERBOSE Using cached [SPContentDatabase Name=Team_HamraNet_ContentDB] IsBackwardsCompatible value: True. 3a73769c-68f0-8064-09c0-6c639c6aa698
    Logging Correlation Data xmnv Site=/sites/about
    Monitoring nasq Entering monitored scope (SPSqlClient). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Database tkeb Setting database session for 1d16ed94-0966-483e-aed1-11fc74309105 and site 580448c7-854b-4132-8d1d-7fe218049615.
    Database tzku ConnectionString: 'Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]' Partition: 580448c7-854b-4132-8d1d-7fe218049615 ConnectionState: Closed ConnectionTimeout: 15
    Database ahjqp SQL connection time: 0.167898434018849 for Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]
    Monitoring b4ly Leaving Monitored Scope (SPSqlClient). Execution Time=10.4776584733535
    Monitoring nass ____CPU Cycles=11892543
    Monitoring nass ____Execution Time=10.4776584733535
    Stack Trace Collection 0 "Returning hr=0x81020026: owssvr.dll: (unresolved symbol, module offset=0000000000052E16) at 0x000007FAE9C02E16 owssvr.dll: (unresolved symbol, module offset=0000000000053938) at 0x000007FAE9C03938 owssvr.dll: (unresolved symbol, module offset=00000000000517C8) at 0x000007FAE9C017C8 owssvr.dll: (unresolved symbol, module offset=000000000000922F) at 0x000007FAE9BB922F Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=000000000009DA2C) at 0x000007FAEC1BDA2C"
    General 8kh7 List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user.
    General 8kh7 "Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A249B) at 0x000007FAF438249B onetutil.dll: (unresolved symbol, module offset=00000000000A23E5) at 0x000007FAF43823E5 owssvr.dll: (unresolved symbol, module offset=0000000000054DDD) at 0x000007FAE9C04DDD owssvr.dll: (unresolved symbol, module offset=000000000000AF82) at 0x000007FAE9BBAF82 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=000000000009DA2C) at 0x000007FAEC1BDA2C"
    General aix9j "SPRequest.GetListsWithCallback: UserPrincipalName=i:0).w|s-1-5-21-1200228122-2768674105-1448006261-8675, AppPrincipalName= ,bstrUrl=https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} ,foreignWebId=00000000-0000-0000-0000-000000000000 ,bstrListInternalName={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} ,dwBaseType=-1 ,dwBaseTypeAlt=-1 ,dwServerTemplate=-1 ,dwGetListFlags=0 ,dwListFilterFlags=4294967295 ,bPrefetchMetaData=True ,bSecurityTrimmed=True ,bGetSecurityData=True ,bPrefetchRelatedFields=False"
    General ai1wu "System.Runtime.InteropServices.COMException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user., StackTrace: at Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName) at Microsoft.SharePoint.SPListCollection.ItemByInternalName(String strInternalName, Boolean bThrowException) at Microsoft.SharePoint.SPListCollection.GetListById(Guid uniqueID, Boolean bThrowException) at Microsoft.SharePoint.ApplicationPages.ListFeed.get_List() at Microsoft.SharePoint.ApplicationPages.ListFeed.OnPreInit(EventArgs e) at System.Web.UI.Page.PerformPreInit() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at Sy..."
    General ai1wu "...stem.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPt..."
    General ai1wu "...r rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr..."
    General ai1wu "... moduleData, Int32 flags)"
    General 6t8b Looking up context site https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} in the farm SP2013_SharePoint_Config
    General 6t8d Looking up the additional information about the typical site https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1}.
    General 6t8f Site lookup is replacing https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} with the alternate access url https://domain.com.
    General 6t8g Looking up typical site https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D in web application SPWebApplication Name=Team Hamra Internal Site.
    General 6t8h Found typical site /sites/about (580448c7-854b-4132-8d1d-7fe218049615) in web application SPWebApplication Name=Team Hamra Internal Site.
    Upgrade ajyiy 02/21/2014 09:18:35.55 w3wp (0x2B74) 0x2668 SharePoint Foundation Upgrade SPManager ajyiy VERBOSE Using cached [SPContentDatabase Name=Team_HamraNet_ContentDB] NeedsUpgrade value: False. 3a73769c-68f0-8064-09c0-6c639c6aa698
    Upgrade ajyix 02/21/2014 09:18:35.55 w3wp (0x2B74) 0x2668 SharePoint Foundation Upgrade SPManager ajyix VERBOSE Using cached [SPContentDatabase Name=Team_HamraNet_ContentDB] IsBackwardsCompatible value: True. 3a73769c-68f0-8064-09c0-6c639c6aa698
    Monitoring nasq Entering monitored scope (SPSqlClient). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Database tkeb Setting database session for 1d16ed94-0966-483e-aed1-11fc74309105 and site 580448c7-854b-4132-8d1d-7fe218049615.
    Database tzku ConnectionString: 'Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]' Partition: 580448c7-854b-4132-8d1d-7fe218049615 ConnectionState: Closed ConnectionTimeout: 15
    Database ahjqp SQL connection time: 0.0872317571087946 for Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]
    Monitoring b4ly Leaving Monitored Scope (SPSqlClient). Execution Time=5.2264324097057
    Monitoring nass ____CPU Cycles=5900774
    Monitoring nass ____Execution Time=5.2264324097057
    Monitoring nasq Entering monitored scope (SPSqlClient). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Database tkeb Setting database session for 1d16ed94-0966-483e-aed1-11fc74309105 and site 580448c7-854b-4132-8d1d-7fe218049615.
    Database tzku ConnectionString: 'Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]' Partition: 580448c7-854b-4132-8d1d-7fe218049615 ConnectionState: Closed ConnectionTimeout: 15
    Database ahjqp SQL connection time: 0.0838793757307144 for Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]
    Monitoring b4ly Leaving Monitored Scope (SPSqlClient). Execution Time=3.08551785212925
    Monitoring nass ____CPU Cycles=2889701
    Monitoring nass ____Execution Time=3.08551785212925
    Stack Trace Collection 0 "Returning hr=0x81020026: owssvr.dll: (unresolved symbol, module offset=000000000012189F) at 0x000007FAE9CD189F owssvr.dll: (unresolved symbol, module offset=0000000000052004) at 0x000007FAE9C02004 owssvr.dll: (unresolved symbol, module offset=0000000000051AC1) at 0x000007FAE9C01AC1 owssvr.dll: (unresolved symbol, module offset=000000000000922F) at 0x000007FAE9BB922F Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=000000000009DA2C) at 0x000007FAEC1BDA2C"
    General 8kh7 List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user.
    General 8kh7 "Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A249B) at 0x000007FAF438249B onetutil.dll: (unresolved symbol, module offset=00000000000A23E5) at 0x000007FAF43823E5 owssvr.dll: (unresolved symbol, module offset=0000000000054DDD) at 0x000007FAE9C04DDD owssvr.dll: (unresolved symbol, module offset=000000000000AF82) at 0x000007FAE9BBAF82 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=000000000009DA2C) at 0x000007FAEC1BDA2C"
    General aix9j "SPRequest.GetListsWithCallback: UserPrincipalName=i:0).w|s-1-5-21-1200228122-2768674105-1448006261-8675, AppPrincipalName= ,bstrUrl=https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} ,foreignWebId=00000000-0000-0000-0000-000000000000 ,bstrListInternalName={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} ,dwBaseType=-1 ,dwBaseTypeAlt=-1 ,dwServerTemplate=-1 ,dwGetListFlags=0 ,dwListFilterFlags=4294967295 ,bPrefetchMetaData=True ,bSecurityTrimmed=True ,bGetSecurityData=True ,bPrefetchRelatedFields=False"
    General ai1wu "System.Runtime.InteropServices.COMException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user., StackTrace: at Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName) at Microsoft.SharePoint.SPListCollection.ItemByInternalName(String strInternalName, Boolean bThrowException) at Microsoft.SharePoint.SPListCollection.GetListById(Guid uniqueID, Boolean bThrowException) at Microsoft.SharePoint.ApplicationPages.ListFeed.get_List() at Microsoft.SharePoint.ApplicationPages.ListFeed.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBef..."
    General ai1wu "...oreAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web...."
    General ai1wu "...Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(In..."
    General ai1wu "...tPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)"
    General 8nca "Application error when access /_layouts/15/listfeed.aspx, Error=Object reference not set to an instance of an object. at Microsoft.SharePoint.ApplicationPages.ListFeed.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)"
    Runtime tkau "System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.SharePoint.ApplicationPages.ListFeed.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)"
    General ajlz0 "Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.SharePoint.ApplicationPages.ListFeed.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boo..."
    General ajlz0 "...lean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)"
    Monitoring nasq Entering monitored scope (PublishingMobile: Resolve the default or non-default channel custom master url token.). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (PublishingMobile: Resolve the default or non-default channel custom master url token.). Execution Time=0.0459555613911824
    Monitoring nass ____CPU Cycles=85709
    Monitoring nass ____Execution Time=0.0459555613911824
    Monitoring nass ____SQL Query Count=0
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    General aat87
    Web Controls ad9g2 QoS data point list: []
    Monitoring nasq Entering monitored scope (SPSqlClient). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Database tkeb Setting database session for 1d16ed94-0966-483e-aed1-11fc74309105 and site 580448c7-854b-4132-8d1d-7fe218049615.
    Database tzku ConnectionString: 'Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]' Partition: 580448c7-854b-4132-8d1d-7fe218049615 ConnectionState: Closed ConnectionTimeout: 15
    Database ahjqp SQL connection time: 0.0855555664197545 for Data Source=SPSQL2013;Initial Catalog=Team_HamraNet_ContentDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][Team_HamraNet_ContentDB]
    Monitoring b4ly Leaving Monitored Scope (SPSqlClient). Execution Time=3.46720044027942
    Monitoring nass ____CPU Cycles=2954751
    Monitoring nass ____Execution Time=3.46720044027942
    Stack Trace Collection 0 "Returning hr=0x81020026: owssvr.dll: (unresolved symbol, module offset=000000000012189F) at 0x000007FAE9CD189F owssvr.dll: (unresolved symbol, module offset=0000000000052004) at 0x000007FAE9C02004 owssvr.dll: (unresolved symbol, module offset=0000000000051AC1) at 0x000007FAE9C01AC1 owssvr.dll: (unresolved symbol, module offset=000000000000922F) at 0x000007FAE9BB922F Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=000000000009DA2C) at 0x000007FAEC1BDA2C"
    General 8kh7 List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user.
    General 8kh7 "Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A249B) at 0x000007FAF438249B onetutil.dll: (unresolved symbol, module offset=00000000000A23E5) at 0x000007FAF43823E5 owssvr.dll: (unresolved symbol, module offset=0000000000054DDD) at 0x000007FAE9C04DDD owssvr.dll: (unresolved symbol, module offset=000000000000AF82) at 0x000007FAE9BBAF82 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=000000000009DA2C) at 0x000007FAEC1BDA2C"
    General aix9j "SPRequest.GetListsWithCallback: UserPrincipalName=i:0).w|s-1-5-21-1200228122-2768674105-1448006261-8675, AppPrincipalName= ,bstrUrl=https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} ,foreignWebId=00000000-0000-0000-0000-000000000000 ,bstrListInternalName={F5A8C10C-02BD-4366-B964-03A3F4E79DD1} ,dwBaseType=-1 ,dwBaseTypeAlt=-1 ,dwServerTemplate=-1 ,dwGetListFlags=0 ,dwListFilterFlags=4294967295 ,bPrefetchMetaData=True ,bSecurityTrimmed=True ,bGetSecurityData=True ,bPrefetchRelatedFields=False"
    General ai1wu "System.Runtime.InteropServices.COMException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user., StackTrace: at Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName) at Microsoft.SharePoint.SPListCollection.ItemByInternalName(String strInternalName, Boolean bThrowException) at Microsoft.SharePoint.SPListCollection.GetListById(Guid uniqueID, Boolean bThrowException) at Microsoft.SharePoint.SPContext.get_List() at Microsoft.SharePoint.WebControls.ScriptLink.InitJs_Register(Page page) at Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, Boolean..."
    General ai1wu "... injectNoDefer, Boolean controlRegistration, Boolean loadInlineLast, Boolean ignoreFileNotFound) at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion, String ctag) at Microsoft.SharePoint.WebControls.ScriptLink.Register(String uiVersion, Control ctrl, Page page, String name, Boolean localizable, Boolean defer) at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer) at Microsoft.SharePoint.WebControls.ScriptLink.GetOnDemandScriptKey(String strKey, String strFile, Boolean registerDependencies, Control ctrl, Page page) at Microsoft.SharePoint.WebControls.ScriptLink.Regis..."
    General ai1wu "...terOnDemand(Control ctrl, Page page, String strKey, String strFile, Boolean localizable) at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Page page, String strFile, Boolean localizable) at Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, Boolean injectNoDefer, Boolean controlRegistration, Boolean loadInlineLast, Boolean ignoreFileNotFound) at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion, String ctag) at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strKey..."
    General ai1wu "..., String strFile, Boolean localizable) at Microsoft.SharePoint.WebControls.ScriptLink.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boole..."
    General ai1wu "...an setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) at System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) at System.Web.HttpServerUtility.Transfer(String path) at Microsoft.SharePoint.Utilities.SPUtility.TransferToErrorPage(String message, String linkText, String linkUrl) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.ErrorHandler(HttpApplication app, Boolean errorIsOnErrorPage) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.ErrorAppHandler(Object oSender, EventArgs ea) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.HttpApplication.RaiseOnError() at System.Web.HttpApplication.PipelineStepManager.Resume..."
    General ai1wu "...Steps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& not..."
    General ai1wu "...ificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)"
    General af4yd TenantAppEtag record requested but there is no sitesubscription or tenantId for site 580448c7-854b-4132-8d1d-7fe218049615 so we will use the WebApp Id for the cache.
    General af4yd TenantAppEtag record requested but there is no sitesubscription or tenantId for site 580448c7-854b-4132-8d1d-7fe218049615 so we will use the WebApp Id for the cache.
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    DistributedCache agyfw "Unexpected error occurred in method 'Put' , usage 'SPViewStateCache' - Exception 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0018>:SubStatus<ES0001>:The request timed out.. Additional Information : The client was trying to communicate with the server : net.tcp://JeanGreyProd.domain.com:22233 at Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ResponseBody respBody, RequestBody reqBody) at Microsoft.ApplicationServer.Caching.DataCache.InternalPut(String key, Object value, DataCacheItemVersion oldVersion, TimeSpan timeout, DataCacheTag[] tags, String region, IMonitoringListener listener) at Microsoft.ApplicationServer.Caching.DataCache.<>c__DisplayClass25.<Put>b__24() at Microsoft.ApplicationServer.Caching.DataCache.Put(String key, Obj..."
    DistributedCache agyfw "...ect value, TimeSpan timeout) at Microsoft.SharePoint.DistributedCaching.SPDistributedCache.Put(String key, Object value)'."
    Usage Infrastructure d0hz Starting write trace for type Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheUsageEntry with correlationID 3a73769c-68f0-8064-09c0-6c639c6aa698
    Usage Infrastructure d0i0 Successful wrote trace for type Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheUsageEntry with correlationID 3a73769c-68f0-8064-09c0-6c639c6aa698
    General ajb4s ViewStateLog: Failed to write to the velocity cache: https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1}
    Monitoring nasq Entering monitored scope (IEVersionMetaTag Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (IEVersionMetaTag Control Render). Execution Time=0.0585269915589831
    Monitoring nass ____CPU Cycles=91867
    Monitoring nass ____Execution Time=0.0585269915589831
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (CSSLink Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (CSSLink Control Render). Execution Time=0.536800068165088
    Monitoring nass ____CPU Cycles=1273442
    Monitoring nass ____Execution Time=0.536800068165088
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (CSSRegistration Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (CSSRegistration Control Render). Execution Time=0.0405079416518021
    Monitoring nass ____CPU Cycles=58908
    Monitoring nass ____Execution Time=0.0405079416518021
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (CSSRegistration Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (CSSRegistration Control Render). Execution Time=0.0421841323408422
    Monitoring nass ____CPU Cycles=59225
    Monitoring nass ____Execution Time=0.0421841323408422
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (ULSClientConfig Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (ULSClientConfig Control Render). Execution Time=0.0597841345757631
    Monitoring nass ____CPU Cycles=94683
    Monitoring nass ____Execution Time=0.0597841345757631
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (ScriptLink Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Upgrade aiaih desiredVersion: 15
    Monitoring b4ly Leaving Monitored Scope (ScriptLink Control Render). Execution Time=2.0888828049375
    Monitoring nass ____CPU Cycles=5161366
    Monitoring nass ____Execution Time=2.0888828049375
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (ReturnLink Control Render). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (ReturnLink Control Render). Execution Time=0.104273029114035
    Monitoring nass ____CPU Cycles=204792
    Monitoring nass ____Execution Time=0.104273029114035
    Monitoring nass ____SPRequest Objects=0
    Monitoring nass ____SQL Query Count=0
    Asp Runtime aj1kp SPRequestModule.PreSendRequestHeaders
    Monitoring nasq Entering monitored scope (PreSendRequestHeaders). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (PreSendRequestHeaders). Execution Time=0.0668381037254735
    Monitoring nass ____CPU Cycles=141184
    Monitoring nass ____Execution Time=0.0668381037254735
    Monitoring nass ____SQL Query Count=0
    Micro Trace uls4 "Micro Trace Tags: 0 nasq,7 agb9s,19 aix9j,0 ai1wu,13 aix9j,0 ai1wu,1 8nca,0 tkau,0 ajlz0,1 aat87,4 aix9j,0 ai1wu,21 agyfw,0 ajb4s"
    Monitoring nasq Entering monitored scope (EndRequestHandler SharePointEndRequest). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (EndRequestHandler SharePointEndRequest). Execution Time=0.0803174705165042
    Monitoring nass ____CPU Cycles=171475
    Monitoring nass ____Execution Time=0.0803174705165042
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (LogRequestUsage). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Usage Infrastructure d0i2 Successfully added requestUsageEntry to CollectUsageData with url https://domain.com/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List={F5A8C10C-02BD-4366-B964-03A3F4E79DD1}
    Monitoring b4ly Leaving Monitored Scope (LogRequestUsage). Execution Time=0.213295265180351
    Monitoring nass ____CPU Cycles=383358
    Monitoring nass ____Execution Time=0.213295265180351
    Monitoring nass ____SQL Query Count=0
    Monitoring nasq Entering monitored scope (ForceDehydrateHttpContextWorkflows). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    Monitoring b4ly Leaving Monitored Scope (ForceDehydrateHttpContextWorkflows). Execution Time=0.0302412736814316
    Monitoring nass ____CPU Cycles=52734
    Monitoring nass ____Execution Time=0.0302412736814316
    Monitoring nasq Entering monitored scope (EndRequestHandler SPRequest Disposal). Parent Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)
    General narq Releasing SPRequest with allocation Id {86C98C1F-AF39-435D-B040-E09CA45AABCE}
    Monitoring b4ly Leaving Monitored Scope (EndRequestHandler SPRequest Disposal). Execution Time=0.274266701494184
    Monitoring nass ____CPU Cycles=655484
    Monitoring nass ____Execution Time=0.274266701494184
    Monitoring nass ____SQL Query Count=0
    Monitoring b4ly Leaving Monitored Scope (Request (GET:https://domain.com:443/sites/about/itiseverywhere/_layouts/15/listfeed.aspx?List=%7BF5A8C10C-02BD-4366-B964-03A3F4E79DD1%7D)). Execution Time=83.0709629296461
    Monitoring nass ____SQL Query Count=4
    Monitoring nass ____Page Checkout Level=Published
    Monitoring nass ____ULS Large Gap=
    Monitoring nass ____Service Calls=0
    Monitoring nass ____User Address=192.168.1.100
    Monitoring nass ____=00000000-0000-0000-0000-000000000000
    Monitoring nass ____CPU Cycles=126198850
    Monitoring nass ____Current SharePoint Operations=10
    Monitoring nass ____Execution Time=83.0709629296461
    Monitoring nass ____Current User=i:0#.w|domain\user
    Monitoring nass ____Critical Events=0
    Monitoring nass ____SPRequest Objects=1
    Monitoring nass ____Log Correlation Id=3a73769c-68f0-8064-09c0-6c639c6aa698
    Monitoring nass ____Claims Counter=0
    Monitoring nass ____Request Management=
    Monitoring nass ____Distributed Cache=0
    Monitoring nass ____WebPart Events Offsets=0
    Usage Infrastructure d0hz Starting write trace for type Microsoft.SharePoint.Administration.SPRequestUsageEntry with correlationID 3a73769c-68f0-8064-09c0-6c639c6aa698
    Usage Infrastructure d0i0 Successful wrote trace for type Microsoft.SharePoint.Administration.SPRequestUsageEntry with correlationID 3a73769c-68f0-8064-09c0-6c639c6aa698
    Monitoring nasq Entering monitored scope (SPFederationAuthenticationModule.OnEndRequest). Parent No
    Monitoring b4ly Leaving Monitored Scope (SPFederationAuthenticationModule.OnEndRequest). Execution Time=0.0253523841717313
    Monitoring nass ____CPU Cycles=38200
    Monitoring nass ____Execution Time=0.0253523841717313
    Monitoring nasq Entering monitored scope (SPFederationAuthenticationModule.OnEndRequest::WifCodeCall). Parent No
    Monitoring b4ly Leaving Monitored Scope (SPFederationAuthenticationModule.OnEndRequest::WifCodeCall). Execution Time=0.0217904789575211
    Monitoring nass ____CPU Cycles=31625
    Monitoring nass ____Execution Time=0.0217904789575211

Maybe you are looking for

  • Photoshop CC classic mode is different to CS6

    I am currently using a trial of CC. I want to upgrade but the main issue putting me off is the crop tool, I have to crop a lot of images and this new method makes it more difficult. I have always used classic mode. By default in CS6 the crop bounding

  • Started movie download and its got stuck, think its cos i did a firmware

    I started movie download and at the same time did a firmware upgrade, the movie has stopped downloading and wont restart. A new download is working fine. How do I delete the stuck movie, and restart it as a new download Thanks

  • Ranking order in House Banks

    Dear SAP GURUs, I would like to know how the ranking order in House Bank concept works? Kindly guide me. Thanks and regards, Vinayak

  • OBCD for Oracle

    Hi Experts Someone told me in [this|Report can be refreshed in DeskI / WebI but not in InfoView; post that besides my native Oracle client, I need to define an ODBC connection to Oracle in order to be able to connect through InfoView to the source da

  • I don't know where cs6 disappeared to. It is no longer on my computer.

    Please advise as to where my cs6 went to on my macbook pro. LIghtroom 4 did the same thing, but I found it in applications. I can't find cs6 there. Any help is appreciated.