An Invalid Setup has been detected for the current Transaction Type in AME

Gurus,
I am constantly getting an error An Invalid Setup has been detected for the current Transaction Type in Approvals Management
My client have 3 units say A,B,C. A requirement is such that whenever a vacancy is created, an approval should be sought from units HR manager.
I have created a dynamic query for this and it is working fine for first two units say A & B. i.e. whenever somebody from unit A or B creates a vacancy it is correctly fetching the
respective units managers. But, this whole AME is not working for unit C. An error pops out which says *An Invalid Setup has been detected for the current Transaction Type in
Approvals Management* . Can anybody tell me what can be the issue?
Edited by: 919527 on Aug 8, 2012 12:40 AM
Edited by: 919527 on Aug 8, 2012 12:41 AM

Solved it. The cursor wsa fetching two rows in plcae of one.

Similar Messages

  • An Invalid Setup has been detected for the cur..For PO Approval AME -R1211

    Hi Friends,
    I am using R12.1.1
    I set up AME for Purchase Order Approval and when i run Test Workbench I am getting the following error:
    An Invalid Setup has been detected for the current Transaction Type in Approvals Management.Please contact your system administrator.
    My sertup uis correct? so whta's cauising this issue? is it a Bug?
    Regards,
    DB

    Please see these docs.
    An Invalid Setup has been detected for the current Transaction Type in Approvals Management. [ID 602920.1]
    Leave Of Absence Approval Failing With - An Invalid Setup Has Been Detected For The Current Transaction Type In Approvals Management [ID 437835.1]
    Invalid Setup Has Been Detected For The Current Transaction Type In Approvals Management [ID 1313961.1]
    An Invalid setup has been detected for the current transaction type [ID 1300417.1]
    Connect By Loop Problem in Supervisor Hierarchy [ID 579750.1]
    When Submitting Competence Profile With Approval Off Warning Message Received [ID 759245.1]
    Absence Mgmt Not Initiating HR Workflow Giving AME Errors [ID 852867.1]
    Initiating A Transaction That Goes For Approval Fails With ORA-06502 [ID 795063.1]
    Thanks,
    Hussein

  • How to check whether  entity has been persisted in the current transaction

    Hello,
    I am porting functionality which relay heavily on lifecycle of the entity.
    For example methods like these:
    * returns true if the instance has been modified, deleted or newly made
    * persistent in the current transaction
    public boolean isModified(final EntityObject entity)
    public boolean isDeleted(final EntityObject entity)
    For some of these callsI have found how to port them to toplink und just want to validate that this is the right way:
    protected static UnitOfWork getUnitOfWork(EntityManager entityManager) {
    return ((JpaEntityManager) (entityManager.getDelegate())).getUnitOfWork();
    public static boolean isModified(EntityManager entityManager, Object entity) {
    UnitOfWorkChangeSet set = getUnitOfWork(entityManager).getCurrentChanges();
    ObjectChangeSet oset = set.getObjectChangeSetForClone(entity);
    return !oset.getChanges().isEmpty() || oset.isNew();
    public static boolean isDeleted(EntityManager entityManager, Object entity) {
    UnitOfWorkChangeSet set = getUnitOfWork(entityManager).getCurrentChanges();
    return set.getDeletedObjects().keySet().contains(entity);
    but I did not find how to do following with the eclipselink:
    * returns true, if the given entity object has been persistet during the
    * current transaction
    * @param entity
    * @return true, if the given entity object has been persistet during the
    * current transaction
    public boolean isPersistent(final EntityObject entity)
    Questions:
    - how can I check whether the entity is persistent in the sense already stored in the DB ?
    - how can I check whether the entity has been persisted in the current transaction ?
    Thanks in advance.
    Andre Teshler

    Hi Andre,
    In Eclipse link there are Entity listeners which will define the life cycle events like preInsert(),postInsert() etc.On successful insertion of an object its postInsert() life cycle method gets called.If you have to validate whether object inserted successfully then best place is to override the postInsert() and check for the existence of the record.All the event life cycle methods take a DescriptorEvent as parameter which will give handle to API as given below.In the same method you can check if this insert operation succeeded in the same transaction.
    package model;
    import java.util.Vector;
    import org.eclipse.persistence.descriptors.DescriptorEvent;
    import org.eclipse.persistence.descriptors.DescriptorEventAdapter;
    import org.eclipse.persistence.descriptors.DescriptorEventListener;
    import org.eclipse.persistence.internal.sessions.ObjectChangeSet;
    public class SampleEntityLIstener extends DescriptorEventAdapter {
    public SampleEntityLIstener() {
    super();
    public void postInsert(DescriptorEvent event) {
    event.getRecord().containsKey("pass the object");
    event.getChangeSet().getUOWChangeSet();
    public void preInsert(DescriptorEvent event) {
    Once you implement the DescriptorEventListener,need to register with the Entity so that life cycle methods gets called and respective business logic gets executed.
    Hope this helps,
    Regards,
    P.Vinay Kumar

  • A fatal error has been detected by the Java Runtime Environment: SIGSEGV

    Hi I am getting the Following error in Weblogic Server 10.3.5
    I have installed WLS10.3.5 on Linux machine 64 bit.
    Request someone to help resolve this issue.
    Thanking in anticpation.
    Regards,
    Sachin Gupta
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002ad2f23703b2, pid=21725, tid=1098344768
    # JRE version: 6.0_37-b06
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # V [libjvm.so+0x2333b2] markOopDesc::must_be_preserved_with_bias(oopDesc*) const+0x32
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x00000000523b3800): VMThread [stack: 0x0000000041676000,0x0000000041777000] [id=21727]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000000000027f1
    Registers:
    RAX=0x0000000000000000, RBX=0x00000000da14a050, RCX=0x0000000000000000, RDX=0x0000000000002741
    RSP=0x00000000417755e0, RBP=0x00000000417755e0, RSI=0x00000000da14a050, RDI=0x00000000e00a6368
    R8 =0x00002ad2f2bdfbc0, R9 =0x00000000e00c0d30, R10=0x0000000000000003, R11=0x0000000000000012
    R12=0x00000000da939ffc, R13=0x00000000e00a6368, R14=0x00000000e00c0d50, R15=0x00000000da93a004
    RIP=0x00002ad2f23703b2, EFLAGS=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Register to memory mapping:
    RAX=0x0000000000000000 is an unknown value
    RBX=
    [error occurred during error reporting (printing register info), id 0xb]
    Stack: [0x0000000041676000,0x0000000041777000], sp=0x00000000417755e0, free space=1021k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x2333b2] markOopDesc::must_be_preserved_with_bias(oopDesc*) const+0x32
    V [libjvm.so+0x4b26fd] instanceKlass::oop_follow_contents(oopDesc*)+0x1dd
    V [libjvm.so+0x69dc5b] MarkSweep::follow_stack()+0x7b
    V [libjvm.so+0x69ea78] void MarkSweep::follow_root<oopDesc*>(oopDesc**)+0xa8
    V [libjvm.so+0x69da7c] MarkSweep::FollowRootClosure::do_oop(oopDesc**)+0xc
    V [libjvm.so+0x8366b6] Universe::oops_do(OopClosure*, bool)+0x26
    V [libjvm.so+0x78971a] SharedHeap::process_strong_roots(bool, bool, SharedHeap::ScanningOption, OopClosure*, CodeBlobClosure*, OopsInGenClosure*)+0x2ca
    V [libjvm.so+0x46e7ed] GenCollectedHeap::gen_process_strong_roots(int, bool, bool, bool, SharedHeap::ScanningOption, OopsInGenClosure*, bool, OopsInGenClosure*)+0x7d
    V [libjvm.so+0x470e78] GenMarkSweep::invoke_at_safepoint(int, ReferenceProcessor*, bool)+0x1f8
    V [libjvm.so+0x47d8d6] OneContigSpaceCardGeneration::collect(bool, bool, unsigned long, bool)+0x86
    V [libjvm.so+0x8188bb] TenuredGeneration::collect(bool, bool, unsigned long, bool)+0x7b
    V [libjvm.so+0x46e0aa] GenCollectedHeap::do_collection(bool, bool, unsigned long, bool, int)+0x51a
    V [libjvm.so+0x38c2c5] GenCollectorPolicy::satisfy_failed_allocation(unsigned long, bool)+0xc5
    V [libjvm.so+0x46e71d] GenCollectedHeap::satisfy_failed_allocation(unsigned long, bool)+0x2d
    V [libjvm.so+0x86225d] VM_GenCollectForAllocation::doit()+0x5d
    V [libjvm.so+0x86fe9a] VM_Operation::evaluate()+0x4a
    V [libjvm.so+0x86f462] VMThread::evaluate_operation(VM_Operation*)+0x82
    V [libjvm.so+0x86f6d8] VMThread::loop()+0x198
    V [libjvm.so+0x86f1de] VMThread::run()+0x6e
    V [libjvm.so+0x71245f] java_start(Thread*)+0x13f
    VM_Operation (0x0000000043b73a70): GenCollectForAllocation, mode: safepoint, requested by thread 0x00000000547c4000
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000000053cfd800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=22254, stack(0x00000000482c4000,0x00000000483c5000)]
    0x0000000055c76800 JavaThread "Thread-74" daemon [_thread_in_native, id=22253, stack(0x00000000483c5000,0x00000000484c6000)]
    0x0000000054768800 JavaThread "JPS UserRoleCacheCleaner<clean-only>" daemon [_thread_blocked, id=22216, stack(0x00000000486c8000,0x00000000487c9000)]
    0x000000005665b000 JavaThread "Thread-72" daemon [_thread_in_native, id=22215, stack(0x00000000485c7000,0x00000000486c8000)]
    0x0000000054e6f000 JavaThread "Thread-71" daemon [_thread_in_native, id=22214, stack(0x00000000484c6000,0x00000000485c7000)]
    0x0000000052dfa800 JavaThread "[STANDBY] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=22116, stack(0x00000000481c3000,0x00000000482c4000)]
    0x00002aaab471c000 JavaThread "Timer-15" daemon [_thread_blocked, id=22097, stack(0x00000000467a9000,0x00000000468aa000)]
    0x0000000056366000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22061, stack(0x00000000480c2000,0x00000000481c3000)]
    0x0000000053f20000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22060, stack(0x0000000047fc1000,0x00000000480c2000)]
    0x00000000566a0800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22059, stack(0x0000000047ec0000,0x0000000047fc1000)]
    0x0000000054afe000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22058, stack(0x0000000047dbf000,0x0000000047ec0000)]
    0x0000000054183800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22057, stack(0x0000000047cbe000,0x0000000047dbf000)]
    0x0000000056901800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22056, stack(0x0000000047bbd000,0x0000000047cbe000)]
    0x000000005661b800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22055, stack(0x0000000047abc000,0x0000000047bbd000)]
    0x0000000055000800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22054, stack(0x00000000479bb000,0x0000000047abc000)]
    0x00000000559aa800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22053, stack(0x00000000407e0000,0x00000000408e1000)]
    0x00000000546a5000 JavaThread "Timer-14" daemon [_thread_blocked, id=21942, stack(0x00000000468aa000,0x00000000469ab000)]
    0x00000000543d4800 JavaThread "Timer-13" daemon [_thread_blocked, id=21941, stack(0x0000000045fa1000,0x00000000460a2000)]
    0x0000000055e6e800 JavaThread "[STANDBY] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21940, stack(0x00000000478ba000,0x00000000479bb000)]
    0x00000000545b7000 JavaThread "DynamicListenThread[Default]" daemon [_thread_in_native, id=21939, stack(0x00000000477b9000,0x00000000478ba000)]
    0x0000000052772000 JavaThread "DynamicListenThread[Default[1]]" daemon [_thread_in_native, id=21938, stack(0x00000000476b8000,0x00000000477b9000)]
    0x0000000054fd1000 JavaThread "[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21937, stack(0x00000000475b7000,0x00000000476b8000)]
    0x00000000528f0800 JavaThread "[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21936, stack(0x00000000474b6000,0x00000000475b7000)]
    0x0000000054166800 JavaThread "weblogic.GCMonitor" daemon [_thread_blocked, id=21935, stack(0x00000000473b5000,0x00000000474b6000)]
    0x0000000054d78800 JavaThread "Thread-55" [_thread_blocked, id=21934, stack(0x00000000472b4000,0x00000000473b5000)]
    0x00002aaab4668800 JavaThread "Timer-12" daemon [_thread_blocked, id=21933, stack(0x0000000040e1b000,0x0000000040f1c000)]
    0x00002aaabd667000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21932, stack(0x00000000471b3000,0x00000000472b4000)]
    0x00002aaabde0e000 JavaThread "Timer-11" daemon [_thread_blocked, id=21931, stack(0x0000000040bf6000,0x0000000040cf7000)]
    0x00002aaabdf5d800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21929, stack(0x0000000040af5000,0x0000000040bf6000)]
    0x00002aaabdd5d000 JavaThread "Timer-10" daemon [_thread_blocked, id=21928, stack(0x000000004040d000,0x000000004050e000)]
    0x00002aaabdd24800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21927, stack(0x00000000470b2000,0x00000000471b3000)]
    0x00002aaabdc4f800 JavaThread "Timer-9" daemon [_thread_blocked, id=21926, stack(0x0000000046fb1000,0x00000000470b2000)]
    0x00002aaabdc93800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21925, stack(0x0000000046eb0000,0x0000000046fb1000)]
    0x00002aaabddcb000 JavaThread "Timer-8" daemon [_thread_blocked, id=21923, stack(0x0000000046daf000,0x0000000046eb0000)]
    0x00002aaabe138000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21922, stack(0x0000000046cae000,0x0000000046daf000)]
    0x00002aaabd925000 JavaThread "Timer-7" daemon [_thread_blocked, id=21921, stack(0x000000004030c000,0x000000004040d000)]
    0x00002aaabdadd000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21920, stack(0x0000000046bad000,0x0000000046cae000)]
    0x00002aaabdd77800 JavaThread "Timer-6" daemon [_thread_blocked, id=21919, stack(0x0000000040d15000,0x0000000040e16000)]
    0x00002aaabe11a000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21918, stack(0x0000000046aac000,0x0000000046bad000)]
    0x00002aaabdf0c000 JavaThread "Timer-5" daemon [_thread_blocked, id=21917, stack(0x00000000469ab000,0x0000000046aac000)]
    0x00002aaabe14f000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21916, stack(0x00000000409f4000,0x0000000040af5000)]
    0x00002aaabdf65800 JavaThread "Timer-4" daemon [_thread_blocked, id=21912, stack(0x00000000466a8000,0x00000000467a9000)]
    0x00002aaabdf92800 JavaThread "Timer-3" daemon [_thread_blocked, id=21911, stack(0x00000000465a7000,0x00000000466a8000)]
    0x00002aaabde85800 JavaThread "Timer-2" daemon [_thread_blocked, id=21910, stack(0x00000000464a6000,0x00000000465a7000)]
    0x00002aaabdf12800 JavaThread "Logger@297595244 3.6.0.4" daemon [_thread_blocked, id=21909, stack(0x0000000041211000,0x0000000041312000)]
    0x00002aaabdc24000 JavaThread "Thread-32" daemon [_thread_blocked, id=21906, stack(0x0000000045092000,0x0000000045193000)]
    0x00002aaabdd19000 JavaThread "CacheCleaner" daemon [_thread_blocked, id=21905, stack(0x00000000462a4000,0x00000000463a5000)]
    0x00002aaabd8a2800 JavaThread "Worker-2" daemon [_thread_blocked, id=21904, stack(0x00000000408f3000,0x00000000409f4000)]
    0x00002aaabdb96800 JavaThread "Worker-1" daemon [_thread_blocked, id=21903, stack(0x0000000041025000,0x0000000041126000)]
    0x00002aaab479e800 JavaThread "Worker-0" daemon [_thread_blocked, id=21902, stack(0x00000000463a5000,0x00000000464a6000)]
    0x00002aaabd924000 JavaThread "DmsThread-1" daemon [_thread_blocked, id=21896, stack(0x00000000461a3000,0x00000000462a4000)]
    0x0000000055b8e000 JavaThread "[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21895, stack(0x0000000045b9d000,0x0000000045c9e000)]
    0x00002aaab415d800 JavaThread "Thread-30" [_thread_blocked, id=21892, stack(0x0000000045ea0000,0x0000000045fa1000)]
    0x0000000053930000 JavaThread "LogFlusher" daemon [_thread_blocked, id=21821, stack(0x00000000460a2000,0x00000000461a3000)]
    0x0000000054500800 JavaThread "oracle.dfw.incident.FloodController" daemon [_thread_blocked, id=21817, stack(0x0000000045a9c000,0x0000000045b9d000)]
    0x0000000054e0f800 JavaThread "oracle.dfw.incident.IncidentCreatorThread" daemon [_thread_blocked, id=21816, stack(0x0000000045c9e000,0x0000000045d9f000)]
    0x0000000054dbc800 JavaThread "oracle.dfw.impl.incident - ADR Executor (created: Thu Feb 14 19:09:10 IST 2013)" daemon [_thread_blocked, id=21814, stack(0x0000000045d9f000,0x0000000045ea0000)]
    0x0000000054523800 JavaThread "LogFlusher" daemon [_thread_blocked, id=21809, stack(0x000000004599b000,0x0000000045a9c000)]
    0x000000005246b000 JavaThread "LogFlusher" daemon [_thread_blocked, id=21808, stack(0x000000004589a000,0x000000004599b000)]
    0x00000000552a9800 JavaThread "LogFlusher" daemon [_thread_blocked, id=21807, stack(0x0000000045799000,0x000000004589a000)]
    0x00000000527f8800 JavaThread "JPS FileChangeNotifier<clean-only>" daemon [_thread_blocked, id=21802, stack(0x0000000045698000,0x0000000045799000)]
    0x00000000548fc800 JavaThread "Thread-13" [_thread_blocked, id=21801, stack(0x0000000045597000,0x0000000045698000)]
    0x0000000054db7000 JavaThread "[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21800, stack(0x0000000045496000,0x0000000045597000)]
    0x0000000054403000 JavaThread "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21799, stack(0x0000000045395000,0x0000000045496000)]
    0x0000000054463800 JavaThread "Runtime Authorization Event Notifier" daemon [_thread_blocked, id=21798, stack(0x0000000045294000,0x0000000045395000)]
    0x000000005281f000 JavaThread "JMX Framework document pooling thread" daemon [_thread_blocked, id=21797, stack(0x000000004020b000,0x000000004030c000)]
    0x0000000052845800 JavaThread "DoSManager" daemon [_thread_blocked, id=21795, stack(0x0000000045193000,0x0000000045294000)]
    0x000000005400d000 JavaThread "VDE Transaction Processor Thread" daemon [_thread_blocked, id=21793, stack(0x0000000044f91000,0x0000000045092000)]
    0x00000000546b7800 JavaThread "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=21792, stack(0x0000000044e90000,0x0000000044f91000)]
    0x0000000053c67800 JavaThread "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" daemon [_thread_in_native, id=21791, stack(0x0000000044d8f000,0x0000000044e90000)]
    0x0000000053d14000 JavaThread "[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21790, stack(0x0000000044c8e000,0x0000000044d8f000)]
    0x0000000053e5b800 JavaThread "weblogic.timers.TimerThread" daemon [_thread_blocked, id=21789, stack(0x0000000040f24000,0x0000000041025000)]
    0x0000000053d32800 JavaThread "weblogic.time.TimeEventGenerator" daemon [_thread_blocked, id=21788, stack(0x000000004010a000,0x000000004020b000)]
    0x00000000527d4000 JavaThread "ExecuteThread: '14' for queue: 'oms.automation'" daemon [_thread_blocked, id=21787, stack(0x0000000044b8d000,0x0000000044c8e000)]
    0x00000000527d2000 JavaThread "ExecuteThread: '13' for queue: 'oms.automation'" daemon [_thread_blocked, id=21786, stack(0x0000000044a8c000,0x0000000044b8d000)]
    0x00000000527d0000 JavaThread "ExecuteThread: '12' for queue: 'oms.automation'" daemon [_thread_blocked, id=21785, stack(   0x00000000529af000 JavaThread "ExecuteThread: '0' for queue: 'oms.automation'" daemon [_thread_blocked, id=21773, stack(0x0000000043d7f000,0x0000000043e80000)]
    0x0000000053382800 JavaThread "ExecuteThread: '14' for queue: 'oms.web'" daemon [_thread_blocked, id=21772, stack(0x0000000043c7e000,0x0000000043d7f000)]
    (0x0000000043779000,0x000000004387a000)]
    0x00000000547bd000 JavaThread "ExecuteThread: '0' for queue: 'oms.web'" daemon [_thread_blocked, id=21758, stack(0x0000000042e70000,0x0000000042f71000)]
    0x0000000053cd1800 JavaThread "ExecuteThread: '14' for queue: 'oms.xml'" daemon [_thread_blocked, id=21757, stack(0x0000000042d6f000,0x0000000042e70000)]
    Other Threads:
    =>0x00000000523b3800 VMThread [stack: 0x0000000041676000,0x0000000041777000] [id=21727]
    0x00000000523f2800 WatcherThread [stack: 0x0000000042062000,0x0000000042163000] [id=21734]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x000000005235bef0] Threads_lock - owner thread: 0x00000000523b3800
    [0x000000005235c3f0] Heap_lock - owner thread: 0x00000000547c4000
    Heap
    def new generation total 157248K, used 157247K [0x00000000c0000000, 0x00000000caaa0000, 0x00000000caaa0000)
    eden space 139776K, 100% used [0x00000000c0000000, 0x00000000c8880000, 0x00000000c8880000)
    from space 17472K, 99% used [0x00000000c8880000, 0x00000000c998fff0, 0x00000000c9990000)
    to space 17472K, 0% used [0x00000000c9990000, 0x00000000c9990000, 0x00000000caaa0000)
    tenured generation total 349568K, used 349568K [0x00000000caaa0000, 0x00000000e0000000, 0x00000000e0000000)
    the space 349568K, 100% used [0x00000000caaa0000, 0x00000000e0000000, 0x00000000e0000000, 0x00000000e0000000)
    compacting perm gen total 275904K, used 275635K [0x00000000e0000000, 0x00000000f0d70000, 0x0000000100000000)
    the space 275904K, 99% used [0x00000000e0000000, 0x00000000f0d2cdd8, 0x00000000f0d2ce00, 0x00000000f0d70000)
    No shared spaces configured.
    Code Cache [0x00002aaaab041000, 0x00002aaaace01000, 0x00002aaaae041000)
    total_blobs=8666 nmethods=7459 adapters=1158 free_code_cache=19457344 largest_free_block=19712
    VM Arguments:
    jvm_args: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=OSM72AdminServer -Djava.security.policy=/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -da -Dplatform.home=/app/WLS11g_OSM72/Middleware/wlserver_10.3 -Dwls.home=/app/WLS11g_OSM72/Middleware/wlserver_10.3/server -Dweblogic.home=/app/WLS11g_OSM72/Middleware/wlserver_10.3/server -Dcommon.components.home=/app/WLS11g_OSM72/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN -Djrockit.optfile=/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig/servers/OSM72AdminServer -Doracle.domain.config.dir=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig -Digf.arisidbeans.carmlloc=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig/carml -Digf.arisidstack.home=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/servers/OSM72AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/app/WLS11g_OSM72/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/app/WLS11g_OSM72/Middleware/patch_jdev1111/profiles/default/sysext_manifest_classpath -Dweblogic.client.socket.ConnectionTimeout=500 -Dcom.mslv.oms.cartridgemgmt.DeployCartridgeMDB.CartridgeDeploymentTransactionTimeout=2000
    java_command: weblogic.Server
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/java/jdk1.6.0_37
    CLASSPATH=/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/app/WLS11g_OSM72/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/app/WLS11g_OSM72/Middleware/patch_jdev1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/java/jdk1.6.0_37/lib/tools.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/weblogic.jar:/app/WLS11g_OSM72/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/webservices.jar:/app/WLS11g_OSM72/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/app/WLS11g_OSM72/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/xqrl.jar
    PATH=/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/bin:/app/WLS11g_OSM72/Middleware/modules/org.apache.ant_1.7.1/bin:/usr/java/jdk1.6.0_37/jre/bin:/usr/java/jdk1.6.0_37/bin:/usr/java/jdk1.6.0_37/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/java/jdk1.6.0_37/bin:/root/bin
    LD_LIBRARY_PATH=/usr/java/jdk1.6.0_37/jre/lib/amd64/server:/usr/java/jdk1.6.0_37/jre/lib/amd64:/usr/java/jdk1.6.0_37/jre/../lib/amd64:/app/WLS11g_OSM72/Middleware/patch_wls1035/profiles/default/native:/app/WLS11g_OSM72/Middleware/patch_jdev1111/profiles/default/native:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/native/linux/x86_64:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/native/linux/x86_64/oci920_8
    SHELL=/bin/bash
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x861ea0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x861ea0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x70fc60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x70fc60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGXFSZ: [libjvm.so+0x70fc60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x70fc60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x712a90], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: [libjvm.so+0x712690], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x712690], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x712690], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux Server release 5.7 (Tikanga)
    uname:Linux 2.6.18-274.el5 #1 SMP Mon Jul 25 13:17:49 EDT 2011 x86_64
    libc:glibc 2.5 NPTL 2.5
    rlimit: STACK 10240k, CORE 0k, NPROC 25079, NOFILE 1024, AS infinity
    load average:1.37 0.45 0.32
    /proc/meminfo:
    MemTotal: 3152644 kB
    MemFree: 13224 kB
    Buffers: 49684 kB
    Cached: 1494336 kB
    SwapCached: 43764 kB
    Active: 2130560 kB
    Inactive: 796056 kB
    HighTotal: 0 kB
    HighFree: 0 kB
    LowTotal: 3152644 kB
    LowFree: 13224 kB
    SwapTotal: 8193140 kB
    SwapFree: 8030056 kB
    Dirty: 1688 kB
    Writeback: 0 kB
    AnonPages: 1338848 kB
    Mapped: 553060 kB
    Slab: 124644 kB
    PageTables: 56400 kB
    NFS_Unstable: 0 kB
    Bounce: 0 kB
    CommitLimit: 9769460 kB
    Committed_AS: 3156696 kB
    VmallocTotal: 34359738367 kB
    VmallocUsed: 266424 kB
    VmallocChunk: 34359471699 kB
    HugePages_Total: 0
    HugePages_Free: 0
    HugePages_Rsvd: 0
    Hugepagesize: 2048 kB
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model 47 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowpref
    /proc/cpuinfo:
    processor     : 0
    vendor_id     : AuthenticAMD
    cpu family     : 15
    model          : 47
    model name     : AMD Athlon(tm) 64 Processor 3200+
    stepping     : 2
    cpu MHz          : 2000.000
    cache size     : 512 KB
    fpu          : yes
    fpu_exception     : yes
    cpuid level     : 1
    wp          : yes
    flags          : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up pni lahf_lm
    bogomips     : 3979.78
    TLB size     : 1024 4K pages
    clflush size     : 64
    cache_alignment     : 64
    address sizes     : 40 bits physical, 48 bits virtual
    power management: ts fid vid ttp tm stc
    Memory: 4k page, physical 3152644k(13224k free), swap 8193140k(8030056k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (20.12-b01) for linux-amd64 JRE (1.6.0_37-b06), built on Sep 24 2012 11:47:45 by "java_re" with gcc 3.2.2 (SuSE Linux)
    time: Thu Feb 14 21:26:33 2013
    elapsed time: 8278 seconds

    The only fix I know of for this issue is to reboot the host.
    If there is another fix someone please let me know as I have users who run into this often.
    Thanks
    Bonnie.Partridge

  • A fatal error has been detected by the Java Runtime Environment:

    when i start up the eclipse, it comes out the problem.
    i think it is an ordinary problem here , but i just can solve it for i tried several times...here is main the error log below:
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00007f35050fcdda, pid=4191, tid=139865686824704
    # JRE version: 6.0_37-b06
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # V [libjvm.so+0x4badda] instanceKlass::method_with_idnum(int)+0x2a
    i know it's something wrong with the frame , maybe solved by manual the eclipse.ini, but how?

    982103 wrote:
    i think it is an ordinary problem hereA native crash is anything but an ordinary problem. Somewhere in some native module, something goes wrong. It is even likely that it is in a module that is in no way related to Java.

  • Error: no boot disk has been detected or the disk has failed!(pavilion 20)

    Error: no boot disk has been detected or the disk has failed!(pavilion 20-b014 .  The machine came originally with windows 8. I upgraded to windows 8.1 and put new hard disk. So the hard disk is fine.  
    However if I turn the machine off for a day and start the next day I get the "Error: no boot disk has been detected or the disk has failed".   
    I made the hard disk the first to boot the machine will boot and works.  Is there a way to upadate the BIOS on 
    HP pavilion 20-b014? my bios version is  12/4/2012  v.8.09.
    I do not understand why the intermittment above error showing on and off.
    Please help. Thanks

    Hello @Samya,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that your desktop computer is giving you an error message stating that the boot disk could not be detected, and I would be happy to assist you in this matter!
    To ensure that your hard drive you computer is trying to boot from is in working order, I recommend following the steps in this document on Testing for Hardware Failures (Windows 8). This should help determine if there is a fault with the hard drive. 
    If the hard drive passes all of the required tests, I recommend returning the BIOS back to its default settings by following this document on Recovering the BIOS. 
    Please re-post with the results of your troubleshooting, and I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Touchsmart 610_No boot disk has been detected or the disk has failed_error code:BIOHD4

    Touchsmart 610, windos 7 64, Error message: PXE-E61: Media tet failure, check cable. PXE-MOF: Existing PXROM ERROR: No boot disk has been detected or the disk has failed.
    I used external HD, stop working , not responding, so i turn off.
    HP Vision Hardware Diagnostics
    Poduct: Rfrb 610-1180qd
    SKU: LL606AAR
    S/N: [Personal Information Removed]
    Testing CPU-Passed
    Hard Drive Connection Test - Passed
    Boot Test - Failed Error Code - BIOHD4
    Warning: Boot Sector Corrupted/ Not Found
    How can i solve this problem, without using my windows vista boot disk, because i lost my windows 7 boot disk.
    Thanks
    G.

    Thank´s for your help, but i live in Brazil, so i will try the suport of HP here. I will need luck.

  • Microsoft Word Has Not Been Installed for the Current User

    Hi, everybody
    I'm just starting our attempt to put together ZfD app packages for MS Office 2007. I've tried 2 different route with poor results for each. I'm looking for guidance and suggestions and, hey really, the simple final solution. :)
    Objectives: Each app package will install locally one of the Office apps (e.g., Word) if it is not installed and then launch it, otherwise it will launch it. It gets installed locally to the C: drive using all the MS default choices, but runs from the desktop ZEN/NAL shortcut. All desktops are XP, not Vista or W7.
    Routes tried and failed...
    1) Simple app, uses distribution and run scripts to figure out if already installed, then installs using network shared drive and config.xml file for just the one app. The result ought to work -- no particular error in the package, those are fixed -- but what happens is something different each time with the MS setup.exe, and it never does complete without its own error (various and different each time). So, this appears to be completely unreliable because launching MS's setup.exe from a simple app is unpredictable and incomplete.
    2) Snapshot of a successful setup.exe and config.xml install. This ALMOST works... well it does in fact work but the snapshotted app gives an error once it finishes launching -- "Microsoft Word Has Not Been Installed for the Current User" -- and exits. From the research I've done on this message, the MS program sees the "wrong" Windows profile on the destination environment, compared to that in the snapshot, and figures it's now been installed from a bootleg copy of Office 2007.
    At this stage all I can think of is expletives. We've paid for everything, I've followed all the usual and customary steps, played by the rules, been polite (and also used the necessary computer swear words), and now I just want to insult everyone in Microsoft's marketing department for ruining everyone's life yet again. Can't we just do this, is it too much to ask!?!
    Please help me. What is really going to work for distributing and maintaining Office 2007 apps using our ZfD environment? ALL USEFUL SUGGESTIONS WELCOME. Thank you. Bless you.
    -Kent S.
    Be strong as a ship and wise as a whale

    These questions are really best in the Microsoft Office Forums.
    These are MS Office Questions not ZEN Questions.
    Novell did not design Microsoft's Office Install.
    I have nothing against snapshots, but it does not work great with the Office
    installs, which you yourself know since you are posting here with problems
    based on that.
    And your other method you are trying with the break out is not working well.
    We also know that from experience.
    We can tell you that the way most people install it and the way most people
    succeed doing it, is by doing it the way recommended and designed by
    Microsoft.
    ZEN does that just fine.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.
    "KentFSmith" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Thank you, Grimlock (-Grimlock?-)
    >
    > Through a google search I encountered a very close suggestion, and the
    > poster said they couldn't remember the name of a MS utility but that
    > there was one that would break out the individual MSIs from the Office
    > 2007 setup.exe bundle. The dependent app appears to be a simple and
    > possibly elegant solution, but without a good way to break out the MSIs
    > I don't see how to do anything other than with a config.xml ('Config.xml
    > file in the 2007 Office system'
    > (http://technet.microsoft.com/en-us/l.../cc179195.aspx)).
    >
    > Do you know of that utility and where I can find it?
    >
    > There is a lot of history here now of just doing the individual
    > applications. Everyone gets Word and Excel, but much fewer get
    > PowerPoint and Access. All other reasons aside, a compelling one is the
    > reduced number of help calls to the Help Desk here. Occasionally we
    > also just run the whole Office install for someone who needs some of the
    > odd utilities, but that is easily cost-justifiable for us to break them
    > out as exceptions. Otherwise, we focus 90% of our support on just Word
    > and Excel and it pays off nicely.
    >
    > If we switch to putting full Office 2007 on all PCs then there may be a
    > better approach that include other tools than ZfD, such as the fact that
    > we replace 1/3 of all PCs in the organization each year (so that no
    > hardware is more than 3 years "behind"). We could put 1/3 of all Office
    > 2007 installs into the new PC image. But we still need to support all
    > the use of the apps after the install, so ZfD MUST work well, it simply
    > MUST work well or we're screwed, to use the vernacular. Also, just
    > switching from what we've been doing for years -- single app orientation
    > -- means introducing new-ish issues that have to discover and explain to
    > our comrades, and to adjust our orientation with unknown future costs.
    >
    > But that may end up being the simplest adequate solution. And that's
    > what I want.
    >
    > -K
    >
    > grimlock;1883526 Wrote:
    >> Craig Wilson wrote:
    >> > You should really focus on #1.
    >> > Snapshot is not the way to go.
    >> >
    >> > Details about what is Not working or what random behavior may help
    >> folks.
    >> > Ask in the MS forums may help too. dont' mention zenworks.
    >> > Just say you are installing as Administrator from a share and getting
    >> these
    >> > errors.
    >> >
    >> > While not 100% accurate, it should be good enough to get some good
    >> feedback.
    >> >
    >>
    >> Nor is installing 1 app at a time. Install the whole suite, have an
    >> icon for each app that runs the exe for that app with a dependency on
    >> the another app that points to the installer msi.
    >>
    >> If any user runs any app, it will run if the executable is there
    >> (meaning it's been installed). If the executable is not there then it
    >> calls the dependent application (the installer app) and installs it,
    >> and
    >> then runs it.
    >
    >
    > --
    > KentFSmith
    > ------------------------------------------------------------------------
    > KentFSmith's Profile: http://forums.novell.com/member.php?userid=2927
    > View this thread: http://forums.novell.com/showthread.php?t=391573
    >
    >

  • No data has been received for the last 10 seconds.

    Every time I try doing video chat or audio chat I get this! It works for like 10 seconds.
    Date/Time: 2010-03-07 23:26:29 -0500
    OS Version: 10.6.2 (Build 10C2234)
    Report Version: 4
    iChat Connection Log:
    2010-03-07 23:25:54 -0500: AVChat started with ID 217604927.
    2010-03-07 23:25:54 -0500: 0x116930540: State change from AVChatNoState to AVChatStateWaiting.
    2010-03-07 23:25:54 -0500: [email protected]: State change from AVChatNoState to AVChatStateInvited.
    2010-03-07 23:26:02 -0500: 0x116930540: State change from AVChatStateWaiting to AVChatStateConnecting.
    2010-03-07 23:26:02 -0500: [email protected]: State change from AVChatStateInvited to AVChatStateConnecting.
    2010-03-07 23:26:03 -0500: 0x116930540: State change from AVChatStateConnecting to AVChatStateConnected.
    2010-03-07 23:26:03 -0500: [email protected]: State change from AVChatStateConnecting to AVChatStateConnected.
    2010-03-07 23:26:23 -0500: 0x116930540: State change from AVChatStateConnected to AVChatStateEnded.
    2010-03-07 23:26:23 -0500: 0x116930540: Error -20 (No data has been received for the last 10 seconds.)
    2010-03-07 23:26:23 -0500: [email protected]: State change from AVChatStateConnected to AVChatStateEnded.
    2010-03-07 23:26:23 -0500: [email protected]: Error -20 (No data has been received for the last 10 seconds.)
    Video Conference Error Report:
    Video Conference Support Report:
    0.000000 @/SourceCache/VideoConference/VideoConference-415/SIP/Transport.c:2138 type=1 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP 24.57.198.53:58257;branch=z9hG4bK75d65be101d37b58
    To: 0 <sip:[email protected]:16402>;tag=1646508492
    From: u0 <sip:[email protected]:16402>;tag=845285708
    Call-ID: 1df2a6ad7aec0fc-2a6a-11df-a1c3-c002a01b4012@192-168-1-100
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:52478>
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 437
    v=0
    o=Kobe24Life 0 0 IN IP4 24.57.185.127
    [email protected]
    c=IN IP4 24.57.185.127
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2260
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 52478 RTP/AVP 110
    a=rtcp:52478
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpID:736952773
    m=video 52478 RTP/AVP 123
    a=rtcp:52478
    a=rtpmap:123 H264/90000
    a=RTCP:AUDIO 52478 VIDEO 52478
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480
    a=rtpID:1332603960
    0.038692 @/SourceCache/VideoConference/VideoConference-415/SIP/Transport.c:338 type=2 (00000000/0)
    [ACK sip:[email protected]:16402 SIP/2.0
    Via: SIP/2.0/UDP 24.57.198.53:58257;branch=z9hG4bK27488a497e896fe8
    Max-Forwards: 70
    To: 0 <sip:[email protected]:16402>;tag=1646508492
    From: u0 <sip:[email protected]:16402>;tag=845285708
    Call-ID: 1df2a6ad7aec0fc-2a6a-11df-a1c3-c002a01b4012@192-168-1-100
    CSeq: 1 ACK
    User-Agent: Viceroy 1.4
    Content-Length: 0
    0.064901 @:0 type=1 (00000000/0)
    [Bandwidth Detection]
    [Received the first BWD packet from 24.57.198.53:58257]
    0.350253 @:0 type=1 (00000000/0)
    [Bandwidth Detection]
    [Avg=117359.67, NSDev=53.75%]
    0.513852 @:0 type=1 (00000000/1)
    [Bandwidth Detection]
    [Avg=1054092.60, NSDev=57.30%]
    0.725447 @:0 type=1 (00000000/2)
    [Bandwidth Detection]
    [Avg=909956.60, NSDev=9.44%]
    4.933200 @/SourceCache/VideoConference/VideoConference-415/SIP/Transport.c:338 type=2 (00000000/0)
    [MESSAGE sip:[email protected]:16402 SIP/2.0
    Via: SIP/2.0/UDP 24.57.198.53:58257;branch=z9hG4bK544d91be7e8c96ed
    Max-Forwards: 70
    To: 0 <sip:[email protected]:16402>;tag=1646508492
    From: u0 <sip:[email protected]:16402>;tag=845285708
    Call-ID: 1df2a6ad7aec0fc-2a6a-11df-a1c3-c002a01b4012@192-168-1-100
    CSeq: 2 MESSAGE
    User-Agent: Viceroy 1.4
    Content-Type: text/plain
    Content-Length: 4
    [PING]
    4.933534 @/SourceCache/VideoConference/VideoConference-415/SIP/Transport.c:2138 type=1 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP 24.57.198.53:58257;branch=z9hG4bK544d91be7e8c96ed
    To: 0 <sip:[email protected]:16402>;tag=1646508492
    From: u0 <sip:[email protected]:16402>;tag=845285708
    Call-ID: 1df2a6ad7aec0fc-2a6a-11df-a1c3-c002a01b4012@192-168-1-100
    CSeq: 2 MESSAGE
    User-Agent: Viceroy 1.4
    Content-Length: 0
    14.706550 @/SourceCache/VideoConference/VideoConference-415/SIP/Transport.c:2138 type=1 (00000000/0)
    [MESSAGE sip:[email protected]:16402 SIP/2.0
    Via: SIP/2.0/UDP 24.57.185.127:52478;branch=z9hG4bK1d3a013e66131be4
    Max-Forwards: 70
    To: u0 <sip:[email protected]:16402>;tag=845285708
    From: 0 <sip:[email protected]:16402>;tag=1646508492
    Call-ID: 1df2a6ad7aec0fc-2a6a-11df-a1c3-c002a01b4012@192-168-1-100
    CSeq: 1 MESSAGE
    User-Agent: Viceroy 1.4
    Content-Type: text/plain
    Content-Length: 4
    PING]
    14.737982 @/SourceCache/VideoConference/VideoConference-415/SIP/Transport.c:338 type=2 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP 24.57.185.127:52478;branch=z9hG4bK1d3a013e66131be4
    To: u0 <sip:[email protected]:16402>;tag=845285708
    From: 0 <sip:[email protected]:16402>;tag=1646508492
    Call-ID: 1df2a6ad7aec0fc-2a6a-11df-a1c3-c002a01b4012@192-168-1-100
    CSeq: 1 MESSAGE
    User-Agent: Viceroy 1.4
    Content-Length: 0
    Video Conference User Report:
    0.761311 @:0 type=5 (00000000/60)
    [Detected bandwidth (kbits/s): 786 up, 786 down. (00000000)
    0.763223 @/SourceCache/VideoConference/VideoConference-415/Video Conference/VideoConferenceMultiController.m:2423 type=5 (00000000/0)
    [Start Conference With UserID: [email protected]]
    Binary Images Description for "iChat":
    0x100000000 - 0x100280fff com.apple.iChat 5.0.1 (743) /Applications/iChat.app/Contents/MacOS/iChat
    0x1128df000 - 0x1128e3fff com.apple.iChat.Styles.Balloons 5.0.1 (743) /Applications/iChat.app/Contents/PlugIns/Balloons.transcriptstyle/Contents/MacO S/Balloons
    0x11293b000 - 0x11293dfff com.apple.iChat.PersonIconPlugIn 5.0.1 (743) /Applications/iChat.app/Contents/PlugIns/PersonIcon.plugin/Contents/MacOS/Perso nIcon
    0x11350f000 - 0x113510fff com.apple.bluetooth.IOBluetoothSCOAudioDriverPlugIn 2.2.5 (2.2.5f6) /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS COAudioDriver.kext/Contents/Resources/IOBluetoothSCOAudioDriverPlugIn.bundle/Con tents/MacOS/IOBluetoothSCOAudioDriverPlugIn
    0x1135e5000 - 0x1135ebfff libgermantok.dylib /usr/lib/libgermantok.dylib
    0x11569e000 - 0x1156dbfff com.apple.DP.ScreenInputDevice 7.0 /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Apple ScreenInputDevice.plugin/Contents/MacOS/AppleScreenInputDevice
    0x115b62000 - 0x115b66fff com.apple.audio.AudioIPCPlugIn 1.1.2 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x115b6b000 - 0x115b71fff com.apple.audio.AppleHDAHALPlugIn 1.8.1 (1.8.1a5) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x115d00000 - 0x115f25fff com.apple.audio.codecs.Components 2.0 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x11606c000 - 0x11608bfff com.apple.opengl 1.6.5 /System/Library/Frameworks/OpenGL.framework/Resources//GLRendererFloat.bundle/G LRendererFloat
    0x117983000 - 0x1179d3fff com.apple.datadetectors.actions 2.0 (102.0) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/Resources/ Actions.datadetectors/Contents/MacOS/Actions
    0x117bf1000 - 0x117d7cfff com.apple.opengl 1.6.5 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x117dac000 - 0x1181cffff com.apple.GeForce8xxxGLDriver 1.6.6 (6.0.6) /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/libclh.dyl ib
    0x200000000 - 0x200467fff com.apple.GeForce8xxxGLDriver 1.6.6 (6.0.6) /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x7fff5fc00000 - 0x7fff5fc3bfff dyld /usr/lib/dyld
    0x7fff80003000 - 0x7fff8003efff com.apple.AE 496.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8003f000 - 0x7fff80849fff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff80866000 - 0x7fff8088afff com.apple.CoreVideo 1.6.0 (43.1) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff809e5000 - 0x7fff80a9efff libsqlite3.dylib /usr/lib/libsqlite3.dylib
    0x7fff80a9f000 - 0x7fff80bddfff com.apple.WebKit 6531.21 (6531.21.8) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff80bde000 - 0x7fff80c3bfff com.apple.framework.IOKit 2.0 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff80c3c000 - 0x7fff80c4afff libkxld.dylib /usr/lib/system/libkxld.dylib
    0x7fff80c4b000 - 0x7fff80cc8fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x7fff80cc9000 - 0x7fff80d31fff com.apple.MeshKitRuntime 1.0 (49.0) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff80d32000 - 0x7fff80d3efff libbz2.1.0.dylib /usr/lib/libbz2.1.0.dylib
    0x7fff80d3f000 - 0x7fff80d82fff com.apple.CoreGraphics 1.536.13 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff80d83000 - 0x7fff80d86fff com.apple.securityhi 4.0 (36638) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff80d87000 - 0x7fff80e16fff com.apple.PDFKit 2.5 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff80e17000 - 0x7fff80e1afff com.apple.help 1.3.1 (41) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff80e1b000 - 0x7fff80e50fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x7fff80e51000 - 0x7fff8108bfff com.apple.AddressBook.framework 5.0.1 (864) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8108c000 - 0x7fff810d3fff com.apple.coreui 2 (113) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff810d4000 - 0x7fff811defff com.apple.MeshKitIO 1.0 (49.0) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff811df000 - 0x7fff81229fff com.apple.IMCore 5.0.1 (744) /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x7fff8122a000 - 0x7fff81255fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x7fff81450000 - 0x7fff81450fff com.apple.quartzframework 1.5 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff81451000 - 0x7fff8150dfff com.apple.ApplicationServices.ATS 4.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8150e000 - 0x7fff8153ffff com.apple.ApplicationServices.ATS 4.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff81540000 - 0x7fff8154ffff com.apple.opengl 1.6.5 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff81550000 - 0x7fff81606fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x7fff81607000 - 0x7fff8161afff com.apple.opengl 1.6.5 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8161b000 - 0x7fff8166cfff com.apple.HIServices 1.8.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff8166d000 - 0x7fff81678fff com.apple.speech.recognition.framework 3.11.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff81679000 - 0x7fff81681fff com.apple.NSServerNotificationCenter 2 (1.0) /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x7fff81682000 - 0x7fff81682fff com.apple.Cocoa 6.6 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff81683000 - 0x7fff81904fff com.apple.Foundation 6.6.1 (751.14) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff81905000 - 0x7fff8194ffff com.apple.DAVKit 4.0.1 (730) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x7fff81950000 - 0x7fff81a67fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x7fff81a68000 - 0x7fff81eacfff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff81ee9000 - 0x7fff81f7bfff com.apple.Bluetooth 2.2.5 (2.2.5f6) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff81f7c000 - 0x7fff81f7cfff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff81f7d000 - 0x7fff81fa0fff com.apple.iChat.IMFoundation 5.0.1 (744) /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x7fff81fa1000 - 0x7fff81facfff com.apple.CrashReporterSupport 10.6.2 (239) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff81fbc000 - 0x7fff81fddfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x7fff81fde000 - 0x7fff82002fff com.apple.ScreenSaver 3.0.1 /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
    0x7fff82003000 - 0x7fff8200afff com.apple.KerberosHelper 2.1 (1.0) /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff8200b000 - 0x7fff82018fff com.apple.AppleFSCompression 1.0 /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff82019000 - 0x7fff82096fff com.apple.backup.framework 1.2 /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff82097000 - 0x7fff82098fff liblangid.dylib /usr/lib/liblangid.dylib
    0x7fff82099000 - 0x7fff820d3fff com.apple.bom 10.0 (164) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff820ef000 - 0x7fff8224efff com.apple.syncservices 5.1 (578) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff8224f000 - 0x7fff82252fff com.apple.opengl 1.6.5 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff82253000 - 0x7fff82257fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x7fff82288000 - 0x7fff822a3fff com.apple.datadetectors 2.0 (102.0) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff822a4000 - 0x7fff822d9fff com.apple.opengl 1.6.5 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff822da000 - 0x7fff822fafff com.apple.DirectoryService.Framework 3.6 (621.1) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff822fb000 - 0x7fff82311fff com.apple.MultitouchSupport.framework 204.9 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff82312000 - 0x7fff82323fff com.apple.DSObjCWrappers.Framework 10.6 (134) /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff82324000 - 0x7fff82396fff com.apple.CoreSymbolication 2.0 (23) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff823af000 - 0x7fff823f2fff libtidy.A.dylib /usr/lib/libtidy.A.dylib
    0x7fff823f3000 - 0x7fff82442fff com.apple.ImageIO.framework 3.0.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff82443000 - 0x7fff824d3fff com.apple.SearchKit 1.3.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff824d4000 - 0x7fff82515fff com.apple.QD 3.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff82516000 - 0x7fff825f0fff com.apple.vImage 4.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff825f1000 - 0x7fff825f2fff com.apple.audio.units.AudioUnit 1.6.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff825f3000 - 0x7fff82653fff com.apple.ExchangeWebServices 1.1 (56) /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x7fff82993000 - 0x7fff82a5efff com.apple.ColorSync 4.6.2 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff82a5f000 - 0x7fff82ae5fff com.apple.iLifeMediaBrowser 2.1.5 (368) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x7fff82ae6000 - 0x7fff82beffff com.apple.MediaToolbox 0.420.18 (420.18) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff82bf0000 - 0x7fff82c06fff libbsm.0.dylib /usr/lib/libbsm.0.dylib
    0x7fff82c07000 - 0x7fff82de7fff com.apple.CalendarStore 4.0.1 (973) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff82df4000 - 0x7fff82e14fff com.apple.DotMacSyncManager 2.0.1 (446.3) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x7fff82e15000 - 0x7fff82e15fff com.apple.Accelerate 1.5 (Accelerate 1.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff82e16000 - 0x7fff82e1afff com.apple.CoreGraphics 1.536.13 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff82e1b000 - 0x7fff82e7dfff com.apple.datadetectorscore 2.0 (80.7) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff82e7e000 - 0x7fff82ecafff libauto.dylib /usr/lib/libauto.dylib
    0x7fff82ecb000 - 0x7fff82f7afff edu.mit.Kerberos 6.5.9 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff82f7b000 - 0x7fff82f96fff com.apple.openscripting 1.3.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff82f97000 - 0x7fff83151fff com.apple.ImageIO.framework 3.0.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff83152000 - 0x7fff83196fff com.apple.ImageCaptureCore 1.0 /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff83197000 - 0x7fff8319dfff com.apple.IOSurface 74.0 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8319e000 - 0x7fff8319ffff com.apple.TrustEvaluationAgent 1.1 (1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff831a0000 - 0x7fff831c8fff com.apple.DictionaryServices 1.1.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff831c9000 - 0x7fff831c9fff com.apple.Carbon 150 (152) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff831ca000 - 0x7fff831e0fff com.apple.ImageCapture 6.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff831e1000 - 0x7fff8321afff com.apple.MeshKit 1.0 (49.0) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff8321b000 - 0x7fff83258fff com.apple.ApplicationServices.ATS 4.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8331e000 - 0x7fff83337fff com.apple.CFOpenDirectory 10.6 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff83338000 - 0x7fff8333cfff com.apple.iChat.IMSecurityUtils 5.0.1 (744) /System/Library/Frameworks/IMCore.framework/Frameworks/IMSecurityUtils.framewor k/Versions/A/IMSecurityUtils
    0x7fff8333d000 - 0x7fff833ddfff com.apple.LaunchServices 362 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff833de000 - 0x7fff8344afff com.apple.CorePDF 1.1 /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8344b000 - 0x7fff837e3fff com.apple.QuartzCore 1.6.1 (227.8) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff837e4000 - 0x7fff837f8fff com.apple.speech.synthesis.framework 3.10.35 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff837f9000 - 0x7fff8381bfff libexpat.1.dylib /usr/lib/libexpat.1.dylib
    0x7fff8381c000 - 0x7fff83f10fff com.apple.CoreGraphics 1.536.13 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff83f11000 - 0x7fff8414bfff com.apple.imageKit 2.0.1 (1.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff8414c000 - 0x7fff84164fff com.apple.iChat.InstantMessage 5.0.1 (744) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff84165000 - 0x7fff84194fff com.apple.iChat.IMRenderingFoundation 5.0.1 (744) /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMRenderingFound ation.framework/Versions/A/IMRenderingFoundation
    0x7fff841cb000 - 0x7fff842d0fff com.apple.opengl 1.6.5 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff842d1000 - 0x7fff842d7fff com.apple.AOSNotification 1.1.0 (123.3) /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff84326000 - 0x7fff84333fff com.apple.CoreGraphics 1.536.13 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff84334000 - 0x7fff8459dfff com.apple.QuartzComposer 4.1 (156.10) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff8459e000 - 0x7fff8470afff com.apple.QTKit 7.6.3 (1592.18) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8470b000 - 0x7fff84711fff com.apple.CoreGraphics 1.536.13 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff84712000 - 0x7fff84767fff com.apple.framework.familycontrols 2.0 /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff847b1000 - 0x7fff848effff com.apple.CoreData 102.1 (250) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff848f0000 - 0x7fff84a63fff com.apple.CoreFoundation 6.6.1 (550.13) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff84a64000 - 0x7fff84b85fff libcrypto.0.9.8.dylib /usr/lib/libcrypto.0.9.8.dylib
    0x7fff84b86000 - 0x7fff84b88fff com.apple.ImageIO.framework 3.0.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff84b89000 - 0x7fff84bf0fff com.apple.AppleVAFramework 4.7.5 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff84bf1000 - 0x7fff84c00fff com.apple.NetFS 3.2.1 /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff84c01000 - 0x7fff84d1ffff com.apple.PubSub 1.0.4 (65.11) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff84d20000 - 0x7fff84d25fff com.apple.CommonPanels 1.2.4 (91) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff84d26000 - 0x7fff84da1fff com.apple.ISSupport 1.9.2 (50) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff84da2000 - 0x7fff857dffff com.apple.WebCore 6531.21 (6531.21.8) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff857e0000 - 0x7fff85810fff com.apple.shortcut 1.1 /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff85811000 - 0x7fff859cffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x7fff859d0000 - 0x7fff859d6fff com.apple.DiskArbitration 2.3 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff859d7000 - 0x7fff859e2fff com.apple.dotMacLegacy 3.2 (266) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x7fff859e3000 - 0x7fff859fdfff com.apple.ScriptingBridge 1.1 (???) /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff859fe000 - 0x7fff85b66fff com.apple.viceroy.framework 387.0 (415.0) /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x7fff85b67000 - 0x7fff85bbefff com.apple.Symbolication 1.1 (67) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff85bbf000 - 0x7fff85c08fff com.apple.securityinterface 4.0.1 (37214) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff85c09000 - 0x7fff85c4ffff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff85c50000 - 0x7fff85dd5fff com.apple.JavaScriptCore 6531.21 (6531.21.9) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff85dd6000 - 0x7fff85dd6fff com.apple.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff85dd7000 - 0x7fff85dd7fff com.apple.CoreServices 44 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff85dd8000 - 0x7fff85fe4fff com.apple.RawCamera.bundle 2.2.2 (509) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff85ffb000 - 0x7fff869effff com.apple.AppKit 6.6.3 (1038.25) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff869f0000 - 0x7fff86a4cfff com.apple.opengl 1.6.5 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff86a4d000 - 0x7fff86a97fff com.apple.Metadata 10.6.2 (507.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff86b07000 - 0x7fff86cc5fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x7fff86cc6000 - 0x7fff86d07fff com.apple.SystemConfiguration 1.10.1 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff86d08000 - 0x7fff86d8cfff com.apple.print.framework.PrintCore 6.1 (312.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff86d8d000 - 0x7fff87285fff com.apple.VideoToolbox 0.420.18 (420.18) /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff87286000 - 0x7fff8729bfff com.apple.LangAnalysis 1.6.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff872c0000 - 0x7fff872c1fff com.apple.MonitorPanelFramework 1.3.0 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff872c2000 - 0x7fff872f1fff com.apple.quartzfilters 1.6.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff872f2000 - 0x7fff872f3fff libffi.dylib /usr/lib/libffi.dylib
    0x7fff872f4000 - 0x7fff87418fff com.apple.audio.toolbox.AudioToolbox 1.6.2 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff87527000 - 0x7fff875a6fff com.apple.audio.CoreAudio 3.2.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff875a7000 - 0x7fff8765cfff com.apple.ink.framework 1.3.1 (105) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8765d000 - 0x7fff876d1fff com.apple.WhitePagesFramework 10.6.0 (140.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff876d2000 - 0x7fff87754fff com.apple.QuickLookUIFramework 2.1 (327.3) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff87755000 - 0x7fff87760fff com.apple.HelpData 2.0.4 (34) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff87761000 - 0x7fff87845fff com.apple.DesktopServices 1.5.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff87846000 - 0x7fff8786cfff com.apple.frameworks.preferencepanes 13.0 /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff8796e000 - 0x7fff8797ffff libz.1.dylib /usr/lib/libz.1.dylib
    0x7fff87980000 - 0x7fff879bbfff com.apple.CoreMedia 0.420.18 (420.18) /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff879bc000 - 0x7fff879defff com.apple.opencl 12 /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff879df000 - 0x7fff87a9cfff com.apple.CoreServices.OSServices 352 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff87a9d000 - 0x7fff87b07fff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff87b08000 - 0x7fff87b3cfff com.apple.remotedesktop.screensharing 1.2.1 /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
    0x7fff87b3d000 - 0x7fff87bbafff com.apple.CoreText 3.1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff87bbb000 - 0x7fff87c87fff com.apple.CFNetwork 454.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff87c88000 - 0x7fff87c88fff com.apple.ApplicationServices 38 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff87c89000 - 0x7fff87c90fff com.apple.OpenDirectory 10.6 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff87c91000 - 0x7fff87d45fff com.apple.ColorSync 4.6.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff87d46000 - 0x7fff87dd2fff SecurityFoundation /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff87e15000 - 0x7fff87e4ffff libssl.0.9.8.dylib /usr/lib/libssl.0.9.8.dylib
    0x7fff87e58000 - 0x7fff87e9ffff com.apple.QuickLookFramework 2.1 (327.3) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff87f55000 - 0x7fff87feffff com.apple.ApplicationServices.ATS 4.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff87ff0000 - 0x7fff8802dfff com.apple.LDAPFramework 2.0 (120.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8802e000 - 0x7fff88033fff com.apple.ImageIO.framework 3.0.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff88034000 - 0x7fff88036fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x7fff88061000 - 0x7fff88066fff com.apple.opengl 1.6.5 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff88067000 - 0x7fff880b6fff com.apple.DirectoryService.PasswordServerFramework 6.0 /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff881b0000 - 0x7fff881b8fff com.apple.DisplayServicesFW 2.2 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff881b9000 - 0x7fff884ebfff com.apple.CoreServices.CarbonCore 861.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff884ec000 - 0x7fff8853bfff com.apple.iCalendar 1.0.1 (51) /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff8853c000 - 0x7fff8855afff com.apple.ImageIO.framework 3.0.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8855b000 - 0x7fff88596fff com.apple.CoreMediaIOServices 125.0 (852) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff88597000 - 0x7fff88599fff com.apple.print.framework.Print 6.0 (237) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8859a000 - 0x7fff885d8fff com.apple.DebugSymbols 1.1 (70) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff885d9000 - 0x7fff885ecfff com.apple.syncservices.syncservicesui 5.1 (578) /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x7fff885ed000 - 0x7fff885fffff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x7fff88600000 - 0x7fff88885fff com.apple.security 6.1.1 (37594) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff88886000 - 0x7fff888acfff com.apple.ImageIO.framework 3.0.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff888ad000 - 0x7fff88babfff com.apple.HIToolbox 1.6.2 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff88bac000 - 0x7fff88bb4fff com.apple.iChat.IMUtils 5.0.1 (744) /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils

    Hi,
    Welcome to the    Discussions
    iChat in this case was connected (Even if you didn't actually see a Pic)
    The most likely cause is a feature on the router or modem at one end that cuts the port that the Video data is one because it thinks it is an Attack.
    Look for Denial Of Service (DoS) this is threshold based and cuts in when it see "Too Much Data, Too Quickly".
    It was designed to stop Web Server being brought down with lots of simultaneous attempt to get to the Web servers pages.
    However iChat Video data over modern connections can often exceed that.
    If the Computer that has 192.168.1.100 is connected to a Linksys device turn the Firewall Off in the Security page as this includes DOS And SPI which works very similar.
    I am not sure about the computer at the other end.
    192.168.0.xxx is used by several manufacturers making it hard to guess.
    If it happens to be a Netegear this hads either DOS or SPI in the WAN set up page
    8:42 PM Monday; March 8, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • An incompatible xalan version has been detected on the ide's classpath OSX

    Hi all,
    I have tried to install netbeans/java tools bundle on my mac, keep getting the same error.
    an incompatible xalan version has been detected on the ide's classpath. The IDE cannot start. pLease see http://wiki.java.net/bin/view/Netbeans/FaqXalanOnCP for more info.
    I have had a look at this website, it says to Due to a bug in Xalan, project metadata may get corrupted when a Xalan is on the IDE classpath. For this reason, the IDE refuses to start when the broken Xalan is detected on the classpath. Please remove the Xalan under jre/lib/**.
    This is quite difficult as it does not tell me the path where this file exists.
    Can anyone please help me out??

    That "someone" is each individual Firefox user who encounters problems like this. Mozilla stopped doing its' "web evangelism" program to help and advise websites about fixing their websites. I suppose 7 years was long enough to try fixing the web, and their time was better spent concentrating on improving Firefox.
    My advice is to install an older version of Firefox Portable to use at that web site, and to continue using your current version of Firefox elsewhere. <br />
    http://portableapps.com/apps/internet/firefox_portable/localization#legacy36

  • ErrorRepor: A fatal error has been detected by the Java Runtime Environment

    JDeveloper IDE frequently generate crash report :
    A fatal error has been detected by the JRE
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00007f8a6bdca6b9, pid=3013, tid=140232416401152
    # JRE version: 6.0_31-b04
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # V [libjvm.so+0x3296b9][thread 140232412190464 also had an error]
    [thread 140232411137792 also had an error]
    CardTableExtension::scavenge_contents_parallel(ObjectStartArray*, MutableSpace*, HeapWord*, PSPromotionManager*, unsigned)+0x699
    # An error report file with more information is saved as:
    # $home/.jdeveloper/system11.1.2.1.38.60.81/DefaultDomain/hs_err_pid3013.log
    How to send this report to Oracle?

    Good question.
    I would start with the home page for JDeveloper. Look around a bit. After a very brief look all I saw was a forum (not this forum.)

  • DBCA - A fatal error has been detected by the Java Runtime Environment

    Hello!
    I have Oracle Linux 6.2 x64. Oracle 11gR2
    I have installed oracle and try to create database.
    When I start ./dbca I have following error
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGILL (0x4) at pc=0x0000003a03814be0, pid=3306, tid=140695097206528
    # JRE version: 7.0_03-b04
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (22.1-b02 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C [ld-linux-x86-64.so.2+0x14be0]
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # If you would like to submit a bug report, please visit:
    # http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    File hs_err_pid - http://files.mail.ru/YRZMQ0
    When I try to launch silent installation, I also have this error.
    How I can fix it?

    >
    I have Oracle Linux 6.2 x64. Oracle 11gR2
    >
    Unix version 6 is not certified/supported for any Oracle installs. Use a supported OS version
    http://docs.oracle.com/cd/E11882_01/install.112/e24321/pre_install.htm#CIHFICFD
    HTH
    Srini

  • Your account has been locked for the next 3 hours due to

    I am posting this message on behalf of people unable to access the site due to locked account status.
    I have few co workers in my office getting error "Your account has been locked for the next 3 hours due to
    too many invalid login attempts. Please try again later.
    ". They are trying to access the site with valid userID and Password. Is it possible to do a global check for this issue.
    Thanks,
    RJ

    If your account is locked you cannot edit your personal information, make purchases, or access iCloud or MobileMe.
    See this for what to do:  "This Apple ID has been disabled for security reasons" alert
    appears, http://support.apple.com/kb/TS2446

  • No boot disk has been detected or the disk has failed

    Hello, I have been using HP Pavilion 20 Destop for 6 months now and it is still under warranty period.
    I was getting the desktop with Windows 8 preinstalled but I asked the dealer to install Windows 7 as I feel more comfortable wit it.
    I've been getting this "No boot disk has been detected or the disk has failed" whenever I start my PC for quite awhile now.
    I always tap the ctrl+alt+del. It takes at least 7-8 tries to start normally.
    Yesterday I called the HP Client Service, the attendant made me do the hardware check which the PC passed.
    Therefore, there is no issue with the hardware.
    This "No boot disk has been detected or the disk has failed" isssue is occuring quite frequently now and now when I'm working on the PC it suddenly stops responding and I have to shut it down forcefully by pressing the Power button.
    When I start it back on again I get the "No boot disk has been detected or the disk has failed" issue.
    The attendant on the phone said something about the Ubuntu thing which I couldn't understand very well.
    Kindly help.
    I'm willing to provide information about the product if asked.

    as_02 wrote:
    Hello, I have been using HP Pavilion 20 Destop for 6 months now and it is still under warranty period.
    I was getting the desktop with Windows 8 preinstalled but I asked the dealer to install Windows 7 as I feel more comfortable wit it.
    I've been getting this "No boot disk has been detected or the disk has failed" whenever I start my PC for quite awhile now.
    I always tap the ctrl+alt+del. It takes at least 7-8 tries to start normally.
    Yesterday I called the HP Client Service, the attendant made me do the hardware check which the PC passed.
    Therefore, there is no issue with the hardware.
    This "No boot disk has been detected or the disk has failed" isssue is occuring quite frequently now and now when I'm working on the PC it suddenly stops responding and I have to shut it down forcefully by pressing the Power button.
    When I start it back on again I get the "No boot disk has been detected or the disk has failed" issue.
    The attendant on the phone said something about the Ubuntu thing which I couldn't understand very well.
    Kindly help.
    I'm willing to provide information about the product if asked.
    FYI post to right Forums this is Laptop not for Desktop question post to right Forum Discussions.
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • I'm getting the error message "Photos folder syncing has been disabled for the iPhone my iPhone because the folder "Pictures" cannot be found."

    I'm getting the error message "Photos folder syncing has been disabled for the iPhone <my iPhone> because the folder "Pictures" cannot be found." lately.
    Normally, all I do with photos is move them from my iPhone to my computer's (Windows 7) hard drive. I do this by connecting the iPhone with the cable, a box pops up on the screen asking me what I want to do, and I choose "Import pictures and videos". I've previously selected the "delete photos from the device after move" option (or however it's worded...), simply because I don't want this device to fill up with photos.
    Lately, it has been importing the photos fine, but it won't delete them from the iPhone. This used to work just fine, now it doesn't work and I don't know what changed, if anything. In iTunes, I get the error message I list at the beginning of this message.
    How do I fix this?

    Hi there scarbo59,
    You mentioned that you are still able to import without issues, but you may still want to run through the troubleshooting steps outlined in the article below. 
    iOS: Unable to import photos to computer
    -Griff W. 

Maybe you are looking for

  • How to get the places tab ?

    I'v tried a few things that i found here but nothing works.So how do i get it on the photos. Funny thing ,it is right there on MY phone. Thank you for your help.

  • String to Object, then get the Class

    hi I'm new in Java! what I want to do is to convert a String and convert it to a Object then get the classname of the Object. for example: ExampleClass classObject = new ExampleClass(); String exampleString = "classObject"; I want to convert the stri

  • Animatee GIF - loosing graphics quality?

    I have 5 slides in Adobe CS4. Each slide 970x300 with a good resolution graphis and text inside.I want to use it on my site as front page banner/slide. On saving thes pics as animated gif, its pictue quality becomes is very poor. Any suggestion pleas

  • Problems connecting my iMac to a Netgear router USB printer

    Hi, First time for this sort of thing... here goes... I have an iMac and a Macbook Pro connected to a Netgear wireless router. The router has a HP Color Laserjet 1600 connected to it via USB. I knew that the HP 1600 was not initially compatible with

  • Lenovo S206 Waranty & Support Question

    I bought Lenovo IdeaPad S206 before circa 1,5 years over Amazon Germany. I am living in Vienna, Austria. The device got broken and it needs repair. I tried to check the warranty over Lenovo web page, however I couldn't find the serial number on the S