Failed but blocking corelation after upgrade

I see lots of failed but not blocking correlation events in the queue after upgrading from Project Server 2010 to 2013, there does not appear to be any user impact, but want to ensure there is no larger issue.
General•ProjectHasNoWriteLock:◦ProjectHasNoWriteLock (1042). Details: id='1042' name='ProjectHasNoWriteLock' uid='b1dcb5d2-9028-e411-80dd-0050568c6038'. 
•Queue:◦GeneralQueueJobFailed (26000) - StatusApproval.StatusApprovalReleaseProjectWriteLockMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='b2dcb5d2-9028-e411-80dd-0050568c6038' JobUID='636de2fd-8e28-e411-80dd-0050568c6038' ComputerName='c7228f33-58c8-4ba8-972d-318b850b1899'
GroupType='StatusApproval' MessageType='StatusApprovalReleaseProjectWriteLockMessage' MessageId='4' Stage='' CorrelationUID='0a6ab09c-aa10-a076-b189-9f70d9cf106c'. For more details, check the ULS logs on machine c7228f33-58c8-4ba8-972d-318b850b1899 for entries
with JobUID 636de2fd-8e28-e411-80dd-0050568c6038. 

Please avoid asking the same question in multiple threads, you will get a more accurate reply by posting the query once.
Many thanks
Paul
Paul Mather | Twitter |
http://pwmather.wordpress.com | CPS

Similar Messages

  • Why did Mozilla block Personas after upgrading to 3.6.9 on one computer but none of the others? A warning box came up stating that Personas was causing instability or security problems and was being blocked and would be disabled when Firefox restarted.

    I am not typing this on the computer on which I experienced the problem. Consequently, the list of plug-ins noted under the list of additional system details here is incorrect. I am running Firefox 3.6.9 on all three of my computers. The netbook on which this occurred is running Windows 7 Starter. Both other computers are running Windows 7 Home Premium.

    It is not Personas that are being blocked, it is version 1.6 of the Personas Plus add-on that has been blocked as it was casuing many problems. You can still use Personas without that add-on. If you want the add-on, you can install version 1.6.1 which has fixed the bug in 1.6, available from https://addons.mozilla.org/en-US/firefox/addon/10900/

  • [SOLVED] startx and xinit fail on eeepc901 (possibly after upgrade)

    Dear all,
    Can't get X to start.
    After a system upgrade (was a messy one, I'm pretty sure this is not a bug) I must have deleted some very important file for X. The fact is that it has stopped working, startx fails, xinit fail, even Xorg -configure fails. Please also note that I've changed the kernel (from zeneee to stock) but I had the same behavior with the previous kernel.
    Possibly interesting outputs:
    $xinit
    giving up.
    xinit: No such file or directory (errno 2): unable to connect to X server
    xinit: No such process (errno 3): Server error.
    $startx
    xauth: creating new authority file /home/mgp/.serverauth.4397
    giving up.
    xinit: No such file or directory (errno 2): unable to connect to X server
    xinit: No such process (errno 3): Server error.
    It does create the authority file. Fails after that.
    #Xorg -configure
    Segmentation fault
    My xorg.conf file is as follows (although I have tried without one and have the same errors, so probably not related):
    Section "ServerLayout"
    Identifier "Arch Linux"
    Screen 0 "Screen0"
    InputDevice "keyboard"
    InputDevice "mouse"
    InputDevice "synaptics"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "GLcore"
    Load "glx"
    Load "record"
    Load "dri"
    Load "extmod"
    Load "xtrap"
    Load "dbe"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail"
    Option "BlankTime" "5"
    Option "AIGLX" "false"
    Option "AutoAddDevices" "false"
    EndSection
    Section "InputDevice"
    Identifier "keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "IMPS/2"
    Option "Emulate3Buttons" "yes"
    Option "ZAxisMapping" "4 5"
    Option "CorePointer"
    EndSection
    Section "InputDevice"
    Identifier "synaptics"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "PalmDetect" "0"
    Option "SHMConfig" "true"
    Option "SendCoreEvents" "yes"
    Option "RBCornerButton" "0"
    Option "RTCornerButtom" "0"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "AccelFactor" "0.0320"
    Option "MaxSpeed" "0.72"
    Option "MinSpeed" "0.6"
    Option "Emulate3Buttons" "true"
    Option "TouchPadOff" "0"
    Option "LBCornerButton" "2"
    Option "LeftEdge" "60"
    Option "RightEdge" "1070"
    Option "TopEdge" "90"
    Option "BottomEdge" "680"
    Option "VertTwoFingerScroll" "1"
    Option "HorizTwoFingerScroll" "1"
    Option "HorizScrollDelta" "20"
    Option "LockedDrags" "1"
    Option "CoastingSpeed" "0.13"
    Option "CircularScrolling" "1"
    Option "CircScrollTrigger" "8" # 8=Top Left Corner
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "ASUS"
    ModelName "eeePC 901"
    Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +VSync # 60 Hz
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID "PCI:0:2:0"
    Option "AccelMethod" "EXA"
    Option "MigrationHeuristic" "greedy"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    If it means anything to anyone, I have the strace output to xinit and startx but can't post them both due to the limit on the length of the post. Here is the xinit strace output:
    4173 execve("/usr/bin/xinit", ["xinit"], [/* 33 vars */]) = 0
    4173 brk(0) = 0x9264000
    4173 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    4173 open("/etc/ld.so.cache", O_RDONLY) = 3
    4173 fstat64(3, {st_mode=S_IFREG|0644, st_size=133164, ...}) = 0
    4173 mmap2(NULL, 133164, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb80ad000
    4173 close(3) = 0
    4173 open("/usr/lib/libX11.so.6", O_RDONLY) = 3
    4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240d\1\0004\0\0\0\310"..., 512) = 512
    4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=1255735, ...}) = 0
    4173 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb80ac000
    4173 mmap2(NULL, 1162916, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f90000
    4173 mmap2(0xb80a8000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x117) = 0xb80a8000
    4173 close(3) = 0
    4173 open("/lib/libc.so.6", O_RDONLY) = 3
    4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220k\1\0004\0\0\0\0"..., 512) = 512
    4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=1553884, ...}) = 0
    4173 mmap2(NULL, 1333512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e4a000
    4173 mmap2(0xb7f8a000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13f) = 0xb7f8a000
    4173 mmap2(0xb7f8d000, 10504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f8d000
    4173 close(3) = 0
    4173 open("/usr/lib/libxcb.so.1", O_RDONLY) = 3
    4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320~\0\0004\0\0\0D"..., 512) = 512
    4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=128751, ...}) = 0
    4173 mmap2(NULL, 99968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e31000
    4173 mmap2(0xb7e49000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17) = 0xb7e49000
    4173 close(3) = 0
    4173 open("/lib/libdl.so.2", O_RDONLY) = 3
    4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \n\0\0004\0\0\0\\"..., 512) = 512
    4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=13419, ...}) = 0
    4173 mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e2d000
    4173 mmap2(0xb7e2f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7e2f000
    4173 close(3) = 0
    4173 open("/usr/lib/libXau.so.6", O_RDONLY) = 3
    4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\10\0\0004\0\0\0\20"..., 512) = 512
    4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=9706, ...}) = 0
    4173 mmap2(NULL, 10112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e2a000
    4173 mmap2(0xb7e2c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7e2c000
    4173 close(3) = 0
    4173 open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3
    4173 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\17\0\0004\0\0\0\344"..., 512) = 512
    4173 fstat64(3, {st_mode=S_IFREG|0755, st_size=20705, ...}) = 0
    4173 mmap2(NULL, 19708, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e25000
    4173 mmap2(0xb7e29000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7e29000
    4173 close(3) = 0
    4173 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e24000
    4173 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e23000
    4173 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e236c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
    4173 mprotect(0xb7e2f000, 4096, PROT_READ) = 0
    4173 mprotect(0xb7f8a000, 8192, PROT_READ) = 0
    4173 mprotect(0xb80eb000, 4096, PROT_READ) = 0
    4173 munmap(0xb80ad000, 133164) = 0
    4173 access("/home/mgp/.xinitrc", F_OK) = -1 ENOENT (No such file or directory)
    4173 access("/home/mgp/.xserverrc", F_OK) = -1 ENOENT (No such file or directory)
    4173 brk(0) = 0x9264000
    4173 brk(0x9285000) = 0x9285000
    4173 rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
    4173 rt_sigaction(SIGTERM, {0x8048e80, [], 0}, NULL, 8) = 0
    4173 rt_sigaction(SIGQUIT, {0x8048e80, [], 0}, NULL, 8) = 0
    4173 rt_sigaction(SIGINT, {0x8048e80, [], 0}, NULL, 8) = 0
    4173 rt_sigaction(SIGHUP, {0x8048e80, [], 0}, NULL, 8) = 0
    4173 rt_sigaction(SIGPIPE, {0x8048e80, [], 0}, NULL, 8) = 0
    4173 rt_sigaction(SIGALRM, {0x8048eb0, [ALRM], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
    4173 rt_sigaction(SIGUSR1, {0x8048e90, [USR1], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
    4173 rt_sigprocmask(SIG_BLOCK, [USR1], [], 8) = 0
    4173 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e23728) = 4174
    4174 rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
    4173 setpriority(PRIO_PROCESS, 4174, -1 <unfinished ...>
    4174 <... rt_sigprocmask resumed> NULL, 8) = 0
    4174 rt_sigaction(SIGTTIN, {0x1, [TTIN], SA_RESTART}, <unfinished ...>
    4173 <... setpriority resumed> ) = 0
    4174 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
    4174 rt_sigaction(SIGTTOU, {0x1, [TTOU], SA_RESTART}, <unfinished ...>
    4173 waitpid(4174, <unfinished ...>
    4174 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
    4173 <... waitpid resumed> 0x804b940, WNOHANG) = 0
    4174 rt_sigaction(SIGUSR1, {0x1, [USR1], SA_RESTART}, <unfinished ...>
    4173 write(2, "\n"..., 1 <unfinished ...>
    4174 <... rt_sigaction resumed> {0x8048e90, [USR1], SA_RESTART}, 8) = 0
    4174 setpgid(0, 4174) = 0
    4174 execve("/bin/X", ["X", ":0"], [/* 33 vars */]) = -1 ENOENT (No such file or directory)
    4174 execve("/usr/bin/X", ["X", ":0"], [/* 33 vars */] <unfinished ...>
    4173 <... write resumed> ) = 1
    4173 alarm(15) = 0
    4173 rt_sigsuspend([] <unfinished ...>
    4174 <... execve resumed> ) = 0
    4174 brk(0) = 0x8baa000
    4174 fcntl64(0, F_GETFD) = 0
    4174 fcntl64(1, F_GETFD) = 0
    4174 fcntl64(2, F_GETFD) = 0
    4174 access("/etc/suid-debug", F_OK) = -1 ENOENT (No such file or directory)
    4174 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    4174 open("/etc/ld.so.cache", O_RDONLY) = 3
    4174 fstat64(3, {st_mode=S_IFREG|0644, st_size=133164, ...}) = 0
    4174 mmap2(NULL, 133164, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f3b000
    4174 close(3) = 0
    4174 open("/usr/lib/libpciaccess.so.0", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\24\0\0004\0\0\0\234"..., 512) = 512
    4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f3a000
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=30651, ...}) = 0
    4174 mmap2(NULL, 27868, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f33000
    4174 mmap2(0xb7f39000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0xb7f39000
    4174 close(3) = 0
    4174 open("/lib/libpthread.so.0", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0I\0\0004\0\0\0,"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=119590, ...}) = 0
    4174 mmap2(NULL, 98784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f1a000
    4174 mprotect(0xb7f2e000, 4096, PROT_NONE) = 0
    4174 mmap2(0xb7f2f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7f2f000
    4174 mmap2(0xb7f31000, 4576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f31000
    4174 close(3) = 0
    4174 open("/usr/lib/libXfont.so.1", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 e\0\0004\0\0\0\34"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=242478, ...}) = 0
    4174 mmap2(NULL, 223616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ee3000
    4174 mmap2(0xb7f18000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x34) = 0xb7f18000
    4174 close(3) = 0
    4174 open("/usr/lib/libXau.so.6", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\10\0\0004\0\0\0\20"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=9706, ...}) = 0
    4174 mmap2(NULL, 10112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ee0000
    4174 mmap2(0xb7ee2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7ee2000
    4174 close(3) = 0
    4174 open("/lib/tls/i686/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/tls/i686/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/tls/i686/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/tls/i686", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/tls/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/tls/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/tls/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/tls", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/i686/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/i686/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/i686/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/i686", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/lib/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    4174 open("/usr/lib/tls/i686/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/tls/i686/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/tls/i686/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/tls/i686", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/tls/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/tls/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/tls/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/tls", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/i686/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/i686/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/i686/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/i686", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/sse2/libpixman-1.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    4174 stat64("/usr/lib/sse2", 0xbfd93e3c) = -1 ENOENT (No such file or directory)
    4174 open("/usr/lib/libpixman-1.so.0", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0207\0\0004\0\0\0\\"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=394811, ...}) = 0
    4174 mmap2(NULL, 363888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e87000
    4174 mmap2(0xb7ede000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x57) = 0xb7ede000
    4174 close(3) = 0
    4174 open("/usr/lib/libhal.so.1", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320*\0\0004\0\0\0\340"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=71014, ...}) = 0
    4174 mmap2(NULL, 64412, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e77000
    4174 mmap2(0xb7e86000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe) = 0xb7e86000
    4174 close(3) = 0
    4174 open("/usr/lib/libdbus-1.so.3", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PQ\0\0004\0\0\0,"..., 512) = 512
    4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e76000
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=285567, ...}) = 0
    4174 mmap2(NULL, 230592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e3d000
    4174 mmap2(0xb7e74000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36) = 0xb7e74000
    4174 close(3) = 0
    4174 open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\17\0\0004\0\0\0\344"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=20705, ...}) = 0
    4174 mmap2(NULL, 19708, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e38000
    4174 mmap2(0xb7e3c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7e3c000
    4174 close(3) = 0
    4174 open("/usr/lib/libcrypto.so.0.9.8", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\332\3\0004\0\0\0D"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0555, st_size=1561754, ...}) = 0
    4174 mmap2(NULL, 1381304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ce6000
    4174 mmap2(0xb7e1f000, 90112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x139) = 0xb7e1f000
    4174 mmap2(0xb7e35000, 9144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7e35000
    4174 close(3) = 0
    4174 open("/lib/libdl.so.2", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \n\0\0004\0\0\0\\"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=13419, ...}) = 0
    4174 mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ce2000
    4174 mmap2(0xb7ce4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7ce4000
    4174 close(3) = 0
    4174 open("/lib/libm.so.6", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@4\0\0004\0\0\0("..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=180855, ...}) = 0
    4174 mmap2(NULL, 151680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7cbc000
    4174 mmap2(0xb7ce0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23) = 0xb7ce0000
    4174 close(3) = 0
    4174 open("/lib/librt.so.1", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\30\0\0004\0\0\0\234"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=39252, ...}) = 0
    4174 mmap2(NULL, 33364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7cb3000
    4174 mmap2(0xb7cba000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb7cba000
    4174 close(3) = 0
    4174 open("/usr/lib/libgcc_s.so.1", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20#\0\0004\0\0\0\344"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0644, st_size=129370, ...}) = 0
    4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7cb2000
    4174 mmap2(NULL, 119784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c94000
    4174 mmap2(0xb7cb1000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c) = 0xb7cb1000
    4174 close(3) = 0
    4174 open("/lib/libc.so.6", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220k\1\0004\0\0\0\0"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=1553884, ...}) = 0
    4174 mmap2(NULL, 1333512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7b4e000
    4174 mmap2(0xb7c8e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13f) = 0xb7c8e000
    4174 mmap2(0xb7c91000, 10504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7c91000
    4174 close(3) = 0
    4174 open("/usr/lib/libfreetype.so.6", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`}\0\0004\0\0\0,"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=604088, ...}) = 0
    4174 mmap2(NULL, 542228, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ac9000
    4174 mmap2(0xb7b4a000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x81) = 0xb7b4a000
    4174 close(3) = 0
    4174 open("/usr/lib/libz.so.1", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\30\0\0004\0\0\0\30"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=82987, ...}) = 0
    4174 mmap2(NULL, 78844, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ab5000
    4174 mmap2(0xb7ac8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12) = 0xb7ac8000
    4174 close(3) = 0
    4174 open("/usr/lib/libfontenc.so.1", O_RDONLY) = 3
    4174 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\f\0\0004\0\0\0004"..., 512) = 512
    4174 fstat64(3, {st_mode=S_IFREG|0755, st_size=30017, ...}) = 0
    4174 mmap2(NULL, 24288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7aaf000
    4174 mmap2(0xb7ab4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0xb7ab4000
    4174 close(3) = 0
    4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7aae000
    4174 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7aad000
    4174 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7aad6c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
    4174 mprotect(0xb7c8e000, 8192, PROT_READ) = 0
    4174 mprotect(0xb7cba000, 4096, PROT_READ) = 0
    4174 mprotect(0xb7ce0000, 4096, PROT_READ) = 0
    4174 mprotect(0xb7ce4000, 4096, PROT_READ) = 0
    4174 mprotect(0xb7e74000, 4096, PROT_READ) = 0
    4174 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
    4173 <... rt_sigsuspend resumed> ) = ? ERESTARTNOHAND (To be restarted)
    4173 --- SIGCHLD (Child exited) @ 0 (0) ---
    4173 rt_sigsuspend([]) = ? ERESTARTNOHAND (To be restarted)
    4173 --- SIGALRM (Alarm clock) @ 0 (0) ---
    4173 rt_sigaction(SIGALRM, {0x8048eb0, [ALRM], SA_RESTART}, {0x8048eb0, [ALRM], SA_RESTART}, 8) = 0
    4173 sigreturn() = ? (mask now [USR1])
    4173 alarm(0) = 0
    4173 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    4173 socket(PF_FILE, SOCK_STREAM, 0) = 3
    4173 connect(3, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"...}, 20) = -1 ECONNREFUSED (Connection refused)
    4173 close(3) = 0
    4173 socket(PF_FILE, SOCK_STREAM, 0) = 3
    4173 connect(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"...}, 110) = -1 ENOENT (No such file or directory)
    4173 close(3) = 0
    4173 waitpid(4174, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV}], WNOHANG) = 4174
    4173 write(2, "giving up.\r\n"..., 12) = 12
    4173 write(2, "xinit: "..., 8) = 8
    4173 write(2, "No such file or directory (errno "..., 38) = 38
    4173 write(2, "unable to connect to X server\r\n"..., 31) = 31
    4173 kill(-4174, SIGTERM) = -1 ESRCH (No such process)
    4173 rt_sigaction(SIGTERM, {0x1, [TERM], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
    4173 rt_sigaction(SIGQUIT, {0x1, [QUIT], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
    4173 rt_sigaction(SIGINT, {0x1, [INT], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
    4173 rt_sigaction(SIGHUP, {0x1, [HUP], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
    4173 rt_sigaction(SIGPIPE, {0x1, [PIPE], SA_RESTART}, {0x8048e80, [], 0}, 8) = 0
    4173 write(2, "xinit: "..., 8) = 8
    4173 write(2, "No such process (errno 3): "..., 28) = 28
    4173 write(2, "Server error.\n"..., 14) = 14
    4173 exit_group(1) = ?
    I've searched over for a solution but can't really find anything relevant. I've tried installing xorg a few times. Also hal and all that stuff but I don't trust myself too much on that. I don't know how to proceed any further and would appreciate any help possible or any ideas you think I could try. I'm pretty sure it's something quite stupid. Thanks for your time and consideration.
    Best regards,
    Michael
    Last edited by mgp (2009-09-24 06:31:36)

    Hi all,
    I fixed it. By looking closely at the strace I figured that for some reason X couldn't access my /tmp. I remember setting my /tmp directories in fstab to mount on tmpfs so I figured that wasn't working anymore. I removed my tmp entries in fstab (will have to refigure that one out). Something changed with the devices. Maybe I wasn't using udev before or something as it also has problems mounting devices it previously mounted on boot. However all this happened before I changed kernel. Dunno, anyway, it works although I have to fix a bunch of small things that still don't work. Lesson would be update often (hadn't done so in a year) and keep in touch with what is going on in the community (eee instructions have changed a lot -and become slightly more confusing-). Anyway, thanks for your help, specially Rasi.
    Best regards,
    Michael

  • Most MP4s play sound but no video after upgrade to 10.5

    I just upgraded to 10.5.6 from 10.3.9, and now most -- but not all -- of my MP4s only play sound and don't show video (using Quicktime). I haven't been able to find what the files that do play properly have in common. Any ideas?
    (Incidentally, I can open them in VLC, but I'd prefer to use Quicktime -- not to mention simply figure out the reason for the issue.)
    Thanks --
    Christine

    Make sure you are using the latest version of Adobe Flash Player, Perian, Flip4Mac & VLC.
    Disconnect all peripherals from your computer. Boot from your install disc & run _*Repair Disk*_ from the utility menu. To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select *Disk Utility.*
    Select the disk or volume in the list of disks and volumes, and then click *First Aid.*
    Click _*Repair Disk.*_
    Restart your computer when done.
    Repair permissions after you reach the desktop-http://docs.info.apple.com/article.html?artnum=25751
    For the Final Pro issues, try their forums - http://discussions.apple.com/forum.jspa?forumID=939

  • Sound but no video after upgrading to QT 7

    Hello,
    I upgraded from QT 6.5 to QT 7.
    None of my .mov files play video thrugh the player anymore. I can hear the mov files sound but a white screen is all i see for video. I have over 200 and it is the same with all.
    The mov files play fine in Rreal Player or other players.
    Anyone have an idea?
    I want to use QT Pro but it only works with QT viewr 7 when doing an upgrade. I guess I am out of luck?

    I downloaded the new MPEG2 component (unfortunately I had to pay the 20 EUR as my previous download has been in something liek 2008 and is no longer registered in the Apple Store
    Strange! I made my original pre-QT v6.4 MPEG-2 component purchase in September of 2002 and it was automatically updated to the version for QT 6.4 thru QT v7.5 which was then automatically updated for QT v7.6 and later. It would seem the European stores may operate differently than the US store. You may wish to hang onto you purchase information in case this ever happens again in order to discuss the matter with Customer Service or at least learn the specific terms/limitations of your purchase agreement and/or account.
    I hope this solves the problem but it seems most likely that the incompatibility of the old MPEG2 component and QT 7.6.x is the reason for my problem. You may be right
    I opened up the installer package after reading your latest post and noticed a statement that QT 7.6 is "required" for this update. So it looks like there were some compatibility issues with the change to QT v7.6 software.
    In any case, wish you the best of luck...

  • Fail to start WebLogic after upgrade to 9102

    Just performed the upgrade from 9101 to 9102 and now I can't start the server at all. Anyone recognize anything in this error log:
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: org.apache.struts.action.ActionServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: org.apache.struts.action.ActionServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java
    :76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.nexaweb.redirect.RedirectServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.nexaweb.redirect.RedirectServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:7
    6)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.servlet.BinaryStreamServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.servlet.BinaryStreamServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass
    (ClassUtil.java:76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.ResetServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.ResetServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java
    :76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.servlet.XellerateBootstrapServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.servlet.XellerateBootstrapServlet at: weblogic.xml.schema.binding.util.ClassUtil.loa
    dClass(ClassUtil.java:76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.servlet.CloseApplicationServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.servlet.CloseApplicationServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadC
    lass(ClassUtil.java:76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: org.apache.struts.action.ActionServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: org.apache.struts.action.ActionServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java
    :76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.nexaweb.redirect.RedirectServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.nexaweb.redirect.RedirectServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:7
    6)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.servlet.BinaryStreamServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.servlet.BinaryStreamServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass
    (ClassUtil.java:76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.ResetServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.ResetServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java
    :76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.servlet.XellerateBootstrapServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.servlet.XellerateBootstrapServlet at: weblogic.xml.schema.binding.util.ClassUtil.loa
    dClass(ClassUtil.java:76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.servlet.CloseApplicationServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.servlet.CloseApplicationServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadC
    lass(ClassUtil.java:76)
    Loading xalan.jar for XPathAPI.
    Nexaweb Technologies Inc.(C)2000-2004. All Rights Reserved.
    Nexaweb Technologies Inc.
    10 Canal Park
    Cambridge, MA 02141
    Tel: 617.577.8100. Email: [email protected]
    <Sep 1, 2010 4:00:43 PM PDT> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: ServletContext@19433882[app:Xellerate module:xlWebApp path:/xlWebApp s
    pec-version:null] com.thortech.xl.webclient.security.SecurityFilter.
    java.lang.ClassNotFoundException: com.thortech.xl.webclient.security.SecurityFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    >
    <Sep 1, 2010 4:00:43 PM PDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'Xellerate'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1399)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: com.thortech.xl.webclient.security.SecurityFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    >
    <Sep 1, 2010 4:00:43 PM PDT> <Notice> <LoggingService> <BEA-320400> <The log file /app/oim/oracle/product/middleware/user_projects/domains/oimdev_domain/servers/AdminServer/lo
    gs/oimdev_domain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Sep 1, 2010 4:00:43 PM PDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /app/oim/oracle/product/middleware/user_projects/domains/oimdev_domain/se
    rvers/AdminServer/logs/oimdev_domain.log00042. Log messages will continue to be logged in /app/oim/oracle/product/middleware/user_projects/domains/oimdev_domain/servers/AdminS
    erver/logs/oimdev_domain.log.>
    <Sep 1, 2010 4:00:43 PM PDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:216:3eff:fe61:4376:7001 for protocols iiop, t3, ldap, snmp, ht
    tp.>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 128.115.142.122:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "oimdev_domain" running in Development Mode>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Sep 1, 2010 4:01:25 PM PDT> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SUSPENDING>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <Server> <BEA-002607> <Channel "Default[1]" listening on fe80:0:0:0:216:3eff:fe61:4376:7001 was shutdown.>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <Server> <BEA-002607> <Channel "Default[2]" listening on 0:0:0:0:0:0:0:1:7001 was shutdown.>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <Server> <BEA-002607> <Channel "Default" listening on 128.115.142.122:7001 was shutdown.>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <Server> <BEA-002607> <Channel "Default[3]" listening on 127.0.0.1:7001 was shutdown.>

    Just to make sure that this is not an upgrade issue. Did you have a look at the entire upgrade logs before confirming that the upgrade was through. Because in most of such cases the error turns out to be with the upgrade process.
    Thanks
    Sunny

  • Images show up on Firefox but not IE after upgrade from 8.1 to 9.2

    Hello,
              <p>
              We are encountering a strange situation: we upgrade our Weblogic 8.1 Application to 9.2. The images on the login page can be properly displayed on Firefox, but not in IE.
              <p>
              In order to make the images show up on IE, we have to modify the image path by adding extra two "//". For example:
              <p>
              We have to change
              <p>
              < img src="/resources/images/logo.gif" .../>
              <p>
              into
              <p>
              < img src="///resources/images/logo.gif" .../>
              <p>
              to make it works in IE, however, in that case, the Firework won't work.
              <p>
              We do notice that the file structure has been changed by the upgrade:
              <p>
              File structure of Weblogic 8.1 Application Web Module "golWeb"
              <p>
              <p>
              golWeb
              <p>
              * jsps folders
              <p>
              * resources
              <p>
              >> resources/images
              <p>
              >> resources/jsps
              <p>
              * WEB-INF
              <p>
              File structure of Weblogic 9.2 Application Web Module "golWeb"
              <p>
              <p>
              golWeb
              <p>
              * WebContent
              <p>
              -- jsps folders
              <p>
              -- resources
              <p>
              >>> resources/images
              <p>
              >>> resources/jsps
              <p>
              -- WEB-INF
              <p>
              <p>
              It seems that only the first login page has such issue. Could anyone help us with this issue? We totally have no clues now.
              <p>
              Thanks for the help!
              <p>
              Agnes

    Agnes,
              I think you should distinguish whether it is a behavior difference between
              two browsers or it is an issue of WLS server.
              You can copy suspicious html codes into a dependent html file, then check
              how is is rendered by different browsers.
              If you have further issues, please add commnets here.
              Regards
              Leon
              <Agnes Chen> wrote in message news:[email protected]...
              Hello,
              <p>
              We are encountering a strange situation: we upgrade our Weblogic 8.1
              Application to 9.2. The images on the login page can be properly displayed
              on Firefox, but not in IE.
              <p>
              In order to make the images show up on IE, we have to modify the image path
              by adding extra two "//". For example:
              <p>
              We have to change
              <p>
              < img src="/resources/images/logo.gif" .../>
              <p>
              into
              <p>
              < img src="///resources/images/logo.gif" .../>
              <p>
              to make it works in IE, however, in that case, the Firework won't work.
              <p>
              We do notice that the file structure has been changed by the upgrade:
              <p>
              File structure of Weblogic 8.1 Application Web Module "golWeb"
              <p>
              <p>
              golWeb
              <p>
              * jsps folders
              <p>
              * resources
              <p>
              >> resources/images
              <p>
              >> resources/jsps
              <p>
              * WEB-INF
              <p>
              File structure of Weblogic 9.2 Application Web Module "golWeb"
              <p>
              <p>
              golWeb
              <p>
              * WebContent
              <p>
              -- jsps folders
              <p>
              -- resources
              <p>
              >>> resources/images
              <p>
              >>> resources/jsps
              <p>
              -- WEB-INF
              <p>
              <p>
              It seems that only the first login page has such issue. Could anyone help us
              with this issue? We totally have no clues now.
              <p>
              Thanks for the help!
              <p>
              Agnes

  • Video lost in iMovie Event but audio retained after upgrade

    As a result of upgrading from iMovie '09 to '11, a video I had as an event now shows only as "green screen" video. Audio is still intact, however. But video is gone - literally just a green screen.
    When I go into Finder and view the file, I can see both video and audio in the little preview window. I've tried ripping the video again using Handbrake and re-importing it, but still the same thing: green screen with audio.
    Any suggestions?

    Handbrake converts to MPEG formats, which are best avoided in production because of the way the media is encoded. They're great for delivery, which is what Handbrake is designed to do, convert media into delivery formats for iPhones, iPods, AppleTV.

  • Dot1x failing on certain clients after upgrade to 150-2.SE

    We upgraded our switches recently from the 12 train to 150 train. We are now getting this error message on some clients which is forcing us to bypass authentication. Other ports are working just fine. It seems to happen most when users move there laptops to different locations.
    %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Gi0/5              
    88    1803.73xx.xxxx    DYNAMIC     Drop
    notice above the MAC address is listed as DROP....
    any ideas?
    Aaron

    Clients are authenticating using PEAP. I don't know what you mean by a detailed screen from live authentication screen? On the switch, we are getting this error in the logs %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Gi0/5. We are using MS NAP for Radius. The request isn't even arriving to the NAP, as its getting denied from the Switch before it gets to NAP so there is no event results-
    Aaron

  • App store not working after upgrade to Maverick

    i recently upgraded my machine to the latest OS ... but now i am facing a problem where the laptop just freezes ... the app store does not work... Please could you help me... i need some advice ... I have a MAC BOOK late 2008... i love this machine , do not want to give up on it.
    Please could you provide me a solution to solve this issue. I wanted to restore it to the factory settings but i do not have the original disc , guess i misplaced them ... is there a link i could download the ISO from.
    counting on you guys ... have used my machine for the last 5years never had any issues but of late after upgrading , am facing all these issues.
    Manny.

    Well I have 2 GB RAM ... do i need to upgrade it ???

  • ITunes whacky after upgrading to lates iTunes

    I upgraded my iTunes last week and ever since I am having trouble with my iTunes. When I insert a CD, it takes forever
    to read the titles from CDBD or even to play. The radio stations stop playing midway and I get the message that it is streaming. I never ever had this issue before, but **** broke loose after upgrading.

    Welcome to Discussions, hariki. Have you tried repairing permissions? Sometimes updates can mess with established permissions, it's always a good idea to repair them both before and after a download. (To do this, go to Applications>Utilities>DiskUtility>Repair Permissions)
    Please reposrt back with results,
    Miriam

  • Missing Playlists after upgrade

    All my playlists are gone (but library intact) after upgrading to 10. What can I do?

    Try restoring the iPod then move the yoga thing to you movie library and then COPY it to the playlist but so its still in the videos section.

  • Sound problem after upgrading to 10.6.3

    I'm not 100% sure, if this is related to 10.6.3 but it occured after upgrading today (as far as I remember).
    I often use the headphone with my MacBook - and sometimes I use the normal speakers... it happened earlier, that my computer "forgot" that it has built-in speakers, but plugging in the headphone jack and removing it helped.
    But today, after updating to 10.6.3. my MacBook refused to play sounds of movies etc. permanently. Changing the volume displays a "not available" sign, System Prefs don't now anything about built-in speakers.
    Restarting the Mac plays the normal boot sound on these very speakers, but even repairing permissions or resetting the parameter ram didn't solve the issue.
    I even recognized a red LED light shining out of the headphone socket for a few minutes...
    Anyone expereincing the same problem? Or any idea what else I could try?
    Cheers
    Dirk

    Hurray!! Solved!
    The QTip was the solution. I couldn't see any dirt inside, and compressed air didn't help either. Also the first round or QTipping wasn't working - but then, gently turning and even more gently pressing turned out to be it.
    A little grey color on the white cotton showed, that something definately was not right here. And now it works.
    Thanks guys.
    P.S. Even though I'm lucky to have one of three german Apple Stores nearby, I'm happy to not needing a new logic board..

  • HT6114 My os x server disappeared after upgrading to mavericks

    I had purchased OS X Server on my Mountain Lion version, but it disappeared after upgrading to Mavericks. What should I do to get my Server back?

    I understand, sadly Apple set the rules & the prices.
    You will need to read the requirements for running Server.app, the old version was for 10.8, the newest is for 10.9. if you hope to configure on 10.9 you'll need to pay again.

  • Reinstalling adobe acrobat 7 prof after upgrading OS but fails create pdf port

    Used download manager to reinstall adobe acrobat 7 professional after upgrading OS to windows 7. Install ends but fails with error "Warning 20225. Adobe Acrobat 7.0.5 set up was unable to create a new item Adobe PDF Port & Printer". Adobe is installed but I can no longer print to pdf nor use Adobe directly to create pdf from file. This feature was available before this reinstallation.
    How do I fix this?

    Hi myee.somers,
    Acrobat 7 is a 32-bit application and while it can successfully be installed on a 64-bit machine using SysWOW64 (which enables 32-bit apps to work on 64-bit machines), there are some known limitations. One of those known limitations is that 32-bit printer drivers will not work on 64-bit machines.
    So you can install the main Acrobat 7 application, but you won't be able to installer the Adobe PDF Printer Driver.
    Support Policy for Adobe Acrobat 7.0.x (Windows XP x64)
    http://kb2.adobe.com/cps/331/331732.html
    Kb for error 20225: http://helpx.adobe.com/acrobat/kb/error-warning-20225-or-no.html
    Even in the 64-bit versions of Windows XP  the Acrobat 7 printer driver was not supported.
    Regards,
    Romit Sinha

Maybe you are looking for

  • New iMac extremely slow following migration (Help  with Etre Check diagnosis)

    Hi gurus, New iMac - scheduled for genius bar on Friday but trying to avoid the trip.  Migrated everything over from 2009 macbook pro to 2011 macbook and now 2013 iMac.  I imagine there is a lot of cruft from the repeated migrations and am close to j

  • Clear Cache

    Hi! I need help, i need clear the cache from my application It´s possible? how? Thanks!

  • Problem Installing Photoshop CS4

    My operating system is Widows Vista Home edition, 32 bit. I meet the Photoshop system requirements for RAM etc. I purchased the Photoshop Elements upgrade version of Photoshop CS4, as I have a brand new copy of Photoshop Elements 6.0. I attempted to

  • HT5622 My Apple ID works on the computer but not on my iphone when i try to log in

    I have recently gotten an iPhone bought from someone I know. I know the iPhone is genuin, however, my Apple ID only works on the computer and as I am trying to start up my new iPhone it isnt working?

  • Transferring paid apps to my iMac

    I have 2 apps that I cant figure out how to transfer to my ipad, they are pages & book n keep, I backed everything up to icloud and cant figure out how to retrieve it from there, Do i need to purchase mountain lion to achieve this? Please help,