Another 1004 error thread...

I got my yesterday at 5 pm. Came home and was setting the whole thing up like adding contacts and music. All of a sudden phone can't be used and needs a restore. Wait what? frustration starts building up. Try several time to restore but got the 3194 error. entered DFU mode and now i'm constantly reciving 1004 error.
My Host file has never been touched so there is no gs.apple
I uninstalled and reinstalled itunes and still nada...
Any help?

Just so you know your post has been read, I'm responding, but I honestly haven't a clue what to advise you, other than to call Apple for advice......

Similar Messages

  • "error: thread-local storage not supported for this target"

    I have a program that uses the __thread specifier, to be run on a Solaris 9/UltraSprac.
    I am not able to compile it using gcc 3.4.4 or 4.0.4, it emits the msg "error: thread-local storage not supported for this target".
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o func_stack.o func_stack.c
    Reading specs from /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
    Configured with: ../srcdir/configure --prefix=/opt/gcc/3.4.4 --disable-nls
    Thread model: posix
    gcc version 3.4.4
    /opt/gcc/3.4.4/libexec/gcc/sparc-sun-solaris2.8/3.4.4/cc1 -quiet -v -D_REENTRANT -DMESS func_stack.c -quiet -dumpbase func_stack.c -mcpu=v7 -auxbase-strip func_stack.o -Wall -version -o /var/tmp//cc0poHSN.s
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/../../../../sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /opt/gcc/3.4.4/include
    /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/include
    /usr/include
    End of search list.
    GNU C version 3.4.4 (sparc-sun-solaris2.8)
            compiled by GNU C version 3.4.4.
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    func_stack.c:16: error: thread-local storage not supported for this target
    func_stack.c:17: error: thread-local storage not supported for this target
    func_stack.c:19: error: thread-local storage not supported for this target
    xs@gamera% gcc -v -D_REENTRANT  -c -o func_stack.o func_stack.c
    Using built-in specs.
    Target: sparc-sun-solaris2.9
    Configured with: /net/clpt-v490-0/export/data/bldmstr/20070711_mars_gcc/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld
    Thread model: posix
    gcc version 4.0.4 (gccfss)
    /pkg/gcc/4.0.4/bin/../libexec/gcc/sparc-sun-solaris2.9/4.0.4/cc1 -quiet -v -I. -iprefix /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/ -D__sparcv8 -D_REENTRANT -DMESS func_stack.c -quiet -dumpbase func_stack.c -mcpu=v9 -auxbase-strip func_stack.o -version -m32 -o /tmp/ccjsdswh.s -r /tmp/cc2w4ZRo.ir
    ignoring nonexistent directory "/pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/../../../../sparc-sun-solaris2.9/include"
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/usr/sfw/lib/gcc/sparc-sun-solaris2.9/4.0.4/include"
    ignoring nonexistent directory "/usr/sfw/lib/../sparc-sun-solaris2.9/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/include
    /usr/sfw/include
    /usr/include
    End of search list.
    GNU C version 4.0.4 (gccfss) (sparc-sun-solaris2.9)
            compiled by GNU C version 4.0.4 (gccfss).
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    func_stack.c:16: error: thread-local storage not supported for this target
    func_stack.c:17: error: thread-local storage not supported for this target
    func_stack.c:19: error: thread-local storage not supported for this targetJust as comparison, the corresponding output of compiling another file which does not have __thread declaration is as follows:
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o common.o common.c
    Reading specs from /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
    Configured with: ../srcdir/configure --prefix=/opt/gcc/3.4.4 --disable-nls
    Thread model: posix
    gcc version 3.4.4
    /opt/gcc/3.4.4/libexec/gcc/sparc-sun-solaris2.8/3.4.4/cc1 -quiet -v -D_REENTRANT -DMESS common.c -quiet -dumpbase common.c -mcpu=v7 -auxbase-strip common.o -Wall -version -o /var/tmp//cc4VxrLz.s
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/../../../../sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /opt/gcc/3.4.4/include
    /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/include
    /usr/include
    End of search list.
    GNU C version 3.4.4 (sparc-sun-solaris2.8)
            compiled by GNU C version 3.4.4.
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    /usr/ccs/bin/as -V -Qy -s -xarch=v8 -o common.o /var/tmp//cc4VxrLz.s
    /usr/ccs/bin/as: Sun WorkShop 6 update 2 Compiler Common 6.2 Solaris_9_CBE 2001/04/02Note that the last 2 lines seem to suggest that a Sun assembler is used as the back-end of gcc. I am not sure whether the failure to compile the first file (with __thread) was due to the incompatibility of this Sun assembler. In the first case, the error msg was emitted before these 2 lines are printed.
    I further read a post about gcc 3.3.3's inability to compile code that has __thread in it, on a HP-UX 11.11: http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1216595175060+28353475&threadId=1148976 The conclusion seems to suggest that "the 2.17 GNU assembler did not support thread local storage" and gcc sees that and thus disallows TLS.
    If the assembler is the culprit, then does anyone know whether this "Sun WorkShop 6 update 2" assembler in my installation can work with TLS? And how come a Sun assembler becomes the back-end of gcc? I read that gas (the GNU assembler) is the default backend of gcc. (How) can one specify the assembler to be used for gcc?
    As an aside, I am able to compile my file on this same Solaris 9/UltraSparc platform using the Sun Studio 12 C Compiler:
    xz@gamera% cc -V -# -D_REENTRANT  -c -o func_stack.o func_stack.c
    cc: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12
    ### Note: NLSPATH = /pkg/SUNWspro/12/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/pkg/SUNWspro/12/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat
    ###     command line files and options (expanded):
    ### -c -D_REENTRANT  -V func_stack.c -o func_stack.o
    /pkg/SUNWspro/12/prod/bin/acomp -xldscope=global -i func_stack.c -y-fbe -y/pkg/SUNWspro/12/prod/bin/fbe -y-xarch=generic -y-xmemalign=8i -y-o -yfunc_stack.o -y-verbose -y-xthreadvar=no%dynamic -y-comdat -xdbggen=no%stabs+dwarf2+usedonly -V -D_REENTRANT  -m32 -fparam_ir -Qy -D__SunOS_5_9 -D__SUNPRO_C=0x590 -D__SVR4 -D__sun -D__SunOS -D__unix -D__sparc -D__BUILTIN_VA_ARG_INCR -D__C99FEATURES__ -Xa -D__PRAGMA_REDEFINE_EXTNAME -Dunix -Dsun -Dsparc -D__RESTRICT -xc99=%all,no%lib -D__FLT_EVAL_METHOD__=0 -I/pkg/SUNWspro/12/prod/include/cc "-g/pkg/SUNWspro/12/prod/bin/cc -V -D_REENTRANT  -c -o func_stack.o " -fsimple=0 -D__SUN_PREFETCH -destination_ir=yabe
    acomp: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12Interestingly, the output no longer mentions the "/usr/ccs/bin/as: Sun WorkShop 6 update 2" assembler.

    Just as another comparison, I compiled a file without __thread on the Solaris 9/UltraSparc platform using gcc 4.0.4. Not surprisingly it worked. But I no longer see the mention of the Sun assembler as in the case of gcc 3.4.4. Nor did I see the mention of "GNU assembler" as in the case of gcc 4.0.4/Solaris 10/x86. Instead, I saw something called "iropt" and "cg". Does anyone know what they are?
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o common.o common.c
    Using built-in specs.
    Target: sparc-sun-solaris2.9
    Configured with: /net/clpt-v490-0/export/data/bldmstr/20070711_mars_gcc/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld
    Thread model: posix
    gcc version 4.0.4 (gccfss)
    /pkg/gcc/4.0.4/bin/../libexec/gcc/sparc-sun-solaris2.9/4.0.4/cc1 -quiet -v -iprefix /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/ -D__sparcv8 -D_REENTRANT -DMESS common.c -quiet -dumpbase common.c -mcpu=v9 -auxbase-strip common.o -Wall -version -m32 -o /tmp/ccSGJIDD.s -r /tmp/ccKuJz76.ir
    ignoring nonexistent directory "/pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/../../../../sparc-sun-solaris2.9/include"
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/usr/sfw/lib/gcc/sparc-sun-solaris2.9/4.0.4/include"
    ignoring nonexistent directory "/usr/sfw/lib/../sparc-sun-solaris2.9/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/include
    /usr/sfw/include
    /usr/include
    End of search list.
    GNU C version 4.0.4 (gccfss) (sparc-sun-solaris2.9)
            compiled by GNU C version 4.0.4 (gccfss).
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    /pkg/gcc/4.0.4/SUNW0scgfss/4.0.4/prod/bin/iropt -F -xarch=v8plus -xchip=generic -O1 -xvector=no -xbuiltin=%none -xcache=generic -Qy -h_gcc -o /tmp/ccUl4mVM.ircg /tmp/ccKuJz76.ir -N/dev/null -is /tmp/ccSGJIDD.s
    /pkg/gcc/4.0.4/SUNW0scgfss/4.0.4/prod/bin/cg -Qy -xarch=v8plus -xchip=generic -OO0 -T3 -Qiselect-C0 -Qrm:newregman:coalescing=0 -xcode=abs32 -xcache=generic -xmemalign=8i -il /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4//gccbuiltins.il -xvector=no -xthreadvar=no%dynamic -xbuiltin=%none -Qassembler-ounrefsym=0 -Qiselect-T0 -Qassembler-I -Qassembler-U -comdat -h_gcc -is /tmp/ccSGJIDD.s -ir /tmp/ccUl4mVM.ircg -oo common.o

  • Yet another grey folder thread, help!

    Sorry for yet another grey folder thread, but here goes:
    Today, earlier, installed Firefox update, along with some addon updates for that program. Quit Firefox and attempt to relaunch, relaunch fails. Reset computer, thinking that will do the trick, I now have grey folder with question mark.
    Resolve attempts: reset pram = fail; apple care cd = will not launch/fail; disk utility from original install disks = fail; cannot get repair of disk or permissions to work, continually get error about "failing on exit"; safe mode launch = fail
    So, I've done everything, and I've come to conclusion that I am f***, and my HDD is fried (but I hope I am wrong).
    So, dear gurus, my question(s)
    A) Is my HDD salvageable at all? is there some trick to getting the AppleCare cd to work? Anything?!?!
    if not, then B) How can I recover my documents/music/pictures? Long story short, there are several things on there that never had a chance to make my back up schedule, and I desperately want to keep them. Any way to make/copy a disk image to save the docs/imgs, or Firewire them to an external hdd? Do I need to consider a professional HDD rescue?

    Looks like a mechanical failure, and Apple won't cover the replacement due to a drop it sustained a year or two ago (the power cable was in, and it fell on the connection point, denting that in, Apple states there is a critical board their and that it would be $950 Tier 3 repair which I can't afford). So I'm going to try a Firewire Migration and a few other things and see if that works. If not, oh well. Thanks everyone for the ideas!

  • Mac appstore 1004 error.

    Hey guys,
    Since a day or two I'm getting the 1004 error in the AppStore when I'm trying to download anything.
    Anyone experienced this problem and found a solution?

    Yup.. others are having the same issues..
    http://discussions.apple.com/thread.jspa?threadID=2709726&tstart=15

  • TS3297 I keep getting 1004 error message every time I download an app

    I keep getting 1004 error message every time I download an app

    Turn off your anti virus, see if that helps 
    http://support.apple.com/kb/TS3125

  • Getting Error Oracle Coherence GE 3.6.0.4 Error (thread=ReplicatedCache in SOA managed servers

    Hi All,
    In my SOA Domain having one Admin and 4 Managed Servers (SOA). We are getting the following errors from my manager server logs:
    [2014-11-18T05:55:13.009-05:00] [domain_name01] [ERROR] [] [Coherence] [tid: Logger@9242415 3.6.0.4] [userId: <anonymous>] [ecid: 0000KazENYdAPPTGUAFCFs1KQ^kW000002,1:31105] [APP: soa-infra] 2014-11-18 05:55:13.009/55706.396 Oracle Coherence GE 3.6.0.4 <Error> (thread=ReplicatedCache:domain_name_domain_clusterCacheService, member=1): Detected soft timeout) of {WrapperGuardable Guard{Daemon=ReplicatedCache:domain_name_domain_clusterCacheService:EventDispatcher} Service=ReplicatedCache{Name=domain_name_domain_clusterCacheService, State=(SERVICE_STARTED), Id=2, Version=3.0, OldestMemberId=4}}
    [2014-11-18T05:55:13.018-05:00] [domain_name01] [ERROR] [] [Coherence] [tid: Logger@9242415 3.6.0.4] [userId: <anonymous>] [ecid: 0000KazENYdAPPTGUAFCFs1KQ^kW000002,1:31105] [APP: soa-infra] 2014-11-18 05:55:13.014/55706.401 Oracle Coherence GE 3.6.0.4 <Error> (thread=ReplicatedCache:domain_name_domain_clusterCacheService:EventDispatcher, member=1): An exception occurred while dispatching the following event:[[
    [2014-11-18T05:55:13.020-05:00] [domain_name01] [ERROR] [] [Coherence] [tid: Logger@9242415 3.6.0.4] [userId: <anonymous>] [ecid: 0000KazENYdAPPTGUAFCFs1KQ^kW000002,1:31105] [APP: soa-infra] 2014-11-18 05:55:13.014/55706.401 Oracle Coherence GE 3.6.0.4 <Error> (thread=ReplicatedCache:domain_name_domain_clusterCacheService:EventDispatcher, member=1): The following exception was caught by the event dispatcher:
    [2014-11-18T05:55:13.030-05:00] [domain_name01] [ERROR] [] [Coherence] [tid: Logger@9242415 3.6.0.4] [userId: <anonymous>] [ecid: 0000KazENYdAPPTGUAFCFs1KQ^kW000002,1:31105] [APP: soa-infra] 2014-11-18 05:55:13.014/55706.401 Oracle Coherence GE 3.6.0.4 <Error> (thread=ReplicatedCache:domain_name_domain_clusterCacheService:EventDispatcher, member=1): [[
            at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.storeError(CoherenceCompositeDeploymentCoordinatorImpl.java:672)
    [2014-11-18T05:55:13.034-05:00] [domain_name01] [ERROR] [] [Coherence] [tid: Logger@9242415 3.6.0.4] [userId: <anonymous>] [ecid: 0000KazENYdAPPTGUAFCFs1KQ^kW000002,1:31105] [APP: soa-infra] 2014-11-18 05:55:13.014/55706.401 Oracle Coherence GE 3.6.0.4 <Error> (thread=ReplicatedCache:domain_name_domain_clusterCacheService:EventDispatcher, member=1): (The service event thread has logged the exception and is continuing.)
    Can you pleae help on this to resolve this issue.
    Thanks,
    Srini..

    Hi Paul
    I have submitted the service request:
    - Problem Summary: Oracle Coherence GE 3.7.0.0 <Error> - Failed to apply delta
    - SR number: 3-4238261231
    When using two or more nodes and use PortableObject as the serialization mechanism the problem is constantly reproducible.

  • 1004 Error in App Store when trying to update Logic Pro

    I keep getting a 1004 error when I try to update Logic through the App Store. I've already tried relogging and deleting the .plist cookies and preferences. Help?

    Restart your Mac and try again.

  • Another Log & Transfer Error Thread

    I have read over all log and transfer threads. I have done everything I could find that was previously described in other threads by deleting the pref. files and all that jazz. Followed everything in this thread http://discussions.apple.com/thread.jspa?threadID=2672530#NoData . I am certain that all my setting are set correctly. I am still running across the error when transferring telling me the clip has no data. My specs are the following:
    Camera: Sony HDR-AX2000
    Filming in 1080i60 (all setting in FCE reflect this)
    I do not know what else to do to fix this problem. I am transferring directly from the SD card plugged into the stock port in my computer. I have not tried transferring with my camera plugged into USB 2.0 but am pretty sure these are both the same methods, as I have read. Am I missing something? Any help would be appreciated. Please let me know if there is any vital information I may have left out to get proper help.
    -Thx

    Hi -
    Don't know if this is repeating advice you have already applied but:
    1) Make sure you are editing with the latest update to FCE, FCE 4.0.1
    2) Make sure you are recording HD with your camera. SD will not transfer by Log and Transfer - only HD.
    3) There are reports of difficulties using Log and Transfer if you Camera Storage Card also contain clips in other video formats and/or if it contains still images.
    4) Open the Log and Transfer window.
    Click on the little gear shaped icon towards the upper middle of the L&T window
    Select Preferences from the drop down menu.
    When the preference window opens, set the AVCHD Plug-In audio format to Plain Stereo.
    5) When you are navigating to the Storage Card, navigate to the top level of the card only. Do not drill down into the card structure. Log and Transfer needs to see the Card Structure to ingest properly.
    MtD

  • Another Expired Certificate Error Thread

    I've searched all over, and apologize in advance if there is already an answer for this.
    I'm using the Symbian Belle OS and am running into the old problem of expired certificate errors when trying to install certain apps. The solution to this was to change the date on the phone so it coincides with that of the application you're trying to install. But that solution is no longer working.
    Does anyone know of a workaround?

    I did every year all the way back to 2000 but no luck
    I also tried sites that will convert the .sis file into one with a valid certificate, but that fails as well. When going down that road it just tells me the certificate is not valid or that the author cannot be verified (instead of expired).

  • Another Quicktime Q? error thread

    +QT setting>Browser>Mime settings+Miscellaneous-Miscellaneous file format's and uncheck Flash media+
    +click OK Apply OK. Do this without the browser running.+
    This seems to be the basic advice given to many people regarding this subject yet i still have issues watching videos and many banners.
    Examples:
    http://img.photobucket.com/albums/v145/cheap_shot/halp.jpg
    http://img.photobucket.com/albums/v145/cheap_shot/halp2.jpg
    http://img.photobucket.com/albums/v145/cheap_shot/q.jpg
    http://img.photobucket.com/albums/v145/cheap_shot/q2.jpg
    http://img.photobucket.com/albums/v145/cheap_shot/q3.jpg
    My settings:
    http://img.photobucket.com/albums/v145/cheap_shot/settings.jpg
    http://img.photobucket.com/albums/v145/cheap_shot/settings2.jpg
    http://img.photobucket.com/albums/v145/cheap_shot/settings3.jpg
    http://img.photobucket.com/albums/v145/cheap_shot/settings4.jpg
    Can i get some feedback please?

    Eddness, on some computers unchecking Flash media resolves the problem. In the following link scroll down to, Resetting the QuickTime browser plugins, you might need to try those solutions offered as well.
    http://kb.mozillazine.org/Quicktime

  • Another -8 error issue Please Help!

    I know this is becoming redundant, but I have been reading through alot of the existing threads regarding the issue and I have not been able to figure this out.
    The two machines in question are a Macbook Pro (mine) and my friends brand new Macbook. We are both running new versions of iChat Av. Initially there were no problems with video conferencing, we were both on the same network. I didnt start to get the -8 error until we tried video chat each of us on our own network. I have been receiving the 8 error almost every time a video chat is initiated, however, sometimes we are able to connect.
    From what I can tell from these posts, there are a number of things that might be causing this problem. I guess I need some clarification on specifically what these things may be. What is UPnP and how does it effect video chatting? Can I assume that the issue is with the other parties network since it worked perfectly over my network? Is there any specific configuration for the firewalls on our macs that need to be set up? Do I need to alter the settings on the PC that their router is connected to?
    Any help, suggestions, solutions, or just some direction would be GREATLY appreciated!

    Sounds like Ralph is the official answer man. Ralph, maybe you can help me with mine as well. I am having new issues that I didn't have a few months ago. I have been using my iMac to video chat with family on a PC running AIM. This was working successfully for me for a few months(after I did some port forwarding in my netgear router). Recently (within the last 3 weeks) it quit working altogether. An added issue is that I can no longer connect with another family member's MacBook (same error message -8) that was working previously. Any help?
    I am attaching my error log.
    Date/Time: 2006-08-01 22:30:19.109 -0400
    OS Version: 10.4.7 (Build 8J2135a)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 0.
    0x448fb0: State change from AVChatNoState to AVChatStateWaiting.
    abercma: State change from AVChatNoState to AVChatStateInvited.
    0x448fb0: State change from AVChatStateWaiting to AVChatStateConnecting.
    abercma: State change from AVChatStateInvited to AVChatStateConnecting.
    0x448fb0: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    abercma: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    Video Conference Error Report:
    @:0 type=4 (00000000/22)
    [VCSIP_INVITEERROR]
    [19]
    @SIP/SIP.c:2437 type=4 (900A0015/22)
    [SIPConnectIPPort failed]
    @SIP/SIP.c:2437 type=4 (900A0015/22)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:41961 SIP/2.0
    Via: SIP/2.0/UDP 192.168.0.2;branch=z9hG4bK17c24c843369ce89
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:41961>
    From: "abercma" <sip:[email protected]>;tag=775490942
    Call-ID: d2f56aaa-21ce-11db-a013-94c0bc5d13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 470
    v=0
    o=abercma 0 0 IN IP4 192.168.0.2
    s=abercma
    c=IN IP4 192.168.0.2
    b=AS:2147483647
    t=0 0
    a=hwi:5168:2:1830
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:617288003
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:640:480:640:480
    a=rtpID:101464241
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:41961 SIP/2.0
    Via: SIP/2.0/UDP 192.168.0.2;branch=z9hG4bK17c24c843369ce89
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:41961>
    From: "abercma" <sip:[email protected]>;tag=775490942
    Call-ID: d2f56aaa-21ce-11db-a013-94c0bc5d13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 470
    v=0
    o=abercma 0 0 IN IP4 192.168.0.2
    s=abercma
    c=IN IP4 192.168.0.2
    b=AS:2147483647
    t=0 0
    a=hwi:5168:2:1830
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:617288003
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:640:480:640:480
    a=rtpID:101464241
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:41961 SIP/2.0
    Via: SIP/2.0/UDP 192.168.0.2;branch=z9hG4bK17c24c843369ce89
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:41961>
    From: "abercma" <sip:[email protected]>;tag=775490942
    Call-ID: d2f56aaa-21ce-11db-a013-94c0bc5d13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 470
    v=0
    o=abercma 0 0 IN IP4 192.168.0.2
    s=abercma
    c=IN IP4 192.168.0.2
    b=AS:2147483647
    t=0 0
    a=hwi:5168:2:1830
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:617288003
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:640:480:640:480
    a=rtpID:101464241
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:41961 SIP/2.0
    Via: SIP/2.0/UDP m.0:50129;branch=z9hG4bK09af63c713f122cf
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:41961>
    From: "abercma" <sip:[email protected]>;tag=340978314
    Call-ID: d1c43abc-21ce-11db-a013-b8f88cc613c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:50129>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 474
    v=0
    o=abercma 0 0 IN IP4 m.0
    s=abercma
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:5168:2:1830
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 50132 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:617288003
    m=video 50130 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 50133 VIDEO 50131
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:640:480:640:480
    a=rtpID:101464241
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:41961 SIP/2.0
    Via: SIP/2.0/UDP m.0:50129;branch=z9hG4bK09af63c713f122cf
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:41961>
    From: "abercma" <sip:[email protected]>;tag=340978314
    Call-ID: d1c43abc-21ce-11db-a013-b8f88cc613c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:50129>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 474
    v=0
    o=abercma 0 0 IN IP4 m.0
    s=abercma
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:5168:2:1830
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 50132 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:617288003
    m=video 50130 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 50133 VIDEO 50131
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:640:480:640:480
    a=rtpID:101464241
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:41961 SIP/2.0
    Via: SIP/2.0/UDP m.0:50129;branch=z9hG4bK09af63c713f122cf
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:41961>
    From: "abercma" <sip:[email protected]>;tag=340978314
    Call-ID: d1c43abc-21ce-11db-a013-b8f88cc613c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:50129>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 474
    v=0
    o=abercma 0 0 IN IP4 m.0
    s=abercma
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:5168:2:1830
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 50132 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:617288003
    m=video 50130 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 50133 VIDEO 50131
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:640:480:640:480
    a=rtpID:101464241
    @:0 type=2 (00000000/22)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:
    Binary Images Description for "iChat":
    0x1000 - 0x17dfff com.apple.iChat 3.1.5 (436) /Applications/iChat.app/Contents/MacOS/iChat
    0x749000 - 0x795fff com.apple.speech.synthesis.MacinTalkSynthesizer 3.4 /System/Library/Speech/Synthesizers/MacinTalk.SpeechSynthesizer/Contents/MacOS/ MacinTalk
    0x17fd000 - 0x17fdfff com.apple.bluetooth.SCOCoreAudioDriverIDPlugIn 1.7.5 (1.7.5f10) /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS COAudioDriver.kext/Contents/Resources/IOBluetoothSCOAudioDriverIDPlugIn.bundle/C ontents/MacOS/IOBluetoothSCOAudioDriverIDPlugIn
    0xeacb000 - 0xead0fff com.apple.audio.AppleHDAHALPlugIn 1.1.7 (1.1.7a2) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0xec70000 - 0xed53fff com.apple.audio.codecs.Components 1.4.6 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0xed78000 - 0xeda1fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0xf12f000 - 0xf138fff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0xf141000 - 0xf170fff com.apple.QuickTimeIIDCDigitizer 7.1.2 /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0xf17a000 - 0xf1bbfff com.apple.QuickTimeUSBVDCDigitizer 1.4.5 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0xf305000 - 0xf446fff com.apple.opengl 1.4.10 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xf46e000 - 0xf63afff com.apple.ATIRadeonX1000GLDriver 1.4.32 (4.3.2) /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0xf669000 - 0xf685fff com.apple.opengl 1.4.10 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0xf68c000 - 0xf6adfff com.apple.opengl 1.4.10 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0xf70f000 - 0xf712fff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0xf815000 - 0xf819fff com.apple.audio.AudioIPCPlugIn 1.0.0 (1.0) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x70000000 - 0x7010bfff com.apple.audio.units.Components 1.4.3 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fd50000 - 0x8fd8bfff com.apple.QuickTimeFireWireDV.component 7.1.2 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x8fe00000 - 0x8fe4bfff dyld /usr/lib/dyld
    0x90000000 - 0x9016efff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901be000 - 0x901c0fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c2000 - 0x901fefff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90225000 - 0x902fafff com.apple.ApplicationServices.ATS 2.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031a000 - 0x9076afff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90801000 - 0x908c9fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90907000 - 0x90907fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90909000 - 0x909fcfff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a4c000 - 0x90acbfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90af4000 - 0x90b57fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bc6000 - 0x90bcdfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bd2000 - 0x90c42fff com.apple.framework.IOKit 1.4.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c57000 - 0x90c69fff libauto.dylib /usr/lib/libauto.dylib
    0x90c6f000 - 0x90f14fff com.apple.CoreServices.CarbonCore 682.12 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f57000 - 0x90fbffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90ff7000 - 0x91035fff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91047000 - 0x91057fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91062000 - 0x910e0fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91115000 - 0x91133fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9113f000 - 0x9114dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x91150000 - 0x91306fff com.apple.security 4.4.1 (27569) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913f5000 - 0x913fdfff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91404000 - 0x9142afff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9143c000 - 0x91443fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91447000 - 0x914c0fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9150e000 - 0x9150efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91510000 - 0x9153bfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154e000 - 0x91622fff com.apple.ColorSync 4.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9165b000 - 0x916d8fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91705000 - 0x917affff com.apple.QD 3.10.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917d5000 - 0x91820fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9183f000 - 0x91855fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91861000 - 0x9187bfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91885000 - 0x918c2fff com.apple.LaunchServices 180 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918d6000 - 0x918e1fff com.apple.speech.synthesis.framework 3.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918e8000 - 0x91920fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91932000 - 0x919e4fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a2a000 - 0x91a40fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a45000 - 0x91a61fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a66000 - 0x91ac4fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91ad4000 - 0x91ad8fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ada000 - 0x91b35fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b39000 - 0x91b76fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91b7c000 - 0x91b96fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91b9b000 - 0x91b9dfff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91b9f000 - 0x91b9ffff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ba1000 - 0x91c2bfff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91c32000 - 0x91c32fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91c34000 - 0x91c79fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91c81000 - 0x91ca6fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91cad000 - 0x92230fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9226d000 - 0x9261ffff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9264c000 - 0x926d0fff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9270c000 - 0x9293efff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92a4a000 - 0x92b28fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92b45000 - 0x92c32fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92c42000 - 0x92c59fff com.apple.opengl 1.4.10 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92c64000 - 0x92cbbfff com.apple.opengl 1.4.10 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92ccf000 - 0x92ccffff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92cd1000 - 0x92ce1fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92cef000 - 0x92cf7fff com.apple.speech.recognition.framework 3.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92cfd000 - 0x92d02fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92d08000 - 0x92d99fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92dad000 - 0x92db0fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92db3000 - 0x92dd0fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92de0000 - 0x92de6fff com.apple.print.framework.Print 5.1 (192.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92dec000 - 0x92e4ffff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92e73000 - 0x92eb4fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92edb000 - 0x92ee8fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92eef000 - 0x92ef4fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92ef9000 - 0x931ebfff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x932f0000 - 0x932fbfff com.apple.opengl 1.4.10 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93300000 - 0x9331bfff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9336a000 - 0x9336afff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9336c000 - 0x93a25fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93da6000 - 0x93e20fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93e59000 - 0x93f1afff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93f5a000 - 0x93f5afff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93f5c000 - 0x9410afff com.apple.QuartzCore 1.4.8 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94158000 - 0x94199fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x941a1000 - 0x941dbfff com.apple.opengl 1.4.10 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94218000 - 0x9425ffff com.apple.bom 8.4 (86.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94269000 - 0x9429efff com.apple.vmutils 4.0.1 (87) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x942e0000 - 0x942f0fff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x942fd000 - 0x9433afff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94356000 - 0x94365fff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9436c000 - 0x94377fff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x943c3000 - 0x943ddfff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x943e3000 - 0x9469afff com.apple.QuickTime 7.1.2 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x947fb000 - 0x94944fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x949d0000 - 0x949dffff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x949e6000 - 0x94a0ffff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94a15000 - 0x94a24fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94a28000 - 0x94a4cfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94a58000 - 0x94a75fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94a7c000 - 0x94ae2fff com.apple.Bluetooth 1.7.5 (1.7.5f10) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x94d9f000 - 0x94e32fff com.apple.WebKit 418.8 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94e8c000 - 0x94f0efff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x94f41000 - 0x95220fff com.apple.WebCore 418.19 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9537e000 - 0x953a1fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x960f7000 - 0x96109fff com.apple.speech.SpeechDictionary 3.4 /System/Library/PrivateFrameworks/SpeechDictionary.framework/Versions/A/SpeechD ictionary
    0x96524000 - 0x96524fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96a03000 - 0x96a24fff com.apple.speech.LatentSemanticMappingFramework 2.4 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x96a94000 - 0x96b4ffff com.apple.opengl 1.4.10 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96b69000 - 0x96b6afff com.apple.opengl 1.4.10 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x96b6c000 - 0x96b71fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96ca5000 - 0x96ca6fff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x973f2000 - 0x974dafff com.apple.viceroy.framework 274.7 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x97c09000 - 0x97c0bfff com.apple.DisplayServicesFW 1.8.2 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97e35000 - 0x989e7fff com.apple.QuickTimeComponents.component 7.1.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9934c000 - 0x99357fff com.apple.IMFramework 3.1.1 (427) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x99361000 - 0x994cefff com.apple.MessageFramework 2.1 (752.2) /System/Library/Frameworks/Message.framework/Versions/B/Message
    1.83 GHz Intel Core Duo iMac 1GB RAM   Mac OS X (10.4.7)  

  • The pooled JMS session is enlisted in another transaction error

    I have an MDB with pool size 2 deployed in weblogic 9.2.3(linux). I see the following error in server logs.
    <May 27, 2009 7:32:26 AM CDT> <Error> <EJB> <BEA-010079> <An error occurred while attempting to receive a message from JMS for processing by a message-driven bean: javax.jms.JMSException: [J2EE:160054]The pooled JMS session is enlisted in another transaction and may not be used elsewhere
    The exception is : javax.jms.JMSException: [J2EE:160054]The pooled JMS session is enlisted in another transaction and may not be used elsewhere
         at weblogic.deployment.jms.JMSExceptions.getJMSException(JMSExceptions.java:22)
         at weblogic.deployment.jms.WrappedTransactionalSession.enlistInTransaction(WrappedTransactionalSession.java:196)
         at weblogic.deployment.jms.WrappedMessageConsumer.receive(WrappedMessageConsumer.java:198)
         at weblogic.ejb.container.internal.JMSMessagePoller.processOneMessage(JMSMessagePoller.java:297)
         at weblogic.ejb.container.internal.JMSMessagePoller.pollContinuously(JMSMessagePoller.java:394)
         at weblogic.ejb.container.internal.JMSMessagePoller.pollForParent(JMSMessagePoller.java:517)
         at weblogic.ejb.container.internal.JMSMessagePoller.run(JMSMessagePoller.java:533)
         at java.lang.Thread.run(Thread.java:595)
    >
    any idea why this error is coming??

    Looks it is like a bug, you can ask patch for from support.

  • Yet another DVD Playback thread...

    Gone through every other thread related to DVD playback issues when you do a forum search for "dvd playback". If I try to play a DVD, the disc spins for quite a while while (S)MPlayer just sits there and eventually crashes. Tried this with multiple DVDs, updated all my software...here's the log. It doesn't play in xine or VLC either.
    /usr/bin/mplayer -noquiet -nofs -sub-fuzziness 1 -identify -slave -vo xv -ao oss -zoom -nokeepaspect -framedrop -input conf=/usr/share/smplayer/input.conf -stop-xscreensaver -wid 41943052 -monitorpixelaspect 1 -subfont-autoscale 1 -subfont-text-scale 5 -subcp ISO-8859-1 -subpos 100 -contrast 0 -brightness 0 -hue 0 -saturation 0 -dvd-device /dev/dvd -dvdangle 1 -nocache -osdlevel 1 -vf-add screenshot -channels 2 dvd://1
    MPlayer 1.0rc2-4.2.3 (C) 2000-2007 MPlayer Team
    CPU: Intel(R) Core(TM)2 Duo CPU T9500 @ 2.60GHz (Family: 6, Model: 23, Stepping: 6)
    CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    Compiled with runtime CPU detection.
    115 audio & 237 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.
    Playing dvd://1.
    libdvdread: Invalid main menu IFO (VIDEO_TS.IFO).
    ID_DVD_TITLES=19
    ID_DVD_TITLE_1_CHAPTERS=5
    ID_DVD_TITLE_1_ANGLES=1
    ID_DVD_TITLE_2_CHAPTERS=5
    ID_DVD_TITLE_2_ANGLES=1
    ID_DVD_TITLE_3_CHAPTERS=5
    ID_DVD_TITLE_3_ANGLES=1
    ID_DVD_TITLE_4_CHAPTERS=5
    ID_DVD_TITLE_4_ANGLES=1
    ID_DVD_TITLE_5_CHAPTERS=5
    ID_DVD_TITLE_5_ANGLES=1
    ID_DVD_TITLE_6_CHAPTERS=2
    ID_DVD_TITLE_6_ANGLES=1
    ID_DVD_TITLE_7_CHAPTERS=2
    ID_DVD_TITLE_7_ANGLES=1
    ID_DVD_TITLE_8_CHAPTERS=4
    ID_DVD_TITLE_8_ANGLES=1
    ID_DVD_TITLE_9_CHAPTERS=2
    ID_DVD_TITLE_9_ANGLES=1
    ID_DVD_TITLE_10_CHAPTERS=2
    ID_DVD_TITLE_10_ANGLES=1
    ID_DVD_TITLE_11_CHAPTERS=2
    ID_DVD_TITLE_11_ANGLES=1
    ID_DVD_TITLE_12_CHAPTERS=2
    ID_DVD_TITLE_12_ANGLES=1
    ID_DVD_TITLE_13_CHAPTERS=5
    ID_DVD_TITLE_13_ANGLES=1
    ID_DVD_TITLE_14_CHAPTERS=2
    ID_DVD_TITLE_14_ANGLES=1
    ID_DVD_TITLE_15_CHAPTERS=2
    ID_DVD_TITLE_15_ANGLES=1
    ID_DVD_TITLE_16_CHAPTERS=2
    ID_DVD_TITLE_16_ANGLES=1
    ID_DVD_TITLE_17_CHAPTERS=2
    ID_DVD_TITLE_17_ANGLES=1
    ID_DVD_TITLE_18_CHAPTERS=2
    ID_DVD_TITLE_18_ANGLES=1
    ID_DVD_TITLE_19_CHAPTERS=2
    ID_DVD_TITLE_19_ANGLES=1
    *** Zero check failed in ifo_read.c:1361
    for vts_tmapt->zero_1 = 0x1b01
    libdvdread: Invalid title IFO (VTS_01_0.IFO).
    ID_DVD_TITLE_19_LENGTH=6.333
    ID_DVD_TITLE_1_LENGTH=1402.600
    ID_DVD_TITLE_2_LENGTH=1412.600
    ID_DVD_TITLE_3_LENGTH=1412.600
    ID_DVD_TITLE_4_LENGTH=1411.934
    ID_DVD_TITLE_5_LENGTH=1406.600
    ID_DVD_TITLE_6_LENGTH=1271.066
    ID_DVD_TITLE_7_LENGTH=483.033
    ID_DVD_TITLE_8_LENGTH=740.000
    ID_DVD_TITLE_9_LENGTH=279.533
    ID_DVD_TITLE_10_LENGTH=260.033
    ID_DVD_TITLE_11_LENGTH=203.100
    ID_DVD_TITLE_12_LENGTH=591.300
    ID_DVD_TITLE_13_LENGTH=573.033
    ID_DVD_TITLE_14_LENGTH=218.166
    ID_DVD_TITLE_15_LENGTH=185.333
    ID_DVD_TITLE_16_LENGTH=51.533
    ID_DVD_TITLE_17_LENGTH=122.000
    ID_DVD_TITLE_18_LENGTH=225.900
    There are 19 titles on this DVD.
    ID_DVD_CURRENT_TITLE=1
    There are 5 chapters in this DVD title.
    There are 1 angles in this DVD title.
    audio stream: 0 format: ac3 (stereo) language: en aid: 128.
    ID_AUDIO_ID=128
    ID_AID_128_LANG=en
    audio stream: 1 format: ac3 (stereo) language: fr aid: 129.
    ID_AUDIO_ID=129
    ID_AID_129_LANG=fr
    audio stream: 2 format: ac3 (stereo) language: es aid: 130.
    ID_AUDIO_ID=130
    ID_AID_130_LANG=es
    audio stream: 3 format: ac3 (stereo) language: en aid: 131.
    ID_AUDIO_ID=131
    ID_AID_131_LANG=en
    number of audio channels on disk: 4.
    subtitle ( sid ): 0 language: en
    ID_SUBTITLE_ID=0
    ID_SID_0_LANG=en
    subtitle ( sid ): 1 language: fr
    ID_SUBTITLE_ID=1
    ID_SID_1_LANG=fr
    subtitle ( sid ): 2 language: es
    ID_SUBTITLE_ID=2
    ID_SID_2_LANG=es
    subtitle ( sid ): 3 language: pt
    ID_SUBTITLE_ID=3
    ID_SID_3_LANG=pt
    subtitle ( sid ): 4 language: en
    ID_SUBTITLE_ID=4
    ID_SID_4_LANG=en
    subtitle ( sid ): 5 language: es
    ID_SUBTITLE_ID=5
    ID_SID_5_LANG=es
    subtitle ( sid ): 6 language: pt
    ID_SUBTITLE_ID=6
    ID_SID_6_LANG=pt
    subtitle ( sid ): 7 language: es
    ID_SUBTITLE_ID=7
    ID_SID_7_LANG=es
    subtitle ( sid ): 8 language: pt
    ID_SUBTITLE_ID=8
    ID_SID_8_LANG=pt
    number of subtitles on disk: 9
    CHAPTERS: 00:00:00,00:00:45,00:11:29,00:22:35,00:23:21,
    ID_AUDIO_ID=128
    ID_VIDEO_ID=0
    MPEG-PS file format detected.
    ID_AUDIO_ID=131
    ID_AUDIO_ID=130
    ID_AUDIO_ID=129
    ID_SUBTITLE_ID=3
    ID_SUBTITLE_ID=2
    ID_SUBTITLE_ID=0
    ID_SUBTITLE_ID=6
    ID_SUBTITLE_ID=5
    ID_SUBTITLE_ID=4
    ID_SUBTITLE_ID=1
    edit: tried installing ogle to see what i could do with that, this libdvdcss output might come in handy. this doesn't make a whole lot of sense because i have libdvdcss and all installed.
    [sa@mootop ~]$ ogle
    ERROR[ogle_nav]: ifoRead_VTS_ATRT faild
    libdvdread: Error cracking CSS key for /VIDEO_TS/VIDEO_TS.VOB (0x000003a0)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_0.VOB (0x00005c80)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_1.VOB (0x00018120)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_0.VOB (0x00018360)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_1.VOB (0x00018380)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_0.VOB (0x002379c0)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_1.VOB (0x002379e0)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_04_0.VOB (0x0029c000)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_04_1.VOB (0x0029c020)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_05_0.VOB (0x002c21e0)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_05_1.VOB (0x002c2200)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_06_0.VOB (0x002fe7e0)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_06_1.VOB (0x002fe800)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_07_0.VOB (0x0032ce60)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_07_1.VOB (0x0032ce80)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_08_0.VOB (0x0035d560)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_08_1.VOB (0x0035d580)!!
    FATAL[ogle_mpeg_ps]: dvdreadblocks failed
    Last edited by sa (2008-05-30 01:19:27)

    Sort of looks like hardware issues to me.  Do you know that the drive works (i.e. tested in another OS, or it used to work and just stopped?)
    Did you try just mplayer dvd://  ?  That's quite a long options list you've got there.
    What kind of drive is it?

  • Error Thread Dump

    Hello, we have WebLogic Server 6.1 whit JDK 1.3.1_04 over Solaris 5.8 .
    When we tried to take a stack dump (kill -3), caused the server to crash:
    "TimeEventGenerator" daemon prio=5 tid=0xba9b98 nid=0x2f waiting on monitor [0x2d07f000..0x2d07fc68]
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:138)
    at java.lang.Thread.run(Thread.java:479)
    "SpinnerRandomSource" daemon prio=5 tid=0x903138 nid=0x2e waiting on monitor [0x2d17f000..0x2d17fc68]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:415)
    at weblogic.security.SpinnerRandomBitsSource.run(SpinnerRandomBitsSource.java:57)
    at java.lang.Thread.run(Thread.java:479)
    "ExecuteThread: '4' for queue: 'SourcingConsole'" daemon prio=5 tid=0x9c7600 nid=0x2d waiting on monitor [0x2d27f000..0x2d27fc68]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:415)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:95)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:119)
    "ExecuteThread: '3' for queue: 'SourcingConsole'" daemon prio=5 tid=0x9c6b08 nid=0x2c waiting on monitor [0x2d37f000..0x2d37fc68]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:415)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:95)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:119)
    "ExecuteThread: '2' for queue: 'SourcingConsole'" daemon prio=5 tid=0x9c5f60 nid=0x2b waiting on monitor [0x2d47f000..0x2d47fc68]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:415)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:95)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:119)
    "ExecuteThread: '1' for queue: 'SourcingConsole'" daemon prio=5 tid=0xb07068 nid=0x2a waiting on monitor [0x2d57f000..0x2d57fc68]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:415)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:95)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:119)
    "ExecuteThread: '0' for queue: 'SourcingConsole'" daemon prio=5 tid=0x90a100 nid=0x29 waiting on monitor [0x2d67f000..0x2d67fc68]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:415)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:95)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:119)
    "ExecuteThread: '29' for queue: 'default'" daemon prio=5 tid=0x909608 nid=0x28 waiting for monitor entry [0x2d77f000..0x2d77fc68]
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:584)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)
    "ExecuteThread: '28' for queue: 'default'" daemon prio=5 tid=0x907ae8 nid=0x27 waiting for monitor entry [0x2d87f000..0x2d87fc68]
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:584)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)
    "ExecuteThread: '27' for queue: 'default'" daemon prio=5 tid=0x906ff0 nid=0x26 runnable [0x2d97f000..0x2d97fc68]
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error happened during: print threads
    # Error ID: 4E4D4554484F440E435050015E 01
    # Problematic Thread: prio=5 tid=0x1faea8 nid=0x2 runnable
    The starts options are -server -XX:SurvivorRatio=2 -XX:MaxNewSize=512m -XX:NewSize=512m -XX:PermSize=128m -XX:MaxPermSize=128m -XX:+UseLWPSynchronization -XX:+DisableExplicitGC-verbose:gc -Xnoclassgc -Xms3072m -Xmx3072m -DMAX_MEMORY=3072m
    What do you reckon caused this?
    Thanks

    Hello,
    Try dropping your -server option (or run in client mode -client)
    This looks like your bug:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4339224
    On another note your GC settings look a bit odd, are you sure they are optimal for your application?
    cheers
    Hussein Badakhchani
    www.orbism.com

  • Another Unknown error (-50)

    I was downloading the first season of Lost. All of them downloaded except for one. The one that didn't download was problamatic because I lost connection while downloading. It was supposed to pick up and download anyway. It tells me in the the advanced section check for purchases that it is there for downloading. When it starts to connect to download this it gives me the error message. I put my firewall down for a little bit thinking that was what i was supposed to do for the moment but it still didn't work. What else can I do?

    i have a trojan in my i pod so it s blocked by my
    pc.
    i tunes detect it but not windows and if i want to
    put music on it i cant. a message come telling me
    that writing and reading are impossible and then
    another one saying that there is an unknown error
    (-50)
    what shall i do to repare it ???
    Check out this thread, there's a solution in it:
    http://discussions.apple.com/thread.jspa?threadID=831328&tstart=0

Maybe you are looking for