Related to debugging..

Hi,
    I want to debug the FM using a report where it is being used. But if I set a breakpoint in FM and run the report in different session, its not stopping at the breakpoint. Please let me know the procedure to achieve this.

Hi,
Make sure that this function module is calling from that program, some times it may skip the function module if the values specified in selection screen will take into its else part. If there is any condition before that function module then put break point on that.
              Or if you only want to debug the function module, then directly execute and in the next screen click on debugging button on the application toolbar.
Ranjith

Similar Messages

  • Debugging WLP 8.1 Applications

    Guys, I have a few questions related to debugging WLP 8.1 applications...
    P.S. I posted this to the Workshop group and was asked to post here instead.
    1. The “start (ctl-F5)” debug button sometimes does not appear. Even when I open
    the “xxx.portal” file. Sometimes have to close all files then open and close a
    "xxx.portal" file a few times times until it enables the "start" button. Is there
    a way to make this more reliable?
    2. Is there a way to specify the debug target? Why do I always have to open “xxx.portal”
    just to start the debugger? It seems like a senseless waste of time.
    3. Is there a way to debug using the full “appmanager/xxx” URL instead of the
    “xxx.portal” URL? The app behaves differently in "dot portal" mode. I usually
    just leave the internal browser window open and then open IE or NS to point to
    the "appmanager/xxx" URL.
    Thanks, Phil

    Guys, I have a few questions related to debugging WLP 8.1 applications...
    P.S. I posted this to the Workshop group and was asked to post here instead.
    1. The “start (ctl-F5)” debug button sometimes does not appear. Even when I open
    the “xxx.portal” file. Sometimes have to close all files then open and close a
    "xxx.portal" file a few times times until it enables the "start" button. Is there
    a way to make this more reliable?
    2. Is there a way to specify the debug target? Why do I always have to open “xxx.portal”
    just to start the debugger? It seems like a senseless waste of time.
    3. Is there a way to debug using the full “appmanager/xxx” URL instead of the
    “xxx.portal” URL? The app behaves differently in "dot portal" mode. I usually
    just leave the internal browser window open and then open IE or NS to point to
    the "appmanager/xxx" URL.
    Thanks, Phil

  • Debugging MI 7.1 JSP App on NWDS 7.1 SP7

    Hi Experts,
    Can anybody explain me how to debug a JSP Application created on MI 7.1, NWDS version being 7.1 Support Pack 7? It will be great if anybody can point me the link to any resource available related to debugging JSP App on MI 7.1.
    Thanks and Regards,
    Gopal

    Hi Gopal,
    NOTE: I assume you have maintained following settings.
    1. Go to Window > Preferences > Select MDK 
    2. Maintain SAP NWM Client Home Folder , Client Logon User , Password.
    3. Apply and Ok.
    Now you can do following.
    1. Open Mobile Infrastructure Perspective.
    2. Select your JSP application Project.
    3. Click on Export Project into a MI archive (.war/,jar) button
    4. Select your projec
    5. Check the Deployment folder path. it must point to the inbox folder located inside the SAP NWM Client Home Folder you mentioned in the settings above.
    6. Check the check box *** JSP as compiled classes
    7. Check the check box for Run the Mobile Application
    8. Click on Finish
    This will launch your application on Mobile Client 7.1
    But it will also create a Run and Debug configuraiton in NWDS.
    Now stop the client  using the terminate button on the console or use shutdown.bat and stopmonitor.bat files from the  SAP NWM Client Home Folder.
    Now do the following.
    1. Put the break points in your application.
    2. Follow Menu path Run > Open Debug Dialog...
    3. Under MI Application your Project will be available.
    4. Select your project
    5. click on debug
    This will launch your application in debug mode on Mobile Client 7.1
    Hope this answers your question.
    Thanks & Regards,
    Abhijit

  • Debug shopping cart from the webfront end

    Hello,
    Could you send the steps how to debug shopping cart
    from the web front end.
    if you send any document related to debug. it could be very help full and appreciated your help.
    Thanks in advance,
    prasad.s

    hi Siva,
      Follow the foll steps :
    1-->Transaction SICF.
    Select service.
    Change service settings and insert parameter ~GENERATEDYNDPRO=1.
    2-->Find program to debug. E.g. SE93. Enter bbpsc01 and Display and get Program field (SAPLBBP_SC_UI_ITS)
    Execute SE38 and enter program name.
    3-->Turn HTTP Debugging ON. Utilities-Settings-Debugging. Click Actv and username.
    4-->Add HTTP Breakpoint. Display source code and select Utilities-breakpoints-set.
    5-->On “External Debugging” select ‘HTTP Breakpoint’.
    Remember to remove breakpoints, deactivate debugging and remove parameter GENERATEDYNPRO.
    Can run program RSBREAKPOINTS to find which programs you have breakpoints set in.
       Hope this helps....
    regards,
    Disha.
    pls reward points if answers are helpful.

  • Answers to these ABAP Questions

    Hi Everyone,
    It would very nice of your guys to answer these questions for me.
    <b>1.     Which is related to Debugging function?
          1.Modify     2. Continue     3. Switch 4.Change
    2.     In DO and ENDDO the following statement occurs ?
    1.     Read Sy-Index     
    2.     Read line sy-index
    3.     Read list sy-lilli
    4.     Read list sy-index
    3.     After the following statement in APAP   immediately triggers END-OF-SELECTION?
           1.Stop     2.Exit     3.Continue     4.Check
    4.     The following statement inserts the record in internal table?
          1.Append     2.Select   3.Insert     4.Read
    5.     In batch input the following structure is used to insert the transaction data ?
          1.BDC     2.BDCDATA 3.BDCTABLE     4.BDCTAB
    6.     The function WS_UPLOAD will be used in the following server?
    1. Application  2.Presentation     3.Database   4.     All     
    7.     The Following statement is correct in case of Application Server while creating a file?
    1.     OPEN DATASET FOR INPUT
    2.     OPEN DATASET FOR WRITING
    3.     OPEN DATASET FOR INSERTING
    4.     OPEN DATASET FOR APPENDING
    8.     The following statement is used append the record, with the same key fields and the amount will be added to the current value?
    1.APPEND     2.Collect    3. INSERT     4.DELETE
    9.     The following is required while creating a table?
    1.     Data element and Domain     
    2.     Data and types
    3.     Domain and  types
    4.     Data element and data statement
    10.     The module pool program is belongs to?
    1.Executable     2. Program type M      3.User Exits     4.Function module
    11.     At selection-screen, which is the statement, will overwrite the default values?
    1.Initialization     2.Start of Selection     
    3.Top-of-page      4.End-of-page
    12.     In Batch input session in Call transaction if the error occurs immediately triggers the following
    1.Creates a session     2. Creates Error log     
    3.SY-subrc ne 0      4.EXIT
    13.     What is the width of the report?
    1.120     2.257     3.255
    14.     What is the NAMESPACES in SAP?
    15.     At LINE-SELECTION the following one will trigger?
    1.PICK     2.PF05     3.BACK     4.SY-UCOMM
    16.     The function codes will be stored in the following system field?
    1.SY-UCOMM  2.SY-LISEL     3.SY-OKCODE  4.SY-INDEX
    17.     In BATCH Input, which is the okcode, will terminate the entire Session?
    1./bdel      2./bend  3./n     4./okcode
    18.     In which case will create pop up window?
    1.CALL SCREEN     2.SET SCREEN     3.WINDOW STARTING AT .. Endat  4.CALL SCREEN at … endat.
    19.     The following statement will insert fields in the Standard SAP table?
    1.APPEND STRUCTUREs     2.VIEWS      3.INSERT 4.STRUCTURES
    20.     Which is the system field will store the function codes at AT USER-COMMAND
    1.SY-UCOMM     2. SY-OKCODE     3.SY-LISEL 4.SY-INDEX</b>     
    Thanks a lot,
    Prashant.

    Hi Prashant,
    Here are the answers:
    <b>1.</b> Which is related to Debugging function?
    <b> Continue</b>
    <b>2.</b> In DO and ENDDO the following statement occurs ?
    <b> Read Sy-Index</b>
    <b>3.</b> After the following statement in APAP immediately triggers END-OF-SELECTION?
    <b>Stop</b>
    <b>4.</b> The following statement inserts the record in internal table?
    <b>Append</b>
    <b>5.</b> In batch input the following structure is used to insert the transaction data ?
    <b>BDCDATA</b>
    <b>6.</b> The function WS_UPLOAD will be used in the following server?
    <b>Application</b>
    <b>7.</b> The Following statement is correct in case of Application Server while creating a file?
    <b> OPEN DATASET FOR INPUT</b>
    <b>
    8.</b> The following statement is used append the record, with the same key fields and the amount will be added to the current value?
    <b>Collect</b>
    <b>9.</b> The following is required while creating a table?
    <b> Data element and Domain</b>
    <b>
    10.</b> The module pool program is belongs to?
    Program type M
    <b>11.</b> At selection-screen, which is the statement, will overwrite the default values?
    <b>
    Initialization</b>
    <b>12</b>. In Batch input session in Call transaction if the error occurs immediately triggers the following
    <b>
    SY-subrc ne 0</b>
    <b>13.</b> What is the width of the report?
    <b>255</b>
    <b>15.</b> At LINE-SELECTION the following one will trigger?
    <b>PICK</b>
    <b>16.</b> The function codes will be stored in the following system field?
    <b>SY-UCOMM</b>
    <b>17</b>. In BATCH Input, which is the okcode, will terminate the entire Session?
    <b>/okcode</b>
    <b>18.</b> In which case will create pop up window?
    <b>WINDOW STARTING AT .. Endat</b>
    <b>
    19.</b> The following statement will insert fields in the Standard SAP table?
    <b>APPEND STRUCTUREs</b>
    <b>20.</b> Which is the system field will store the function codes at AT USER-COMMAND
    <b>SY-UCOMM</b>
    Hope this helps you,
    Regards,
    Pragya

  • Gross Price is not picked up upon creation of a requisition from a network!

    Hi gurus,
    I would like to seek for help, actually problem is related in SD but I pose this thread here because it is related in debugging issue.
    do you know about "perform ROW_OUT " function? we have a bug that is very rare, when user select gross type with figures (ei. 1000, or any number).. system will not pick up the value instead it will be default in ZERO, but when user try to select again it output the correct expected result,,I debug it a dozen times but i cant catch the zero issue, *(-creating watch point wherein TBTWR = 0 and TBTWR <> 0 and the last point of intersection is in row_out sunction and MOVE-CORRESPONDING IX_ESLL to: ESLL) /* Is there someone OF you encountered this ?? if theres one please give some insight on how you pin point the problem in system .. note: all related program and process here is all standard (No custom program involve)..
    Cheers,
    Mark

    Hi
    Generally for posting FI documents (which is what this T Code does) , M alone is used which is the standard SAP system functionality. For other purposes like valuation, translation, etc. we can have different exchange rate types.
    Jayaram

  • Problem with USB External Hard Disk Drive

    I have similar problem with hard disk MK6025GAS in Sweex casing connected via USB as Raistlfiren in this post but I am not sure if it has something to do with kernel. The problem is that when I plug the hard disk via USB it is not even shown with in /dev/ or by fdisk -l. I had similar problems with the drive before but it was always shown in /dev.
    I got same output from dmesg as Raistlfiren in the post before
    # dmesg | tail
    sd 4:0:0:0: [sdd] ASC=0x0 ASCQ=0x0
    sd 4:0:0:0: [sdd] Sense Key : 0x0 [current]
    Info fld=0x0
    I was browsing net for a lot of time to find a solution but nothing helped a lot. The problem is closes to the one described on Gentoo Forum
    I can see that it is recognized by computer since it is shown with lsusb
    # lsusb
    Bus 001 Device 005: ID 13fd:0540 Initio Corporation
    # lsusb -d 13fd:0540 -v
    Bus 001 Device 005: ID 13fd:0540 Initio Corporation
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    idVendor 0x13fd Initio Corporation
    idProduct 0x0540
    bcdDevice 0.00
    iManufacturer 1 Initio
    iProduct 2 MK6025GAS
    iSerial 3 0010100500000000
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 32
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xc0
    Self Powered
    MaxPower 2mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 2
    bInterfaceClass 8 Mass Storage
    bInterfaceSubClass 6 SCSI
    bInterfaceProtocol 80 Bulk (Zip)
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x02 EP 2 OUT
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 1
    Device Qualifier (for other device speed):
    bLength 10
    bDescriptorType 6
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    bNumConfigurations 1
    Device Status: 0x0001
    Self Powered
    From the beginning I though and I still think that the partition table is screwed up but the programs like TestDisk and fixdisktable work only with disks shown in /dev/
    Additionally, I have checked the content of /var/log/kernel.log
    Sep 16 22:03:58 hramat kernel: usb 1-2: new high speed USB device using ehci_hcd and address 5
    Sep 16 22:03:58 hramat kernel: usb 1-2: configuration #1 chosen from 1 choice
    Sep 16 22:03:58 hramat kernel: scsi4 : SCSI emulation for USB Mass Storage devices
    Sep 16 22:03:58 hramat kernel: usb-storage: device found at 5
    Sep 16 22:03:58 hramat kernel: usb-storage: waiting for device to settle before scanning
    Sep 16 22:04:03 hramat kernel: scsi 4:0:0:0: Direct-Access Initio MK6025GAS 2.23 PQ: 0 ANSI: 0
    Sep 16 22:04:03 hramat kernel: sd 4:0:0:0: Attached scsi generic sg4 type 0
    Sep 16 22:04:03 hramat kernel: usb-storage: device scan complete
    Sep 16 22:04:03 hramat kernel: sd 4:0:0:0: [sdd] 117210240 512-byte hardware sectors: (60.0 GB/55.8 GiB)
    Sep 16 22:04:03 hramat kernel: sd 4:0:0:0: [sdd] Write Protect is off
    Sep 16 22:04:03 hramat kernel: sd 4:0:0:0: [sdd] Mode Sense: 86 0b 00 02
    Sep 16 22:04:03 hramat kernel: sd 4:0:0:0: [sdd] Assuming drive cache: write through
    Sep 16 22:04:03 hramat kernel: sd 4:0:0:0: [sdd] Assuming drive cache: write through
    Sep 16 22:04:03 hramat kernel: sdd:<6>sd 4:0:0:0: [sdd] Sense Key : 0x0 [current]
    Sep 16 22:04:03 hramat kernel: Info fld=0x0
    Sep 16 22:04:03 hramat kernel: sd 4:0:0:0: [sdd] ASC=0x0 ASCQ=0x0
    Sep 16 22:04:03 hramat kernel: sd 4:0:0:0: [sdd] Sense Key : 0x0 [current]
    and /var/log/errors.log
    Sep 16 22:04:03 hramat kernel: sd 4:0:0:0: [sdd] Assuming drive cache: write through
    Sep 16 22:04:03 hramat kernel: sd 4:0:0:0: [sdd] Assuming drive cache: write through
    Sep 16 22:07:35 hramat kernel: INFO: task async/0:3957 blocked for more than 120 seconds.
    Sep 16 22:07:35 hramat kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    The only thing I understand from these logs is that the disk is blocked, therefore not listed in /dev.
    Assuming the newer kernel problems I could try to use some older live linux CD to see if that would work. I am also thinking of connecting this hard drive directly to my laptop, using live linux CD and maybe check the output of hdparm. Is there anything else I could check or try?
    Thank you for any help or suggestions
    Matej

    Thank you nTia89 for response. Sorry for not providing enough information.
    I believe the problem is not system dependent. I have dual boot with windows and there the disk has also problems. However, I do have Arch32 with Kernel 2.6.30, using Gnome. hal and dbus are also running.
    I did not tried to connect the disk to the computer directly, I will try it today.
    Yesterday I have used SystemRescueCD 0.4.1 with Kernel 2.6.22. I wanted to see if it will be recognized by the system and placed in /dev/. Yes it was. This means that the problem highlighted in Gentoo forum can be true, but it doesn't solve my problem. I have tried to connect the drive several times to Arch and it was not shown in /dev/sd*, in SystemRescueCD it was placed as /dev/sdb. Now I am sure that the partition table is screwed up.
    So I have started to play with the drive in SystemRescueCD with TestDisk and FixDiskTable but without success.
    % fdisk -l
    Disk /dev/sda: 100.0 GB, 100030242816 bytes
    255 heads, 63 sectors/track, 12161 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 1530 12289693+ 7 HPFS/NTFS
    /dev/sda2 1531 6672 41303115 7 HPFS/NTFS
    /dev/sda3 6673 12161 44090392+ f W95 Ext'd (LBA)
    /dev/sda5 * 6673 11908 42058138+ 83 Linux
    /dev/sda6 11909 12161 2032191 82 Linux swap / Solaris
    Disk /dev/sdb: 60.0 GB, 60011642880 bytes
    64 heads, 32 sectors/track, 57231 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
    Disk /dev/sdb doesn't contain a valid partition table
    Manufacturer disk geometry: Heads: 16; Cylinders: 16383; Sectors: 63; Logical Blocks (LBA): 117210240
    TestDisk found only Linux partitions with 43Gb while disk had only one 60Gb partitioned with FAT32/NTFS.
    Also recognized 64 heads, 57231 cylinders and 32 sectors (same as from fdisk -l), which obviously differs from manufacturer disk geometry.
    testdisk.log:
    Thu Sep 17 19:09:26 2009
    Command line: TestDisk
    TestDisk 6.8, Data Recovery Utility, August 2007
    Christophe GRENIER
    Linux version (ext2fs lib: 1.40.2, ntfs lib: 9:0:0, reiserfs lib: 0.3.1-rc8, ewf lib: none)
    Using locale 'C'.
    Hard disk list
    Disk /dev/sda - 100 GB / 93 GiB - CHS 12161 255 63, sector size=512
    Disk /dev/sdb - 60 GB / 55 GiB - CHS 57231 64 32, sector size=512
    Disk /dev/sdb - 60 GB / 55 GiB
    Partition table type: Intel
    Interface Advanced
    New options :
    Dump : No
    Cylinder boundary : Yes
    Allow partial last cylinder : No
    Expert mode : No
    Analyse Disk /dev/sdb - 60 GB / 55 GiB - CHS 57231 64 32
    Current partition structure:
    Partition sector doesn't have the endmark 0xAA55
    Ask the user for vista mode
    Computes LBA from CHS for Disk /dev/sdb - 60 GB / 55 GiB - CHS 57232 64 32
    Allow partial last cylinder : Yes
    search_vista_part: 1
    search_part()
    Disk /dev/sdb - 60 GB / 55 GiB - CHS 57232 64 32
    Search for partition aborted
    Results
    interface_write()
    No partition found or selected for recovery
    search_part()
    Disk /dev/sdb - 60 GB / 55 GiB - CHS 57232 64 32
    Search for partition aborted
    Results
    interface_write()
    No partition found or selected for recovery
    simulate write!
    write_mbr_i386: starting...
    Store new MBR code
    write_all_log_i386: starting...
    No extended partition
    Analyse Disk /dev/sdb - 60 GB / 55 GiB - CHS 57232 64 32
    Current partition structure:
    Partition sector doesn't have the endmark 0xAA55
    Ask the user for vista mode
    Allow partial last cylinder : Yes
    search_vista_part: 1
    search_part()
    Disk /dev/sdb - 60 GB / 55 GiB - CHS 57232 64 32
    Results
    interface_write()
    No partition found or selected for recovery
    search_part()
    Disk /dev/sdb - 60 GB / 55 GiB - CHS 57232 64 32
    NTFS at 8956/63/32
    heads/cylinder 255 (NTFS) != 64 (HD)
    sect/track 63 (NTFS) != 32 (HD)
    filesystem size 24579387
    sectors_per_cluster 8
    mft_lcn 1024141
    mftmirr_lcn 1650676
    clusters_per_mft_record -10
    clusters_per_index_record 1
    NTFS part_offset=9392094720, part_size=12584646144, sector_size=512
    NTFS partition cannot be added (part_offset<part_size).
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 34129 1 1 75201 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=69896224, size=84116272, end=154012495, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 34632 2 1 75704 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=70926400, size=84116272, end=155042671, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 34668 0 1 75740 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=71000064, size=84116272, end=155116335, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 34673 1 1 75745 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=71010336, size=84116272, end=155126607, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 34699 2 1 75771 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=71063616, size=84116272, end=155179887, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 34708 2 1 75780 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=71082048, size=84116272, end=155198319, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 36338 0 1 77410 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=74420224, size=84116272, end=158536495, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 36367 0 1 77439 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=74479616, size=84116272, end=158595887, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 36401 2 1 77473 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=74549312, size=84116272, end=158665583, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 36414 2 1 77486 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=74575936, size=84116272, end=158692207, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 37949 1 1 79021 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=77719584, size=84116272, end=161835855, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 37955 1 1 79027 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=77731872, size=84116272, end=161848143, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 37989 1 1 79061 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=77801504, size=84116272, end=161917775, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 38404 0 1 79476 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=78651392, size=84116272, end=162767663, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 39636 2 1 80708 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=81174592, size=84116272, end=165290863, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 41263 1 1 82335 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=84506656, size=84116272, end=168622927, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 41266 1 1 82338 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=84512800, size=84116272, end=168629071, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 41660 0 1 82732 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=85319680, size=84116272, end=169435951, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 42898 0 1 83970 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=87855104, size=84116272, end=171971375, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 43244 1 1 84316 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=88563744, size=84116272, end=172680015, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 44870 2 1 85942 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=91893824, size=84116272, end=176010095, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 44930 2 1 86002 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=92016704, size=84116272, end=176132975, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 46961 0 1 88033 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=96176128, size=84116272, end=180292399, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 47312 0 1 88384 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=96894976, size=84116272, end=181011247, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 48393 2 1 89465 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=99108928, size=84116272, end=183225199, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 49633 2 1 90705 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=101648448, size=84116272, end=185764719, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 50767 1 1 91839 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=103970848, size=84116272, end=188087119, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 51150 1 1 92222 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=104755232, size=84116272, end=188871503, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 51941 1 1 93013 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=106375200, size=84116272, end=190491471, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 52759 0 1 93831 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=108050432, size=84116272, end=192166703, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 53069 1 1 94141 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=108685344, size=84116272, end=192801615, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 53768 0 1 94840 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=110116864, size=84116272, end=194233135, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 54287 0 1 95359 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=111179776, size=84116272, end=195296047, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 54493 2 1 95565 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=111601728, size=84116272, end=195717999, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 54861 1 1 95933 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=112355360, size=84116272, end=196471631, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 54890 2 1 95962 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=112414784, size=84116272, end=196531055, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 54953 2 1 96025 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=112543808, size=84116272, end=196660079, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 56330 1 1 97402 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=115363872, size=84116272, end=199480143, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 56334 0 1 97406 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=115372032, size=84116272, end=199488303, disk end=117211136)
    recover_EXT2: s_block_group_nr=0/320, s_mnt_count=31/34, s_blocks_per_group=32768
    recover_EXT2: boot_sector=0, s_blocksize=4096
    recover_EXT2: s_blocks_count 10514534
    recover_EXT2: part_size 84116272
    D Linux 57203 0 1 98275 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    This partition ends after the disk limits. (start=117151744, size=84116272, end=201268015, disk end=117211136)
    Disk /dev/sdb - 60 GB / 55 GiB - CHS 57232 64 32
    Check the harddisk size: HD jumpers settings, BIOS detection...
    The harddisk (60 GB / 55 GiB) seems too small! (< 103 GB / 95 GiB)
    The following partitions can't be recovered:
    D Linux 34129 1 1 75201 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 34632 2 1 75704 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 34668 0 1 75740 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 34673 1 1 75745 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 34699 2 1 75771 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 34708 2 1 75780 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 36338 0 1 77410 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 36367 0 1 77439 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 36401 2 1 77473 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 36414 2 1 77486 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 37949 1 1 79021 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 37955 1 1 79027 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 37989 1 1 79061 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 38404 0 1 79476 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 39636 2 1 80708 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 41263 1 1 82335 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 41266 1 1 82338 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 41660 0 1 82732 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 42898 0 1 83970 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 43244 1 1 84316 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 44870 2 1 85942 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 44930 2 1 86002 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 46961 0 1 88033 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 47312 0 1 88384 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 48393 2 1 89465 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 49633 2 1 90705 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 50767 1 1 91839 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 51150 1 1 92222 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 51941 1 1 93013 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 52759 0 1 93831 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 53069 1 1 94141 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 53768 0 1 94840 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 54287 0 1 95359 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 54493 2 1 95565 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 54861 1 1 95933 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 54890 2 1 95962 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 54953 2 1 96025 27 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 56330 1 1 97402 26 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 56334 0 1 97406 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    D Linux 57203 0 1 98275 25 16 84116272
    EXT3 Large file Sparse superblock Recover, 43 GB / 40 GiB
    Results
    interface_write()
    No partition found or selected for recovery
    simulate write!
    write_mbr_i386: starting...
    Store new MBR code
    write_all_log_i386: starting...
    No extended partition
    Interface Advanced
    Disk /dev/sdb - 60 GB / 55 GiB
    Partition table type: Intel
    Disk /dev/sdb - 60 GB / 55 GiB
    Partition table type: Intel
    New options :
    Dump : No
    Cylinder boundary : Yes
    Allow partial last cylinder : No
    Expert mode : No
    New options :
    Dump : No
    Cylinder boundary : Yes
    Allow partial last cylinder : No
    Expert mode : No
    Analyse Disk /dev/sdb - 60 GB / 55 GiB - CHS 57232 64 32
    Current partition structure:
    Partition sector doesn't have the endmark 0xAA55
    Ask the user for vista mode
    Allow partial last cylinder : No
    search_vista_part: 0
    search_part()
    Disk /dev/sdb - 60 GB / 55 GiB - CHS 57232 64 32
    Search for partition aborted
    Results
    Can't open backup.log file: No such file or directory
    interface_load
    interface_write()
    No partition found or selected for recovery
    simulate write!
    write_mbr_i386: starting...
    Store new MBR code
    write_all_log_i386: starting...
    No extended partition
    TestDisk exited normally.
    fixdisktable first output:
    % ./fixdisktable -d /dev/sdb
    Getting hard disk geometry
    cylinders=57231, heads=64, sectors=32
    end_offset: 2147482624
    FfEeSsNnBbUuFfEeSsNnBbUuFfEeSsNnBbUuFfEeSsNnBbUuFfEeSsNnBbUuFfEeSsNnBbUuFfEeSsNnBbUuFfEeSs
    EXT2 partition at offset 56832, length=(41072.398 MB) 43067531264
    Sectors: start= 111, end= 84116382, length= 84116272
    Hd,Sec,Cyl: start(3,16,0) end(28,31,41072)
    Done searching for partitions.
    Nr AF Hd Sec Cyl Hd Sec Cyl Start Size ID
    1 80 3 16 0 63 32 1023 111 84116273 83 (Interpretted)
    1 80 3 16 0 63 224 255 111 84116273 83 (RAW)
    1: 8003 1000 833f e0ff 6f00 0000 3183 0305
    2: 0000 0000 0000 0000 0000 0000 0000 0000
    3: 0000 0000 0000 0000 0000 0000 0000 0000
    4: 0000 0000 0000 0000 0000 0000 0000 0000
    Do you wish to write this partition table to disk (yes/no)? no
    fixdisktable second output:
    % ./fixdisktable -d -r -v /dev/sdb
    Getting hard disk geometry
    cylinders=57231, heads=64, sectors=32
    end_offset: 2147482624
    FfEeSsNnBbUuFfEeSsNnBbUuFfEeSsNnBbUuFfEeSsNnBbUuFfEeSsNnBbUuFfEeSsNnBbUuFfEeSsNnBbUuFfEeSs
    NTFS partition at offset 17483776, length=(17592186043512.582 MB) 184467440727622 49216
    Sectors: start= 34148, end=36028797017147916, length=36028797017113768
    Hd,Sec,Cyl: start(43,5,16) end(16,12,2096265)
    Done searching for partitions.
    Nr AF Hd Sec Cyl Hd Sec Cyl Start Size ID
    1 80 43 5 16 63 32 1023 34148 -1850199 07 (Interpretted)
    1 80 43 5 16 63 224 255 34148 -1850199 07 (RAW)
    1: 802b 0510 073f e0ff 6485 0000 a9c4 e3ff
    2: 0000 0000 0000 0000 0000 0000 0000 0000
    3: 0000 0000 0000 0000 0000 0000 0000 0000
    4: 0000 0000 0000 0000 0000 0000 0000 0000
    Do you wish to write this partition table to disk (yes/no)? no
    This string "FfEeSsNnBbUu" was repeating there for longer time and it was most probably related to debugging or a verbose mode of fixdisktable
    As I have mentioned I will try to connect the disk directly to the computer and see what will happen.
    Shall I try to correct the disk geometry to the one specified by manufacturer? Is it possible?
    Any suggestions?

  • AIR-LAP1242AG-A-K9 configure command does not seem to exist

    I have an AIR-LAP1242AG-A-K9. Straight out of the box I thought it would have the GUI functional but this is not the case. I am brand new to Cisco products so it is taking me a while to get use to them and to TelNet but from what I have read in about 6 different manuals none have explained how I can access the configure terminal command when It doesn't show up. I am in privileged mode with access of:
    AP001c.588e.a266#show privilege
    Current privilege level is 15
    Version is 12.3(7)JA1, RELEASE SOFTWARE (fc1). I haven't changed any settings except the ip settings and time and date.
    AP001c.588e.a266# ? gives me
    cd Change current directory
    clear Reset functions
    clock Manage the system clock
    crypto Encryption related commands.
    debug Debugging functions (see also 'undebug')
    delete Delete a file
    dir List files on a filesystem
    disable Turn off privileged commands
    enable Turn on privileged commands
    exit Exit from the EXEC
    fsck Fsck a filesystem
    help Description of the interactive help system
    led LED functions
    lock Lock the terminal
    login Log in as a particular user
    logout Exit from the EXEC
    lwapp lwapp exec commands
    mkdir Create new directory
    more Display the contents of a file
    name-connection Name an existing network connection
    no Disable debugging functions
    ping Send echo messages
    but no configure command
    If I try to use the configure command I get
    AP001c.588e.a266#configure terminal
    ^
    % Invalid input detected at '^' marker
    If it helps any if I use show configuration command:
    startup-config is not present
    If I can't get into global configuration mode I cant enable the GUI, turn on the wireless, or do much of anything else so I need some help.
    Any would be appreciated,
    Matt Brown

    Hi Matt,
    The problem here is that the AP you received is a Lightweight AP which is meant to be used with Wireless Lan Controllers and WCS. The "LAP" portion of the part number shows this Lightweight designation. This can be converted to an Autonomous/stand-alone AP that you desire;
    Here is a conversion method;
    Reverting the Access Point Back to Autonomous Mode
    http://www.cisco.com/en/US/products/hw/wireless/ps430/prod_technical_reference09186a00804fc3dc.html#wp161272
    You can convert an access point from lightweight mode back to autonomous mode by loading a Cisco IOS Release that supports autonomous mode (Cisco IOS release 12.3(7)JA or earlier). If the access point is associated to a controller, you can use the controller to load the Cisco IOS release. If the access point is not associated to a controller, you can load the Cisco IOS release using TFTP.
    Using a TFTP Server to Return to a Previous Release
    Follow these steps to revert from LWAPP mode to autonomous mode by loading a Cisco IOS release using a TFTP server:
    Step 1 The static IP address of the PC on which your TFTP server software runs should be between 10.0.0.2 and 10.0.0.30.
    Step 2 Make sure that the PC contains the access point image file (such as c1200-k9w7-tar.122-15.JA.tar for a 1200 series access point) in the TFTP server folder and that the TFTP server is activated.
    Step 3 Rename the access point image file in the TFTP server folder to c1200-k9w7-tar.default for a 1200 series access point, c1130-k9w7-tar.default for an 1130 series access point, and c1240-k9w7-tar.default for a 1240 series access point.
    Step 4 Connect the PC to the access point using a Category 5 (CAT5) Ethernet cable.
    Step 5 Disconnect power from the access point.
    Step 6 Press and hold MODE while you reconnect power to the access point.
    Step 7 Hold the MODE button until the status LED turns red (approximately 20 to 30 seconds) and then release.
    Step 8 Wait until the access point reboots, as indicated by all LEDs turning green followed by the Status LED blinking green.
    Step 9 After the access point reboots, reconfigure it using the GUI or the CLI.
    From this doc;
    http://www.cisco.com/en/US/products/hw/wireless/ps430/prod_technical_reference09186a00804fc3dc.html#wp161272
    Hope this helps!
    Rob

  • No "configure" command in enable mode?

    Got a 1142AG LAP from eBay.
    Connect console cable to it.  Seems to be able to get into priviledge mode.  But there's no "configure" command available.  What can I do?  Thanks!
    AP0017.5a9b.08a4#?
    Exec commands:
      cd               Change current directory
      clear            Reset functions
      clock            Manage the system clock
      crypto           Encryption related commands.
      debug            Debugging functions (see also 'undebug')
      delete           Delete a file
      dir              List files on a filesystem
      disable          Turn off privileged commands
      dot11            IEEE 802.11 commands
      enable           Turn on privileged commands
      exit             Exit from the EXEC
      fsck             Fsck a filesystem
      help             Description of the interactive help system
      led              LED functions
      lock             Lock the terminal
      login            Log in as a particular user
      logout           Exit from the EXEC
      mkdir            Create new directory
      monitor          Monitoring different system events
      more             Display the contents of a file
      name-connection  Name an existing network connection
      no               Disable debugging functions
      ping             Send echo messages
      pwd              Display current working directory
      release          Release a resource
      reload           Halt and perform a cold restart
      rename           Rename a file
      renew            Renew a resource
      rmdir            Remove existing directory
      save             Start to save raise_interrupt_level stack
      send             Send a message to other tty lines
      set              Set system parameter (not config)
      show             Show running system information
      systat           Display information about terminal lines
      terminal         Set terminal line parameters
      test             Test subsystems, memory, and interfaces
      traceroute       Trace route to destination
      undebug          Disable debugging functions (see also 'debug')
      upgrade          Upgrade software
      verify           Verify a file
      where            List active connections
    AP0017.5a9b.08a4#sh ver
    Cisco IOS Software, C1240 Software (C1240-K9W8-M), Version 12.3(7)JX3, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2006 by Cisco Systems, Inc.
    Compiled Tue 28-Feb-06 21:32 by kellythw
    ROM: Bootstrap program is C1240 boot loader
    BOOTLDR: C1240 Boot Loader (C1240-BOOT-M) Version 12.3(7)JA1, RELEASE SOFTWARE (fc1)
    AP0017.5a9b.08a4 uptime is 1 hour, 24 minutes
    System returned to ROM by power-on
    System image file is "flash:/c1240-k9w8-mx.123-7.JX3/c1240-k9w8-mx.123-7.JX3"
    cisco AIR-LAP1242AG-A-K9   (PowerPCElvis) processor (revision A0) with 24566K/8192K bytes of memory.
    Processor board ID FTX1014B0RD
    PowerPCElvis CPU at 266Mhz, revision number 0x0950
    Last reset from power-on
    1 FastEthernet interface
    2 802.11 Radio(s)
    32K bytes of flash-simulated non-volatile configuration memory.
    Base ethernet MAC Address: 00:17:5A:9B:08:A4
    Part Number                          : 73-9925-04
    PCA Assembly Number                  : 800-26579-04
    PCA Revision Number                  : A0
    PCB Serial Number                    : FOC10130VCR
    Top Assembly Part Number             : 800-26804-02
    Top Assembly Serial Number           : FTX1014B0RD
    Top Revision Number                  : B0
    Product/Model Number                 : AIR-LAP1242AG-A-K9 
    Configuration register is 0xF

    The AP has been converted to lightweight:
    C1240-K9W8-M
    The K9W8 is lightweight and K9W7 is autonomous.  You need a WLC for the K9W8.  If you have an autonomous image, you can convert it back:
    Using a TFTP Server to Return to a Previous Release
    http://www.cisco.com/en/US/docs/wireless/access_point/conversion/lwapp/upgrade/guide/lwapnote.html#wp160918
    https://supportforums.cisco.com/docs/DOC-18268
    http://www.cisco.com/en/US/docs/wireless/access_point/conversion/lwapp/upgrade/guide/lwapnote.html#wp160918
    http://www.youtube.com/watch?v=QQ_NuxdRhQ4
    https://supportforums.cisco.com/docs/DOC-14960
    Thanks,
    Scott
    *****Help out other by using the rating system and marking answered questions as "Answered"*****

  • JRockit dump 1.4.2_08

    Hi, I have the following error:
    Error code: 52
    Error Message: Null pointer exception in native code
    Version : BEA WebLogic JRockit(TM) 1.4.2_08 JVM R24.5.0-61 ari-49095-20050826-1856-win-ia32
    Threads / GC : Native Threads, GC strategy: parallel
    : mmHeap->data = 0x01320000, mmHeap->top = 0x07320000
    : mmStartCompaction = 0x038A0000, mmEndCompaction = 0x04020000
    CPU : Intel Pentium Pro (HT) (EM64T)
    Number CPUs : 2
    Tot Phys Mem : 2136711168
    OS version : Microsoft Windows XP Service Pack 2 (Build 2600)
    State : JVM is running
    Command Line : -Djava.class.path=C:\bea\JROCKI~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\user_projects\domains\JamNM\\classes;C:\bea\user_projects\domains\JamNM\\lib\poi-2.5.1-final-20040804.jar;C:\bea\user_projects\domains\JamNM\\lib\poi-contrib-2.5.1-final-20040804.jar;C:\bea\user_projects\domains\JamNM\\lib\poi-scratchpad-2.5.1-final-20040804.jar;C:\bea\user_projects\domains\JamNM\\lib\log4j-1.2.8.jar;C:\bea\user_projects\domains\JamNM\\lib\componentesWeb.jar;C:\bea\user_projects\domains\JamNM\\lib\jspsmart.jar;C:\bea\user_projects\domains\JamNM\\lib\smppapi.jar;C:\bea\user_projects\domains\JamNM\\lib\commons-logging.jar;C:\bea\user_projects\domains\JamNM\\lib\myfaces-api.jar;C:\bea\user_projects\domains\JamNM\\lib\jstl.jar;C:\bea\user_projects\domains\JamNM\\lib\commons-beanutils.jar;C:\bea\user_projects\domains\JamNM\\lib\hibernate3.jar;C:\bea\user_projects\domains\JamNM\\lib\dom4j-1.6.1.jar;C:\bea\user_projects\domains\JamNM\\lib\commons-collections.jar;C:\bea\user_projects\domains\JamNM\\lib\cglib-2.1.3.jar;C:\bea\user_projects\domains\JamNM\\lib\antlr-2.7.6rc1.jar;C:\bea\user_projects\domains\JamNM\\lib\asm.jar;C:\bea\user_projects\domains\JamNM\\lib\ehcache-1.1.jar;C:\bea\user_projects\domains\JamNM\\lib\jta.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea\JROCKI~1\jre\lib\rt.jar;C:\bea\WEBLOG~1\server\lib\webservices.jar;C:\bea\WEBLOG~1\server\lib\jstl.jar;C:\bea\WEBLOG~1\server\lib\standard.jar;C:\bea\JROCKI~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea\JROCKI~1\jre\lib\rt.jar;C:\bea\WEBLOG~1\server\lib\webservices.jar;C:\Archivos de programa\Rational\ClearQuest\cqjni.jar -Djrockit.launcher.type=jrockit.shipment -Xms96m -Xmx256m -Dweblogic.ListenPort=7001 -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -ea -da:com.bea... -da:javelin... -da:weblogic... -Xverify:none -Dweblogic.Name=myserver -Dweblogic.ProductionModeEnabled= -Djava.security.policy=C:\bea\WEBLOG~1\server\lib\weblogic.policy -Dsun.java.command=weblogic.Server
    Environment : JAVA_HOME=C:\bea\JROCKI~1, java.home=C:\bea\JROCKI~1\jre, java.class.path=C:\bea\JROCKI~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\user_projects\domains\JamNM\\classes;C:\bea\user_projects\domains\JamNM\\lib\poi-2.5.1-final-20040804.jar;C:\bea\user_projects\domains\JamNM\\lib\poi-contrib-2.5.1-final-20040804.jar;C:\bea\user_projects\domains\JamNM\\lib\poi-scratchpad-2.5.1-final-20040804.jar;C:\bea\user_projects\domains\JamNM\\lib\log4j-1.2.8.jar;C:\bea\user_projects\domains\JamNM\\lib\componentesWeb.jar;C:\bea\user_projects\domains\JamNM\\lib\jspsmart.jar;C:\bea\user_projects\domains\JamNM\\lib\smppapi.jar;C:\bea\user_projects\domains\JamNM\\lib\commons-logging.jar;C:\bea\user_projects\domains\JamNM\\lib\myfaces-api.jar;C:\bea\user_projects\domains\JamNM\\lib\jstl.jar;C:\bea\user_projects\domains\JamNM\\lib\commons-beanutils.jar;C:\bea\user_projects\domains\JamNM\\lib\hibernate3.jar;C:\bea\user_projects\domains\JamNM\\lib\dom4j-1.6.1.jar;C:\bea\user_projects\domains\JamNM\\lib\commons-collections.jar;C:\bea\user_projects\domains\JamNM\\lib\cglib-2.1.3.jar;C:\bea\user_projects\domains\JamNM\\lib\antlr-2.7.6rc1.jar;C:\bea\user_projects\domains\JamNM\\lib\asm.jar;C:\bea\user_projects\domains\JamNM\\lib\ehcache-1.1.jar;C:\bea\user_projects\domains\JamNM\\lib\jta.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea\JROCKI~1\jre\lib\rt.jar;C:\bea\WEBLOG~1\server\lib\webservices.jar;C:\bea\WEBLOG~1\server\lib\jstl.jar;C:\bea\WEBLOG~1\server\lib\standard.jar;C:\bea\JROCKI~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea\JROCKI~1\jre\lib\rt.jar;C:\bea\WEBLOG~1\server\lib\webservices.jar;C:\Archivos de programa\Rational\ClearQuest\cqjni.jar, java.library.path=C:\bea\JROCKI~1\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea\WEBLOG~1\server\bin;C:\bea\JROCKI~1\jre\bin;C:\bea\JROCKI~1\bin;C:\Archivos de programa\Java\jre1.5.0_06\bin;C:\oracle\ora92\bin;C:\Archivos de programa\Oracle\jre\1.3.1\bin;C:\Archivos de programa\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Archivos de programa\Rational\ClearCase\bin;C:\Archivos de programa\Rational\common;C:\bea\WEBLOG~1\server\bin\oci920_8
    C Heap : Good; no memory allocations have failed
    Registers (from context struct at 0x1827D874/0x1827D998):
    Converted EIP: 0053e0a6
    EAX = 00000000 EBX = 11ba81b8
    ECX = 00000000 EDX = 1d3152fc
    ESI = 1d315250 EDI = 16e8dbdc
    EIP = 0053e0a6 ESP = 1827dc64
    EBP = 1827dccc EFL = 00010246
    CS = 001b DS = 0023 ES = 0023
    SS = 0023 FS = 003b GS = 0000
    Stack:
    1827dc64 :11ba81a0 11ba81b4 00000015 1d315250 00000000 11ba81b4
    1827dc7c :11ba81b8 00d9e730 0053c84e 00d9e630 011dfb3c 00d9e630
    1827dc94 :011e06b3 011dc35d 1827dc70 00000000 11ba81b8 11ba81b4
    1827dcac :16e8db50 11ba81a0 00000000 00000000 00000000 00000000
    1827dcc4 :19fc5354 11cab158 1827dd0c 011dc25f 16e8dbdc 16e8db50
    1827dcdc :00000000 16e8db50 11ba81a0 011dbf6b 16e8dbdc 1827dd94
    1827dcf4 :11ba81a0 1827dd94 11ca97a8 16e8dbdc 11cab158 01e8db50
    1827dd0c :1827dd30 011d7b6b 16e8dbdc 1827dd94 11ca9788 16e8dbdc
    1827dd24 :1827dd94 00000000 16e8db50 1827dd64 011d89c8 16e8dbdc
    1827dd3c :1d315264 11ca9788 1827dd73 11baa318 00000000 00000000
    1827dd54 :00000000 00000100 11ba8230 16e8db50 00000059 0054089e
    1827dd6c :00000000 0027dd94 16e8db50 02c09818 1827de2c 16e8dc4c
    1827dd84 :00000001 11baa318 00000000 1d316a2c 00000001 15e60000
    1827dd9c :16e8db50 1d315264 1d316a2c 16a40000 00000059 00000000
    1827ddb4 :16e8e0e8 16e8e0e0 00000002 00b50470 00000008 16e8db50
    1827ddcc :1d10bbc2 0059007c 19b71710 16e8db50 1827dee0 1d10bbc2
    1827dde4 :00000002 00000000 16e8e308 16e8b730 00000008 00000000
    1827ddfc :00000000 00000000 00000000 00b50398 00000008 00b50178
    1827de14 :00b50178 00b50178 00b50178 00b50178 00000008 01210ad8
    1827de2c :16e8dbdc 1d10bbc2 00d2c278 16e8dc4c 00000000 00b50000
    1827de44 :0007f524 00000008 04821798 1ca5f9ec 1d10bbc3 00000000
    1827de5c :02b45fb0 02b46a88 03b4bbc0 ffffffff 013891d8 02b45ed0
    1827de74 :02b456f8 ffffffff 01395bc8 02b46d90 00000000 00000000
    1827de8c :00000000 00000000 00000000 00000000 00000000 00000000
    1827dea4 :00000000 00000000 00000000 1c6f60ee 02b46a88 04821798
    1827debc :02c0a6d0 02c04ab8 02c09518 02b45fb0 02c0a270 013891d8
    1827ded4 :40000004 013891d8 02c096a0 1d10a758 03b4bbc0 013891d8
    1827deec :02b45ed0 02b456f8 02b45fb0 03b4bbc0 ffffffff 013891d8
    1827df04 :02b45ed0 02b456f8 ffffffff 02b46a88 00000000 ffffffff
    1827df1c :02c04ab8 02c09518 03ec6a20 02b45fb0 02c09688 02c09518
    1827df34 :00000000 02c09688 02c096a0 1d088bb2 013891d8 02b45ed0
    1827df4c :02b456f8 02b2a910 01b8c1c0 01b8c520 0480b340 00000000
    1827df64 :02b2aa90 0334cd60 0412dd00 02b45608 02b456f8 00000010
    1827df7c :00000001 00000002 00000003 00000000 03b4bbc0 02b45c80
    1827df94 :02b45d38 02c05060 00000007 00000002 02c09368 02b45d78
    1827dfac :ffffffff 013891d8 02b45e98 00000000 00000000 00000000
    1827dfc4 :02b45ed0 02b45f20 02b45fb0 02c04560 00000000 02b2a910
    1827dfdc :00000000 01cadbc0 00000000 01cadbc0 01cad860 1d08b8c7
    1827dff4 :01b8c520 02b2a910 01b8c1c0 01b8c520 02b2a910 02b2a910
    1827e00c :00000001 00000000 00000000 02b2a910 01cad860 1c76b373
    1827e024 :01b8c520 00000000 02b2a910 01b8c1c0 01b8c520 0318cb20
    1827e03c :00000000 00000000 038d86d8 01428430 01cadbc0 02b2a910
    1827e054 :00000000 01cadbc0 00000000 01cadbc0 01cad860 1c76b028
    1827e06c :01b8c520 02b2a910 01b8c1c0 01b8c520 01b8c1c0 01b8c520
    1827e084 :4025af62 02b2a910 02b2a910 00000000 00000001 00000000
    1827e09c :01cad860 01cadbc0 1c76aee9 01b8c520 02b45400 02b2a910
    1827e0b4 :02b2a910 02b45400 02b2a910 19976368 00000000 00000000
    1827e0cc :038d86d8 1c769f3f 01cadbc0 02b2a910 038d86d8 01b8c1c0
    1827e0e4 :01b8c520 00000000 01b8c1c0 01b8c520 00000000 02b2a910
    1827e0fc :01b8c1c0 01b8c520 5da02849 00000110 02b45400 00000000
    1827e114 :00000000 00000000 00000000 00000000 01d30140 00000000
    1827e12c :00000000 00000000 00000000 00000000 00000000 00000000
    1827e144 :029a51f8 038d86d8 01cadbc0 01cad860 038d86d8 00000000
    1827e15c :01cadbc0 00000000 01cadbc0 01cad860 1c769a2b 01b8c520
    1827e174 :00000000 038d86d8 01b8c1c0 01b8c520 038d86d8 038d86d8
    1827e18c :00000000 01cadbc0 00000000 038d86d8 01d2ffa8 1c768d0f
    1827e1a4 :01b8c520 01b8c520 01b8d138 00000000 01cadbc0 01cad860
    1827e1bc :01b8d138 01384cf8 01384cf8 00000000 01384b20 01d2ffa8
    1827e1d4 :17923bd5 013841a0 013841a0 01384b20 01b8d138 00000000
    1827e1ec :00000000 014766d8 00000000 014766d8 013841a0 013841a0
    1827e204 :00000000 00000000 00000000 01d2ffa8 013841a0 17923a9b
    1827e21c :01b8d138 01384b20 013841a0 01b8d138 01384b20 029a51f8
    1827e234 :01384b20 00000000 01384b20 01cad860 1c762192 01b8d138
    1827e24c :01b8c520 038d86d8 029a51f8 01b8c1c0 01b8c520 04fcff18
    1827e264 :013a1f78 01b8d040 0480b340 038d86d8 01b1db00 00000000
    1827e27c :01b8d138 013841a0 00000001 00000000 029a51f8 01cadbc0
    1827e294 :04fcff60 029a51f8 014766d8 01cadbc0 00000000 029a51f8
    1827e2ac :01cad860 1c761590 01b8c520 00000000 01b8c1c0 04fcff18
    1827e2c4 :04fcff60 00000000 01216ae0 00000000 01cadbc0 01b8c1c0
    1827e2dc :04fcff60 00000001 00000000 01cad860 04fcff60 18ee2eb8
    1827e2f4 :04fcff18 01b8c1c0 00000000 00000000 00000000 04fcff18
    1827e30c :00600012 00000000 00000000 01cad860 04fcff60 1795ec64
    1827e324 :04fcff18 04fcff18 00000000 00000000 04fcff18 00000000
    1827e33c :00000000 00000000 04fcff18 1827e364 0121bd43 00553dd3
    1827e354 :1827e48c 16e8db50 1827e364 01212478 0121bd30 00553ff5
    1827e36c :ffffffff 00000010 00000000 1827e430 00c54fb8 16e8dbdc
    1827e384 :1827e498 00000000 00000000 05466cb0 00000000 0000000b
    1827e39c :fffffffe 00000000 00000000 00000000 00000000 00000000
    1827e3b4 :00000000 16e8dbdc 00000001 05466cb0 00000000 00000000
    1827e3cc :00000001 00000001 16e8db50 00000000 00000000 00000006
    1827e3e4 :00000006 00000000 00000000 1827e364 01212440 ffffffff
    1827e3fc :00000000 00000000 00000000 0121bd30 00000000 1827e364
    1827e414 :00000001 00000001 00000010 00000000 05466cb0 1827e364
    1827e42c :16e8dbdc 16e8db50 00533bb1 16e8dbdc 00d66e18 00c54fb8
    1827e444 :00000000 1827e48c 005539c0 1827e498 16e8db50 16e8dbdc
    1827e45c :1827ff78 16e8db50 00000000 00d66e18 0052b100 16e8dbdc
    Code:
    0053dfa6 :38830874 04488b00 c68b1775 000017bd 3b64e800 5f5efffd
    0053dfbe :835dc58b 10c208c4 24448b00 0000c720 c7000000 00000440
    0053dfd6 :448b0000 89492424 0440c708 00000000 c68bed33 fd3b31e8
    0053dfee :8b5f5eff c4835dc5 0010c208 cccccccc ec83cccc 44c7572c
    0053e006 :00150424 a1640000 00000018 08244489 0824448b 84f00d8b
    0053e01e :3c8b005b 8cc78101 75000000 0073b80c 835f0000 10c22cc4
    0053e036 :24448b00 56c08534 38834374 333e7400 245489d2 5489660d
    0053e04e :54881124 4c8d1324 4c890c24 28b93824 c6000000 000c2444
    0053e066 :548d5052 57524024 000004b8 e8d23300 ffff50a6 1c24748b
    0053e07e :eb10c483 57f63302 fd39f5e8 90868bff 83000000 f88304c4
    0053e096 :83097401 850f02f8 000000e6 3c24448b 406940f6 b70f1a74
    0053e0ae :4e8b6a40 d8518b70 0305e0c1 660974c2 661a788b 0d75ff85
    0053e0c6 :082444c7 00000065 0000b5e9 5c8b5300 db854824 44c70d75
    0053e0de :00640c24 9ee90000 55000000 53efb70f e2c1d58b 52006a04
    0053e0f6 :58246c89 81f415ff c483005b 89c0850c 75102444 ff85667b
    0053e10e :ff336876 6c89c933 06eb4024 00009b8d 448b0000 40f64424
    0053e126 :04754069 0febc033 6a40b70f 8b70568b e0c1d86a 8bc50305
    0053e13e :568b0c40 ec528b70 c7032b8b 6682048d b70f108b 44890240
    0053e156 :2b8b0829 99c2b70f 8b290489 89402444 47042954 4810c183
    0053e16e :40244489 6c8bac75 4c8b4c24 29894824 102444c7 00000000
    0053e186 :c6815b5d 000000ac 3c247489 3c24548b ffffffb8 c10ff0ff
    0053e19e :795e4802 24548d2b 60685210 e8005c74 00032dae 5c7460b9
    Loaded modules:
    (* denotes the module causing the exception)
    0x7c910000-0x7c9c5fff C:\WINDOWS\system32\ntdll.dll
    0x7c800000-0x7c900fff C:\WINDOWS\system32\kernel32.dll
    0x77da0000-0x77e4bfff C:\WINDOWS\system32\ADVAPI32.dll
    0x77e50000-0x77ee0fff C:\WINDOWS\system32\RPCRT4.dll
    0x77be0000-0x77c37fff C:\WINDOWS\system32\MSVCRT.dll
    0x00410000-0x0061afff* C:\bea\JROCKI~1\jre\bin\jrockit\jvm.dll
    0x76b00000-0x76b2dfff C:\WINDOWS\system32\WINMM.dll
    0x77d10000-0x77d9ffff C:\WINDOWS\system32\USER32.dll
    0x77ef0000-0x77f36fff C:\WINDOWS\system32\GDI32.dll
    0x7c9d0000-0x7d1eefff C:\WINDOWS\system32\SHELL32.dll
    0x77f40000-0x77fb5fff C:\WINDOWS\system32\SHLWAPI.dll
    0x71a30000-0x71a46fff C:\WINDOWS\system32\WS2_32.dll
    0x71a20000-0x71a27fff C:\WINDOWS\system32\WS2HELP.dll
    0x7c340000-0x7c395fff C:\WINDOWS\system32\MSVCR71.dll
    0x76340000-0x7635cfff C:\WINDOWS\system32\IMM32.DLL
    0x62e30000-0x62e38fff C:\WINDOWS\system32\LPK.DLL
    0x74d20000-0x74d8afff C:\WINDOWS\system32\USP10.dll
    0x773a0000-0x774a2fff C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x58c30000-0x58cc9fff C:\WINDOWS\system32\comctl32.dll
    0x00b60000-0x00b78fff C:\bea\JROCKI~1\jre\bin\java.dll
    0x00b80000-0x00b8dfff C:\bea\JROCKI~1\jre\bin\verify.dll
    0x011d0000-0x011ebfff C:\bea\JROCKI~1\jre\bin\jdwp.dll
    0x01300000-0x01304fff C:\bea\JROCKI~1\jre\bin\dt_socket.dll
    0x719d0000-0x71a0ffff C:\WINDOWS\system32\mswsock.dll
    0x66740000-0x66798fff C:\WINDOWS\system32\hnetcfg.dll
    0x71a10000-0x71a17fff C:\WINDOWS\System32\wshtcpip.dll
    0x76ee0000-0x76f06fff C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000-0x76f77fff C:\WINDOWS\System32\winrnr.dll
    0x76f20000-0x76f4cfff C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000-0x76f85fff C:\WINDOWS\system32\rasadhlp.dll
    0x11390000-0x11395fff C:\bea\jrockit81sp5_142_08\jre\bin\ioser12.dll
    0x113a0000-0x113a4fff C:\bea\weblogic81\server\bin\wlntio.dll
    0x02800000-0x028c0fff C:\bea\JROCKI~1\jre\bin\dbghelp.dll
    0x77bd0000-0x77bd7fff C:\WINDOWS\system32\VERSION.dll
    0x76bb0000-0x76bbafff C:\WINDOWS\system32\psapi.dll
    Java Thread ID = 0x00000e00, lastJavaFrame = 0x1827DE34, Name = ExecuteThread: '14' for queue: 'weblogic.kernel.Default'
    Thread Stack Trace:
    at _jvmdiGetLineNumberTable@16+166()@0x0053E0A6
    at JVMOnLoad@12+25212()@0x011DC25F
    at JVMOnLoad@12+24456()@0x011DBF6B
    at jrockit/vm/RNI.jvmdiBreakpointEvent(Native Method)@0x01210A90
    at es/dtg/nm/hibernate/util/ValoresAlarmasAusenciaOperaciones.actualizarConfiguracionAAusencia(ValoresAlarmasAusenciaOperaciones.java:124)@0x1D10BBC3
    at es/dtg/nm/hibernate/util/ValoresAlarmasAusenciaOperaciones.actualizarConfiguracionAAusencia(ValoresAlarmasAusenciaOperaciones.java:82)@0x1D10A758
    at es/dtg/nm/servlet/adm/AlarmasServlet.defaultAction(AlarmasServlet.java:758)@0x1D088BB2
    at es/dtg/nm/servlet/adm/AlarmasServlet.doPost(AlarmasServlet.java:74)@0x1D08B8C7
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:760)@0x1C76B373
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:853)@0x1C76B028
    at weblogic/servlet/internal/ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)@0x1C76AEE9
    at weblogic/servlet/internal/ServletStubImpl.invokeServlet(ServletStubImpl.java:465)@0x1C769F3F
    at weblogic/servlet/internal/ServletStubImpl.invokeServlet(ServletStubImpl.java:348)@0x1C769A2B
    at weblogic/servlet/internal/WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6985)@0x1C768D0F
    at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)@0x17923BD5
    at weblogic/security/service/SecurityManager.runAs(SecurityManager.java:121)@0x17923A9B
    at weblogic/servlet/internal/WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)@0x1C762192
    at weblogic/servlet/internal/ServletRequestImpl.execute(ServletRequestImpl.java:2766)@0x1C761590
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:224)@0x18EE2EB8
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:183)@0x1795EC64
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x0121BD43
    --- End of stack trace

    Hi,
    There was a known issue, that by running -Xdebug in that release line of
    JRockit (R24) it was unstable.
    Please donload the latest release of JRockit from
    http://commerce.bea.com/products/weblogicjrockit/jrockit_prod_fam.jsp
    In that release we have solved several issues related to
    debuging/breakpoints.
    Regards,
    Tibi
    <hicyo /> wrote in message news:[email protected]..
    Hi, I have the following error:
    Error code: 52
    Error Message: Null pointer exception in native code
    Version : BEA WebLogic JRockit(TM) 1.4.2_08 JVM R24.5.0-61
    ari-49095-20050826-1856-win-ia32
    Threads / GC : Native Threads, GC strategy: parallel
    : mmHeap->data = 0x01320000, mmHeap->top = 0x07320000
    : mmStartCompaction = 0x038A0000, mmEndCompaction = 0x04020000
    CPU : Intel Pentium Pro (HT) (EM64T)
    Number CPUs : 2
    Tot Phys Mem : 2136711168
    OS version : Microsoft Windows XP Service Pack 2 (Build 2600)
    State : JVM is running
    ....

  • 11.1.1.3 certification information

    Hello,
    I have a pair of questions about the certification details for JDeveloper 11.1.1.3 / ADF 11.1.1.3:
    1). Referring to the latest [url http://www.oracle.com/technology/products/jdev/collateral/papers/11/certification/index.html]JDeveloper 11g Certification Information, one of the options is "JDeveloper with JRockit JDK 1.6." I know in the past I investigated using JDeveloper with JRockit and discovered some issues, primarily related to debugging. Is the fact that this combination is listed as certified stating that those issues have been resolved and that I can use JRockit as the JDK with which to run the JDeveloper IDE?
    2). With regards to deploying ADF applications to WLS 10.3.3, I used to install the JRF by using the Application Development Runtime download from OTN (it also had the OEM 11g Fusion Middleware Control in there). The OFM 11g download page only lists a 11.1.1.2 version; can this be used to deploy JDev/ADF 11.1.1.3 apps to a 10.3.3 WLS server, or shall we await a 11.1.1.3 version of the Application Development Runtime? **edit** I checked the e-Delivery site and found a 11.1.1.3 Application Development Runtime. I guess this just hasn't made it to OTN yet.
    Best regards,
    John

    There is an update installer for WLS 10.3.3 available on MOS too (Patch 9618487).
    I verified that you can update an existing WLS 10.3.2 using this patch and then use the app dev runtime 11.1.1.3 from e delivery (which is a patch as John mentioned).
    Patching went without an error on my 32Bit Linux test system.
    Timo

  • Missing "config" command in CLI (Cisco 1140 AP)

    Hi All
    I am trying to chang IP configuraton for my Cisco 1140 AP, but in CLI I dont have a "config" command (i used en before to enable administrative mode)
    Bellow are the commands I can see:
    AP7081.0506.d54a#?
    Exec commands:
      cd               Change current directory
      clear            Reset functions
      clock            Manage the system clock
      crypto           Encryption related commands.
      debug            Debugging functions (see also 'undebug')
      delete           Delete a file
      dir              List files on a filesystem
      disable          Turn off privileged commands
      enable           Turn on privileged commands
      exit             Exit from the EXEC
      fsck             Fsck a filesystem
      help             Description of the interactive help system
      led              LED functions
      lock             Lock the terminal
      login            Log in as a particular user
      logout           Exit from the EXEC
      lwapp            lwapp exec commands
      mkdir            Create new directory
      monitor          Monitoring different system events
      more             Display the contents of a file
      name-connection  Name an existing network connection
      no               Disable debugging functions
      ping             Send echo messages
      pwd              Display current working directory
      release          Release a resource
      reload           Halt and perform a cold restart
      rename           Rename a file
      renew            Renew a resource
      rmdir            Remove existing directory
      send             Send a message to other tty lines
      set              Set system parameter (not config)
      show             Show running system information
      systat           Display information about terminal lines
      terminal         Set terminal line parameters
      test             Test subsystems, memory, and interfaces
      traceroute       Trace route to destination
      undebug          Disable debugging functions (see also 'debug')
      upgrade          Upgrade software
      verify           Verify a file
      where            List active connections
    In addition, I am keep getting the following messages:
    *Mar  1 00:38:13.933: %CAPWAP-3-ERRORLOG: Not sending discovery request AP does not have an Ip !!
    *Mar  1 00:38:23.883: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to up
    I am not sure what I am doing wrong. I try to do a hard reset but it didnt work.
    Any ideas?

    Thanks
    Another queastion:
    I verified that my AP is Lightweight by the part id (AIR-LAP1141N)
    Now, when I browse to Cisco download page, I have 3 options for OS:
    - Autonomous AP IOS Software
    - IOS Boot Images
    - IOS Software
    - Lightweight AP IOS Software
    Which of the above should I use in order to switch the AP to regular mode?
    Does anyone knows what is the difference between IOS software and the Autonomous IOS software?

  • 1142N unable to open Web GUI and CMD line options not available

    I am currently trying to configure two 1142N APs (AIR-LAP1142N-A-K9) to be stand alone APs. I have followed the PDFs
    http://www.cisco.com/en/US/customer/docs/wireless/access_point/12.3_8_JA/configuration/guide/s38frst.html#wp1103248
    and
    http://www.cisco.com/en/US/customer/docs/wireless/access_point/12.3_2_JA/configuration/guide/s32frst.html#wp1103310
    I set up the switch to provide DHCP and confirmed that each AP is indeed assigned an IP address. I can also ping each device. However when trying to browse to the GUI it fails to connect. So I tried to configure it via the CMD line. The enable mode does not give the option to configure interfaces as you would expect in enable mode nor does it give the option to enter global exec. example of the out put below.
    AP8843.e178.0ee0>
    AP8843.e178.0ee0>enable
    Password:
    AP8843.e178.0ee0#?
    Exec commands:
      cd               Change current directory
      clear            Reset functions
      clock            Manage the system clock
      crypto           Encryption related commands.
      debug            Debugging functions (see also 'undebug')
      delete           Delete a file
      dir              List files on a filesystem
      disable          Turn off privileged commands
      enable           Turn on privileged commands
      exit             Exit from the EXEC
      fsck             Fsck a filesystem
      help             Description of the interactive help system
      led              LED functions
      lock             Lock the terminal
      login            Log in as a particular user
      logout           Exit from the EXEC
      lwapp            lwapp exec commands
      mkdir            Create new directory
      monitor          Monitoring different system events
      more             Display the contents of a file
      name-connection  Name an existing network connection
      no               Disable debugging functions
      ping             Send echo messages
      pwd              Display current working directory
      release          Release a resource
      reload           Halt and perform a cold restart
      rename           Rename a file
      renew            Renew a resource
      rmdir            Remove existing directory
      send             Send a message to other tty lines
      set              Set system parameter (not config)
      show             Show running system information
      systat           Display information about terminal lines
      terminal         Set terminal line parameters
      test             Test subsystems, memory, and interfaces
      traceroute       Trace route to destination
      undebug          Disable debugging functions (see also 'debug')
      upgrade          Upgrade software
      verify           Verify a file
      where            List active connections
    It seems that the IOS on this device does not have the capability to configure the AP as stand alone or that it has been disabled. How do I get into the CMD line to configure the AP for deployment?
    Secondly since I could not configure it via the CMD line I attempted to connect to it via the GUI like I said above. This fails. I ran an NMAP to find out what is open and found that nothing but port 23 is open. What is the deal here? Is the web GUI shut off by default? Am I just totally missing something? I think I dies a little inside after this...help please?

    AP8843.e178.0ee0#sh ver
    Cisco IOS Software, C1140 Software (C1140-RCVK9W8-M), Version 12.4(18a)JA, RELEASE SOFTWARE (fc4)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2008 by Cisco Systems, Inc.
    Compiled Fri 21-Nov-08 01:28 by prod_rel_team
    ROM: Bootstrap program is C1140 boot loader
    BOOTLDR: C1140 Boot Loader (C1140-BOOT-M) Version 12.4(18a)JA3, RELEASE SOFTWARE (fc1)
    AP8843.e178.0ee0 uptime is 2 hours, 16 minutes
    System returned to ROM by power-on
    System image file is "flash:/c1140-rcvk9w8-mx/c1140-rcvk9w8-mx"
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    cisco AIR-LAP1142N-A-K9    (PowerPC405ex) processor (revision B0) with 98294K/32768K bytes of memory.
    Processor board ID
    PowerPC405ex CPU at 586Mhz, revision number 0x147E
    Last reset from power-on
    LWAPP image version 3.0.51.0
    1 Gigabit Ethernet interface
    32K bytes of flash-simulated non-volatile configuration memory.
    Base ethernet MAC Address:
    Part Number                          :
    PCA Assembly Number                  :
    PCA Revision Number                  : A0
    PCB Serial Number                    :
    Top Assembly Part Number             :
    Top Assembly Serial Number           :
    Top Revision Number                  : A0
    Product/Model Number                 : AIR-LAP1142N-A-K9
    Configuration register is 0xF

  • XCODE viewing variables in the Debugger???

    Folks,
    I have read every manual related to debugging variables within the xcode framework. I can't get the values of the variables to appear in the xcode debugger. For instance, I placed a breakpoint in the following code snippet. I cannot see the contents of the NSArray named elementNameIndexArray. Sure the variable appears in the variable window of the debugger, but how do I inspect each element of the NSArray?? along with all the variables of each element?? I can't seem to figure it out.
    - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
    // return the count of that array
    return [[[AboutArrayElements sharedDaveElements] elementNameIndexArray] count]; //breakpoint here
    It must be very obvious, but I can't figure it out.
    thanks
    legna

    You can view whatever you want using the "po" command in gdb:
    po [[AboutArrayElements sharedDaveElements] elementNameIndexArray]
    will print the elements of the array, for example.

  • Setup new access point 1200

    hi
    i have problem in install new access point 1200
    the access point now not connect to any device iam connect the access point using ethernet cable to PC to configure it i try to using GUI but i can not iam setup the PC with ip address 10.0.0.2 and GW 10.0.0.1 and i try to enter to access point but i can not
    i try to use CLI and i connect the access point to PC using console cable and now iam enter to it after the access point start i try to enter to config ter but i can not i get error when i check the command i can not see this command and when i read the manual its tell me to setup ip address using command (lwapp ap ip address) and i try to save ip address using command wr mem or copy run start but i cannot i get error
    in prevelig mode i get only this command
    clear Reset functions8B5E500 00001537 61300D06 092A8648
    clock Manage the system clock
    crypto Encryption related commands.
    debug Debugging functions
    dir List files on a
    led LED lock Lock the terminal
    more Display the contents of a file
    name-connection Name an existing network connection
    no Disable debugging functions
    ping Send echo messages
    pwd Display current working directory
    release Release a resource
    reload Halt and perform a cold restart
    rename Rename a file
    renew Renew a resource
    rmdir Remove existing directory
    save Start to save raise_interrupt_level stack
    send Send a message to other tty lines
    set Set system parameter (not config)
    show Show running system information
    systat Display information about terminal lines
    terminal Set terminal line parameters
    test Test subsystems, memory, and interfaces
    traceroute Trace route to destination
    undebug Disable debugging functions (see also 'debug')
    upgrade Upgrade software
    verify Verify a file
    where List active connections
    how i can setup it and how i can enable the radio
    when i see sh run i see that the ip address is dhcp
    can any one help me please
    thanks

    Hi Nassem,
    It looks like you ended up with a Lightweight AP (LAP Part#) instead of an IOS AP. This can be fixed;
    Reverting the Access Point Back to Autonomous Mode
    http://www.cisco.com/en/US/products/hw/wireless/ps430/prod_technical_reference09186a00804fc3dc.html#wp161272
    You can convert an access point from lightweight mode back to autonomous mode by loading a Cisco IOS Release that supports autonomous mode (Cisco IOS release 12.3(7)JA or earlier). If the access point is associated to a controller, you can use the controller to load the Cisco IOS release. If the access point is not associated to a controller, you can load the Cisco IOS release using TFTP.
    Using a TFTP Server to Return to a Previous Release
    Follow these steps to revert from LWAPP mode to autonomous mode by loading a Cisco IOS release using a TFTP server:
    Step 1 The static IP address of the PC on which your TFTP server software runs should be between 10.0.0.2 and 10.0.0.30.
    Step 2 Make sure that the PC contains the access point image file (such as c1200-k9w7-tar.122-15.JA.tar for a 1200 series access point) in the TFTP server folder and that the TFTP server is activated.
    Step 3 Rename the access point image file in the TFTP server folder to c1200-k9w7-tar.default for a 1200 series access point, c1130-k9w7-tar.default for an 1130 series access point, and c1240-k9w7-tar.default for a 1240 series access point.
    Step 4 Connect the PC to the access point using a Category 5 (CAT5) Ethernet cable.
    Step 5 Disconnect power from the access point.
    Step 6 Press and hold MODE while you reconnect power to the access point.
    Step 7 Hold the MODE button until the status LED turns red (approximately 20 to 30 seconds) and then release.
    Step 8 Wait until the access point reboots, as indicated by all LEDs turning green followed by the Status LED blinking green.
    Step 9 After the access point reboots, reconfigure it using the GUI or the CLI.
    From this doc;
    http://www.cisco.com/en/US/products/hw/wireless/ps430/prod_technical_reference09186a00804fc3dc.html#wp161272
    Hope this helps!
    Rob

Maybe you are looking for