Is this class available CL_GUI_WDR_VIEWER? Urgent Solution Needed.

Hi Experts,
Please check the blog below.
/people/david.fernandespietroniro/blog/2008/06/19/web-dynpro-running-web-dynpro-applications-over-sapgui
In this blog he used CL_GUI_WDR_VIEWER to declare lr_viewer.
But when i tried this blog, i'm not able to locate this class.
I checked SE24. there is no class in this name.
My question is : Is there any other class available like CL_GUI_WDR_VIEWER.(To do the same blog).
Expecting Reply ASAP
Thanks & Regards
SM Nizamudeen

Hello Nizamudeen,
This class was released with the version 700 of SAP_BASIS component. I'm writing a new blog that shows how to call web dynpros in later versions, but for while take a look at the program RSDEMO_HTML_VIEWER.
Regards.

Similar Messages

  • Oracle UCM/IPM Issue - Urgent Solution needed

    Hi folks,
    Solution needed for the below problem in oracle IPM/UCM cluster .
    General Scenario :
    The document checked in Oracle UCM can be viewed through IPM Viewer only if the security group of the document is set to a IPM Profile .
    The IPM Profile is created in Oracle UCM Configuration Manager Component whenever a application is created in IPMServer .
    Issue in Clustering :
    IPMApplication created in host 1 is creating profile in UCM Component Manager of host 1 but not in UCM Host2 component manager (Vice Versa).
    This affects url generations of checked in documents through proxy since the IPM profile is not available in cluster.
    Scenario :
    IPM MetaData UCM Component Manager(Profile)
    Host1 Host2 Host1 Host2 Host1 Host2
    IPM_APP_1 Visible Visible Visible Visible Not Visible
    Visible IPM_APP_2 Visible Visible NotVisibe Visible

    hi
    Error Message is- "Invoiced quantity is greater than mother invoice quantity".
    this error means your Depot invoice quantity is high, please check your mother invoice quantity, its means branch invoice quantity , and depot invoice quantity , is deferent so , please check both invoice quantity ,
    and also check you migo,
    ME21N-VL10B-VL02N-VF01-J1IIN-MIGO-VA01-VL01N-J1IJ-VF01, in this process you can do J1IG , Its process
    me21n-vl10b-vl02n-vf01-j1iin-migo-j1ig-va01-vl01n-j1ij-vf01, this is process of depot sales, so please check this process

  • Urgent Solution needed--Problem in JSP compilation with JDK 1.5 and JDK 1.6

    Hi,
    I m using JDK 1.5 and Tomcat 5.0 the problem is that after starting server when I m going to access my application at that time instead of displaying HomePage it directly display the blank page on screen.
    After analyzing tomcat log I have found that there was a problem with JSP page compilation.
    The exception logged in Tomcat Log is given below
    An error occurred at line: 1 in the generated java file
    The type Collection is not generic; it cannot be parameterized with arguments <? extends E>
    Stacktrace:
    *     at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)*
    *     at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)*
    *     at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:423)*
    *     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:308)*
    *     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)*
    *     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)*
    *     at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)*
    *     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)*
    *     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)*
    *     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)*
    *     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)*
    *     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)*
    *     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)*
    *     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:447)*
    *     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)*
    *     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)*
    *     at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:424)*
    *     at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:343)*
    *     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144)*
    *     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)*
    *     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)*
    *     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)*
    *     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)*
    *     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)*
    *     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)*
    *     at java.lang.Thread.run(Thread.java:619)*
    After getting this kind of error I have analyzed my code furhter then I came to know that there was problem with static include tag.
    In my jsp page I have used following line which is the main cause of error
    <%@ include file="top.jsp" %>If I ommit this line then it is working properly.
    Instead of static include I have used jsp:include also.
    Still I m getting same problem.
    We have to migrated from JDK 1.5 to 1.6 and Tomcat 5.0.28 to 6.0.14, still same problem is there.
    We have tried a lot but didnt get success to overcome this problem.
    If anybody having any solution then ur each reply will be appreciated.
    Thanks in advance..........!!!!!!!
    Edited by: JBOSS2000 on Jan 15, 2008 9:29 AM

    Hi "mshanu" and "amit" Thanks for ur replies Here I m posting the code of "top.jsp"........!!!!
    <%@ page errorPage="errordisplay.jsp"%>
    <table cellpadding="0"
           cellspacing="0"  height=50 width=780>
           <tbody>
             <tr class="header">
               <td class="logo"><IMG SRC="assets/Logo.gif" BORDER=0 ALIGN=top></td>
               <td align="right"><span class="applicationtitle"><%@ include file="/contents/logo.htm" %></span><br>
               <span class="companyname"><%@ include file="/contents/companyname.htm" %></span></td>
             </tr>
            </tbody>
    </table>To include top.jsp I have tried
    <jsp:include page="top.jsp" flush="true">
    </jsp:include>
             AND       
    <%@ include file="top.jsp"%>but none of this worked.
    If I remove the include then It is working properly.
    But I need inluded file too so that I am wondoring for the solution.
    This problem seems very wiered to me. I dont know why it is happening.
    This problem is started only when I used the TOMCAT 6.14.
    Is it the bug of TOMCAT 6.14 or What somebody Plz help.
    I got stuck here.........!!!!!!!!!!
    It doesn't seem any problem with top.jsp. As per my thinking the problem is there in include due to that it doesn't compile the JSP page in Tomcat 6.0.
    Earlier I am having same code running on the Tomcat 5.0.28 and JDK 1.5.0.
    But problem occured when I have used Tomcat 6.x...!!

  • Photosmart C7280 was installed & working - now will not install - URGENT solution needed

    All in one was working fine. Is on Network. Dell Workstation is wired and so is all in one. Other computers are laptops - wireless working fine.  For an unexplained reason the software on the Dell stopped working - fax, scan, etc. But it would print but gave error messages.  So I uninstalled it and downloaded the latest software from theHP website.  First time trid to install - error message in the checking process - second part and uninstalled and did a check of the hP site but timed out. rebooted. Tried again after downloading from HP again. THis time it got to the install stage but once again an error. repeat process and this time downloaded a solution. Followed the steps in the solution - msconfig including firewall, rebooting, etc. Unsuccessful again.  Now have no printer on Dell and need to have it working as I have assessment taskc due on weekend and can't print them.  Need solution to solve this issue.

    When you said you try to download it from the website. Did you click INSTALL on the driver or did you download and save it first on your computer? You may want to try and download and save it on the desktop. Once download is complete, manually start the installation by double clicking it on your desktop.
    Aside from that, try to install just the drivers?
    So when you're installing the driver/software, it will give you a screen where you can check the box for the user license agreement right? and above that is a 4 link that would say: Internet Connection Usage, Select a software (can't remember the rest of the two options) Click on the internet connection usage and choose the following options:
    -First question: NO, I'll do it myself
    -Second question: NO, thank you
    -Press OK to go back to the main screen
    This time, click on the SELECT A SOFTWARE TO INSTALL
    -Uncheck everything. except the very top of the list which is grayed out; That's the driver of the printer
    -There might be other software installed on your pc already that would say "already installed" you can ignore that since it will be grayed out. You need to uncheck those things that you can uncheck.
    -Click Ok to go back to main screen.
    -Proceed with the installation.
    I hope that works for you.
    ---Click KUDOS if you want to say THANKS.

  • Problem...urgent solution needed

    The problem is... table A and table B are related with B as parent table and A child. The value of id (primary key) of table B needs to be populated with the column Bid when the following where condition satisfies.
    A.x=B.x and A.y=B.y and A.z=B.z for every value of A
    My problem is to create either a procedure, a function or a package which populates the value of B.id in table A with the above where condition for id value of A
    I created a function which gives me the return value of Bid but unable to update the table as several ids of table A have the same value of Bid.
    select A.id into bid from A,B where A.x=B.x and A.y=B.y and A.z=B.z;
    return bid;
    but in the same function I am unable to update
    update A set bid=bid;
    taking the return value from the function. I am unable to understand why? I am pretty weak in pl/sql kindly help me if am making some mistake. I NEED HELP FAST...THANKS IN ADVANCE
    Can anyone suggest me the solution?

    Thank you so much. I tried the update statement in two ways
    1)by putting just the update statement in the function. it gave an error which says
    4/1 PL/SQL: SQL Statement ignored
    5/23 PL/SQL: ORA-00925: missing INTO keyword
    2) I tried my another function where i retrieve the value of
    begin
    SELECT a.ID INTO V_a_ID
    FROM a,
    b
    WHERE a.x= p_ID
    AND a.y = code
    AND upper(TRIM(a.z)) = upper(p_S_NAME)
    AND (to_number(nvl(P_H_N,'0'))
    BETWEEN to_number(a.h) AND
    to_number(a.hb))
    AND substr(P_q,1,5) = substr(a.q,1,5)
    AND upper(P_r) = upper(a.r) and b.id=bid
    RETURN V_a_ID;
    update a set adrlib_id=(select b.id from b where a.x=b.x and a.y=b.y and a.z = b.z and (a.r between b.r and b.r1));
    in the second instance, the retrieval of bid works fine but the update is ignored. please suggest. I also want to mention that for every value of a.id there are more than one values of bid. so the update will return more than one rows. kindly help.

  • Connect by loop in user data: urgent solution needed

    Hai iam using oracle9i and my problem is
    in my client place we r developing a report
    of bill_of_materials and it seems the data
    is having some recursive nature.
    iam getting connect by loop in user data: how to avoid it in oracle9i.
    i have two tables prm010ebomh1 and prm010ebomh2.
    now 1st table consists of the product and 2nd table consists of the components
    forming the product.
    a good solution is welcomed.
    My query is:
    SELECT DISTINCT B.SL_NO,A.FITEM_CD,B.SITEM_CD,
    LPAD(C.ITEM_DESC,LENGTH(C.ITEM_DESC)+(LEVEL*2)-2,' ') AssyLevel,
    b.qty
    from prm010ebomh a, prm010ebomd b,m032item c
    where a.fitem_cd=b.fitem_cd
    and a.type=b.type
    and a.comp_cd=b.comp_cd
    and a.comp_cdch=b.comp_cdch
    and a.comp_cd='IFA'
    AND A.COMP_CDCH='D01'
    START WITH A.FITEM_CD='A0150100'
    CONNECT BY A.FITEM_CD=PRIOR B.SITEM_CD
    ORDER SIBLINGS BY B.SL_NO.

    Modify the data so that the circular references are avoided.
    ORA-01436 CONNECT BY loop in user data
    Cause: The condition specified in a CONNECT BY clause caused a loop in the query, where the next record to be selected is a descendent of itself. When this happens, there can be no end to the query.
    Action: Check the CONNECT BY clause and remove the circular reference.

  • Urgent solution needed please

    Hi everyone,
    I am having a problem when i am trying to upload image to MysqlUSING jsP USER INTERFACES. I am using mozilla as a browser on Mandrake Linux platform. I am calling a bean Images.java which when run in konsole mode its working fine and image is getting uploaded.
    i am not able to understand why i cant upload using the JSP.
    hope u refer to my question and give me a solution for this.
    thanks,
    Harish.

    Check out UploadBean. It allows to upload files in a database.
    http://www.javazoom.net/jzservlets/uploadbean/uploadbean.html

  • Urgent solution needed for the Problem ( get all the combination from table

    we are having a table in following format
    day | grpID | pktID
    sun | 1 | 001
    sun | 1 | 002
    sun | 1 | 003
    sun | 2 | 007
    sun | 2 | 008
    sun | 2 | 009
    mon | 1 | 001
    mon | 1 | 002
    mon | 1 | 003
    mon | 2 | 007
    mon | 2 | 008
    mon | 2 | 009
    tue | 1 | 001
    tue | 1 | 002
    tue | 1 | 003
    tue | 2 | 007
    tue | 2 | 010
    1. We have a combination of pkdIDs related with a specific grpID, for a particular day.
    Ex: For Sunday, we have two combination list for grpID=1 is (001,002,003) and for group id = 2 is (007,008,009)
    2. We need to get all the available combined pktid for each group id for all the days .
    Eg the the expected result that is needed from the above table
    (001,002,003)
    (007,008,009)
    (007,010)

    SQL> with tbl as
      2  (select 'sun' d, 1 grp, '001' pk from dual union all
      3   select 'sun' d, 1 grp, '002' pk from dual union all
      4   select 'sun' d, 1 grp, '003' pk from dual union all
      5   select 'sun' d, 2 grp, '007' pk from dual union all
      6   select 'sun' d, 2 grp, '008' pk from dual union all
      7   select 'sun' d, 2 grp, '009' pk from dual union all
      8   select 'mon' d, 1 grp, '001' pk from dual union all
      9   select 'mon' d, 1 grp, '002' pk from dual union all
    10   select 'mon' d, 1 grp, '003' pk from dual union all
    11   select 'mon' d, 2 grp, '007' pk from dual union all
    12   select 'mon' d, 2 grp, '008' pk from dual union all
    13   select 'mon' d, 2 grp, '009' pk from dual union all
    14   select 'tue' d, 1 grp, '001' pk from dual union all
    15   select 'tue' d, 1 grp, '002' pk from dual union all
    16   select 'tue' d, 1 grp, '003' pk from dual union all
    17   select 'tue' d, 2 grp, '007' pk from dual union all
    18   select 'tue' d, 2 grp, '010' pk from dual) -- end of data sample
    19  select distinct '('||ltrim(max(c1) keep (dense_rank last order by lv),',')||')'
    20  from   (select d,grp,level lv,sys_connect_by_path(pk,',') c1
    21          from   tbl
    22          connect by d=prior d and grp = prior grp and pk > prior pk)
    23  group by d,grp;
    '('||LTRIM(MAX(C1)KEEP(DENSE_RANKLASTORDERBYLV),',')||')'
    (001,002,003)
    (007,008,009)
    (007,010)
    SQL>That works on 9i. Other possiblities on 10g.
    Nicolas.

  • BBM Z10 not opening after app updates...​.Urgent solution needed please!!!.

    I did some applications updates yesterday and since then the BBM application on my Z10 refuse to open. Applications updated were afrinolly(v1.4.3.2), Adobe reader(10.1.0.4), box(1.2.0.79), and blackberry maps(10.0.0.639).Have tried the hard reset but it still refuse to open. Please what's wrong and what can I do. Thanks.

    Hi and Welcome to the Community!
    Anytime random strange behavior or sluggishness shows up, the first thing to try is a proper reboot:
    Pre-BB10 Devices ONLY. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes.
    BB10 Devices. Hold the top button down until the counter reaches zero. Wait for the device to be fully shut down (e.g., nothing at all displayed on the screen, no LED lights, etc.). Hold the top button until the red LED is lit. Wait through the full boot-up process. If this fails, you can attempt the battery-pull method above, but it is normally NOT recommended unless nothing else works.
    See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • VERY VERY URGENT SOLUTION NEEDED regarding SQL

    Dear Sir,
    I have a table whose structure is
    SQL> desc fof;
    Name Null? Type
    FOFID NUMBER(12)
    PERSONID NUMBER(12)
    RELATIONSHIPID NUMBER(2)
    FPERSONID NUMBER(12)
    STRENGTH NUMBER(1)
    RELATIONSTATE VARCHAR2(15)
    CTIME DATE
    UTIME DATE
    DELETED NUMBER(1)
    EDITEDBY NUMBER(12)
    The table has duplicate entries let me explain :
    personid fpersonid
    1 2
    2 1
    3 4
    4 3
    I want to keep only rows with one entry of every duplicate
    personid fpersonid and not personid fpersonid
    1 2 1 2
    2 1
    In other words keep a -> b and remove b -> a
    Is there is any way you geeks can help i am ripping my hair out thinking about it
    Please reply
    :(

    That works .....
    Also the approach which i was thinking that to use cursor searching values in the table and deleting them
    but in those also it deleted all records :(
    something similar to this
    --create table test_person_id ( personid number, fpersonid number)
    --insert into test_person_id values ( 1,2 )
    --insert into test_person_id values ( 2,1 )
    --insert into test_person_id values ( 3,4 )
    --insert into test_person_id values ( 4,3 )
    --insert into test_person_id values ( 5,6 )
    --insert into test_person_id values ( 7,8 )
    --select * from test_person_id
    --delete from test_person_id
    --select * from test_person_id tpi where exists
    --( select * from test_person_id tpi_1 where tpi.fpersonid = tpi_1.personid)
    declare
      v_personid  number;
      v_fpersonid number;
      temp_personid  number;
      temp_fpersonid number;
      v_rowid rowid;
      cursor c1 is
        select rowid, personid, fpersonid from test_person_id;
    BEGIN
      OPEN c1;
      LOOP
      FETCH c1
        INTO v_rowid, v_personid, v_fpersonid;
      DBMS_OUTPUT.PUT_LINE('Fetched values having rowid.. ' || v_rowid);
      EXIT WHEN c1%NOTFOUND;
      delete from test_person_id tpi where
      tpi.rowid != v_rowid
      and tpi.personid = v_fpersonid
      and tpi.fpersonid = v_personid returning tpi.personid, tpi.fpersonid into temp_personid, temp_fpersonid ;
      DBMS_OUTPUT.PUT_LINE(' Deleted record ' || temp_personid || '  ' || temp_fpersonid);
      END LOOP;
      close c1;
    end;After running this only 2 records were left
    5,6
    7,8
    Can anyone help in this regard...

  • Urgent solution need from all friends

    i have adobe premiere cs4 and i still work on this software with conopus dvstrom2 pro video editing card.but i don't received video output on TV.plz tell me which plugin or software install for video output.i have all plugin for rendering, editing, effect & video export. PLZ PLZ PLZ Help me

    DVStorm does not work with anything later than PR 1.5 and even then had terrible problems. Either downgrade to PR 6.5 and use the DVStorm or get rid of it.

  • THIS IS MY SPEC "URGENT HELP NEEDED"

    Posting date     VBRK – FKDAT     SO     Y     
    Fields to be retrieved:
          VBRK - VBELN
          VBRK - FKDAT
          VBRK - VKORG
          VBRK - SPART
          VBRK - KUNAG
          VBRK - NETWR
          KNA1 - KUNNR
          KNA1 - NAME1
          VBRP - FKIMG
    Get the sum of FKIMG for all UEPOS equal to zero.
    OUTPUT FIELDS:
    KNA1 - KUNNR
          KNA1 - NAME1
          VBRK - VBELN
          VBRK - FKDAT
          VBRK - VKORG
          VBRK - SPART
          VBRK - KUNAG
          VBRK - NETWR
          VBRP – FKIMG

    Hi
    see the report
    REPORT YVBRK.
    DATA: BEGIN OF ITAB OCCURS 0,
    KUNNR LIKE VBRK-KUNAG,
    NAME1 LIKE KNA1-NAME1,
    VBELN LIKE VBRK-VBELN,
    FKDAT LIKE VBRK-FKDAT,
    VKORG LIKE VBRK-VKORG
    SPART LIKE VBRK-SPART,
    NETWR LIKE VBRK-NETWR,
    FKIMG  LIKE VBRP-FKIMG,
    END OF ITAB.
    SELECT-OPTIONS: S_DATE FOR SY-DATUM.
    START-OF-SELECTION.
    SELECT A~KUNAG
    B~NAME1
    A~VBELN
    A~FKDAT
    A~VKORG
    A~SPART
    A~NETWR
    C~FKIMG
    INTO TABLE ITAB FROM VBRK AS A JOIN KNA1 AS B ON AKUNAG = BKUNNR  JOIN VBRP AS C JOIN AVBELN = CVBELN
    WHERE A~FKDAT IN S_DATE.
    SORT ITAB BY KUNNR.
    LOOP AT ITAB.
        WRITE: / ITAB-KUNNR,
         < WRITE ALL FIELDS OF ITAB>
    ENDLOOP.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • I have a MacBook Pro 13.3 OS- MAC OS X LION.Whenever I am staring the computer, it says You need to restart your computer by pressing the power button.I did this number of times and everytime it freezes to the same screen.Solution needed urgently pls.

    I have a MacBook Pro 13.3 OS- MAC OS X LION.
    Whenever I am staring the computer, it says You need to restart your computer by pressing the power button.
    I did this number of times and everytime it freezes to the same screen.Solution needed urgently pls.
    Thank you for any help in this regard that comes fast.

    The details of the kernel-panic report is as follows-
    Interval Since Last Panic Report:  1458653 sec
    Panics Since Last Report:          6
    Anonymous UUID:                    70BA6A**************************************************
    Sun Sep 16 23:00:13 2012
    panic(cpu 0 caller 0xffffff80002c4794): Kernel trap at 0xffffff8000290560, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000800028, CR3: 0x000000000a509005, CR4: 0x00000000001606e0
    RAX: 0x0000000000000001, RBX: 0x0000000000820000, RCX: 0xffffff801122dc40, RDX: 0x0000000000020501
    RSP: 0xffffff80ef3d3da0, RBP: 0xffffff80ef3d3dc0, RSI: 0x000000002b1d78b6, RDI: 0xffffff800342d280
    R8:  0xffffff80ef3d3f08, R9:  0xffffff80ef3d3ef8, R10: 0x000000010d901000, R11: 0x0000000000000206
    R12: 0xffffff800342d280, R13: 0x0000000000000000, R14: 0xffffff8011cd6500, R15: 0x0000000000800000
    RFL: 0x0000000000010206, RIP: 0xffffff8000290560, CS:  0x0000000000000008, SS:  0x0000000000000000
    CR2: 0x0000000000800028, Error code: 0x0000000000000000, Faulting CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80ef3d3a50 : 0xffffff8000220792
    0xffffff80ef3d3ad0 : 0xffffff80002c4794
    0xffffff80ef3d3c80 : 0xffffff80002da55d
    0xffffff80ef3d3ca0 : 0xffffff8000290560
    0xffffff80ef3d3dc0 : 0xffffff800026c9c3
    0xffffff80ef3d3f40 : 0xffffff80002c3fbb
    0xffffff80ef3d3fb0 : 0xffffff80002da481
    BSD process name corresponding to current thread: fsck_hfs
    Mac OS version:
    11E2620
    Kernel version:
    Darwin Kernel Version 11.4.2: Wed May 30 20:13:51 PDT 2012; root:xnu-1699.31.2~1/RELEASE_X86_64
    Kernel UUID: 25EC645A-8793-3201-8D0A-23EA280EC755
    System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)
    System uptime in nanoseconds: 4850001132
    last loaded kext at 1796984176: com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.7f2 (addr 0xffffff7f80e16000, size 57344)
    loaded kexts:
    com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.7f2
    com.apple.driver.AppleUSBTCButtons    227.6
    com.apple.driver.AppleUSBTCKeyEventDriver    227.6
    com.apple.driver.AppleUSBTCKeyboard    227.6
    com.apple.driver.AppleIRController    312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.iokit.SCSITaskUserClient    3.2.1
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCISerialATAPI    2.0.3
    com.apple.iokit.IOAHCIBlockStorage    2.0.4
    com.apple.driver.AppleFWOHCI    4.8.9
    com.apple.driver.AirPort.Brcm4331    560.7.21
    com.apple.driver.AppleSDXC    1.2.2
    com.apple.driver.AppleUSBHub    5.0.8
    com.apple.iokit.AppleBCM5701Ethernet    3.2.4b8
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleAHCIPort    2.3.0
    com.apple.driver.AppleUSBEHCI    5.0.7
    com.apple.driver.AppleUSBXHCI    1.0.7
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    195.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.3
    com.apple.security.TMSafetyNet    8
    com.apple.driver.AppleIntelCPUPowerManagement    195.0.0
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.7f2
    com.apple.iokit.IOBluetoothFamily    4.0.7f2
    com.apple.driver.AppleFileSystemDriver    13
    com.apple.driver.AppleUSBMultitouch    230.5
    com.apple.driver.AppleThunderboltDPInAdapter    1.8.4
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.8.4
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.2.5
    com.apple.iokit.IOUSBHIDDriver    5.0.0
    com.apple.driver.AppleUSBMergeNub    5.0.7
    com.apple.driver.AppleUSBComposite    5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.driver.AppleThunderboltNHI    1.6.0
    com.apple.iokit.IOThunderboltFamily    2.0.3
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.1
    com.apple.iokit.IOFireWireFamily    4.4.5
    com.apple.iokit.IO80211Family    420.3
    com.apple.iokit.IOEthernetAVBController    1.0.1b1
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOUSBUserClient    5.0.0
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IOUSBFamily    5.0.8
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.5
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.DiskImages    331.7
    com.apple.iokit.IOStorageFamily    1.7.2
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.7
    com.apple.iokit.IOACPIFamily    1.4

  • My iPhone hasn't turned on in 2 days and none of the solutions i have looked up worked, please help,this is a very urgent matter!

    my iPhone hasn't turned on in two days and none of the solutions i have looked up worked. i need all the help i can get. this matter is very urgent!

    Before we can help you we will need more information. Did you try to reset the phone while it was charging by holding the power button and home button until you saw the apple then let go? Please give a summary of what you have attempted, any error messages, what do you see on the screen, if anything.

  • I installed a new printer and now Photoshop Elements tells me I can't print.  The error message is "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You will need to che

    I installed a new printer and now Photoshop Elements tells me I can't print.  The error message is "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You will need to check your printer settings before printing."  I have uninstalled and re-installed Photoshop Elements, checked my printer settings and still I can't print a photo.

    Hi ,
    Please update to PSE 13.1
    13.1 has solved this problem.
    Refer to this link.
    Photoshop Elements Help | Printer errors with Photoshop Elements 13

Maybe you are looking for